index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-16
spi: mxs: Use dma_request_chan() instead dma_request_slave_channel()
Peter Ujfalusi
1
-3
/
+3
2019-12-16
spi: img-spfi: Use dma_request_chan() instead dma_request_slave_channel()
Peter Ujfalusi
1
-2
/
+16
2019-12-16
spi: bcm2835: Use dma_request_chan() instead dma_request_slave_channel()
Peter Ujfalusi
1
-10
/
+24
2019-12-16
spi: bcm2835: Release the DMA channel if probe fails after dma_init
Peter Ujfalusi
1
-2
/
+4
2019-12-16
spi: atmel: Use dma_request_chan() instead dma_request_slave_channel()
Peter Ujfalusi
1
-18
/
+11
2019-12-16
spi: fsl: use platform_get_irq() instead of of_irq_to_resource()
Christophe Leroy
1
-3
/
+3
2019-12-16
spi: nxp-fspi: Ensure width is respected in spi-mem operations
Michael Walle
1
-1
/
+1
2019-12-11
spi: rspi: Remove obsolete platform_device_id entries
Geert Uytterhoeven
1
-2
/
+0
2019-12-11
spi: dw: Avoid BUG_ON() in case of host failure
Aditya Pakki
1
-1
/
+2
2019-12-11
spi: spi-ti-qspi: Fix a bug when accessing non default CS
Vignesh Raghavendra
1
-1
/
+5
2019-12-09
spi: bitbang: Make chipselect callback optional
Linus Walleij
1
-2
/
+19
2019-12-09
spi: stm32: Switch to use GPIO descriptors for CS
Linus Walleij
1
-44
/
+3
2019-12-09
spi/topcliff-pch: Remove unneeded semicolon
zhengbin
1
-2
/
+2
2019-12-09
spi: fsl: don't map irq during probe
Christophe Leroy
1
-3
/
+2
2019-12-09
spi: spi-cavium-thunderx: Add missing pci_release_regions()
Chuhong Yuan
1
-0
/
+2
2019-12-04
spi: sprd: Fix the incorrect SPI register
Huanpeng Xin
1
-1
/
+1
2019-11-28
spi: fsl: Handle the single hardwired chipselect case
Linus Walleij
1
-2
/
+12
2019-11-28
spi: fsl: Fix GPIO descriptor support
Linus Walleij
1
-0
/
+1
2019-11-28
spi: dw: Correct handling of native chipselect
Charles Keepax
1
-2
/
+3
2019-11-27
spi: cadence: Correct handling of native chipselect
Charles Keepax
1
-3
/
+3
2019-11-25
spi: pxa2xx: Add support for Intel Jasper Lake
Jarkko Nikula
1
-0
/
+4
2019-11-22
Merge branch 'spi-5.5' into spi-next
Mark Brown
55
-456
/
+876
2019-11-22
spi: pic32: Retire dma_request_slave_channel_compat()
Peter Ujfalusi
1
-16
/
+30
2019-11-20
spi: Fix Kconfig indentation
Krzysztof Kozlowski
1
-9
/
+9
2019-11-18
spi: mediatek: add SPI_CS_HIGH support
Luhua Xu
1
-2
/
+10
2019-11-18
spi: st-ssc4: add missed pm_runtime_disable
Chuhong Yuan
1
-0
/
+3
2019-11-15
spi: tegra20-slink: add missed clk_unprepare
Chuhong Yuan
1
-1
/
+4
2019-11-15
spi: tegra20-slink: Use dma_request_chan() directly for channel request
Peter Ujfalusi
1
-2
/
+1
2019-11-15
spi: tegra114: Use dma_request_chan() directly for channel request
Peter Ujfalusi
1
-2
/
+1
2019-11-15
spi: s3c64xx: Use dma_request_chan() directly for channel request
Peter Ujfalusi
1
-4
/
+2
2019-11-15
spi: qup: Use dma_request_chan() directly for channel request
Peter Ujfalusi
1
-2
/
+2
2019-11-15
spi: pl022: Use dma_request_chan() directly for channel request
Peter Ujfalusi
1
-2
/
+2
2019-11-15
spi: imx: Use dma_request_chan() directly for channel request
Peter Ujfalusi
1
-2
/
+2
2019-11-15
spi: fsl-lpspi: Use dma_request_chan() directly for channel request
Peter Ujfalusi
1
-2
/
+2
2019-11-15
spi: atmel: Use dma_request_chan() directly for channel request
Peter Ujfalusi
1
-1
/
+1
2019-11-15
spi: at91-usart: Use dma_request_chan() directly for channel request
Peter Ujfalusi
1
-2
/
+2
2019-11-15
spi: fsl-cpm: Correct the free:ing
Linus Walleij
1
-1
/
+2
2019-11-12
spi: Fix regression to return zero on success instead of positive value
Tony Lindgren
1
-0
/
+9
2019-11-11
spi: pxa2xx: Add missed security checks
Chuhong Yuan
1
-0
/
+6
2019-11-11
spi: nxp-fspi: Use devm API to fix missed unregistration of controller
Chuhong Yuan
1
-1
/
+1
2019-11-11
spi: omap2-mcspi: Remove redundant checks
Vignesh Raghavendra
1
-58
/
+47
2019-11-08
spi: zynq-qspi: Support two chip selects
Miquel Raynal
1
-8
/
+25
2019-11-08
spi: zynq-qspi: Do the actual hardware initialization later in the probe
Miquel Raynal
1
-3
/
+4
2019-11-08
spi: zynq-qspi: Clarify the select chip function
Miquel Raynal
1
-11
/
+6
2019-11-08
spi: zynq-qspi: Enhance the Linear CFG bit definitions
Miquel Raynal
1
-3
/
+3
2019-11-08
spi: zynq-qspi: Keep the bitfields naming consistent
Miquel Raynal
1
-6
/
+6
2019-11-08
spi: zynq-qspi: Anything else than CS0 is not supported yet
Miquel Raynal
1
-2
/
+6
2019-11-08
spi: zynq-qspi: Keep the naming consistent across the driver
Miquel Raynal
1
-5
/
+5
2019-11-07
spi: spi-mem: fallback to using transfers when CS gpios are used
Chris Packham
1
-1
/
+1
2019-11-07
spi: bcm-qspi: Convert to use CS GPIO descriptors
Chris Packham
1
-2
/
+5
[prev]
[next]