summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-25spi: Add bindings for new Ingenic SoCs.周琰杰 (Zhou Yanjie)
2022-04-25spi: ingenic: Add support for use GPIO as chip select line.周琰杰 (Zhou Yanjie)
2022-04-22spi: img-spfi: Fix pm_runtime_get_sync() error checkingZheng Yongjun
2022-04-20spi: intel: Implement dirmap hooksMika Westerberg
2022-04-20MediaTek SPI controller cleanups and documentationMark Brown
2022-04-19spi: mt65xx: Fix definitions indentationAngeloGioacchino Del Regno
2022-04-19spi: mt65xx: Add kerneldoc for driver structuresAngeloGioacchino Del Regno
2022-04-19spi: mt65xx: Simplify probe function with dev_err_probe()AngeloGioacchino Del Regno
2022-04-19spi: mt65xx: Move pm_runtime_enable() call to remove all gotosAngeloGioacchino Del Regno
2022-04-19spi: mt65xx: Move clock parent setting to remove clock disable gotosAngeloGioacchino Del Regno
2022-04-19spi: mt65xx: Add and use pointer to struct device in mtk_spi_probe()AngeloGioacchino Del Regno
2022-04-19spi: mt65xx: Switch to device_get_match_data()AngeloGioacchino Del Regno
2022-04-19spi: mt65xx: Simplify probe function with devm_spi_alloc_masterAngeloGioacchino Del Regno
2022-04-19spi: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi
2022-04-19spi: spi-imx: add support for SPI_RX_CPHA_FLIPBaruch Siach
2022-04-19spi: spidev: add SPI_RX_CPHA_FLIPBaruch Siach
2022-04-19spi: add SPI_RX_CPHA_FLIP mode bitBaruch Siach
2022-04-19spi: intel: Fix typo in kernel-doc of intel_spi_probe()Mika Westerberg
2022-04-19spi: spi-ti-qspi: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi
2022-04-19spi: spi-tegra114: using pm_runtime_resume_and_get instead of pm_runtime_get_...Minghao Chi
2022-04-19spi: spi-cadence-quadspi: using pm_runtime_resume_and_get instead of pm_runti...Minghao Chi
2022-04-19spi: remove spin_lock_irq and variable in the irq procressLi-hao Kuo
2022-04-14spi: core: Initialize returned status in spi_setupPaul Kocialkowski
2022-04-13spi: Pull in Atmel fixMark Brown
2022-04-13spi: atmel-quadspi: Remove duplicated DTR checksTudor Ambarus
2022-04-13spi: atmel-quadspi: Fix the buswidth adjustment between spi-mem and controllerTudor Ambarus
2022-04-13spi: cadence-quadspi: fix incorrect supports_op() return valueMatthias Schiffer
2022-04-13spi: intel: Add support for Raptor Lake-S SPI serial flashMika Westerberg
2022-04-12spi: spi-mtk-nor: initialize spi controller after resumeAllen-KH Cheng
2022-04-12spi: spi-rspi: Remove setting {src,dst}_{addr,addr_width} based on DMA directionBiju Das
2022-04-12spi: core: Only check bits_per_word validity when explicitly providedPaul Kocialkowski
2022-04-12spi: spi-stm32-qspi: using pm_runtime_resume_and_get instead of pm_runtime_ge...Minghao Chi
2022-04-11spi: spi-ti-qspi: Fix return value handling of wait_for_completion_timeoutMiaoqian Lin
2022-04-06spi: spi-cadence: Fix kernel-doc format for resume/suspendMichal Simek
2022-04-06spi: bcm-qspi: fix MSPI only access with bcm_qspi_exec_mem_op()Kamal Dasu
2022-04-06spi: cadence-quadspi: fix protocol setup for non-1-1-X operationsMatthias Schiffer
2022-04-06spi: core: add dma_map_dev for __spi_unmap_msg()Vinod Koul
2022-04-05spi: mediatek: add single/quad mode supportMark Brown
2022-04-05spi: spidev: replace usage of found with dedicated list iterator variableJakob Koschel
2022-04-05spi: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy
2022-04-05spi: qcom-qspi: Add minItems to interconnect-namesKuldeep Singh
2022-04-05spi: spidev: Replace OF specific code by device property APIAndy Shevchenko
2022-04-05spi: spidev: Replace ACPI specific code by device_get_match_data()Andy Shevchenko
2022-04-05spi: spidev: Convert BUILD_BUG_ON() to static_assert()Andy Shevchenko
2022-04-04spi: support hclkLeilk Liu
2022-04-04spi: mediatek: support hclkLeilk Liu
2022-04-04spi: mediatek: add spi memory support for ipm designLeilk Liu
2022-04-04spi: mxic: Fix an error handling path in mxic_spi_probe()Christophe JAILLET
2022-04-04spi: rpc-if: Fix RPM imbalance in probe error pathGeert Uytterhoeven
2022-04-03Linux 5.18-rc1v5.18-rc1Linus Torvalds