summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'spi-fix-v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-02-016-39/+42
|\
| * spi: mediatek: Avoid NULL pointer crash in interruptBenjamin Gaignard2022-01-311-1/+1
| * spi: bcm-qspi: check for valid cs before applying chip selectKamal Dasu2022-01-281-1/+1
| * spi: uniphier: fix reference count leak in uniphier_spi_probe()Xin Xiong2022-01-261-4/+14
| * spi: meson-spicc: add IRQ check in meson_spicc_probeMiaoqian Lin2022-01-261-0/+5
| * spi: uniphier: Fix a bug that doesn't point to private data correctlyKunihiko Hayashi2022-01-261-5/+6
| * spi: change clk_disable_unprepare to clk_unprepareDongliang Mu2022-01-261-1/+1
| * spi: stm32: make SPI_MASTER_MUST_TX flags only specific to STM32F4Alain Volmat2022-01-191-1/+4
| * spi: stm32: remove inexistant variables in struct stm32_spi_cfg commentAlain Volmat2022-01-191-2/+0
| * spi: stm32-qspi: Update spi registeringPatrice Chotard2022-01-191-30/+17
* | 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