index
:
pub/scm/linux/kernel/git/kees/linux.git
master
Various feature branches
Kees Cook
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-dw-core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-14
spi: dw: Remove shadowed dws in dw_spi_setup()
Liang Hao
1
-1
/
+0
2026-08-04
spi: dw: Add support for StarFive JHB100 SoC SFC
Changhuang Liang
1
-11
/
+37
2026-08-04
spi: dw: detect enhanced spi mode
Sudip Mukherjee
1
-3
/
+72
2026-08-04
spi: dw: use irq handler for enhanced spi
Sudip Mukherjee
1
-2
/
+104
2026-08-04
spi: dw: send cmd and addr to start the spi transfer
Sudip Mukherjee
1
-0
/
+15
2026-08-04
spi: dw: Introduce enhanced single/dual/quad/octal spi
Sudip Mukherjee
1
-1
/
+86
2026-08-04
spi: dw: update NDF while using enhanced spi mode
Sudip Mukherjee
1
-0
/
+3
2026-08-04
spi: dw: adjust size of mem_op
Sudip Mukherjee
1
-2
/
+16
2026-08-04
spi: dw: add check for support of enhanced spi
Sudip Mukherjee
1
-1
/
+33
2026-08-04
spi: dw: update SPI_CTRLR0 register
Sudip Mukherjee
1
-3
/
+12
2026-08-04
spi: dw: Introduce spi_frf and STD_SPI
Sudip Mukherjee
1
-1
/
+12
2026-07-05
Merge tag 'spi-fix-v7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2026-06-29
spi: dw: use the correct error msg if request_irq() fails
Jisheng Zhang
1
-1
/
+1
2026-06-16
Merge tag 'spi-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
Linus Torvalds
1
-0
/
+2
2026-06-10
spi: dw: fix race between IRQ handler and error handler on SMP
Peng Yang
1
-0
/
+2
2026-05-21
spi: fix controller registration API inconsistency
Johan Hovold
1
-0
/
+2
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2026-01-19
spi: Drop duplicate device_set_node() call
Andy Shevchenko
1
-2
/
+0
2025-10-13
spi: dw: add target mode support
Benoît Monin
1
-25
/
+57
2025-10-13
spi: dw: rename the spi controller to ctlr
Benoît Monin
1
-64
/
+64
2025-04-17
spi: dw: Use spi_bpw_to_bytes() helper
Andy Shevchenko
1
-1
/
+1
2025-01-09
spi: dw: Support per spi-mem operation frequency switches
Miquel Raynal
1
-2
/
+8
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
1
-7
/
+7
2024-06-10
spi: dw: Use new spi_xfer_is_dma_mapped() helper
Andy Shevchenko
1
-2
/
+2
2024-05-03
spi: dw: Add a number of native CS auto-detection
Serge Semin
1
-0
/
+14
2024-05-03
spi: dw: Convert to using BITS_TO_BYTES() macro
Serge Semin
1
-4
/
+2
2023-08-07
spi: dw: switch to use modern name
Yang Yingliang
1
-56
/
+56
2023-07-11
spi: Rename SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SS
Andy Shevchenko
1
-1
/
+1
2023-05-31
spi: dw: Drop empty line from DebugFS init function
Serge Semin
1
-1
/
+0
2023-05-30
spi-dw-core.c: Fix error checking for debugfs_create_dir
Osama Muhammad
1
-6
/
+2
2023-05-15
spi: dw: Round of n_bytes to power of 2
Joy Chakraborty
1
-1
/
+4
2023-03-11
spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...
Amit Kumar Mahapatra via Alsa-devel
1
-1
/
+1
2023-01-27
spi: dw: Fix wrong FIFO level setting for long xfers
Serge Semin
1
-1
/
+1
2022-08-23
spi: dw: Quite logging on deferred controller registration
Serge Semin
1
-1
/
+1
2022-07-13
spi: dw: Add support for master mode selection for DWC SSI controller
Nandhini Srikandan
1
-2
/
+3
2022-06-27
spi: dw: Add deferred DMA-channels setup support
Serge Semin
1
-1
/
+4
2021-12-23
spi: dw: Propagate firmware node
Andy Shevchenko
1
-2
/
+2
2021-11-16
spi: dw: Replace DWC_HSSI capability with IP-core version checker
Serge Semin
1
-4
/
+4
2021-11-16
spi: dw: Introduce Synopsys IP-core versions interface
Serge Semin
1
-0
/
+14
2021-11-16
spi: dw: Convert to using the Bitfield access macros
Serge Semin
1
-12
/
+19
2021-11-16
spi: dw: Put the driver entities naming in order
Serge Semin
1
-68
/
+70
2021-11-16
spi: dw: Discard redundant DW SSI Frame Formats enumeration
Serge Semin
1
-2
/
+2
2021-11-16
spi: dw: Add a symbols namespace for the core module
Serge Semin
1
-7
/
+7
2020-12-09
spi: dw: Add support for 32-bits max xfer size
Damien Le Moal
1
-7
/
+37
2020-11-25
spi: dw: Fix spi registration for controllers overriding CS
Lars Povlsen
1
-1
/
+2
2020-11-17
spi: dw: Set transfer handler before unmasking the IRQs
Serge Semin
1
-2
/
+2
2020-10-08
spi: dw: Add poll-based SPI transfers support
Serge Semin
1
-1
/
+39
2020-10-08
spi: dw: Introduce max mem-ops SPI bus frequency setting
Serge Semin
1
-1
/
+3
2020-10-08
spi: dw: Add memory operations support
Serge Semin
1
-0
/
+301
[next]