aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-15Merge tag 'microchip-soc-6.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann1-1/+1
2025-09-15spi: amlogic: Fix error checking on regmap_write callColin Ian King1-1/+1
2025-09-14spi: apple: Add "apple,t8103-spi" compatibleJanne Grunau1-0/+1
2025-09-12spi: axi-spi-engine: improve version checksMark Brown1-10/+7
2025-09-12support for Amlogic SPI Flash Controller IPMark Brown6-14/+1270
2025-09-11spi: axi-spi-engine: use adi_axi_pcore_ver_gteq()David Lechner1-10/+7
2025-09-10spi: amlogic: add driver for Amlogic SPI Flash ControllerFeng Chen3-0/+1233
2025-09-09spi: cadence-quadspi: Use BIT() macros where possibleVignesh Raghavendra1-8/+8
2025-09-09spi: cadence-quadspi: Fix cqspi_setup_flash()Santhosh Kumar K1-5/+8
2025-09-09spi: cadence-quadspi: Flush posted register writes before DAC accessPratyush Yadav1-0/+2
2025-09-09spi: cadence-quadspi: Flush posted register writes before INDAC accessPratyush Yadav1-0/+3
2025-09-09spi: atmel: make it selectable for ARCH_MICROCHIPRobert Marko1-1/+1
2025-09-08spi: s3c64xx: Drop S3C2443Krzysztof Kozlowski1-16/+0
2025-09-03spi: spi-fsl-dspi: Target mode improvementsMark Brown3-94/+195
2025-09-03spi: spi-qpic-snand: unregister ECC engine on probe error and device removeGabor Juhos1-2/+4
2025-09-03spi: spi-fsl-dspi: Report FIFO overflows as errorsJames Clark1-1/+27
2025-09-03spi: spi-fsl-dspi: Increase target mode DMA buffer sizeJames Clark1-1/+12
2025-09-03spi: spi-fsl-dspi: Use whole page for DMA buffersJames Clark1-11/+30
2025-09-03spi: spi-fsl-dspi: Use non-coherent memory for DMAJames Clark1-24/+41
2025-09-03spi: spi-fsl-dspi: Stub out DMA functionsJames Clark1-10/+24
2025-09-03spi: fsl-dspi: Store status directly in cur_msg->statusJames Clark1-19/+17
2025-09-03spi: fsl-dspi: Avoid using -EINPROGRESS error codeJames Clark1-17/+24
2025-09-03spi: mxs: fix "transfered"->"transferred"Xichao Zhao1-1/+1
2025-09-01spi: spi-fsl-lpspi: Generic fixes and support forMark Brown1-19/+28
2025-09-01spi: cadence-quadspi: Implement refcount to handle unbind during busyKhairul Anuar Romli1-0/+33
2025-09-01spi: spi-fsl-lpspi: Add compatible for S32GLarisa Grigore1-0/+5
2025-09-01spi: spi-fsl-lpspi: Parameterize reading num-cs from hardwareJames Clark1-1/+3
2025-09-01spi: spi-fsl-lpspi: Treat prescale_max == 0 as no erratumJames Clark1-5/+5
2025-09-01spi: spi-fsl-lpspi: Constify devtype datasJames Clark1-2/+2
2025-09-01spi: spi-fsl-lpspi: Clear status register after disabling the moduleLarisa Grigore1-4/+5
2025-09-01spi: spi-fsl-lpspi: Reset FIFO and disable module on transfer abortLarisa Grigore1-3/+1
2025-09-01spi: spi-fsl-lpspi: Set correct chip-select polarity bitLarisa Grigore1-2/+5
2025-09-01spi: spi-fsl-lpspi: Fix transmissions when using CONTLarisa Grigore1-2/+2
2025-08-29spi: microchip-core-qspi: stop checking viability of op->max_freq in supports...Conor Dooley1-12/+0
2025-08-28add COMPILE_TEST supportMark Brown2-21/+18
2025-08-28spi: Drop dev_pm_domain_detach() callClaudiu Beznea1-7/+3
2025-08-28spi: rb4xx: use devm for clk_prepare_enableRosen Penev1-14/+1
2025-08-28spi: rb4xx: add COMPILE_TEST supportRosen Penev2-6/+15
2025-08-28spi: rb4xx: depend on OFRosen Penev2-1/+2
2025-08-21Merge tag 'spi-fix-v6.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-17/+27
2025-08-21spi: st: fix PM macros to use CONFIG_PM instead of CONFIG_PM_SLEEPRaphael Gallais-Pou1-5/+5
2025-08-19spi: Remove the use of dev_err_probe()Mark Brown8-13/+9
2025-08-19spi: s3c64xx: Remove the use of dev_err_probe()Xichao Zhao1-2/+1
2025-08-19spi: pxa2xx: Remove the use of dev_err_probe()Xichao Zhao1-1/+1
2025-08-19spi: mt65xx: Remove the use of dev_err_probe()Xichao Zhao1-1/+1
2025-08-19spi: Remove the use of dev_err_probe()Xichao Zhao2-4/+2
2025-08-19spi: SPISG: Remove the use of dev_err_probe()Xichao Zhao1-1/+1
2025-08-19spi: spi_amd: Remove the use of dev_err_probe()Xichao Zhao2-4/+3
2025-08-19spi: SPISG: Use devm_kcalloc() in aml_spisg_clk_init()Qianfeng Rong1-1/+1
2025-08-18spi: use min_t() to improve codeMark Brown3-16/+11