index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
spi: pxa2xx: Don't provide struct chip_data for others
Andy Shevchenko
2024-05-03
2
-8
/
+8
*
spi: pxa2xx: Remove timeout field from struct chip_data
Andy Shevchenko
2024-05-03
2
-4
/
+1
*
spi: pxa2xx: Remove DMA parameters from struct chip_data
Andy Shevchenko
2024-05-03
3
-61
/
+9
*
spi: pxa2xx: Drop struct pxa2xx_spi_chip
Andy Shevchenko
2024-05-03
3
-46
/
+2
*
spi: pxa2xx: Don't use "proxy" headers
Andy Shevchenko
2024-05-03
4
-7
/
+22
*
spi: pxa2xx: Remove outdated documentation
Andy Shevchenko
2024-05-03
2
-210
/
+1
*
spi: pxa2xx: Move contents of linux/spi/pxa2xx_spi.h to a local one
Andy Shevchenko
2024-05-03
5
-53
/
+37
*
spi: pxa2xx: Provide num-cs for Sharp PDAs via device properties
Andy Shevchenko
2024-05-03
1
-7
/
+18
*
spi: pxa2xx: Allow number of chip select pins to be read from property
Andy Shevchenko
2024-05-03
1
-1
/
+5
*
spi: use 'time_left' instead of 'timeout' with
Mark Brown
2024-05-01
8
-43
/
+45
|
\
|
*
spi: xlp: use 'time_left' variable with wait_for_completion_timeout()
Wolfram Sang
2024-04-30
1
-4
/
+4
|
*
spi: sun6i: use 'time_left' variable with wait_for_completion_timeout()
Wolfram Sang
2024-04-30
1
-8
/
+9
|
*
spi: sun4i: use 'time_left' variable with wait_for_completion_timeout()
Wolfram Sang
2024-04-30
1
-4
/
+5
|
*
spi: pic32: use 'time_left' variable with wait_for_completion_timeout()
Wolfram Sang
2024-04-30
1
-3
/
+3
|
*
spi: pic32-sqi: use 'time_left' variable with wait_for_completion_timeout()
Wolfram Sang
2024-04-30
1
-3
/
+3
|
*
spi: imx: use 'time_left' variable with wait_for_completion_timeout()
Wolfram Sang
2024-04-30
1
-10
/
+10
|
*
spi: fsl-lpspi: use 'time_left' variable with wait_for_completion_timeout()
Wolfram Sang
2024-04-30
1
-7
/
+7
|
*
spi: armada-3700: use 'time_left' variable with wait_for_completion_timeout()
Wolfram Sang
2024-04-30
1
-4
/
+4
*
|
Add add SPI-NAND Flash controller driver for EN7581
Mark Brown
2024-05-01
5
-0
/
+1214
|
\
\
|
*
|
spi: dt-bindings: airoha: Add YAML schema for SNFI controller
Lorenzo Bianconi
2024-04-30
1
-0
/
+65
|
*
|
spi: airoha: add SPI-NAND Flash controller driver
Lorenzo Bianconi
2024-04-30
4
-0
/
+1149
|
|
/
*
/
spi: use spi_valid_{tx,rx}buf() in stats function
David Lechner
2024-05-01
1
-7
/
+5
|
/
*
spi: cadence-qspi: add mobileye,eyeq5-ospi compatible
Théo Lebrun
2024-04-26
1
-0
/
+10
*
spi: cadence-qspi: add early busywait to cqspi_wait_for_bit()
Théo Lebrun
2024-04-26
1
-8
/
+23
*
spi: cadence-qspi: add no-IRQ mode to indirect reads
Théo Lebrun
2024-04-26
1
-4
/
+9
*
spi: cadence-qspi: allow FIFO depth detection
Théo Lebrun
2024-04-26
1
-7
/
+30
*
spi: spi-s3c64xx.c: Remove of_node_put for auto cleanup
Shivani Gupta
2024-04-24
1
-3
/
+3
*
spi: mux: Fix master controller settings after mux select
Heikki Keranen
2024-04-23
1
-0
/
+2
*
spi: dt-bindings: armada-3700: convert to dtschema
Kousik Sanagavarapu
2024-04-21
2
-25
/
+55
*
spi: cs42l43: Correct name of ACPI property
Maciej Strozek
2024-04-19
1
-1
/
+1
*
spi: oc-tiny: Remove unused of_gpio.h
Andy Shevchenko
2024-04-17
1
-2
/
+0
*
spi: cs42l43: Use devm_add_action_or_reset()
Charles Keepax
2024-04-17
1
-8
/
+4
*
spi: renesas,sh-msiof: Add r8a779h0 support
Geert Uytterhoeven
2024-04-17
1
-0
/
+1
*
Add bridged amplifiers to cs42l43
Mark Brown
2024-04-17
833
-4843
/
+10722
|
\
|
*
spi: cs42l43: Add bridged cs35l56 amplifiers
Maciej Strozek
2024-04-16
2
-4
/
+120
|
*
spi: Update swnode based SPI devices to use the fwnode name
Charles Keepax
2024-04-16
1
-0
/
+5
|
*
spi: Switch to using is_acpi_device_node() in spi_dev_set_name()
Charles Keepax
2024-04-16
1
-3
/
+4
|
*
gpio: swnode: Add ability to specify native chip selects for SPI
Charles Keepax
2024-04-16
3
-0
/
+57
|
*
Linux 6.9-rc3
v6.9-rc3
Linus Torvalds
2024-04-07
1
-1
/
+1
|
*
Merge tag 'x86-urgent-2024-04-07' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-04-07
17
-41
/
+166
|
|
\
|
|
*
x86/retpoline: Add NOENDBR annotation to the SRSO dummy return thunk
Borislav Petkov (AMD)
2024-04-06
1
-0
/
+1
|
|
*
Merge branch 'linus' into x86/urgent, to pick up dependent commit
Ingo Molnar
2024-04-06
397
-2689
/
+6406
|
|
|
\
|
|
*
|
x86/mce: Make sure to grab mce_sysfs_mutex in set_bank()
Borislav Petkov (AMD)
2024-04-04
1
-1
/
+3
|
|
*
|
x86/CPU/AMD: Track SNP host status with cc_platform_*()
Borislav Petkov (AMD)
2024-04-04
8
-39
/
+49
|
|
*
|
x86/cc: Add cc_platform_set/_clear() helpers
Borislav Petkov (AMD)
2024-04-04
2
-0
/
+64
|
|
*
|
x86/kvm/Kconfig: Have KVM_AMD_SEV select ARCH_HAS_CC_PLATFORM
Borislav Petkov (AMD)
2024-04-04
1
-0
/
+1
|
|
*
|
x86/coco: Require seeding RNG with RDRAND on CoCo systems
Jason A. Donenfeld
2024-04-04
3
-0
/
+45
|
|
*
|
x86/numa/32: Include missing <asm/pgtable_areas.h>
Arnd Bergmann
2024-04-04
1
-0
/
+1
|
|
*
|
x86/resctrl: Fix uninitialized memory read when last CPU of domain goes offline
Reinette Chatre
2024-04-03
1
-1
/
+2
|
*
|
|
Merge tag 'timers-urgent-2024-04-07' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2024-04-07
9
-36
/
+121
|
|
\
\
\
[next]