summaryrefslogtreecommitdiffstats
path: root/drivers/spi
AgeCommit message (Expand)AuthorLines
2024-12-18spi: rockchip-sfc: Fix error in remove progressJon Lin-1/+3
2024-12-09spi: spi-cadence-qspi: Disable STIG mode for Altera SoCFPGA.Niravkumar L Rabara-2/+8
2024-12-09spi: rockchip: Fix PM runtime count on no-op csChristian Loehle-0/+14
2024-12-09spi: aspeed: Fix an error handling path in aspeed_spi_[read|write]_user()Christophe JAILLET-4/+6
2024-12-06Merge tag 'spi-fix-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+7
2024-12-05spi: omap2-mcspi: Fix the IS_ERR() bug for devm_clk_get_optional_enabled()Purushothama Siddaiah-3/+3
2024-12-04spi: intel: Add Panther Lake SPI controller supportAapo Vienamo-0/+2
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra-22/+22
2024-12-02spi: apple: Set use_gpio_descriptors to trueSasha Finkelstein-0/+1
2024-12-02spi: mpc52xx: Add cancel_work_sync before module removePei Xiao-0/+1
2024-11-28Merge tag 'spi-fix-v6.13-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-6/+13
2024-11-26spi: Fix acpi deferred irq probeStanislaw Gruszka-3/+10
2024-11-26spi: atmel-quadspi: Fix register name in verbose logging functionCsókás, Bence-1/+1
2024-11-22Merge tag 'mtd/for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds-10/+22
2024-11-21Merge tag 'nand/for-6.13' into mtd/nextMiquel Raynal-6/+6
2024-11-21spi-imx: prevent overflow when estimating transfer timeAntonio Quartulli-1/+1
2024-11-20Merge tag 'spi-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds-345/+1767
2024-11-19spi: rockchip-sfc: Embedded DMA only support 4B aligned addressJon Lin-1/+1
2024-11-14spi: imx: support word delay in ecspiMark Brown-16/+92
2024-11-13spi: imx: support word delayJonas Rebmann-10/+85
2024-11-13spi: imx: pass struct spi_transfer to prepare_transfer()Jonas Rebmann-6/+7
2024-11-13spi: cs42l43: Add GPIO speaker id support to the bridge configurationSimon Trimmer-5/+41
2024-11-12spi: Delete useless checkszhang jiao-3/+0
2024-11-11spi: apple: Remove unnecessary .owner for apple_spi_driverJiapeng Chong-1/+0
2024-11-06spi: apple: Add driver for Apple SPI controllerHector Martin-0/+542
2024-11-04spi: Use of_property_present() for non-boolean propertiesRob Herring (Arm)-3/+3
2024-11-01spi: zynqmp-gqspi: Undo runtime PM changes at driver exit time​Jinjie Ruan-0/+2
2024-11-01spi: spi-mem: rtl-snand: Correctly handle DMA transfersChris Packham-16/+30
2024-11-01spi: tegra210-quad: Avoid shift-out-of-boundsBreno Leitao-1/+1
2024-10-31spi: axi-spi-engine: Emit trace events for spi transfersUwe Kleine-König-0/+15
2024-10-25spi: Replace deprecated PCI functionsPhilipp Stanner-13/+9
2024-10-23spi: spi-fsl-dspi: Fix crash when not using GPIO chip selectFrank Li-1/+5
2024-10-22spi: geni-qcom: Fix boot warning related to pm_runtime and devresGeorgi Djakov-3/+5
2024-10-21spi: mtk-snfi: fix kerneldoc for mtk_snand_is_page_ops()Bartosz Golaszewski-1/+1
2024-10-21spi: spi-mem: Add Realtek SPI-NAND controllerChris Packham-0/+417
2024-10-21mtd: spinand: Constify struct nand_ecc_engine_opsChristophe JAILLET-6/+6
2024-10-18spi: make class structs constBartosz Golaszewski-2/+2
2024-10-10spi: stm32: fix missing device mode capability in stm32mp25Alain Volmat-0/+1
2024-10-10spi: stm32: fix missing device mode capability in stm32mp25Alain Volmat-0/+1
2024-10-10Fix Sparse warningsMark Brown-7/+6
2024-10-10Add dev_warn_probe() and improve error handling inMark Brown-15/+13
2024-10-09spi: intel: Add protected and locked attributesAlexander Usyskin-5/+63
2024-10-08spi: rockchip: Use dev_{err,warn}_probe() in the probe pathDragan Simic-15/+13
2024-10-08spi: rockchip-sfc: Use dev_err_probe() in the probe pathDragan Simic-8/+6
2024-10-08spi: rockchip-sfc: Perform trivial code cleanupsDragan Simic-5/+2
2024-10-08spi: rockchip: Perform trivial code cleanupsDragan Simic-15/+12
2024-10-08spi: spi-imx: Fix casting warningsHardevsinh Palaniya-3/+2
2024-10-08spi: spi-fsl-dspi: Fix casting warningsHardevsinh Palaniya-4/+4
2024-10-07spi: Merge up v6.12Mark Brown-15/+17
2024-10-05Merge tag 'spi-fix-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-7/+9