summaryrefslogtreecommitdiff
path: root/drivers/spi/spi-dw-core.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-14spi: dw: Remove shadowed dws in dw_spi_setup()Liang Hao1-1/+0
2026-08-04spi: dw: Add support for StarFive JHB100 SoC SFCChanghuang Liang1-11/+37
2026-08-04spi: dw: detect enhanced spi modeSudip Mukherjee1-3/+72
2026-08-04spi: dw: use irq handler for enhanced spiSudip Mukherjee1-2/+104
2026-08-04spi: dw: send cmd and addr to start the spi transferSudip Mukherjee1-0/+15
2026-08-04spi: dw: Introduce enhanced single/dual/quad/octal spiSudip Mukherjee1-1/+86
2026-08-04spi: dw: update NDF while using enhanced spi modeSudip Mukherjee1-0/+3
2026-08-04spi: dw: adjust size of mem_opSudip Mukherjee1-2/+16
2026-08-04spi: dw: add check for support of enhanced spiSudip Mukherjee1-1/+33
2026-08-04spi: dw: update SPI_CTRLR0 registerSudip Mukherjee1-3/+12
2026-08-04spi: dw: Introduce spi_frf and STD_SPISudip Mukherjee1-1/+12
2026-07-05Merge tag 'spi-fix-v7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2026-06-29spi: dw: use the correct error msg if request_irq() failsJisheng Zhang1-1/+1
2026-06-16Merge tag 'spi-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds1-0/+2
2026-06-10spi: dw: fix race between IRQ handler and error handler on SMPPeng Yang1-0/+2
2026-05-21spi: fix controller registration API inconsistencyJohan Hovold1-0/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-01-19spi: Drop duplicate device_set_node() callAndy Shevchenko1-2/+0
2025-10-13spi: dw: add target mode supportBenoît Monin1-25/+57
2025-10-13spi: dw: rename the spi controller to ctlrBenoît Monin1-64/+64
2025-04-17spi: dw: Use spi_bpw_to_bytes() helperAndy Shevchenko1-1/+1
2025-01-09spi: dw: Support per spi-mem operation frequency switchesMiquel Raynal1-2/+8
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-7/+7
2024-06-10spi: dw: Use new spi_xfer_is_dma_mapped() helperAndy Shevchenko1-2/+2
2024-05-03spi: dw: Add a number of native CS auto-detectionSerge Semin1-0/+14
2024-05-03spi: dw: Convert to using BITS_TO_BYTES() macroSerge Semin1-4/+2
2023-08-07spi: dw: switch to use modern nameYang Yingliang1-56/+56
2023-07-11spi: Rename SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SSAndy Shevchenko1-1/+1
2023-05-31spi: dw: Drop empty line from DebugFS init functionSerge Semin1-1/+0
2023-05-30spi-dw-core.c: Fix error checking for debugfs_create_dirOsama Muhammad1-6/+2
2023-05-15spi: dw: Round of n_bytes to power of 2Joy Chakraborty1-1/+4
2023-03-11spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel1-1/+1
2023-01-27spi: dw: Fix wrong FIFO level setting for long xfersSerge Semin1-1/+1
2022-08-23spi: dw: Quite logging on deferred controller registrationSerge Semin1-1/+1
2022-07-13spi: dw: Add support for master mode selection for DWC SSI controllerNandhini Srikandan1-2/+3
2022-06-27spi: dw: Add deferred DMA-channels setup supportSerge Semin1-1/+4
2021-12-23spi: dw: Propagate firmware nodeAndy Shevchenko1-2/+2
2021-11-16spi: dw: Replace DWC_HSSI capability with IP-core version checkerSerge Semin1-4/+4
2021-11-16spi: dw: Introduce Synopsys IP-core versions interfaceSerge Semin1-0/+14
2021-11-16spi: dw: Convert to using the Bitfield access macrosSerge Semin1-12/+19
2021-11-16spi: dw: Put the driver entities naming in orderSerge Semin1-68/+70
2021-11-16spi: dw: Discard redundant DW SSI Frame Formats enumerationSerge Semin1-2/+2
2021-11-16spi: dw: Add a symbols namespace for the core moduleSerge Semin1-7/+7
2020-12-09spi: dw: Add support for 32-bits max xfer sizeDamien Le Moal1-7/+37
2020-11-25spi: dw: Fix spi registration for controllers overriding CSLars Povlsen1-1/+2
2020-11-17spi: dw: Set transfer handler before unmasking the IRQsSerge Semin1-2/+2
2020-10-08spi: dw: Add poll-based SPI transfers supportSerge Semin1-1/+39
2020-10-08spi: dw: Introduce max mem-ops SPI bus frequency settingSerge Semin1-1/+3
2020-10-08spi: dw: Add memory operations supportSerge Semin1-0/+301