index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
Age
Commit message (
Expand
)
Author
2022-07-11
spi: Return deferred probe error when controller isn't yet available
Andy Shevchenko
2022-07-06
spi: Merge AMD fix
Mark Brown
2022-07-06
spi: AMD SPI controller driver bug fix and cleanups
Mark Brown
2022-07-06
spi: amd: Add struct and enum kernel-doc comments
Cristian Ciocaltea
2022-07-06
spi: amd: Drop io_base_addr member from struct amd_spi
Cristian Ciocaltea
2022-07-06
spi: amd: Make use of dev_err_probe()
Cristian Ciocaltea
2022-07-06
spi: amd: Make use of devm_spi_alloc_master()
Cristian Ciocaltea
2022-07-06
spi: amd: Limit max transfer and message size
Cristian Ciocaltea
2022-06-30
Fix some coding style issues
Mark Brown
2022-06-30
spi: spi.c: Remove redundant else block
David Jander
2022-06-30
spi: spi.c: Fix comment style
David Jander
2022-06-30
spi: spi.c: White-space fix in __spi_pump_messages()
David Jander
2022-06-30
spi: pxa2xx: Add support for Intel Meteor Lake-P
Jarkko Nikula
2022-06-29
spi: aspeed: Fix division by zero
Cédric Le Goater
2022-06-29
spi: aspeed: Add dev_dbg() to dump the spi-mem direct mapping descriptor
Cédric Le Goater
2022-06-29
spi support for Exynos Auto v9 SoC
Mark Brown
2022-06-29
spi: intel: Add support for Intel Meteor Lake-P SPI serial flash
Mika Westerberg
2022-06-29
spi: s3c64xx: add spi port configuration for Exynos Auto v9 SoC
Chanho Park
2022-06-29
spi: s3c64xx: support custom value of internal clock divider
Chanho Park
2022-06-29
spi: s3c64xx: support loopback mode
Chanho Park
2022-06-28
Optimize spi_sync path
Mark Brown
2022-06-27
spi: s3c64xx: move dma_release_channel to unprepare
Chanho Park
2022-06-27
spi: synquacer: Add missing clk_disable_unprepare()
Guo Mengqi
2022-06-27
spi: opportunistically skip ctlr->cur_msg_completion
David Jander
2022-06-27
spi: Ensure the io_mutex is held until spi_finalize_current_message()
David Jander
2022-06-27
spi: Set ctlr->cur_msg also in the sync transfer case
David Jander
2022-06-27
spi: Remove unneeded READ_ONCE for ctlr->busy flag
David Jander
2022-06-27
spi: Remove the now unused ctlr->idling flag
David Jander
2022-06-27
spi: Remove check for idling in __spi_pump_messages()
David Jander
2022-06-27
spi: Remove check for controller idling in spi sync path
David Jander
2022-06-27
spi: __spi_pump_messages: Consolidate spin_unlocks to goto target
David Jander
2022-06-27
spi: Lock controller idling transition inside the io_mutex
David Jander
2022-06-27
spi: Don't use the message queue if possible in spi_sync
David Jander
2022-06-27
spi: Move ctlr->cur_msg_prepared to struct spi_message
David Jander
2022-06-27
spi: mpc52xx-psc: Switch to using core message queue
Mark Brown
2022-06-27
spi: sh: Switch to using core message queue
Mark Brown
2022-06-27
spi: dw: Add deferred DMA-channels setup support
Serge Semin
2022-06-27
spi: s3c64xx: constify fsd_spi_port_config
Krzysztof Kozlowski
2022-06-23
spi: fsi: Increase timeout and ensure status is checked
Eddie James
2022-06-22
powerpc/mpc5xxx: Switch mpc5xxx_get_bus_frequency() to use fwnode
Andy Shevchenko
2022-06-20
spi: topcliff-pch: Use core message validation
Mark Brown
2022-06-20
spi: rockchip: Unmask IRQ at the final to avoid preemption
Jon Lin
2022-06-16
spi: microchip-core: fix passing zero to PTR_ERR warning
Conor Dooley
2022-06-14
spi: core: Fix error code in spi_register_controller()
Dan Carpenter
2022-06-14
spi: microchip-core: fix potentially incorrect return from probe
Conor Dooley
2022-06-13
spi: tegra quad: Add Tegra Grace features
Mark Brown
2022-06-13
spi: s3c64xx: set pointers to null using NULL rather than 0
Colin Ian King
2022-06-13
spi: micro: fix unreasonable clk_prepare_enable() on error in mchp_corespi_pr...
Peng Wu
2022-06-13
spi: tegra210-quad: Multi-cs support
Krishna Yarlagadda
2022-06-10
spi: atmel-quadspi: add runtime pm support
Mark Brown
[prev]
[next]