- 9f7fb8d Merge tag 'spi-fix-v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 2 years, 11 months ago
- f83a96e spi: mediatek: Avoid NULL pointer crash in interrupt by Benjamin Gaignard · 2 years, 11 months ago
- 2cbd272 spi: bcm-qspi: check for valid cs before applying chip select by Kamal Dasu · 2 years, 11 months ago
- 37c2c83 spi: uniphier: fix reference count leak in uniphier_spi_probe() by Xin Xiong · 3 years ago
- e937440 spi: meson-spicc: add IRQ check in meson_spicc_probe by Miaoqian Lin · 3 years ago
- 23e3404 spi: uniphier: Fix a bug that doesn't point to private data correctly by Kunihiko Hayashi · 3 years ago
- 90cafce spi: change clk_disable_unprepare to clk_unprepare by Dongliang Mu · 3 years, 1 month ago
- 9df15d8 spi: stm32: make SPI_MASTER_MUST_TX flags only specific to STM32F4 by Alain Volmat · 3 years ago
- 3cefddb spi: stm32: remove inexistant variables in struct stm32_spi_cfg comment by Alain Volmat · 3 years ago
- e4d6347 spi: stm32-qspi: Update spi registering by Patrice Chotard · 3 years ago
- 3ceff4ea07 Merge tag 'sound-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 3 years ago
- 282aa44 Merge tag 'spi-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 3 years ago
- e85195d Merge tag 'drivers-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 3 years ago
- 19629ae Merge branch 'for-5.16' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-5.17 by Mark Brown · 3 years ago
- 44ea628 spi: don't include ptp_clock_kernel.h in spi.h by Jakub Kicinski · 3 years, 4 months ago
- 69c1b87 spi: spi-meson-spifc: Add missing pm_runtime_disable() in meson_spifc_probe by Miaoqian Lin · 3 years ago
- c8c9cb6 spi: atmel: Fix typo by Qinghua Jin · 3 years ago
- f8039ea spi: qcom: geni: handle timeout for gpi mode by Vinod Koul · 3 years ago
- 74b86d6 spi: qcom: geni: set the error code for gpi transfer by Vinod Koul · 3 years ago
- ebe33e5 spi: ar934x: fix transfer size by Oskari Lemmela · 3 years ago
- 12baee6 spi: pxa2xx: Propagate firmware node by Andy Shevchenko · 3 years ago
- 27b6965 spi: dw: Propagate firmware node by Andy Shevchenko · 3 years ago
- e6609c2 spi: dln2: Propagate firmware node by Andy Shevchenko · 3 years ago
- c702824 spi: ar934x: fix transfer and word delays by Oskari Lemmela · 3 years ago
- 80bb73a spi: uniphier: Fix a bug that doesn't point to private data correctly by Kunihiko Hayashi · 3 years ago
- 86085fe7 Merge tag 'spi-fix-v5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 3 years ago
- a1539b2 Merge tag 'tegra-for-5.17-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into arm/drivers by Arnd Bergmann · 3 years ago
- feaa4a0 spi: pic32: stop setting dma_config->slave_id by Arnd Bergmann · 3 years, 1 month ago
- 07f8375 spi: tegra20-slink: Add OPP support by Dmitry Osipenko · 3 years, 1 month ago
- e8f7875 Merge tag 'memory-controller-drv-renesas-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl into arm/drivers by Arnd Bergmann · 3 years ago
- 95c0724 spi: Fix incorrect cs_setup delay handling by Hector Martin · 3 years, 1 month ago
- db6689b spi: change clk_disable_unprepare to clk_unprepare by Dongliang Mu · 3 years, 1 month ago
- 8393961 spi: pxa2xx: Get rid of unused enable_loopback member by Andy Shevchenko · 3 years, 1 month ago
- a9c8f68 spi: pxa2xx: Get rid of unused ->cs_control() by Andy Shevchenko · 3 years, 1 month ago
- f89d2cc spi: tegra210-quad: use devm call for cdata memory by Krishna Yarlagadda · 3 years, 1 month ago
- f44a29ce spi: atmel: Remove setting of deprecated member of struct dma_slave_config by Tudor Ambarus · 3 years, 1 month ago
- c1b0067 spi: atmel: Drop slave_config argument in atmel_spi_dma_slave_config() by Tudor Ambarus · 3 years, 1 month ago
- e10a6bb spi: bcm-qspi: set transfer parameter only if they change by Kamal Dasu · 3 years, 1 month ago
- c74526f spi: bcm-qspi: choose sysclk setting based on requested speed by Kamal Dasu · 3 years, 1 month ago
- b79332e spi: Fix condition in the __spi_register_driver() by Andy Shevchenko · 3 years, 1 month ago
- fffc84f spi: spidev: Make probe to fail early if a spidev compatible is used by Javier Martinez Canillas · 3 years, 2 months ago
- 44ec41b spi: pxa2xx: Remove redundant ->read() and ->write() in struct chip_data by Andy Shevchenko · 3 years, 1 month ago
- dd06a0c spi: spidev: Use SPI_MODE_USER_MASK instead of casting by Andy Shevchenko · 3 years, 1 month ago
- 350de7c spi: Fix multi-line comment style by Andy Shevchenko · 3 years, 1 month ago
- b00bab9 spi: Replace memset() with __GFP_ZERO by Andy Shevchenko · 3 years, 1 month ago
- 3f07657 spi: deduplicate spi_match_id() in __spi_register_driver() by Andy Shevchenko · 3 years, 1 month ago
- ea22929 Merge tag 'spi-fix-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 3 years, 1 month ago
- 5ccd191 RSPI driver support for RZ/G2L by Mark Brown · 3 years, 1 month ago
- 61f6e38 spi: qcom: geni: remove unused defines by Vinod Koul · 3 years, 1 month ago
- 1d734f5 spi: spi-rspi: Drop redeclaring ret variable in qspi_transfer_in() by Lad Prabhakar · 3 years, 1 month ago
- aadbff4 spi: spi-rspi: Add support to deassert/assert reset line by Lad Prabhakar · 3 years, 1 month ago
- 40fafc8 spi: hisi-kunpeng: Fix the debugfs directory name incorrect by oujiefeng · 3 years, 1 month ago
- 44ebcb4 spi: dw: Define the capabilities in a continuous bit-flags set by Serge Semin · 3 years, 1 month ago
- 2b8a47e spi: dw: Replace DWC_HSSI capability with IP-core version checker by Serge Semin · 3 years, 1 month ago
- 2cc8d92 spi: dw: Introduce Synopsys IP-core versions interface by Serge Semin · 3 years, 1 month ago
- ec77c08 spi: dw: Convert to using the Bitfield access macros by Serge Semin · 3 years, 1 month ago
- 725b0e3 spi: dw: Put the driver entities naming in order by Serge Semin · 3 years, 1 month ago
- 21b6b38 spi: dw: Discard redundant DW SSI Frame Formats enumeration by Serge Semin · 3 years, 1 month ago
- a62bacb spi: dw: Add a symbols namespace for the core module by Serge Semin · 3 years, 1 month ago
- b04cc0d memory: renesas-rpc-if: Add support for RZ/G2L by Lad Prabhakar · 3 years, 2 months ago
- f7d344f spi: xlp: Remove Netlogic XLP variants by Rob Herring · 3 years, 2 months ago
- f02bff3 spi: lpspi: release requested DMA channels by Alexander Stein · 3 years, 2 months ago
- 642fc4f Merge existing fixes from spi/for-5.16 into new branch by Mark Brown · 3 years, 1 month ago
- 6c53b45 spi: fix use-after-free of the add_lock mutex by Michael Walle · 3 years, 2 months ago
- 6532582 spi: spi-geni-qcom: fix error handling in spi_geni_grab_gpi_chan() by Dan Carpenter · 3 years, 2 months ago
- 12f62a8 spi: lpspi: Silence error message upon deferred probe by Alexander Stein · 3 years, 2 months ago
- 98d948e spi: cadence-quadspi: fix write completion support by Dinh Nguyen · 3 years, 2 months ago
- 2019295 Merge tag 'spi-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 3 years, 2 months ago
- 1260d24 Merge tag 'regulator-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 3 years, 2 months ago
- b59c122 spi: spi-geni-qcom: Add support for GPI dma by Vinod Koul · 3 years, 2 months ago
- 4fb7d85 Merge tag 'spi-fix-v5.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 3 years, 2 months ago
- e954af1 spi: fsi: Fix contention in the FSI2SPI engine by Eddie James · 3 years, 2 months ago
- 0b0a281 spi: spi-rpc-if: Check return value of rpcif_sw_init() by Lad Prabhakar · 3 years, 2 months ago
- 134a723 spi: tegra210-quad: Put device into suspend on driver removal by Dmitry Osipenko · 3 years, 2 months ago
- 3cc1cb3 spi: tegra20-slink: Put device into suspend on driver removal by Dmitry Osipenko · 3 years, 2 months ago
- ca9b8f5 spi: bcm-qspi: Fix missing clk_disable_unprepare() on error in bcm_qspi_probe() by Yang Yingliang · 3 years, 2 months ago
- d81d0e4 spi: spl022: fix Microwire full duplex mode by Thomas Perrot · 3 years, 2 months ago
- ac8a6eb spi: Fix tegra20 build with CONFIG_PM=n once again by Linus Torvalds · 3 years, 2 months ago
- f09f6df spi: altera: Change to dynamic allocation of spi id by Russ Weight · 3 years, 2 months ago
- 3340ec4 spi: at91-usart: replacing legacy gpio interface for gpiod by Maíra Canal · 3 years, 2 months ago
- ed96f35 Merge tag 'v5.15-rc6' into regulator-5.16 by Mark Brown · 3 years, 2 months ago
- 08411e3 spi: replace snprintf in show functions with sysfs_emit by Qing Wang · 3 years, 2 months ago
- 2a4a4e8 spi: cadence: Add of_node_put() before return by Wan Jiabing · 3 years, 2 months ago
- dbf641a spi: orion: Add of_node_put() before goto by Wan Jiabing · 3 years, 2 months ago
- 531558b Merge branch 'spi-5.15' into spi-5.16 by Mark Brown · 3 years, 2 months ago
- 16a8e2f spi-mux: Fix false-positive lockdep splats by Uwe Kleine-König · 3 years, 3 months ago
- 6098475 spi: Fix deadlock when adding SPI controllers on SPI buses by Mark Brown · 3 years, 3 months ago
- d9c55c9 spi: cadence-quadspi: fix dma_unmap_single() call by Arnd Bergmann · 3 years, 3 months ago
- 7dc9b95 spi: tegra20: fix build with CONFIG_PM_SLEEP=n by Arnd Bergmann · 3 years, 3 months ago
- 923f508 Merge series "spi-bcm-qspi spcr3 enahancements" from Kamal Dasu <kdasu.kdev@gmail.com>: by Mark Brown · 3 years, 3 months ago
- e81cd07 spi: bcm-qspi: add support for 3-wire mode for half duplex transfer by Kamal Dasu · 3 years, 3 months ago
- ee4d62c spi: bcm-qspi: Add mspi spcr3 32/64-bits xfer mode by Kamal Dasu · 3 years, 3 months ago
- 75b3cb9 spi: bcm-qspi: clear MSPI spifie interrupt during probe by Kamal Dasu · 3 years, 3 months ago
- a0ecee3 Merge series "spi: Various Cleanups" from Uwe Kleine-König <u.kleine-koenig@pengutronix.de>: by Mark Brown · 3 years, 3 months ago
- 5fe7bd5 Merge branch 'spi-5.15' into spi-5.16 by Mark Brown · 3 years, 3 months ago
- da21fde spi: Make several public functions private to spi.c by Uwe Kleine-König · 3 years, 3 months ago
- fb51601 spi: Reorder functions to simplify the next commit by Uwe Kleine-König · 3 years, 3 months ago
- bdc7ca0 spi: Remove unused function spi_busnum_to_master() by Uwe Kleine-König · 3 years, 3 months ago
- 6bfb15f spi: Move comment about chipselect check to the right place by Uwe Kleine-König · 3 years, 3 months ago
- 48a78c66 spi: fsi: Print status on error by Eddie James · 3 years, 3 months ago