summaryrefslogtreecommitdiffstats
path: root/drivers/spi (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | spi: ingenic: Add support for use GPIO as chip select line.周琰杰 (Zhou Yanjie)2022-04-251-2/+7
| * | | | | spi: clps711x: Use syscon_regmap_lookup_by_phandleAlexander Shiyan2022-04-251-2/+3
| * | | | | spi: stm32: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi2022-04-251-2/+1
| * | | | | spi: spi-cadence-quadspi: using pm_runtime_resume_and_get instead of pm_runti...Minghao Chi2022-04-251-4/+2
| * | | | | spi: spi-tegra20-slink: using pm_runtime_resume_and_get instead of pm_runtime...Minghao Chi2022-04-251-4/+2
| * | | | | spi: cadence-quadspi: allow operations with cmd/addr buswidth >1Matthias Schiffer2022-04-251-7/+1
| * | | | | spi: cadence-quadspi: drop cqspi_set_protocol()Matthias Schiffer2022-04-251-103/+27
| * | | | | spi: spi-tegra20-sflash: using pm_runtime_resume_and_get instead of pm_runtim...Minghao Chi2022-04-251-4/+2
| * | | | | spi: rockchip: fix missing error on unsupported SPI_CS_HIGHLuca Ceresoli2022-04-251-0/+8
| * | | | | spi: spi-omap2-mcspi: using pm_runtime_resume_and_get instead of pm_runtime_g...Minghao Chi2022-04-251-9/+4
| * | | | | spi: mxs: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi2022-04-251-2/+1
| * | | | | spi: spi-imx: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi2022-04-251-4/+2
| * | | | | spi: spi-sprd: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi2022-04-251-2/+1
| |/ / / /
| * | | | spi: img-spfi: Fix pm_runtime_get_sync() error checkingZheng Yongjun2022-04-221-1/+1
| * | | | spi: intel: Implement dirmap hooksMika Westerberg2022-04-201-0/+49
| * | | | MediaTek SPI controller cleanups and documentationMark Brown2022-04-201-197/+171
| |\ \ \ \
| | * | | | spi: mt65xx: Fix definitions indentationAngeloGioacchino Del Regno2022-04-191-77/+77
| | * | | | spi: mt65xx: Add kerneldoc for driver structuresAngeloGioacchino Del Regno2022-04-191-5/+34
| | * | | | spi: mt65xx: Simplify probe function with dev_err_probe()AngeloGioacchino Del Regno2022-04-191-57/+29
| | * | | | spi: mt65xx: Move pm_runtime_enable() call to remove all gotosAngeloGioacchino Del Regno2022-04-191-12/+6
| | * | | | spi: mt65xx: Move clock parent setting to remove clock disable gotosAngeloGioacchino Del Regno2022-04-191-11/+8
| | * | | | spi: mt65xx: Add and use pointer to struct device in mtk_spi_probe()AngeloGioacchino Del Regno2022-04-191-35/+35
| | * | | | spi: mt65xx: Switch to device_get_match_data()AngeloGioacchino Del Regno2022-04-191-8/+1
| | * | | | spi: mt65xx: Simplify probe function with devm_spi_alloc_masterAngeloGioacchino Del Regno2022-04-191-27/+16
| * | | | | spi: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi2022-04-191-4/+2
| * | | | | spi: spi-imx: add support for SPI_RX_CPHA_FLIPBaruch Siach2022-04-191-5/+27
| * | | | | spi: spidev: add SPI_RX_CPHA_FLIPBaruch Siach2022-04-191-1/+2
| * | | | | spi: intel: Fix typo in kernel-doc of intel_spi_probe()Mika Westerberg2022-04-191-1/+1
| * | | | | spi: spi-ti-qspi: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi2022-04-191-2/+1
| * | | | | spi: spi-tegra114: using pm_runtime_resume_and_get instead of pm_runtime_get_...Minghao Chi2022-04-191-6/+3
| * | | | | spi: spi-cadence-quadspi: using pm_runtime_resume_and_get instead of pm_runti...Minghao Chi2022-04-191-2/+1
| * | | | | spi: remove spin_lock_irq and variable in the irq procressLi-hao Kuo2022-04-191-6/+0
| |/ / / /
| * | | | spi: core: Initialize returned status in spi_setupPaul Kocialkowski2022-04-141-1/+1
| * | | | spi: Pull in Atmel fixMark Brown2022-04-138-47/+57
| |\ \ \ \
| | * | | | spi: atmel-quadspi: Remove duplicated DTR checksTudor Ambarus2022-04-131-6/+0
| | |/ / /
| * | | | spi: spi-rspi: Remove setting {src,dst}_{addr,addr_width} based on DMA directionBiju Das2022-04-121-9/+6
| * | | | spi: core: Only check bits_per_word validity when explicitly providedPaul Kocialkowski2022-04-121-6/+11
| * | | | spi: spi-stm32-qspi: using pm_runtime_resume_and_get instead of pm_runtime_ge...Minghao Chi2022-04-121-20/+10
| * | | | spi: spi-ti-qspi: Fix return value handling of wait_for_completion_timeoutMiaoqian Lin2022-04-111-2/+3
| * | | | spi: spi-cadence: Fix kernel-doc format for resume/suspendMichal Simek2022-04-061-4/+4
| * | | | spi: mediatek: add single/quad mode supportMark Brown2022-04-051-17/+369
| |\ \ \ \
| | * | | | spi: mediatek: support hclkLeilk Liu2022-04-041-16/+69
| | * | | | spi: mediatek: add spi memory support for ipm designLeilk Liu2022-04-041-1/+300
| | | |_|/ | | |/| |
| * | | | spi: spidev: replace usage of found with dedicated list iterator variableJakob Koschel2022-04-051-4/+5
| * | | | spi: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy2022-04-052-0/+4
| * | | | spi: spidev: Replace OF specific code by device property APIAndy Shevchenko2022-04-051-23/+22
| * | | | spi: spidev: Replace ACPI specific code by device_get_match_data()Andy Shevchenko2022-04-051-28/+19
| * | | | spi: spidev: Convert BUILD_BUG_ON() to static_assert()Andy Shevchenko2022-04-051-1/+1
| |/ / /
* | | | Merge tag 'spi-fix-v5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-04-194-3/+32
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | spi: atmel-quadspi: Fix the buswidth adjustment between spi-mem and controllerTudor Ambarus2022-04-131-0/+3