index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-25
spi: bcm-qspi: set transfer parameter only if they change
Kamal Dasu
1
-0
/
+12
2021-11-25
spi: bcm-qspi: choose sysclk setting based on requested speed
Kamal Dasu
1
-6
/
+26
2021-11-24
spi: Fix condition in the __spi_register_driver()
Andy Shevchenko
1
-1
/
+1
2021-11-24
spi: spidev: Make probe to fail early if a spidev compatible is used
Javier Martinez Canillas
1
-3
/
+4
2021-11-23
spi: pxa2xx: Remove redundant ->read() and ->write() in struct chip_data
Andy Shevchenko
2
-33
/
+6
2021-11-23
spi: spidev: Use SPI_MODE_USER_MASK instead of casting
Andy Shevchenko
1
-1
/
+1
2021-11-23
spi: Fix multi-line comment style
Andy Shevchenko
1
-71
/
+89
2021-11-23
spi: Replace memset() with __GFP_ZERO
Andy Shevchenko
1
-2
/
+1
2021-11-22
spi: deduplicate spi_match_id() in __spi_register_driver()
Andy Shevchenko
1
-11
/
+6
2021-11-18
Merge tag 'spi-fix-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
Linus Torvalds
4
-16
/
+38
2021-11-18
RSPI driver support for RZ/G2L
Mark Brown
1
-1
/
+26
2021-11-18
spi: qcom: geni: remove unused defines
Vinod Koul
1
-4
/
+0
2021-11-18
spi: spi-rspi: Drop redeclaring ret variable in qspi_transfer_in()
Lad Prabhakar
1
-1
/
+1
2021-11-18
spi: spi-rspi: Add support to deassert/assert reset line
Lad Prabhakar
1
-0
/
+25
2021-11-17
spi: hisi-kunpeng: Fix the debugfs directory name incorrect
oujiefeng
1
-7
/
+8
2021-11-16
spi: dw: Define the capabilities in a continuous bit-flags set
Serge Semin
1
-1
/
+1
2021-11-16
spi: dw: Replace DWC_HSSI capability with IP-core version checker
Serge Semin
3
-7
/
+7
2021-11-16
spi: dw: Introduce Synopsys IP-core versions interface
Serge Semin
2
-8
/
+42
2021-11-16
spi: dw: Convert to using the Bitfield access macros
Serge Semin
2
-45
/
+50
2021-11-16
spi: dw: Put the driver entities naming in order
Serge Semin
6
-204
/
+206
2021-11-16
spi: dw: Discard redundant DW SSI Frame Formats enumeration
Serge Semin
2
-11
/
+5
2021-11-16
spi: dw: Add a symbols namespace for the core module
Serge Semin
5
-9
/
+13
2021-11-16
memory: renesas-rpc-if: Add support for RZ/G2L
Lad Prabhakar
1
-1
/
+3
2021-11-15
spi: xlp: Remove Netlogic XLP variants
Rob Herring
2
-14
/
+5
2021-11-15
spi: lpspi: release requested DMA channels
Alexander Stein
1
-1
/
+5
2021-11-15
Merge existing fixes from spi/for-5.16 into new branch
Mark Brown
4
-16
/
+38
2021-11-12
spi: fix use-after-free of the add_lock mutex
Michael Walle
1
-6
/
+6
2021-11-12
spi: spi-geni-qcom: fix error handling in spi_geni_grab_gpi_chan()
Dan Carpenter
1
-6
/
+10
2021-11-12
spi: lpspi: Silence error message upon deferred probe
Alexander Stein
1
-1
/
+1
2021-11-12
spi: cadence-quadspi: fix write completion support
Dinh Nguyen
1
-3
/
+21
2021-11-01
Merge tag 'spi-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
Linus Torvalds
21
-329
/
+2005
2021-11-01
Merge tag 'regulator-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator
Linus Torvalds
1
-0
/
+41
2021-10-29
spi: spi-geni-qcom: Add support for GPI dma
Vinod Koul
1
-15
/
+239
2021-10-28
Merge tag 'spi-fix-v5.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
Linus Torvalds
3
-4
/
+5
2021-10-27
spi: fsi: Fix contention in the FSI2SPI engine
Eddie James
1
-22
/
+53
2021-10-26
spi: spi-rpc-if: Check return value of rpcif_sw_init()
Lad Prabhakar
1
-1
/
+3
2021-10-26
spi: tegra210-quad: Put device into suspend on driver removal
Dmitry Osipenko
1
-2
/
+2
2021-10-26
spi: tegra20-slink: Put device into suspend on driver removal
Dmitry Osipenko
1
-2
/
+2
2021-10-26
spi: bcm-qspi: Fix missing clk_disable_unprepare() on error in bcm_qspi_probe()
Yang Yingliang
1
-2
/
+3
2021-10-26
spi: spl022: fix Microwire full duplex mode
Thomas Perrot
1
-2
/
+3
2021-10-25
spi: Fix tegra20 build with CONFIG_PM=n once again
Linus Torvalds
1
-1
/
+1
2021-10-20
spi: altera: Change to dynamic allocation of spi id
Russ Weight
2
-2
/
+2
2021-10-20
spi: at91-usart: replacing legacy gpio interface for gpiod
Maíra Canal
1
-22
/
+5
2021-10-18
Merge tag 'v5.15-rc6' into regulator-5.16
Mark Brown
9
-109
/
+129
2021-10-15
spi: replace snprintf in show functions with sysfs_emit
Qing Wang
1
-1
/
+1
2021-10-15
spi: cadence: Add of_node_put() before return
Wan Jiabing
1
-0
/
+2
2021-10-15
spi: orion: Add of_node_put() before goto
Wan Jiabing
1
-0
/
+1
2021-10-14
Merge branch 'spi-5.15' into spi-5.16
Mark Brown
2
-16
/
+18
2021-10-14
spi-mux: Fix false-positive lockdep splats
Uwe Kleine-König
2
-6
/
+13
2021-10-14
spi: Fix deadlock when adding SPI controllers on SPI buses
Mark Brown
1
-11
/
+6
[prev]
[next]