- 73d5fe0 spi: cadence-quadspi: Remove spi_master_put() in probe failure path by Vaishnav Achath · 2 years, 8 months ago
- 5b1a01c spi: Merge AMD fix by Mark Brown · 2 years, 7 months ago
- 6ece49c spi: amd: Limit max transfer and message size by Cristian Ciocaltea · 2 years, 7 months ago
- 30554a1 spi: aspeed: Fix division by zero by Cédric Le Goater · 2 years, 7 months ago
- 8988ba7 spi: aspeed: Add dev_dbg() to dump the spi-mem direct mapping descriptor by Cédric Le Goater · 2 years, 7 months ago
- 419bc8f spi: rockchip: Unmask IRQ at the final to avoid preemption by Jon Lin · 2 years, 7 months ago
- 2283679 spi: spi-mem: Fix spi_mem_poll_status() by Patrice Chotard · 2 years, 8 months ago
- 7b40322 spi: cadence: Detect transmit FIFO depth by Lars-Peter Clausen · 2 years, 8 months ago
- 21b511d spi: spi-cadence: Fix SPI CS gets toggling sporadically by Sai Krishna Potthuri · 2 years, 8 months ago
- 500a434 Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 2 years, 8 months ago
- 129bdb3 Merge tag 'spi-fix-v5.19-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 2 years, 8 months ago
- ecf0aa5 Merge tag 'arm-multiplatform-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 2 years, 8 months ago
- ebf2a35 spi: core: Display return code when failing to transfer message by Eddie James · 2 years, 8 months ago
- 61bf40e spi: fsi: Fix spurious timeout by Eddie James · 2 years, 8 months ago
- d722778 Merge tag 'sound-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 2 years, 8 months ago
- d8e0f97 Merge tag 'spi-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 2 years, 8 months ago
- 0163717 Merge tag 'asoc-v5.19' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 2 years, 8 months ago
- 9c63b84 spi: spi-mem: Convert Aspeed SMC driver to spi-mem by Mark Brown · 2 years, 8 months ago
- b1849f5 spi: spi-au1550: replace ternary operator with min() by Guo Zhengkui · 2 years, 8 months ago
- 73ae97e mtd: spi-nor: aspeed: set the decoding size to at least 2MB for AST2600 by Potin Lai · 2 years, 9 months ago
- eeaec1e spi: aspeed: Calibrate read timings by Cédric Le Goater · 2 years, 9 months ago
- 53526ab spi: aspeed: Add support for the AST2400 SPI controller by Cédric Le Goater · 2 years, 9 months ago
- 5785eed spi: aspeed: Workaround AST2500 limitations by Cédric Le Goater · 2 years, 9 months ago
- bb084f9 spi: aspeed: Adjust direct mapping to device size by Cédric Le Goater · 2 years, 9 months ago
- 9da06d7 spi: aspeed: Add support for direct mapping by Cédric Le Goater · 2 years, 9 months ago
- e3228ed spi: spi-mem: Convert Aspeed SMC driver to spi-mem by Cédric Le Goater · 2 years, 9 months ago
- 22d35e4 spi: spi-cadence: Update ISR status variable type to irqreturn_t by Amit Kumar Mahapatra · 2 years, 8 months ago
- 606e5d4 spi: cadence-quadspi: Handle spi_unregister_master() in remove() by Vaishnav Achath · 2 years, 8 months ago
- d5efbfc spi: stm32-qspi: flags management fixes by Mark Brown · 2 years, 8 months ago
- ae16cc1 spi: stm32-qspi: Remove SR_BUSY bit check before sending command by Patrice Chotard · 2 years, 8 months ago
- 0cf8d32 spi: stm32-qspi: Always check SR_TCF flags in stm32_qspi_wait_cmd() by Patrice Chotard · 2 years, 8 months ago
- d83d89e spi: stm32-qspi: Fix wait_cmd timeout in APM mode by Patrice Chotard · 2 years, 8 months ago
- 0d86882 spi: cadence-quadspi: remove unnecessary (void *) casts by Ian Abbott · 2 years, 8 months ago
- 76159e2 spi: cadence-quadspi: Add missing blank line in cqspi_request_mmap_dma() by Ian Abbott · 2 years, 8 months ago
- 184434f spi: spi-imx: mx51_ecspi_prepare_message(): skip writing MX51_ECSPI_CONFIG register if unchanged by Marc Kleine-Budde · 2 years, 9 months ago
- 07e7593 spi: spi-imx: add PIO polling support by Marc Kleine-Budde · 2 years, 9 months ago
- 307c897 spi: spi-imx: replace struct spi_imx_data::bitbang by pointer to struct spi_controller by Marc Kleine-Budde · 2 years, 9 months ago
- 63cd96b spi: spi-imx: complete conversion from master -> controller by Marc Kleine-Budde · 2 years, 9 months ago
- baaadff spi: spi-imx: spi_imx_buf_rx_swap_u32(): replace open coded swahw32s() by Marc Kleine-Budde · 2 years, 9 months ago
- dae336d spi: spi-imx: spi_imx_buf_rx_swap_u32(): fix sparse warning: use swab32s() instead of cpu_to_be32() by Marc Kleine-Budde · 2 years, 9 months ago
- 1a23461a spi: spi-imx: mx51_ecspi_intctrl(): prefer 'unsigned int' to bare use of 'unsigned' by Marc Kleine-Budde · 2 years, 9 months ago
- a8c785c spi: spi-imx: avoid unnecessary line continuations by Marc Kleine-Budde · 2 years, 9 months ago
- f7b8787 spi: spi-imx: fix sparse warning: add identifier name to function definition by Marc Kleine-Budde · 2 years, 9 months ago
- a2b331a spi: spi-fsl-qspi: check return value after calling platform_get_resource_byname() by Yang Yingliang · 2 years, 9 months ago
- 2cd757e spi: omap2-mcspi: add support for interword delay by Andrea Zanotti · 2 years, 9 months ago
- 73c1a51 spi: mtk-snfi: preserve dma_mapping_error() error codes by Dan Carpenter · 2 years, 9 months ago
- f724c29 spi: cadence-quadspi: fix Direct Access Mode disable for SoCFPGA by Ian Abbott · 2 years, 9 months ago
- 0e509f5 Merge 5.18-rc5 into driver-core-next by Greg Kroah-Hartman · 2 years, 9 months ago
- 764f1b7 spi: add driver for MTK SPI NAND Flash Interface by Chuanhong Guo · 2 years, 9 months ago
- 9ee448f Improve SPI support for Ingenic SoCs. by Mark Brown · 2 years, 9 months ago
- b0ceb62 spi: clps711x: Use syscon_regmap_lookup_by_phandle by Alexander Shiyan · 2 years, 9 months ago
- 1af2fb6 spi: stm32: using pm_runtime_resume_and_get instead of pm_runtime_get_sync by Minghao Chi · 2 years, 9 months ago
- b7be05d spi: spi-cadence-quadspi: using pm_runtime_resume_and_get instead of pm_runtime_get_sync by Minghao Chi · 2 years, 9 months ago
- 1e6f8bd spi: spi-tegra20-slink: using pm_runtime_resume_and_get instead of pm_runtime_get_sync by Minghao Chi · 2 years, 9 months ago
- 1aeda09 spi: cadence-quadspi: allow operations with cmd/addr buswidth >1 by Matthias Schiffer · 2 years, 9 months ago
- 28ac902 spi: cadence-quadspi: drop cqspi_set_protocol() by Matthias Schiffer · 2 years, 9 months ago
- 2b80708 spi: spi-tegra20-sflash: using pm_runtime_resume_and_get instead of pm_runtime_get_sync by Minghao Chi · 2 years, 9 months ago
- d5d933f spi: rockchip: fix missing error on unsupported SPI_CS_HIGH by Luca Ceresoli · 2 years, 9 months ago
- 40b6a13 spi: spi-omap2-mcspi: using pm_runtime_resume_and_get instead of pm_runtime_get_sync by Minghao Chi · 2 years, 9 months ago
- 32831bf spi: mxs: using pm_runtime_resume_and_get instead of pm_runtime_get_sync by Minghao Chi · 2 years, 9 months ago
- 7d34ff58 spi: spi-imx: using pm_runtime_resume_and_get instead of pm_runtime_get_sync by Minghao Chi · 2 years, 9 months ago
- b9db82e spi: spi-sprd: using pm_runtime_resume_and_get instead of pm_runtime_get_sync by Minghao Chi · 2 years, 9 months ago
- 6d72b11 spi: ingenic: Add support for new Ingenic SoCs. by 周琰杰 (Zhou Yanjie) · 2 years, 9 months ago
- e64e9ad spi: ingenic: Add support for use GPIO as chip select line. by 周琰杰 (Zhou Yanjie) · 2 years, 9 months ago
- 19368f0 spi: Use helper for safer setting of driver_override by Krzysztof Kozlowski · 2 years, 9 months ago
- cc470d5 spi: img-spfi: Fix pm_runtime_get_sync() error checking by Zheng Yongjun · 2 years, 9 months ago
- 8868c03 spi: spi-mem: check if data buffers are on stack by Pratyush Yadav · 2 years, 9 months ago
- 58d37dc ARM: omap1: move perseus spi pinconf to board file by Arnd Bergmann · 5 years ago
- c2b5a40 spi: intel: Implement dirmap hooks by Mika Westerberg · 2 years, 9 months ago
- 3625a62 MediaTek SPI controller cleanups and documentation by Mark Brown · 2 years, 9 months ago
- b7f7340 Merge tag 'spi-fix-v5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 2 years, 9 months ago
- 8e8a9e3 spi: mt65xx: Fix definitions indentation by AngeloGioacchino Del Regno · 2 years, 10 months ago
- 3c5cd2e spi: mt65xx: Add kerneldoc for driver structures by AngeloGioacchino Del Regno · 2 years, 10 months ago
- 20cdbb8 spi: mt65xx: Simplify probe function with dev_err_probe() by AngeloGioacchino Del Regno · 2 years, 10 months ago
- 5088b31 spi: mt65xx: Move pm_runtime_enable() call to remove all gotos by AngeloGioacchino Del Regno · 2 years, 10 months ago
- 5dee8bb spi: mt65xx: Move clock parent setting to remove clock disable gotos by AngeloGioacchino Del Regno · 2 years, 10 months ago
- 6b44405 spi: mt65xx: Add and use pointer to struct device in mtk_spi_probe() by AngeloGioacchino Del Regno · 2 years, 10 months ago
- 7f7cdef spi: mt65xx: Switch to device_get_match_data() by AngeloGioacchino Del Regno · 2 years, 10 months ago
- ace1458 spi: mt65xx: Simplify probe function with devm_spi_alloc_master by AngeloGioacchino Del Regno · 2 years, 10 months ago
- dd769f1 spi: using pm_runtime_resume_and_get instead of pm_runtime_get_sync by Minghao Chi · 2 years, 9 months ago
- 79422ed spi: spi-imx: add support for SPI_RX_CPHA_FLIP by Baruch Siach · 2 years, 9 months ago
- 178d0cb spi: spidev: add SPI_RX_CPHA_FLIP by Baruch Siach · 2 years, 9 months ago
- 4bbaa85 spi: intel: Fix typo in kernel-doc of intel_spi_probe() by Mika Westerberg · 2 years, 9 months ago
- c03ae48 spi: spi-ti-qspi: using pm_runtime_resume_and_get instead of pm_runtime_get_sync by Minghao Chi · 2 years, 10 months ago
- 58b1efe spi: spi-tegra114: using pm_runtime_resume_and_get instead of pm_runtime_get_sync by Minghao Chi · 2 years, 9 months ago
- 3a2ac58 spi: spi-cadence-quadspi: using pm_runtime_resume_and_get instead of pm_runtime_get_sync by Minghao Chi · 2 years, 9 months ago
- c810858 spi: remove spin_lock_irq and variable in the irq procress by Li-hao Kuo · 2 years, 9 months ago
- c6547c2 dmaengine: imx: Move header to include/dma/ by Sascha Hauer · 2 years, 9 months ago
- 73f93db spi: core: Initialize returned status in spi_setup by Paul Kocialkowski · 2 years, 9 months ago
- e7cc424 spi: Pull in Atmel fix by Mark Brown · 2 years, 9 months ago
- f4cf11df spi: atmel-quadspi: Remove duplicated DTR checks by Tudor Ambarus · 2 years, 10 months ago
- 8c235cc spi: atmel-quadspi: Fix the buswidth adjustment between spi-mem and controller by Tudor Ambarus · 2 years, 10 months ago
- f1d388f spi: cadence-quadspi: fix incorrect supports_op() return value by Matthias Schiffer · 2 years, 10 months ago
- 299d8b7 spi: intel: Add support for Raptor Lake-S SPI serial flash by Mika Westerberg · 2 years, 9 months ago
- 317c204 spi: spi-mtk-nor: initialize spi controller after resume by Allen-KH Cheng · 2 years, 9 months ago
- 6f38148 spi: spi-rspi: Remove setting {src,dst}_{addr,addr_width} based on DMA direction by Biju Das · 2 years, 9 months ago
- b3fe2e5 spi: core: Only check bits_per_word validity when explicitly provided by Paul Kocialkowski · 2 years, 9 months ago
- c6cf1fa spi: spi-stm32-qspi: using pm_runtime_resume_and_get instead of pm_runtime_get_sync by Minghao Chi · 2 years, 9 months ago
- 8b1ea69 spi: spi-ti-qspi: Fix return value handling of wait_for_completion_timeout by Miaoqian Lin · 2 years, 9 months ago
- d017a31 Merge tag 'acpi-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 2 years, 10 months ago