summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'spi-fix-v6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-11-116-18/+48
|\
| * spi: amd: Fix SPI_SPD7 valueVitaly Rodionov2022-11-041-1/+1
| * spi: stm32: fix stm32_spi_prepare_mbr() that halves spi clk for every runSean Nyekjaer2022-11-031-1/+1
| * spi: meson-spicc: fix do_div build error on non-arm64Neil Armstrong2022-11-021-1/+1
| * spi: intel: Use correct mask for flash and protected regionsMika Westerberg2022-11-011-4/+4
| * spi: mediatek: Fix package division errorzhichao.liu2022-10-311-10/+13
| * spi: tegra210-quad: Don't initialise DMA if not supportedJon Hunter2022-10-281-0/+6
| * spi: meson-spicc: move wait completion in driver to take bursts delay in accountNeil Armstrong2022-10-261-2/+22
| * spi: stm32: Print summary 'callbacks suppressed' messageMarek Vasut2022-10-241-0/+1
* | Merge tag 'spi-fix-v6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-10-266-6/+13
|\|
| * spi: aspeed: Fix window offset of CE1Cédric Le Goater2022-10-191-1/+1
| * spi: qup: support using GPIO as chip select lineRobert Marko2022-10-171-0/+2
| * spi: intel: Fix the offset to get the 64K erase opcodeMauro Lima2022-10-131-1/+1
| * spi: aspeed: Fix typo in mode_bits field for AST2600 platformChin-Ting Kuo2022-10-101-2/+2
| * spi: mpc52xx: Replace NO_IRQ by 0Christophe Leroy2022-10-101-1/+1
| * spi: spi-gxp: fix typo in SPDX identifier lineBird, Tim2022-10-041-1/+1
| * spi: tegra210-quad: Fix combined sequenceKrishna Yarlagadda2022-10-031-0/+5
* | 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