summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2022-05-09spi: spi-imx: add PIO polling supportMarc Kleine-Budde
2022-05-09spi: spi-imx: replace struct spi_imx_data::bitbang by pointer to struct spi_c...Marc Kleine-Budde
2022-05-09spi: spi-imx: complete conversion from master -> controllerMarc Kleine-Budde
2022-05-09spi: spi-imx: spi_imx_buf_rx_swap_u32(): replace open coded swahw32s()Marc Kleine-Budde
2022-05-09spi: spi-imx: spi_imx_buf_rx_swap_u32(): fix sparse warning: use swab32s() in...Marc Kleine-Budde
2022-05-09spi: spi-imx: mx51_ecspi_intctrl(): prefer 'unsigned int' to bare use of 'uns...Marc Kleine-Budde
2022-05-09spi: spi-imx: avoid unnecessary line continuationsMarc Kleine-Budde
2022-05-09spi: spi-imx: fix sparse warning: add identifier name to function definitionMarc Kleine-Budde
2022-05-09spi: spi-fsl-qspi: check return value after calling platform_get_resource_byn...Yang Yingliang
2022-05-04spi: omap2-mcspi: add support for interword delayAndrea Zanotti
2022-05-03spi: mtk-snfi: preserve dma_mapping_error() error codesDan Carpenter
2022-05-03spi: cadence-quadspi: fix Direct Access Mode disable for SoCFPGAIan Abbott
2022-05-02Merge 5.18-rc5 into driver-core-nextGreg Kroah-Hartman
2022-04-27spi: add driver for MTK SPI NAND Flash InterfaceChuanhong Guo
2022-04-25Improve SPI support for Ingenic SoCs.Mark Brown
2022-04-25spi: clps711x: Use syscon_regmap_lookup_by_phandleAlexander Shiyan
2022-04-25spi: stm32: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi
2022-04-25spi: spi-cadence-quadspi: using pm_runtime_resume_and_get instead of pm_runti...Minghao Chi
2022-04-25spi: spi-tegra20-slink: using pm_runtime_resume_and_get instead of pm_runtime...Minghao Chi
2022-04-25spi: cadence-quadspi: allow operations with cmd/addr buswidth >1Matthias Schiffer
2022-04-25spi: cadence-quadspi: drop cqspi_set_protocol()Matthias Schiffer
2022-04-25spi: spi-tegra20-sflash: using pm_runtime_resume_and_get instead of pm_runtim...Minghao Chi
2022-04-25spi: rockchip: fix missing error on unsupported SPI_CS_HIGHLuca Ceresoli
2022-04-25spi: spi-omap2-mcspi: using pm_runtime_resume_and_get instead of pm_runtime_g...Minghao Chi
2022-04-25spi: mxs: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi
2022-04-25spi: spi-imx: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi
2022-04-25spi: spi-sprd: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi
2022-04-25spi: ingenic: Add support for new Ingenic SoCs.周琰杰 (Zhou Yanjie)
2022-04-25spi: ingenic: Add support for use GPIO as chip select line.周琰杰 (Zhou Yanjie)
2022-04-22spi: Use helper for safer setting of driver_overrideKrzysztof Kozlowski
2022-04-22spi: img-spfi: Fix pm_runtime_get_sync() error checkingZheng Yongjun
2022-04-21spi: spi-mem: check if data buffers are on stackPratyush Yadav
2022-04-21ARM: omap1: move perseus spi pinconf to board fileArnd Bergmann
2022-04-20spi: intel: Implement dirmap hooksMika Westerberg
2022-04-20MediaTek SPI controller cleanups and documentationMark Brown
2022-04-19Merge tag 'spi-fix-v5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-04-19spi: mt65xx: Fix definitions indentationAngeloGioacchino Del Regno
2022-04-19spi: mt65xx: Add kerneldoc for driver structuresAngeloGioacchino Del Regno
2022-04-19spi: mt65xx: Simplify probe function with dev_err_probe()AngeloGioacchino Del Regno
2022-04-19spi: mt65xx: Move pm_runtime_enable() call to remove all gotosAngeloGioacchino Del Regno
2022-04-19spi: mt65xx: Move clock parent setting to remove clock disable gotosAngeloGioacchino Del Regno
2022-04-19spi: mt65xx: Add and use pointer to struct device in mtk_spi_probe()AngeloGioacchino Del Regno
2022-04-19spi: mt65xx: Switch to device_get_match_data()AngeloGioacchino Del Regno
2022-04-19spi: mt65xx: Simplify probe function with devm_spi_alloc_masterAngeloGioacchino Del Regno
2022-04-19spi: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi
2022-04-19spi: spi-imx: add support for SPI_RX_CPHA_FLIPBaruch Siach
2022-04-19spi: spidev: add SPI_RX_CPHA_FLIPBaruch Siach
2022-04-19spi: intel: Fix typo in kernel-doc of intel_spi_probe()Mika Westerberg
2022-04-19spi: spi-ti-qspi: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi
2022-04-19spi: spi-tegra114: using pm_runtime_resume_and_get instead of pm_runtime_get_...Minghao Chi