summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2022-02-10spi: mxic: Add support for pipelined ECC operationsMiquel Raynal2-2/+112
2022-02-10spi: mxic: Add support for direct mappingMiquel Raynal1-3/+109
2022-02-10spi: mxic: Create a helper to ease the start of an operationMiquel Raynal1-24/+29
2022-02-10spi: mxic: Create a helper to configure the controller before an operationMiquel Raynal1-12/+19
2022-02-10spi: mxic: Fix the transmit pathMiquel Raynal1-16/+12
2022-02-10spi: spi-mem: Add an ecc parameter to the spi_mem_op structureMiquel Raynal1-0/+5
2022-02-10spi: spi-mem: Kill the spi_mem_dtr_supports_op() helperMiquel Raynal3-23/+2
2022-02-10spi: mxic: Provide a capability structureMiquel Raynal1-0/+5
2022-02-10spi: cadence-quadspi: Provide a capability structureMiquel Raynal1-0/+5
2022-02-10spi: spi-mem: Check the controller extra capabilitiesMiquel Raynal1-4/+13
2022-01-14Merge tag 'sound-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-2/+0
2022-01-11Merge tag 'spi-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds23-466/+542
2022-01-10Merge tag 'drivers-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2-2/+11
2022-01-10Merge branch 'for-5.16' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2-6/+7
2022-01-07spi: don't include ptp_clock_kernel.h in spi.hJakub Kicinski1-0/+1
2022-01-07spi: spi-meson-spifc: Add missing pm_runtime_disable() in meson_spifc_probeMiaoqian Lin1-0/+1
2022-01-07spi: atmel: Fix typoQinghua Jin1-1/+1
2022-01-06spi: qcom: geni: handle timeout for gpi modeVinod Koul1-1/+25
2022-01-06spi: qcom: geni: set the error code for gpi transferVinod Koul1-1/+5
2022-01-04spi: ar934x: fix transfer sizeOskari Lemmela1-5/+11
2021-12-23spi: pxa2xx: Propagate firmware nodeAndy Shevchenko1-2/+1
2021-12-23spi: dw: Propagate firmware nodeAndy Shevchenko1-2/+2
2021-12-23spi: dln2: Propagate firmware nodeAndy Shevchenko1-1/+3
2021-12-22spi: ar934x: fix transfer and word delaysOskari Lemmela1-0/+2
2021-12-22spi: uniphier: Fix a bug that doesn't point to private data correctlyKunihiko Hayashi1-5/+6
2021-12-20Merge tag 'spi-fix-v5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2021-12-20Merge tag 'tegra-for-5.17-drivers' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann1-1/+8
2021-12-17spi: pic32: stop setting dma_config->slave_idArnd Bergmann1-2/+0
2021-12-16spi: tegra20-slink: Add OPP supportDmitry Osipenko1-1/+8
2021-12-14Merge tag 'memory-controller-drv-renesas-5.17' of git://git.kernel.org/pub/sc...Arnd Bergmann1-1/+3
2021-12-13spi: Fix incorrect cs_setup delay handlingHector Martin1-7/+6
2021-12-06spi: change clk_disable_unprepare to clk_unprepareDongliang Mu1-1/+1
2021-11-29spi: pxa2xx: Get rid of unused enable_loopback memberAndy Shevchenko1-3/+2
2021-11-29spi: pxa2xx: Get rid of unused ->cs_control()Andy Shevchenko2-21/+0
2021-11-26spi: tegra210-quad: use devm call for cdata memoryKrishna Yarlagadda1-10/+1
2021-11-26spi: atmel: Remove setting of deprecated member of struct dma_slave_configTudor Ambarus1-2/+0
2021-11-26spi: atmel: Drop slave_config argument in atmel_spi_dma_slave_config()Tudor Ambarus1-21/+17
2021-11-25spi: bcm-qspi: set transfer parameter only if they changeKamal Dasu1-0/+12
2021-11-25spi: bcm-qspi: choose sysclk setting based on requested speedKamal Dasu1-6/+26
2021-11-24spi: Fix condition in the __spi_register_driver()Andy Shevchenko1-1/+1
2021-11-24spi: spidev: Make probe to fail early if a spidev compatible is usedJavier Martinez Canillas1-3/+4
2021-11-23spi: pxa2xx: Remove redundant ->read() and ->write() in struct chip_dataAndy Shevchenko2-33/+6
2021-11-23spi: spidev: Use SPI_MODE_USER_MASK instead of castingAndy Shevchenko1-1/+1
2021-11-23spi: Fix multi-line comment styleAndy Shevchenko1-71/+89
2021-11-23spi: Replace memset() with __GFP_ZEROAndy Shevchenko1-2/+1
2021-11-22spi: deduplicate spi_match_id() in __spi_register_driver()Andy Shevchenko1-11/+6
2021-11-19Merge tag 'spi-fix-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-16/+38
2021-11-18RSPI driver support for RZ/G2LMark Brown1-1/+26
2021-11-18spi: qcom: geni: remove unused definesVinod Koul1-4/+0
2021-11-18spi: spi-rspi: Drop redeclaring ret variable in qspi_transfer_in()Lad Prabhakar1-1/+1