index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
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-27
spi: s3c64xx: move dma_release_channel to unprepare
Chanho Park
1
-8
/
+19
2022-06-27
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]