summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sound-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-01-141-2/+0
|\
| * spi: pic32: stop setting dma_config->slave_idArnd Bergmann2021-12-171-2/+0
* | Merge tag 'spi-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2022-01-1123-466/+542
|\ \
| * \ Merge branch 'for-5.16' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2022-01-102-6/+7
| |\ \
| | * | spi: uniphier: Fix a bug that doesn't point to private data correctlyKunihiko Hayashi2021-12-221-5/+6
| * | | spi: don't include ptp_clock_kernel.h in spi.hJakub Kicinski2022-01-071-0/+1
| * | | spi: spi-meson-spifc: Add missing pm_runtime_disable() in meson_spifc_probeMiaoqian Lin2022-01-071-0/+1
| * | | spi: atmel: Fix typoQinghua Jin2022-01-071-1/+1
| * | | spi: qcom: geni: handle timeout for gpi modeVinod Koul2022-01-061-1/+25
| * | | spi: qcom: geni: set the error code for gpi transferVinod Koul2022-01-061-1/+5
| * | | spi: ar934x: fix transfer sizeOskari Lemmela2022-01-041-5/+11
| * | | spi: pxa2xx: Propagate firmware nodeAndy Shevchenko2021-12-231-2/+1
| * | | spi: dw: Propagate firmware nodeAndy Shevchenko2021-12-231-2/+2
| * | | spi: dln2: Propagate firmware nodeAndy Shevchenko2021-12-231-1/+3
| * | | spi: ar934x: fix transfer and word delaysOskari Lemmela2021-12-221-0/+2
| * | | spi: Fix incorrect cs_setup delay handlingHector Martin2021-12-131-7/+6
| * | | spi: pxa2xx: Get rid of unused enable_loopback memberAndy Shevchenko2021-11-291-3/+2
| * | | spi: pxa2xx: Get rid of unused ->cs_control()Andy Shevchenko2021-11-292-21/+0
| * | | spi: tegra210-quad: use devm call for cdata memoryKrishna Yarlagadda2021-11-261-10/+1
| * | | spi: atmel: Remove setting of deprecated member of struct dma_slave_configTudor Ambarus2021-11-261-2/+0
| * | | spi: atmel: Drop slave_config argument in atmel_spi_dma_slave_config()Tudor Ambarus2021-11-261-21/+17
| * | | spi: bcm-qspi: set transfer parameter only if they changeKamal Dasu2021-11-251-0/+12
| * | | spi: bcm-qspi: choose sysclk setting based on requested speedKamal Dasu2021-11-251-6/+26
| * | | spi: Fix condition in the __spi_register_driver()Andy Shevchenko2021-11-241-1/+1
| * | | spi: spidev: Make probe to fail early if a spidev compatible is usedJavier Martinez Canillas2021-11-241-3/+4
| * | | spi: pxa2xx: Remove redundant ->read() and ->write() in struct chip_dataAndy Shevchenko2021-11-232-33/+6
| * | | spi: spidev: Use SPI_MODE_USER_MASK instead of castingAndy Shevchenko2021-11-231-1/+1
| * | | spi: Fix multi-line comment styleAndy Shevchenko2021-11-231-71/+89
| * | | spi: Replace memset() with __GFP_ZEROAndy Shevchenko2021-11-231-2/+1
| * | | spi: deduplicate spi_match_id() in __spi_register_driver()Andy Shevchenko2021-11-221-11/+6
| * | | RSPI driver support for RZ/G2LMark Brown2021-11-181-1/+26
| |\ \ \
| | * | | spi: spi-rspi: Drop redeclaring ret variable in qspi_transfer_in()Lad Prabhakar2021-11-181-1/+1
| | * | | spi: spi-rspi: Add support to deassert/assert reset lineLad Prabhakar2021-11-181-0/+25
| * | | | spi: qcom: geni: remove unused definesVinod Koul2021-11-181-4/+0
| |/ / /
| * | | spi: hisi-kunpeng: Fix the debugfs directory name incorrectoujiefeng2021-11-171-7/+8
| * | | spi: dw: Define the capabilities in a continuous bit-flags setSerge Semin2021-11-161-1/+1
| * | | spi: dw: Replace DWC_HSSI capability with IP-core version checkerSerge Semin2021-11-163-7/+7
| * | | spi: dw: Introduce Synopsys IP-core versions interfaceSerge Semin2021-11-162-8/+42
| * | | spi: dw: Convert to using the Bitfield access macrosSerge Semin2021-11-162-45/+50
| * | | spi: dw: Put the driver entities naming in orderSerge Semin2021-11-166-209/+211
| * | | spi: dw: Discard redundant DW SSI Frame Formats enumerationSerge Semin2021-11-162-11/+5
| * | | spi: dw: Add a symbols namespace for the core moduleSerge Semin2021-11-165-9/+13
| * | | spi: xlp: Remove Netlogic XLP variantsRob Herring2021-11-152-14/+5
| * | | spi: lpspi: release requested DMA channelsAlexander Stein2021-11-151-1/+5
| * | | Merge existing fixes from spi/for-5.16 into new branchMark Brown2021-11-154-16/+38
| |\ \ \ | | |_|/ | |/| |
* | | | Merge tag 'drivers-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2022-01-102-2/+11
|\ \ \ \
| * \ \ \ Merge tag 'tegra-for-5.17-drivers' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2021-12-201-1/+8
| |\ \ \ \
| | * | | | spi: tegra20-slink: Add OPP supportDmitry Osipenko2021-12-161-1/+8
| | |/ / /
| * | | | Merge tag 'memory-controller-drv-renesas-5.17' of git://git.kernel.org/pub/sc...Arnd Bergmann2021-12-141-1/+3
| |\ \ \ \
| | * | | | memory: renesas-rpc-if: Add support for RZ/G2LLad Prabhakar2021-11-161-1/+3
| | |/ / /