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
2019-03-18
spi: spidev: Enable control of inter-word delays
Jan Kundrát
1
-1
/
+3
2019-03-18
spi: lpspi: Code cleanup
Clark Wang
1
-1
/
+1
2019-03-18
spi: lpspi: Add the missing NULL check
Clark Wang
1
-2
/
+5
2019-03-18
spi: lpspi: add dma mode support
Clark Wang
1
-11
/
+301
2019-03-18
spi: lpspi: use the core way to implement cs-gpio function
Clark Wang
1
-35
/
+66
2019-03-18
spi: lpspi: add the error info of transfer speed setting
Clark Wang
1
-3
/
+13
2019-03-18
spi: lpspi: enable runtime pm for lpspi
Han Xu
1
-25
/
+92
2019-03-18
spi: lpspi: Add i.MX8 boards support for lpspi
Clark Wang
1
-11
/
+41
2019-03-18
spi : spi-topcliff-pch: Fix to handle empty DMA buffers
Aditya Pakki
1
-2
/
+13
2019-03-15
spi: spi-mem: stm32-qspi: add suspend/resume support
Ludovic Barre
1
-4
/
+35
2019-03-15
Merge branch 'spi-5.1' into spi-5.2 for stm32
Mark Brown
4
-30
/
+26
2019-03-15
spi: spi-mem: stm32-qspi: avoid memory corruption at low frequency
Ludovic Barre
1
-3
/
+1
2019-03-15
spi: rspi: Fix sequencer reset during initialization
Geert Uytterhoeven
1
-3
/
+6
2019-03-15
spi: rspi: Fix register initialization while runtime-suspended
Geert Uytterhoeven
1
-23
/
+16
2019-03-13
spi: spi-fsl-qspi: use devm_spi_register_controller
Volker Haspel
1
-1
/
+1
2019-03-13
spi: imx: stop buffer overflow in RX FIFO flush
Trent Piepho
1
-1
/
+1
2019-03-11
spi: imx: add module parameter to control DMA use
Trent Piepho
1
-0
/
+7
2019-03-11
spi: Fix zero length xfer bug
Chris Lesiak
1
-0
/
+2
2019-03-09
Merge tag 'pci-v5.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
1
-1
/
+0
2019-03-04
Merge branch 'spi-5.1' into spi-next
Mark Brown
30
-1130
/
+4788
2019-03-04
Merge branch 'spi-5.0' into spi-linus
Mark Brown
11
-76
/
+91
2019-03-04
spi: sh-msiof: Restrict bits per word to 8/16/24/32 on R-Car Gen2/3
Geert Uytterhoeven
1
-1
/
+7
2019-02-22
spi: sifive: Remove redundant dev_err call in sifive_spi_probe()
Wei Yongjun
1
-1
/
+0
2019-02-22
spi: sifive: Remove spi_master_put in sifive_spi_remove()
Wei Yongjun
1
-1
/
+0
2019-02-21
spi: spi-gpio: fix SPI_CS_HIGH capability
Russell King
1
-2
/
+2
2019-02-20
Merge branch 'for-5.0' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-5.1
Mark Brown
10
-74
/
+89
2019-02-20
spi: pxa2xx: Setup maximum supported DMA transfer length
Andy Shevchenko
1
-0
/
+1
2019-02-19
spi: sifive: Add driver for the SiFive SPI controller
Yash Shah
3
-0
/
+457
2019-02-13
spi: sprd: Add a prefix for SPI DMA channel macros
Baolin Wang
1
-21
/
+21
2019-02-13
spi: sprd: spi: sprd: Add DMA mode support
Lanqing Liu
1
-3
/
+290
2019-02-13
spi: sprd: Add the SPI irq function for the SPI DMA mode
Lanqing Liu
1
-0
/
+51
2019-02-12
spi: use gpio[d]_set_value_cansleep for setting chipselect GPIO
Felix Fietkau
1
-2
/
+3
2019-02-12
spi: gpio: Advertise support for SPI_CS_HIGH
Jonathan Neuschäfer
1
-1
/
+2
2019-02-08
spi: sh-msiof: Replace spi_master by spi_controller
Geert Uytterhoeven
1
-85
/
+83
2019-02-08
spi: sh-hspi: Replace spi_master by spi_controller
Geert Uytterhoeven
1
-18
/
+18
2019-02-08
spi: rspi: Replace spi_master by spi_controller
Geert Uytterhoeven
1
-85
/
+85
2019-02-06
spi: atmel-quadspi: add support for sam9x60 qspi controller
Tudor Ambarus
1
-35
/
+128
2019-02-06
spi: atmel-quadspi: add support for named peripheral clock
Tudor Ambarus
1
-15
/
+18
2019-02-06
spi: atmel-quadspi: rework transfer macros
Tudor Ambarus
1
-9
/
+4
2019-02-06
spi: atmel-quadspi: switch to SPDX license identifiers
Tudor Ambarus
1
-12
/
+1
2019-02-06
spi: atmel-quadspi: return appropriate error code
Tudor Ambarus
1
-2
/
+2
2019-02-06
spi: atmel-quadspi: remove unnecessary cast
Tudor Ambarus
1
-1
/
+1
2019-02-06
spi: atmel-quadspi: fix naming scheme
Tudor Ambarus
1
-8
/
+8
2019-02-06
spi: atmel-quadspi: drop wrappers for iomem accesses
Tudor Ambarus
1
-28
/
+17
2019-02-06
spi: atmel-quadspi: order header files inclusion alphabetically
Tudor Ambarus
1
-5
/
+4
2019-02-06
spi: atmel-quadspi: cache MR value to avoid a write access
Tudor Ambarus
1
-1
/
+13
2019-02-06
spi: spi-fsl-dspi: Provide support for DSPI slave mode operation (Vybryd vf610)
Lukasz Majewski
1
-10
/
+30
2019-02-01
PCI: Move Rohm Vendor ID to generic list
Andy Shevchenko
1
-1
/
+0
2019-01-30
spi-atmel: support inter-word delay
Jonas Bonn
1
-5
/
+6
2019-01-30
spi: support inter-word delay requirement for devices
Jonas Bonn
1
-0
/
+5
[prev]
[next]