summaryrefslogtreecommitdiff
path: root/drivers/spi/spi-dw.h
AgeCommit message (Expand)AuthorFilesLines
2026-08-19Merge tag 'spi-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds1-1/+51
2026-08-11spi: dw: fix wrong RX_SAMPLE_DLY setting after resumeJisheng Zhang1-0/+1
2026-08-04spi: dw: Add support for StarFive JHB100 SoC SFCChanghuang Liang1-0/+18
2026-08-04spi: dw: Introduce enhanced single/dual/quad/octal spiSudip Mukherjee1-0/+9
2026-08-04spi: dw: add check for support of enhanced spiSudip Mukherjee1-0/+1
2026-08-04spi: dw: update SPI_CTRLR0 registerSudip Mukherjee1-1/+16
2026-08-04spi: dw: Introduce spi_frf and STD_SPISudip Mukherjee1-0/+7
2026-06-16spi: dw: fix wrong BAUDR setting after resumeJisheng Zhang1-0/+1
2025-10-13spi: dw: rename the spi controller to ctlrBenoƮt Monin1-6/+6
2024-05-03spi: dw: Convert dw_spi::num_cs to u32Serge Semin1-1/+1
2023-08-07spi: dw: switch to use modern nameYang Yingliang1-2/+2
2023-05-15spi: dw: Add DMA address widths capability checkJoy Chakraborty1-0/+1
2022-07-13spi: dw: Add support for Intel Thunder Bay SPI controllerNandhini Srikandan1-2/+1
2022-07-13spi: dw: Add support for master mode selection for DWC SSI controllerNandhini Srikandan1-7/+1
2022-07-13spi: dw: Fix IP-core versions macroNandhini Srikandan1-1/+1
2021-11-16spi: dw: Define the capabilities in a continuous bit-flags setSerge Semin1-1/+1
2021-11-16spi: dw: Replace DWC_HSSI capability with IP-core version checkerSerge Semin1-1/+0
2021-11-16spi: dw: Introduce Synopsys IP-core versions interfaceSerge Semin1-8/+28
2021-11-16spi: dw: Convert to using the Bitfield access macrosSerge Semin1-33/+31
2021-11-16spi: dw: Put the driver entities naming in orderSerge Semin1-67/+68
2021-11-16spi: dw: Discard redundant DW SSI Frame Formats enumerationSerge Semin1-9/+3
2020-12-09spi: dw: Add support for 32-bits max xfer sizeDamien Le Moal1-0/+5
2020-10-08spi: dw: Introduce max mem-ops SPI bus frequency settingSerge Semin1-0/+1
2020-10-08spi: dw: Add memory operations supportSerge Semin1-0/+13
2020-10-08spi: dw: Add generic DW SSI status-check methodSerge Semin1-0/+1
2020-10-08spi: dw: Move num-of retries parameter to the header fileSerge Semin1-0/+2
2020-10-08spi: dw: De-assert chip-select on resetSerge Semin1-3/+4
2020-10-08spi: dw: Refactor data IO procedureSerge Semin1-3/+2
2020-10-08spi: dw: Add DW SPI controller config structureSerge Semin1-0/+10
2020-10-08spi: dw: Add DWC SSI capabilitySerge Semin1-8/+1
2020-09-29Merge series "spi: dw: Add full Baikal-T1 SPI Controllers support" from Serge...Mark Brown1-23/+22
2020-09-29spi: spi-dw: Remove extraneous lockingSerge Semin1-1/+0
2020-09-29spi: dw: Add KeemBay Master capabilitySerge Semin1-0/+8
2020-09-29spi: dw: Convert CS-override to DW SPI capabilitiesSerge Semin1-1/+6
2020-09-29spi: dw: Discard DW SSI chip type storagesSerge Semin1-1/+0
2020-09-29spi: dw: Use relaxed IO-methods to access FIFOsSerge Semin1-14/+4
2020-09-29spi: dw: Clear IRQ status on DW SPI controller resetSerge Semin1-3/+4
2020-09-29spi: dw: Discard IRQ threshold macroSerge Semin1-3/+0
2020-09-29spi: dw-dma: Add one-by-one SG list entries transferSerge Semin1-0/+1
2020-09-08spi: dw: Add support for RX sample delay registerLars Povlsen1-0/+3
2020-05-29spi: dw: Use regset32 DebugFS method to create regdump fileSerge Semin1-0/+2
2020-05-29spi: dw: Cleanup generic DW DMA code namingsSerge Semin1-4/+4
2020-05-29spi: dw: Move Non-DMA code to the DW PCIe-SPI driverSerge Semin1-3/+11
2020-05-29spi: dw: Use DMA max burst to set the request thresholdsSerge Semin1-0/+2
2020-05-29spi: dw: Locally wait for the DMA transfers completionSerge Semin1-0/+2
2020-05-22spi: dw: Discard dma_width member of the dw_spi structureSerge Semin1-1/+0
2020-05-22spi: dw: Discard unused void priv pointerSerge Semin1-2/+0
2020-05-22spi: dw: Discard static DW DMA slave structuresSerge Semin1-2/+0
2020-05-07spi: dw: Get rid of dma_inited flagAndy Shevchenko1-1/+0
2020-05-06spi: dw: Add Elkhart Lake PSE DMA supportJarkko Nikula1-0/+1