summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2024-10-02spi: spi-mem: Allow specifying the byte order in Octal DTR modeTudor Ambarus
2024-10-02spi: Fix pm_runtime_set_suspended() with runtime pmMark Brown
2024-10-01spi: s3c64xx: fix timeout counters in flush_fifoBen Dooks
2024-10-01spi: spi-fsl-lpspi: Some calculation improvementsMark Brown
2024-10-01spi: atmel-quadspi: Fix wrong register value written to MRAlexander Dahl
2024-09-30Improve error handling in Rockchip SPI driversMark Brown
2024-09-30spi: replace and removeMark Brown
2024-09-30spi: spi_amd: Performance Optimization Patch SeriesMark Brown
2024-09-30spi: spi-fsl-lpspi: support effective_speed_hzStefan Wahren
2024-09-30spi: spi-fsl-lpspi: Fix specifiers in fsl_lpspi_set_bitrateStefan Wahren
2024-09-30spi: spi-fsl-lpspi: Adjust type of scldivStefan Wahren
2024-09-30spi: spi-cadence: Fix missing spi_controller_is_target() checkJinjie Ruan
2024-09-30spi: spi-cadence: Fix pm_runtime_set_suspended() with runtime pm enabledJinjie Ruan
2024-09-30spi: spi-imx: Fix pm_runtime_set_suspended() with runtime pm enabledJinjie Ruan
2024-09-30spi: atmel-quadspi: Add cs_hold and cs_inactive setting supportAlexander Dahl
2024-09-30spi: airoha: do not keep {tx,rx} dma buffer always mappedLorenzo Bianconi
2024-09-30spi: Switch back to struct platform_driver::remove()Uwe Kleine-König
2024-09-30spi: slave-mt27xx: Call clk_disable_unprepare() only once in mtk_spi_slave_pr...Markus Elfring
2024-09-30spi: spi-fsl-lpspi: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan
2024-09-30spi: fix typo in the commentYan Zhen
2024-09-30spi: rockchip-sfc: Use dev_err_probe() in the probe pathDragan Simic
2024-09-30spi: rockchip-sfc: Perform trivial code cleanupsDragan Simic
2024-09-30spi: rockchip: Perform trivial code cleanupsDragan Simic
2024-09-30spi: remove {devm_}spi_alloc_master/slave()Yang Yingliang
2024-09-30spi: slave-mt27xx: switch to use spi_alloc_target()Yang Yingliang
2024-09-30spi: ch341: switch to use devm_spi_alloc_host()Yang Yingliang
2024-09-30spi: spi_amd: Add HIDDMA basic read supportRaju Rangoju
2024-09-30spi: spi_amd: Set controller address modeRaju Rangoju
2024-09-30spi: spi_amd: Add support for HID2 SPI controllerRaju Rangoju
2024-09-30spi: spi_amd: Optimize IO operationsRaju Rangoju
2024-09-30spi: spi_amd: Updates to set tx/rx count functionsRaju Rangoju
2024-09-30spi: spi_amd: Replace ioread/iowrite callsRaju Rangoju
2024-09-30spi: spi_amd: Enable dual and quad I/O modesRaju Rangoju
2024-09-30spi: spi_amd: Sort headers alphabeticallyRaju Rangoju
2024-09-27[tree-wide] finally take no_llseek outAl Viro
2024-09-26Merge tag 'soc-ep93xx-dt-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-09-25Merge tag 'spi-fix-v6.12-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-09-20spi: atmel-quadspi: Avoid overwriting delay register settingsAlexander Dahl
2024-09-20spi: airoha: remove read cache in airoha_snand_dirmap_read()Lorenzo Bianconi
2024-09-19spi: spi-fsl-lpspi: Undo runtime PM changes at driver exit timeJinjie Ruan
2024-09-19spi: atmel-quadspi: Undo runtime PM changes at driver exit timeJinjie Ruan
2024-09-18spi: airoha: fix airoha_snand_{write,read}_data data_len estimationLorenzo Bianconi
2024-09-18spi: airoha: fix dirmap_{read,write} operationsLorenzo Bianconi
2024-09-17Merge tag 'spi-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds
2024-09-12spi: ep93xx: update kerneldoc comments for ep93xx_spiArnd Bergmann
2024-09-12spi: ep93xx: add DT support for Cirrus EP93xxNikita Shubin
2024-09-12spi: geni-qcom: Use devm functions to simplify codeJinjie Ruan
2024-09-12spi: Merge up fixesMark Brown
2024-09-11spi: nxp-fspi: fix the KASAN report out-of-bounds bugHan Xu
2024-09-10spi: remove spi_controller_is_slave() and spi_slave_abort()Yang Yingliang