summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2022-12-02spi: spi-imx: spi_imx_transfer_one(): check for DMA transfer firstMarc Kleine-Budde1-3/+7
2022-12-02spi: spi-imx: Fix spi_bus_clk if requested clock is higher than input clockFrieder Schrempf1-2/+1
2022-12-02spi: tegra210-quad: Fix duplicate resource errorKrishna Yarlagadda1-1/+2
2022-12-02spi: dw-dma: decrease reference count in dw_spi_dma_init_mfld()Xiongfeng Wang1-0/+3
2022-12-02spi: stm32: fix stm32_spi_prepare_mbr() that halves spi clk for every runSean Nyekjaer1-1/+1
2022-12-02spi: tegra210-quad: Don't initialise DMA if not supportedJon Hunter1-0/+6
2022-11-26spi: stm32: Print summary 'callbacks suppressed' messageMarek Vasut1-0/+1
2022-11-26spi: intel: Fix the offset to get the 64K erase opcodeMauro Lima1-1/+1
2022-11-26spi: tegra210-quad: Fix combined sequenceKrishna Yarlagadda1-0/+5
2022-11-16spi: intel: Use correct mask for flash and protected regionsMika Westerberg1-4/+4
2022-11-16spi: mediatek: Fix package division errorzhichao.liu1-10/+13
2022-11-03spi: aspeed: Fix window offset of CE1Cédric Le Goater1-1/+1
2022-11-03spi: qup: support using GPIO as chip select lineRobert Marko1-0/+2
2022-10-21spi: Ensure that sg_table won't be used after being freedMarek Szyprowski1-0/+2
2022-10-21spi: s3c64xx: Fix large transfers with DMAVincent Whitchurch1-0/+9
2022-10-21spi/omap100k:Fix PM disable depth imbalance in omap1_spi100k_probeZhang Qilong1-0/+1
2022-10-21spi: dw: Fix PM disable depth imbalance in dw_spi_bt1_probeZhang Qilong1-1/+3
2022-10-21spi: cadence-quadspi: Fix PM disable depth imbalance in cqspi_probeZhang Qilong1-1/+2
2022-10-21spi: meson-spicc: do not rely on busy flag in pow2 clk opsNeil Armstrong1-3/+3
2022-10-21spi: qup: add missing clk_disable_unprepare on error in spi_qup_pm_resume_run...Xu Qiang1-1/+3
2022-10-21spi: qup: add missing clk_disable_unprepare on error in spi_qup_resume()Xu Qiang1-3/+14
2022-10-21spi: mt7621: Fix an error message in mt7621_spi_probe()Christophe JAILLET1-5/+3
2022-09-08Merge tag 'spi-fix-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-9/+41
2022-09-02spi: spi: Fix queue hang if previous transfer failedDavid Jander1-2/+1
2022-09-02spi: mux: Fix mux interaction with fast path optimisationsMark Brown2-1/+2
2022-08-22spi: cadence-quadspi: Disable irqs during indirect readsNiravkumar L Rabara1-4/+34
2022-08-16Merge tag 'spi-fix-v6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-35/+108
2022-08-15spi: bitbang: Fix lsb-first RxRobin Murphy1-2/+4
2022-08-11spi: meson-spicc: add local pow2 clock ops to preserve rate between messagesNeil Armstrong1-28/+101
2022-08-07Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-1/+1
2022-08-05spi: spi.c: Add missing __percpu annotations in users of spi_statisticsDavid Jander1-7/+7
2022-08-04Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-7/+2
2022-08-02Merge tag 'spi-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds31-578/+1807
2022-08-02Merge tag 'arm-drivers-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2022-07-29Add SPI Driver to HPE GXP ArchitectureMark Brown3-0/+333
2022-07-29spi: spi-gxp: Add support for HPE GXP SoCsNick Hawkins3-0/+333
2022-07-26spi: a3700: support BE for AC5 SPI driverNoam1-2/+2
2022-07-25spi: bcm2835: enable shared interrupt supportMartin Sperl1-2/+6
2022-07-21spi: spi-rspi: Fix PIO fallback on RZ platformsBiju Das1-0/+4
2022-07-20spi: spi-cadence: Fix SPI NO Slave Select macro definitionSai Krishna Potthuri1-1/+1
2022-07-20spi: npcm-fiu: Add NPCM8XX supportTomer Maimon1-0/+25
2022-07-20spi: npcm-fiu: Modify direct read dummy configurationTomer Maimon1-2/+1
2022-07-20spi: bcm2835: bcm2835_spi_handle_err(): fix NULL pointer deref for non DMA tr...Marc Kleine-Budde1-4/+8
2022-07-18spi: atmel: remove #ifdef CONFIG_{PM, SLEEP}Claudiu Beznea1-11/+4
2022-07-14spi: cadence-quadspi: Remove spi_master_put() in probe failure pathVaishnav Achath1-12/+7
2022-07-13Add support for Intel Thunder Bay SPI controllerMark Brown3-16/+10
2022-07-13spi: microchip-core: fix and cleanupsMark Brown1-36/+20
2022-07-13spi: tegra20-slink: fix UAF in tegra_slink_remove()Yang Yingliang1-1/+2
2022-07-13spi: Fix simplification of devm_spi_register_controllerYang Yingliang1-5/+14
2022-07-13spi: microchip-core: switch to use dev_err_probe()Yang Yingliang1-25/+17