- c48b75b Merge tag 'sound-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 4 years, 2 months ago
- 9887311 Merge remote-tracking branch 'spi/for-5.10' into spi-next by Mark Brown · 4 years, 3 months ago
- d4f3a65 Merge remote-tracking branch 'spi/for-5.9' into spi-linus by Mark Brown · 4 years, 3 months ago
- 855a40c spi: cadence: Add SPI transfer delays by Daniel Mack · 4 years, 3 months ago
- c890e30 Merge remote-tracking branch 'asoc/for-5.10' into asoc-next by Mark Brown · 4 years, 3 months ago
- abf0090 spi: dw: Add Baikal-T1 SPI Controller glue driver by Serge Semin · 4 years, 3 months ago
- 14345c33 spi: dw: Add poll-based SPI transfers support by Serge Semin · 4 years, 3 months ago
- 84ecaf4 spi: dw: Introduce max mem-ops SPI bus frequency setting by Serge Semin · 4 years, 3 months ago
- 6423207 spi: dw: Add memory operations support by Serge Semin · 4 years, 3 months ago
- bf64b66 spi: dw: Add generic DW SSI status-check method by Serge Semin · 4 years, 3 months ago
- cf75bae spi: dw: Move num-of retries parameter to the header file by Serge Semin · 4 years, 3 months ago
- 49d7d69 spi: dw: Explicitly de-assert CS on SPI transfer completion by Serge Semin · 4 years, 3 months ago
- fbddc98 spi: dw: De-assert chip-select on reset by Serge Semin · 4 years, 3 months ago
- c6cb381 spi: dw: Discard chip enabling on DMA setup error by Serge Semin · 4 years, 3 months ago
- da8f589 spi: dw: Unmask IRQs after enabling the chip by Serge Semin · 4 years, 3 months ago
- 82d0294 spi: dw: Perform IRQ setup in a dedicated function by Serge Semin · 4 years, 3 months ago
- ddcc273 spi: dw: Refactor IRQ-based SPI transfer procedure by Serge Semin · 4 years, 3 months ago
- 8dedbea spi: dw: Refactor data IO procedure by Serge Semin · 4 years, 3 months ago
- 3ff60c6 spi: dw: Add DW SPI controller config structure by Serge Semin · 4 years, 3 months ago
- 2613d2b spi: dw: Update Rx sample delay in the config function by Serge Semin · 4 years, 3 months ago
- c449ad7 spi: dw: Simplify the SPI bus speed config procedure by Serge Semin · 4 years, 3 months ago
- f76f314 spi: dw: Update SPI bus speed in a config function by Serge Semin · 4 years, 3 months ago
- a3577bd spi: dw: Detach SPI device specific CR0 config method by Serge Semin · 4 years, 3 months ago
- d6bbd11 spi: dw: Add DWC SSI capability by Serge Semin · 4 years, 3 months ago
- f68fe8d spi: dw: Use an explicit set_cs assignment by Serge Semin · 4 years, 3 months ago
- fd6b519a Merge tag 'v5.9-rc5' into asoc-5.10 by Mark Brown · 4 years, 3 months ago
- 3bfd910 spi: spi-mtk-nor: Add power management support by Ikjoon Jang · 4 years, 3 months ago
- e836d4c spi: spi-mtk-nor: support 36bit dma addressing by Ikjoon Jang · 4 years, 3 months ago
- a1daaa9 spi: spi-mtk-nor: use dma_alloc_coherent() for bounce buffer by Ikjoon Jang · 4 years, 3 months ago
- 45f0bbd spi: imx: Fix freeing of DMA channels if spi_bitbang_start() fails by Marek Vasut · 4 years, 3 months ago
- 3f32131fb spi: spi-s3c64xx: Turn on interrupts upon resume by Łukasz Stelmach · 4 years, 3 months ago
- 9fe26ad spi: spi-s3c64xx: Increase transfer timeout by Łukasz Stelmach · 4 years, 3 months ago
- 20b4016 spi: spi-s3c64xx: Ensure cur_speed holds actual clock value by Łukasz Stelmach · 4 years, 3 months ago
- 58d5478 spi: spi-s3c64xx: Fix doc comment for struct s3c64xx_spi_driver_data by Łukasz Stelmach · 4 years, 3 months ago
- 913ba5c spi: spi-s3c64xx: Rename S3C64XX_SPI_SLAVE_* to S3C64XX_SPI_CS_* by Łukasz Stelmach · 4 years, 3 months ago
- df7cd1b spi: spi-s3c64xx: Report more information when errors occur by Łukasz Stelmach · 4 years, 3 months ago
- 2f4db6f spi: spi-s3c64xx: Check return values by Łukasz Stelmach · 4 years, 3 months ago
- ab4efca spi: spi-s3s64xx: Add S3C64XX_SPI_QUIRK_CS_AUTO for Exynos3250 by Łukasz Stelmach · 4 years, 3 months ago
- 581e2b4 spi: spi-s3c64xx: swap s3c64xx_spi_set_cs() and s3c64xx_enable_datapath() by Łukasz Stelmach · 4 years, 3 months ago
- 184ec01 Merge series "spi: spi-mtk-nor: make use of full capability of program mode" from Chuanhong Guo <gch981213@gmail.com>: by Mark Brown · 4 years, 3 months ago
- e236893 spi: spi-stm32: remove redundant irqsave and irqrestore in hardIRQ by Barry Song · 4 years, 3 months ago
- 69544f2 spi: spi-tegra20-sflash: remove redundant irqsave and irqrestore in hardIRQ by Barry Song · 4 years, 3 months ago
- 23f370c spi: atmel: Exposing effective spi speed by Thomas Kopp · 4 years, 3 months ago
- 81f13f2 spi: spi-mtk-nor: fix op checks in supports_op by Chuanhong Guo · 4 years, 3 months ago
- fd80657 spi: spi-mtk-nor: add helper for checking prg mode ops by Chuanhong Guo · 4 years, 3 months ago
- e7edd2c spi: spi-mtk-nor: make use of full capability of prg mode by Chuanhong Guo · 4 years, 3 months ago
- af223ed spi: atmel: remove unnecessary include by Alexandre Belloni · 4 years, 3 months ago
- 9d36215 Merge series "spi: dw: Add full Baikal-T1 SPI Controllers support" from Serge Semin <Sergey.Semin@baikalelectronics.ru>: by Mark Brown · 4 years, 3 months ago
- 0b6bfad spi: spi-dw: Remove extraneous locking by Serge Semin · 4 years, 3 months ago
- ffb7ca5 spi: dw: Add KeemBay Master capability by Serge Semin · 4 years, 3 months ago
- cc760f3 spi: dw: Convert CS-override to DW SPI capabilities by Serge Semin · 4 years, 3 months ago
- 675e7c9 spi: dw: Discard DW SSI chip type storages by Serge Semin · 4 years, 3 months ago
- 7e31cea spi: dw: Use relaxed IO-methods to access FIFOs by Serge Semin · 4 years, 3 months ago
- a1d5aa6 spi: dw: Disable all IRQs when controller is unused by Serge Semin · 4 years, 3 months ago
- a128f6e spi: dw: Clear IRQ status on DW SPI controller reset by Serge Semin · 4 years, 3 months ago
- 8225c1c spi: dw: Initialize n_bytes before the memory barrier by Serge Semin · 4 years, 3 months ago
- 07918df spi: dw: Discard IRQ threshold macro by Serge Semin · 4 years, 3 months ago
- ad4fe12 spi: dw-dma: Add one-by-one SG list entries transfer by Serge Semin · 4 years, 3 months ago
- 917ce29 spi: dw-dma: Pass exact data to the DMA submit and wait methods by Serge Semin · 4 years, 3 months ago
- 945b5b6 spi: dw-dma: Move DMAC register cleanup to DMA transfer method by Serge Semin · 4 years, 3 months ago
- b86fed12 spi: dw-dma: Detach DMA transfer into a dedicated method by Serge Semin · 4 years, 3 months ago
- 7a4d61f spi: dw-dma: Remove DMA Tx-desc passing around by Serge Semin · 4 years, 3 months ago
- 9a6471a spi: dw-dma: Check DMA Tx-desc submission status by Serge Semin · 4 years, 3 months ago
- ab7a4d7 spi: dw-dma: Move DMA transfers submission to the channels prep methods by Serge Semin · 4 years, 3 months ago
- be3034d spi: dw-dma: Check rx_buf availability in the xfer method by Serge Semin · 4 years, 3 months ago
- a874d81 spi: dw-dma: Configure the DMA channels in dma_setup by Serge Semin · 4 years, 3 months ago
- 7ef3038 spi: dw-dma: Fail DMA-based transfer if no Tx-buffer specified by Serge Semin · 4 years, 3 months ago
- 01ddbbb spi: dw-dma: Set DMA Level registers on init by Serge Semin · 4 years, 3 months ago
- 0e96836 spi: hisi-sfc-v3xx: fix spelling mistake "occured" -> "occurred" by Colin Ian King · 4 years, 3 months ago
- 6e38376 spi: fsl-dspi: fix NULL pointer dereference by Michael Walle · 4 years, 3 months ago
- 782d122 Merge tag 'spi-fix-v5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 4 years, 3 months ago
- b4ac06e Merge series "Add IRQ mode support for hisi-sfc-v3xx driver and some cleanups" from Yicong Yang <yangyicong@hisilicon.com>: by Mark Brown · 4 years, 3 months ago
- 4cafadd spi: spi-mtk-nor: fix timeout calculation overflow by Chuanhong Guo · 4 years, 3 months ago
- b1dd565 spi: hisi-sfc-v3xx: add support for IRQ mode by Yicong Yang · 4 years, 3 months ago
- aac6edf spi: hisi-sfc-v3xx: factor out the bit definition of interrupt register by Yicong Yang · 4 years, 3 months ago
- f6d2737 spi: hisi-sfc-v3xx: factor out bus config and transfer functions by Yicong Yang · 4 years, 3 months ago
- 2c8af6a spi: hisi-sfc-v3xx: factor out IO modes configuration by Yicong Yang · 4 years, 3 months ago
- f09a433 spi: spi-zynqmp-gqspi: Fix incorrect indentation by Amit Kumar Mahapatra · 4 years, 3 months ago
- 1c26372 spi: spi-zynqmp-gqspi: Update driver to use spi-mem framework by Amit Kumar Mahapatra · 4 years, 3 months ago
- 91af6eb spi: spi-zynqmp-gqspi: Fix kernel-doc warnings by Amit Kumar Mahapatra · 4 years, 3 months ago
- 00fb259 spi: bcm-qspi: Fix probe regression on iProc platforms by Ray Jui · 4 years, 4 months ago
- bf253e6 spi: spi-imx: spi_imx_transfer(): add support for effective_speed_hz by Marc Kleine-Budde · 4 years, 3 months ago
- 530b5af spi: fsl-dspi: fix use-after-free in remove path by Sascha Hauer · 4 years, 3 months ago
- 7b1d968 spi: omap2-mcspi: Improve performance waiting for CHSTAT by Aswath Govindraju · 4 years, 4 months ago
- 4c3a14f spi: npcm-fiu: simplify the return expression of npcm_fiu_probe() by Qinglang Miao · 4 years, 3 months ago
- b867eef spi: fsl-espi: Only process interrupts for expected events by Chris Packham · 4 years, 4 months ago
- ca03dba spi/topcliff-pch: drop double zeroing by Julia Lawall · 4 years, 3 months ago
- bc3d924 Merge series "spi: Fixes for FSI-attached controller" from Eddie James <eajames@linux.ibm.com>: by Mark Brown · 4 years, 3 months ago
- 9599f34 spi: dw-pci: free previously allocated IRQs if desc->setup() fails by Jay Fang · 4 years, 3 months ago
- 55ab848 spi: spi-nxp-fspi: Add ACPI support by kuldip dwivedi · 4 years, 4 months ago
- 7349201 spi: lantiq: remove redundant irqsave and irqrestore in hardIRQ by Barry Song · 4 years, 3 months ago
- 985be7e spi: xilinx: Fix info message during probe by Ricardo Ribalda · 4 years, 3 months ago
- 9211a44 spi: fsi: Check mux status before transfers by Eddie James · 4 years, 4 months ago
- 49c9fc1 spi: fsi: Implement restricted size for certain controllers by Eddie James · 4 years, 4 months ago
- 7909eeb spi: fsi: Fix use of the bneq+ sequencer instruction by Brad Bishop · 4 years, 4 months ago
- 0b546bb spi: fsi: Fix clock running too fast by Brad Bishop · 4 years, 4 months ago
- 2b3cef0 spi: fsi: Handle 9 to 15 byte transfers lengths by Brad Bishop · 4 years, 4 months ago
- 50851f5 spi: bcm2835: Make polling_limit_us static by Jason Yan · 4 years, 4 months ago
- 9d99e55 spi: sprd: Simplify with dev_err_probe() by Krzysztof Kozlowski · 4 years, 4 months ago
- 6d66507 spi: spi-geni-qcom: Don't wait to start 1st transfer if transmitting by Douglas Anderson · 4 years, 4 months ago