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