index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-29
spi: aspeed: Fix division by zero
Cédric Le Goater
1
-1
/
+3
2022-06-29
spi: aspeed: Add dev_dbg() to dump the spi-mem direct mapping descriptor
Cédric Le Goater
1
-0
/
+8
2022-06-29
spi support for Exynos Auto v9 SoC
Mark Brown
1
-9
/
+45
2022-06-29
spi: intel: Add support for Intel Meteor Lake-P SPI serial flash
Mika Westerberg
1
-0
/
+1
2022-06-29
spi: s3c64xx: add spi port configuration for Exynos Auto v9 SoC
Chanho Park
1
-1
/
+17
2022-06-29
spi: s3c64xx: support custom value of internal clock divider
Chanho Park
1
-8
/
+20
2022-06-29
spi: s3c64xx: support loopback mode
Chanho Park
1
-0
/
+8
2022-06-28
Optimize spi_sync path
Mark Brown
1
-122
/
+183
2022-06-28
spi: s3c64xx: move dma_release_channel to unprepare
Chanho Park
1
-8
/
+19
2022-06-28
spi: synquacer: Add missing clk_disable_unprepare()
Guo Mengqi
1
-0
/
+1
2022-06-27
spi: opportunistically skip ctlr->cur_msg_completion
David Jander
1
-2
/
+25
2022-06-27
spi: Ensure the io_mutex is held until spi_finalize_current_message()
David Jander
1
-18
/
+14
2022-06-27
spi: Set ctlr->cur_msg also in the sync transfer case
David Jander
1
-0
/
+1
2022-06-27
spi: Remove unneeded READ_ONCE for ctlr->busy flag
David Jander
1
-1
/
+1
2022-06-27
spi: Remove the now unused ctlr->idling flag
David Jander
1
-2
/
+0
2022-06-27
spi: Remove check for idling in __spi_pump_messages()
David Jander
1
-7
/
+0
2022-06-27
spi: Remove check for controller idling in spi sync path
David Jander
1
-4
/
+0
2022-06-27
spi: __spi_pump_messages: Consolidate spin_unlocks to goto target
David Jander
1
-8
/
+3
2022-06-27
spi: Lock controller idling transition inside the io_mutex
David Jander
1
-6
/
+12
2022-06-27
spi: Don't use the message queue if possible in spi_sync
David Jander
1
-97
/
+149
2022-06-27
spi: Move ctlr->cur_msg_prepared to struct spi_message
David Jander
1
-3
/
+4
2022-06-27
spi: mpc52xx-psc: Switch to using core message queue
Mark Brown
1
-82
/
+34
2022-06-27
spi: sh: Switch to using core message queue
Mark Brown
1
-66
/
+28
2022-06-27
spi: dw: Add deferred DMA-channels setup support
Serge Semin
2
-8
/
+22
2022-06-27
spi: s3c64xx: constify fsd_spi_port_config
Krzysztof Kozlowski
1
-1
/
+1
2022-06-23
spi: fsi: Increase timeout and ensure status is checked
Eddie James
1
-8
/
+11
2022-06-22
powerpc/mpc5xxx: Switch mpc5xxx_get_bus_frequency() to use fwnode
Andy Shevchenko
1
-1
/
+1
2022-06-20
spi: topcliff-pch: Use core message validation
Mark Brown
1
-29
/
+1
2022-06-20
spi: rockchip: Unmask IRQ at the final to avoid preemption
Jon Lin
1
-4
/
+7
2022-06-16
spi: microchip-core: fix passing zero to PTR_ERR warning
Conor Dooley
1
-1
/
+3
2022-06-14
spi: core: Fix error code in spi_register_controller()
Dan Carpenter
1
-0
/
+1
2022-06-14
spi: microchip-core: fix potentially incorrect return from probe
Conor Dooley
1
-1
/
+1
2022-06-13
spi: tegra quad: Add Tegra Grace features
Mark Brown
1
-2
/
+31
2022-06-13
spi: s3c64xx: set pointers to null using NULL rather than 0
Colin Ian King
1
-5
/
+5
2022-06-13
spi: micro: fix unreasonable clk_prepare_enable() on error in mchp_corespi_pr...
Peng Wu
1
-1
/
+1
2022-06-13
spi: tegra210-quad: Multi-cs support
Krishna Yarlagadda
1
-2
/
+31
2022-06-10
spi: atmel-quadspi: add runtime pm support
Mark Brown
1
-11
/
+93
2022-06-10
spi: Use device_find_any_child() instead of custom approach
Andy Shevchenko
1
-7
/
+2
2022-06-10
spi: Fix per-cpu stats access on 32 bit systems
David Jander
1
-1
/
+4
2022-06-10
spi: sifive: add PM callbacks to support suspend/resume
Andy Chiu
1
-0
/
+39
2022-06-09
spi: atmel-quadspi: align condition to parenthesis
Claudiu Beznea
1
-1
/
+1
2022-06-09
spi: atmel-quadspi: use pm_ptr()
Claudiu Beznea
1
-1
/
+1
2022-06-09
spi: atmel-quadspi: add runtime pm support
Claudiu Beznea
1
-9
/
+91
2022-06-09
spi: Return true/false (not 1/0) from bool function
Yang Li
1
-1
/
+1
2022-06-09
spi: fix platform_no_drv_owner.cocci warning
Yang Li
1
-1
/
+0
2022-06-08
spi: s3c64xx: Fix spelling mistake "hannel" -> "channel"
Colin Ian King
1
-1
/
+1
2022-06-07
spi: add support for microchip fpga spi controllers
Conor Dooley
3
-0
/
+642
2022-06-07
spi: stm32-qspi: Remove unused parameters
Mark Brown
1
-10
/
+8
2022-06-06
spi: spi-ti-qspi: Support per-transfer and per-slave speed_hz settings
Atsushi Nemoto
1
-36
/
+39
2022-06-06
spi: spi.c: Convert statistics to per-cpu u64_stats_t
David Jander
1
-45
/
+98
[prev]
[next]