summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'spi-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2022-10-0435-375/+1304
|\
| * spi: Ensure that sg_table won't be used after being freedMarek Szyprowski2022-09-301-0/+2
| * spi: spi-gxp: Use devm_platform_ioremap_resource()Yang Yingliang2022-09-291-7/+3
| * spi: s3c64xx: Fix large transfers with DMAVincent Whitchurch2022-09-281-0/+9
| * spi: Split transfers larger than max sizeVincent Whitchurch2022-09-281-0/+9
| * spi: Fix cache corruption due to DMA/PIO overlapVincent Whitchurch2022-09-281-21/+88
| * spi: Save current RX and TX DMA devicesVincent Whitchurch2022-09-281-15/+4
| * spi: mt65xx: Add dma max segment size declarationzhichao.liu2022-09-271-0/+5
| * Fix PM disable depth imbalance in probeMark Brown2022-09-273-2/+6
| |\
| | * spi/omap100k:Fix PM disable depth imbalance in omap1_spi100k_probeZhang Qilong2022-09-261-0/+1
| | * spi: dw: Fix PM disable depth imbalance in dw_spi_bt1_probeZhang Qilong2022-09-261-1/+3
| | * spi: cadence-quadspi: Fix PM disable depth imbalance in cqspi_probeZhang Qilong2022-09-261-1/+2
| * | spi: spi-fsl-qspi: Use devm_platform_ioremap_resource_byname()Yang Yingliang2022-09-261-2/+1
| * | spi: spi-fsl-lpspi: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2022-09-261-2/+1
| * | spi: spi-fsl-dspi: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2022-09-261-2/+1
| |/
| * spi: s3c24xx: Switch to use devm_spi_alloc_master()Yang Yingliang2022-09-231-16/+8
| * spi: xilinx: Switch to use devm_spi_alloc_master()Yang Yingliang2022-09-231-14/+6
| * spi: img-spfi: using pm_runtime_resume_and_get instead of pm_runtime_get_syncZhang Qilong2022-09-231-4/+2
| * spi: aspeed: Remove redundant dev_err callShang XiaoJing2022-09-231-3/+1
| * spi: spi-mpc52xx: switch to using gpiod APIDmitry Torokhov2022-09-231-19/+13
| * spi: cadence: Remove redundant dev_err callShang XiaoJing2022-09-231-3/+1
| * spi: xtensa-xtfpga: Switch to use devm_spi_alloc_master()Yang Yingliang2022-09-221-11/+5
| * spi: meson-spicc: make symbol 'meson_spicc_pow2_clk_ops' staticWei Yongjun2022-09-221-1/+1
| * spi: omap2-mcspi: Fix probe so driver works againDan Carpenter2022-09-211-1/+1
| * spi: spi-loopback-test: Add test to trigger DMA/PIO mixingVincent Whitchurch2022-09-191-0/+27
| * spi: omap2-mcspi: Switch to use dev_err_probe() helperYang Yingliang2022-09-191-4/+2
| * spi: mpc52xx: Replace of_gpio_count() by gpiod_count()Andy Shevchenko2022-09-141-1/+2
| * spi: fsl_spi: Convert to transfer_oneChristophe Leroy2022-09-141-114/+43
| * spi: meson-spicc: do not rely on busy flag in pow2 clk opsNeil Armstrong2022-09-081-3/+3
| * spi: lpspi: Remove the unneeded result variableye xingchen2022-09-081-4/+1
| * spi: Add capability to perform some transfer with chipselect offChristophe Leroy2022-09-071-3/+9
| * spi: nxp-fspi: Do not dereference fwnode in struct deviceAndy Shevchenko2022-09-071-4/+4
| * spi: qup: add missing clk_disable_unprepare on error in spi_qup_pm_resume_run...Xu Qiang2022-09-051-1/+3
| * spi: qup: add missing clk_disable_unprepare on error in spi_qup_resume()Xu Qiang2022-09-051-3/+14
| * spi: stm32-qspi: Refactor dual flash mode enable check in ->setup()Andy Shevchenko2022-08-311-2/+1
| * spi: stm32-qspi: Replace of_gpio_named_count() by gpiod_count()Andy Shevchenko2022-08-311-2/+2
| * spi: amd: Fix speed selectionShreeya Patel2022-08-301-4/+1
| * spi: mt7621: Fix an erroneous message + clean-upsMark Brown2022-08-291-36/+6
| |\
| | * spi: mt7621: Remove 'clk' from 'struct mt7621_spi'Christophe JAILLET2022-08-291-3/+1
| | * spi: mt7621: Use devm_spi_register_controller()Christophe JAILLET2022-08-291-15/+1
| | * spi: mt7621: Use the devm_clk_get_enabled() helper to simplify error handlingChristophe JAILLET2022-08-291-13/+1
| | * spi: mt7621: Fix an error message in mt7621_spi_probe()Christophe JAILLET2022-08-291-5/+3
| * | spi: add generic R-Car Gen4 and specific r8a779f0 supportMark Brown2022-08-291-0/+1
| |\ \
| | * | spi: sh-msiof: add generic Gen4 bindingWolfram Sang2022-08-291-0/+1
| * | | spi: stm32-qspi: Fix pm_runtime management in stm32_qspi_transfer_one_message()Patrice Chotard2022-08-291-1/+7
| |/ /
| * | spi: stm32-qspi: Fix stm32_qspi_transfer_one_message() error pathPatrice Chotard2022-08-281-2/+4
| * | spi: amd: Configure device speedLucas Tanure2022-08-251-0/+97
| * | spi: pxa2xx: Remove the unneeded result variableye xingchen2022-08-251-3/+1
| * | spi: stm32_qspi: use QSPI bus as 8 lines communication channelMark Brown2022-08-231-9/+109
| |\ \
| | * | spi: stm32_qspi: Add transfer_one_message() spi callbackPatrice Chotard2022-08-231-9/+109