summaryrefslogtreecommitdiffstats
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2022-09-19spi: spi-loopback-test: Add test to trigger DMA/PIO mixingVincent Whitchurch1-0/+27
2022-09-19spi: omap2-mcspi: Switch to use dev_err_probe() helperYang Yingliang1-4/+2
2022-09-14spi: mpc52xx: Replace of_gpio_count() by gpiod_count()Andy Shevchenko1-1/+2
2022-09-14spi: fsl_spi: Convert to transfer_oneChristophe Leroy1-114/+43
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-08spi: meson-spicc: do not rely on busy flag in pow2 clk opsNeil Armstrong1-3/+3
2022-09-08spi: lpspi: Remove the unneeded result variableye xingchen1-4/+1
2022-09-07spi: Add capability to perform some transfer with chipselect offChristophe Leroy1-3/+9
2022-09-07spi: nxp-fspi: Do not dereference fwnode in struct deviceAndy Shevchenko1-4/+4
2022-09-05spi: qup: add missing clk_disable_unprepare on error in spi_qup_pm_resume_run...Xu Qiang1-1/+3
2022-09-05spi: qup: add missing clk_disable_unprepare on error in spi_qup_resume()Xu Qiang1-3/+14
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-31spi: stm32-qspi: Refactor dual flash mode enable check in ->setup()Andy Shevchenko1-2/+1
2022-08-31spi: stm32-qspi: Replace of_gpio_named_count() by gpiod_count()Andy Shevchenko1-2/+2
2022-08-30spi: amd: Fix speed selectionShreeya Patel1-4/+1
2022-08-29spi: mt7621: Fix an erroneous message + clean-upsMark Brown1-36/+6
2022-08-29spi: mt7621: Remove 'clk' from 'struct mt7621_spi'Christophe JAILLET1-3/+1
2022-08-29spi: mt7621: Use devm_spi_register_controller()Christophe JAILLET1-15/+1
2022-08-29spi: mt7621: Use the devm_clk_get_enabled() helper to simplify error handlingChristophe JAILLET1-13/+1
2022-08-29spi: mt7621: Fix an error message in mt7621_spi_probe()Christophe JAILLET1-5/+3
2022-08-29spi: add generic R-Car Gen4 and specific r8a779f0 supportMark Brown1-0/+1
2022-08-29spi: stm32-qspi: Fix pm_runtime management in stm32_qspi_transfer_one_message()Patrice Chotard1-1/+7
2022-08-29spi: sh-msiof: add generic Gen4 bindingWolfram Sang1-0/+1
2022-08-28spi: stm32-qspi: Fix stm32_qspi_transfer_one_message() error pathPatrice Chotard1-2/+4
2022-08-25spi: amd: Configure device speedLucas Tanure1-0/+97
2022-08-25spi: pxa2xx: Remove the unneeded result variableye xingchen1-3/+1
2022-08-24ACPI: Drop parent field from struct acpi_deviceRafael J. Wysocki1-1/+1
2022-08-23spi: stm32_qspi: use QSPI bus as 8 lines communication channelMark Brown1-9/+109
2022-08-23spi: dw: Quite logging on deferred controller registrationSerge Semin1-1/+1
2022-08-23spi: stm32_qspi: Add transfer_one_message() spi callbackPatrice Chotard1-9/+109
2022-08-22spi: intel: 64k erase is supported from Canon Lake and beyondMika Westerberg1-0/+1
2022-08-22spi: intel: Add support for second flash chipMika Westerberg1-16/+147
2022-08-22spi: cadence-quadspi: Disable irqs during indirect readsNiravkumar L Rabara1-4/+34
2022-08-19spi: move from strlcpy with unused retval to strscpyWolfram Sang1-3/+3
2022-08-18spi: amd: Setup all xfers before opcode executionCristian Ciocaltea1-46/+47
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: npcm-pspi: add Arbel NPCM8XX supportMark Brown1-0/+1
2022-08-15Add support for Microchip QSPI controllerMark Brown3-0/+610
2022-08-15spi: lpspi: Simplify some error messageChristophe JAILLET1-1/+1
2022-08-15spi: microchip-core: Simplify some error messageChristophe JAILLET1-2/+2
2022-08-15spi: s3c64xx: correct dma_chan pointer initializationChanho Park1-2/+2
2022-08-15spi: microchip-core-qspi: Add support for microchip fpga qspi controllersNaga Sureshkumar Relli3-0/+610
2022-08-15spi: npcm-pspi: Add NPCM845 peripheral SPI supportTomer Maimon1-0/+1
2022-08-15spi: bitbang: Fix lsb-first RxRobin Murphy1-2/+4
2022-08-15Merge remote-tracking branch 'spi/for-5.20' into spi-6.0Mark Brown2-35/+108
2022-08-11spi: meson-spicc: add local pow2 clock ops to preserve rate between messagesNeil Armstrong1-28/+101
2022-08-06Merge 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