summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'spi-fix-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-12-231-3/+16
|\
| * spi: fsl_spi: Don't change speed while chipselect is activeChristophe Leroy2022-12-141-3/+16
* | Merge tag 'spi-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2022-12-1336-327/+2275
|\|
| * spi: spi-gpio: Don't set MOSI as an input if not 3WIRE modeKris Bahnsen2022-12-081-3/+13
| * spi: spi-mtk-nor: Add recovery mechanism for dma read timeoutbayi cheng2022-12-071-1/+21
| * spi: spi-fsl-lpspi: support multiple cs for lpspiHan Xu2022-12-071-0/+5
| * spi: mtk-snfi: Add snfi support for MT7986 ICXiangsheng Hou2022-12-061-2/+27
| * spi: spidev: mask SPI_CS_HIGH in SPI_IOC_RD_MODEAlexander Sverdlin2022-12-011-5/+16
| * spi: cadence-quadspi: Add minimum operable clock rate warning to baudrate div...Nathan Barrett-Morrison2022-11-291-0/+8
| * spi: microchip: pci1xxxx: Add suspend and resume support for PCI1XXXX SPI driverTharun Kumar P2022-11-291-0/+78
| * spi: mediatek: Enable irq when pdata is readyRicardo Ribalda2022-11-281-5/+7
| * spi: spi-mtk-nor: Unify write buffer on/offbayi cheng2022-11-281-24/+16
| * spi: intel: Add support for SFDP opcodeMika Westerberg2022-11-251-0/+6
| * spi: intel: Take possible chip address into account in intel_spi_read/write_r...Mika Westerberg2022-11-251-2/+4
| * spi: intel: Implement adjust_op_size()Mika Westerberg2022-11-251-7/+7
| * spi: intel: Use ->replacement_op in intel_spi_hw_cycle()Mika Westerberg2022-11-251-29/+23
| * Merge tag 'v6.1-rc4' into spi-6.2Mark Brown2022-11-252-1/+3
| |\
| * \ Nuvoton WPCM450 FIU SPI flash controllerMark Brown2022-11-253-0/+520
| |\ \
| | * | spi: wpcm-fiu: Add direct map supportJonathan Neuschäfer2022-11-251-0/+64
| | * | spi: wpcm-fiu: Add driver for Nuvoton WPCM450 Flash Interface Unit (FIU)Jonathan Neuschäfer2022-11-253-0/+456
| * | | spi: cadence: Drop obsolete dependency on COMPILE_TESTJean Delvare2022-11-252-5/+1
| |/ /
| * | Introduce Socionext F_OSPI SPI flash controllerMark Brown2022-11-243-0/+713
| |\ \
| | * | spi: Add Socionext F_OSPI SPI flash controller driverKunihiko Hayashi2022-11-243-0/+713
| * | | spi: xcomm: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+2
| * | | spi: sc18is602: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+3
| |/ /
| * | spi: atmel-quadspi: Add support for configuring CS timingTudor Ambarus2022-11-181-0/+34
| * | spi: Reintroduce spi_set_cs_timing()Tudor Ambarus2022-11-181-0/+37
| * | spi: Introduce spi-cs-setup-ns propertyTudor Ambarus2022-11-181-0/+6
| * | spi: fsl-dspi: add cs-gpios supportRadu Pirea (NXP OSS)2022-11-161-2/+34
| * | spi: spi-mtk-nor: Optimize timeout for dma readbayi cheng2022-11-141-3/+4
| * | spi: hisi-sfc-v3xx: Fix a typo ("duall")Jonathan Neuschäfer2022-11-031-1/+1
| * | spi: nxp-fspi: make const array ls1028a_soc_attr staticColin Ian King2022-11-021-1/+1
| * | spi: introduce new helpers with using modern namingYang Yingliang2022-11-011-0/+11
| * | spi: mxic: Use devm_platform_ioremap_resource_byname()Yang Yingliang2022-10-311-2/+1
| * | spi: npcm-fiu: Use devm_platform_ioremap_resource_byname()Yang Yingliang2022-10-311-3/+1
| * | spi: Remove the obsolte u64_stats_fetch_*_irq() users.Thomas Gleixner2022-10-261-2/+2
| * | spi: pxa2xx: Pass the SSP type via device propertyMark Brown2022-10-241-135/+36
| |\ \
| | * | spi: pxa2xx: Move OF and ACPI ID tables closer to their userAndy Shevchenko2022-10-241-19/+19
| | * | spi: pxa2xx: Remove no more needed PCI ID tableAndy Shevchenko2022-10-241-115/+2
| | * | spi: pxa2xx: Respect Intel SSP type given by a propertyAndy Shevchenko2022-10-241-0/+12
| | * | spi: pxa2xx: Validate the correctness of the SSP typeAndy Shevchenko2022-10-241-2/+4
| * | | spi: aspeed: Use devm_platform_{get_and_}ioremap_resource()Yang Yingliang2022-10-241-4/+2
| |/ /
| * | spi: amlogic: meson-spicc: Use pinctrl to drive CLK line when idleMark Brown2022-10-211-1/+38
| |\ \
| | * | spi: meson-spicc: Use pinctrl to drive CLK line when idleAmjad Ouled-Ameur2022-10-211-1/+38
| * | | spi: pxa2xx: Minor cleanupsMark Brown2022-10-211-13/+8
| |\ \ \
| | * | | spi: pxa2xx: Switch from PM ifdeffery to pm_ptr()Andy Shevchenko2022-10-211-8/+3
| | * | | spi: pxa2xx: Consistently use dev variable in pxa2xx_spi_init_pdata()Andy Shevchenko2022-10-211-5/+5
| * | | | spi: spi-imx: remove unused struct spi_imx_devtype_data::disable_dma callbackMarc Kleine-Budde2022-10-211-8/+0
| | |/ / | |/| |
| * | | spi: Introduce spi_get_device_match_data() helperAndy Shevchenko2022-10-211-0/+12
| |/ /
| * | spi: spi-zyqnmp-gqspi: Add tap delay and Versal platform supportMark Brown2022-10-191-36/+155
| |\ \