summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2023-06-21spi: fsl-dspi: avoid SCK glitches with continuous transfersVladimir Oltean1-0/+15
2023-06-21spi: cadence-quadspi: Add missing check for dma_set_maskJiasheng Jiang1-2/+5
2023-06-14spi: qup: Request DMA before enabling clocksStephan Gerhold1-19/+18
2023-06-14spi: mt65xx: make sure operations completed before unloadingDaniel Golle1-0/+3
2023-05-24spi: spi-imx: fix MX51_ECSPI_* macros when cs > 3Kevin Groeneveld1-6/+18
2023-05-17spi: fsl-cpm: Use 16 bit mode for large transfers with even sizeChristophe Leroy2-0/+26
2023-05-17spi: fsl-spi: Re-organise transfer bits_per_word adaptationChristophe Leroy1-25/+21
2023-05-11spi: cadence-quadspi: use macro DEFINE_SIMPLE_DEV_PM_OPSDhruva Gole1-11/+2
2023-05-11spi: cadence-quadspi: fix suspend-resume implementationsDhruva Gole1-3/+16
2023-05-11spi: fsl-spi: Fix CPM/QE mode Litte EndianChristophe Leroy1-5/+7
2023-05-11spi: qup: Don't skip cleanup in remove's error pathUwe Kleine-König1-9/+13
2023-05-11spi: imx: Don't skip cleanup in remove's error pathUwe Kleine-König1-7/+5
2023-05-11spi: atmel-quadspi: Free resources even if runtime resume failed in .remove()Uwe Kleine-König1-7/+17
2023-05-11spi: atmel-quadspi: Don't leak clk enable count in pm resumeUwe Kleine-König1-1/+5
2023-04-26spi: spi-rockchip: Fix missing unwind goto in rockchip_sfc_probe()Li Lanzhe1-1/+1
2023-03-17spi: intel: Check number of chip selects after reading the descriptorMika Westerberg1-4/+4
2023-03-11spi: tegra210-quad: Fix iterator outside loopKrishna Yarlagadda1-4/+8
2023-03-11spi: tegra210-quad: Fix validate combined sequenceKrishna Yarlagadda1-1/+1
2023-03-10spi: synquacer: Fix timeout handling in synquacer_spi_transfer_one()Christophe JAILLET1-4/+3
2023-03-10spi: bcm63xx-hsspi: Fix multi-bit mode settingWilliam Zhang1-3/+9
2023-03-10spi: dw_bt1: fix MUX_MMIO dependenciesArnd Bergmann1-1/+0
2023-02-25spi: mediatek: Enable irq before the spi registrationRicardo Ribalda1-7/+5
2023-02-25spi: mediatek: Enable irq when pdata is readyRicardo Ribalda1-5/+7
2023-02-14spi: dw: Fix wrong FIFO level setting for long xfersSerge Semin1-1/+1
2023-02-01spi: spidev: remove debug messages that access spidev->spi without lockingBartosz Golaszewski1-2/+0
2023-02-01spi: cadence: Fix busy cycles calculationWitold Sadowski1-1/+4
2022-12-31spi: fsl_spi: Don't change speed while chipselect is activeChristophe Leroy1-3/+16
2022-12-31spi: spi-gpio: Don't set MOSI as an input if not 3WIRE modeKris Bahnsen1-3/+13
2022-12-31spi: spidev: mask SPI_CS_HIGH in SPI_IOC_RD_MODEAlexander Sverdlin1-5/+16
2022-11-23Merge tag 'spi-fix-v6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-7/+20
2022-11-18spi: spi-imx: spi_imx_transfer_one(): check for DMA transfer firstMarc Kleine-Budde1-3/+7
2022-11-17spi: tegra210-quad: Fix duplicate resource errorKrishna Yarlagadda1-1/+2
2022-11-16spi: dw-dma: decrease reference count in dw_spi_dma_init_mfld()Xiongfeng Wang1-0/+3
2022-11-16spi: spi-imx: Fix spi_bus_clk if requested clock is higher than input clockFrieder Schrempf1-2/+1
2022-11-11Merge tag 'spi-fix-v6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-18/+48
2022-11-10spi: mediatek: Fix DEVAPC Violation at KO RemoveZhichao Liu1-1/+7
2022-11-04spi: amd: Fix SPI_SPD7 valueVitaly Rodionov1-1/+1
2022-11-03spi: stm32: fix stm32_spi_prepare_mbr() that halves spi clk for every runSean Nyekjaer1-1/+1
2022-11-02spi: meson-spicc: fix do_div build error on non-arm64Neil Armstrong1-1/+1
2022-11-01spi: intel: Use correct mask for flash and protected regionsMika Westerberg1-4/+4
2022-10-31spi: mediatek: Fix package division errorzhichao.liu1-10/+13
2022-10-28spi: tegra210-quad: Don't initialise DMA if not supportedJon Hunter1-0/+6
2022-10-27Merge tag 'spi-fix-v6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-6/+13
2022-10-26spi: meson-spicc: move wait completion in driver to take bursts delay in accountNeil Armstrong1-2/+22
2022-10-24spi: stm32: Print summary 'callbacks suppressed' messageMarek Vasut1-0/+1
2022-10-19spi: aspeed: Fix window offset of CE1Cédric Le Goater1-1/+1
2022-10-17spi: qup: support using GPIO as chip select lineRobert Marko1-0/+2
2022-10-13spi: intel: Fix the offset to get the 64K erase opcodeMauro Lima1-1/+1
2022-10-10spi: aspeed: Fix typo in mode_bits field for AST2600 platformChin-Ting Kuo1-2/+2
2022-10-10spi: mpc52xx: Replace NO_IRQ by 0Christophe Leroy1-1/+1