summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra13-22/+22
2024-11-28Merge tag 'spi-fix-v6.13-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-6/+13
2024-11-26spi: Fix acpi deferred irq probeStanislaw Gruszka1-3/+10
2024-11-26spi: atmel-quadspi: Fix register name in verbose logging functionCsókás, Bence1-1/+1
2024-11-23Merge tag 'mtd/for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds3-10/+22
2024-11-21Merge tag 'nand/for-6.13' into mtd/nextMiquel Raynal2-6/+6
2024-11-21spi-imx: prevent overflow when estimating transfer timeAntonio Quartulli1-1/+1
2024-11-20Merge tag 'spi-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds108-345/+1767
2024-11-19spi: rockchip-sfc: Embedded DMA only support 4B aligned addressJon Lin1-1/+1
2024-11-14spi: imx: support word delay in ecspiMark Brown1-16/+92
2024-11-13spi: imx: support word delayJonas Rebmann1-10/+85
2024-11-13spi: imx: pass struct spi_transfer to prepare_transfer()Jonas Rebmann1-6/+7
2024-11-13spi: cs42l43: Add GPIO speaker id support to the bridge configurationSimon Trimmer1-5/+41
2024-11-12spi: Delete useless checkszhang jiao1-3/+0
2024-11-11spi: apple: Remove unnecessary .owner for apple_spi_driverJiapeng Chong1-1/+0
2024-11-06spi: apple: Add driver for Apple SPI controllerHector Martin3-0/+542
2024-11-04spi: Use of_property_present() for non-boolean propertiesRob Herring (Arm)3-3/+3
2024-11-01spi: zynqmp-gqspi: Undo runtime PM changes at driver exit time​Jinjie Ruan1-0/+2
2024-11-01spi: spi-mem: rtl-snand: Correctly handle DMA transfersChris Packham1-16/+30
2024-11-01spi: tegra210-quad: Avoid shift-out-of-boundsBreno Leitao1-1/+1
2024-10-31spi: axi-spi-engine: Emit trace events for spi transfersUwe Kleine-König1-0/+15
2024-10-25spi: Replace deprecated PCI functionsPhilipp Stanner3-13/+9
2024-10-24spi: spi-fsl-dspi: Fix crash when not using GPIO chip selectFrank Li1-1/+5
2024-10-22spi: geni-qcom: Fix boot warning related to pm_runtime and devresGeorgi Djakov1-3/+5
2024-10-21spi: mtk-snfi: fix kerneldoc for mtk_snand_is_page_ops()Bartosz Golaszewski1-1/+1
2024-10-21spi: spi-mem: Add Realtek SPI-NAND controllerChris Packham3-0/+417
2024-10-21mtd: spinand: Constify struct nand_ecc_engine_opsChristophe JAILLET2-6/+6
2024-10-18spi: make class structs constBartosz Golaszewski1-2/+2
2024-10-10spi: stm32: fix missing device mode capability in stm32mp25Alain Volmat1-0/+1
2024-10-10spi: stm32: fix missing device mode capability in stm32mp25Alain Volmat1-0/+1
2024-10-10Fix Sparse warningsMark Brown2-7/+6
2024-10-10Add dev_warn_probe() and improve error handling inMark Brown1-15/+13
2024-10-09spi: intel: Add protected and locked attributesAlexander Usyskin4-5/+63
2024-10-08spi: rockchip: Use dev_{err,warn}_probe() in the probe pathDragan Simic1-15/+13
2024-10-08spi: rockchip-sfc: Use dev_err_probe() in the probe pathDragan Simic1-8/+6
2024-10-08spi: rockchip-sfc: Perform trivial code cleanupsDragan Simic1-5/+2
2024-10-08spi: rockchip: Perform trivial code cleanupsDragan Simic1-15/+12
2024-10-08spi: spi-imx: Fix casting warningsHardevsinh Palaniya1-3/+2
2024-10-08spi: spi-fsl-dspi: Fix casting warningsHardevsinh Palaniya1-4/+4
2024-10-07spi: Merge up v6.12Mark Brown12-15/+17
2024-10-05Merge tag 'spi-fix-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-7/+9
2024-10-04spi: Provide defer reason if getting irq during probe failsUwe Kleine-König1-1/+1
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro8-8/+8
2024-10-02spi: spi-ti-qspi: remove redundant assignment to variable retColin Ian King1-1/+0
2024-10-02spi: mxic: Add support for swapping byteAlvinZhou1-4/+13
2024-10-02spi: spi-mem: Allow specifying the byte order in Octal DTR modeTudor Ambarus1-0/+3
2024-10-02spi: Fix pm_runtime_set_suspended() with runtime pmMark Brown2-4/+6
2024-10-01spi: s3c64xx: fix timeout counters in flush_fifoBen Dooks1-2/+2
2024-10-01spi: spi-fsl-lpspi: Some calculation improvementsMark Brown1-4/+11
2024-10-01spi: atmel-quadspi: Fix wrong register value written to MRAlexander Dahl1-1/+1