index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
spi: bcm2835: Document struct bcm2835_spi
Lukas Wunner
2018-11-28
1
-0
/
+11
*
spi: bcm2835: Drop unused code for native Chip Select
Lukas Wunner
2018-11-28
1
-83
/
+13
*
Merge branch 'spi-4.20' into spi-4.21 for bcm stuff.
Mark Brown
2018-11-28
2
-20
/
+31
|
\
|
*
spi: bcm2835: Fix race on DMA termination
Lukas Wunner
2018-11-28
1
-6
/
+4
|
*
spi: bcm2835: Fix book-keeping of DMA termination
Lukas Wunner
2018-11-28
1
-0
/
+1
|
*
spi: bcm2835: Avoid finishing transfer prematurely in IRQ mode
Lukas Wunner
2018-11-28
1
-2
/
+1
|
*
spi: omap2-mcspi: Add missing suspend and resume calls
Tony Lindgren
2018-11-16
1
-12
/
+25
*
|
spi: mediatek: add spi support for mt7629 IC
Leilk Liu
2018-11-27
1
-0
/
+3
*
|
spi: at91-usart: add power management support
Radu Pirea
2018-11-27
1
-0
/
+61
*
|
spi: npcm: Fix uninitialized variable warning
Olof Johansson
2018-11-27
1
-7
/
+15
*
|
spi: mediatek: Add bindings for mediatek MT7629 soc platform
Leilk Liu
2018-11-27
1
-0
/
+1
*
|
spi: npcm: Fix an error code in the probe function
Dan Carpenter
2018-11-23
1
-1
/
+1
*
|
spi: pxa2xx: Fix '"CONFIG_OF" is not defined' warning
Lubomir Rintel
2018-11-17
1
-7
/
+1
*
|
spi: Fix core transfer waits after slave support
Mark Brown
2018-11-16
1
-3
/
+5
*
|
spi: npcm: fix platform_no_drv_owner.cocci warnings
kbuild test robot
2018-11-15
1
-1
/
+0
*
|
spi: bcm2835: make license text and module license match
Stefan Wahren
2018-11-14
2
-2
/
+2
*
|
spi: npcm: fix u32 csgpio being checked for less than zero
Colin Ian King
2018-11-14
1
-3
/
+3
*
|
spi: npcm: add NPCM PSPI controller driver
Tomer Maimon
2018-11-13
3
-0
/
+488
*
|
dt-binding: spi: add NPCM PSPI controller documentation
Tomer Maimon
2018-11-13
1
-0
/
+35
*
|
spi: pl022: Handle cs_change for last transfer
Fredrik Ternerot
2018-11-13
1
-7
/
+7
*
|
spi: pxa2xx: Deal with the leftover garbage in TXFIFO
Lubomir Rintel
2018-11-13
1
-0
/
+14
*
|
spi: pxa2xx: Add ready signal
Lubomir Rintel
2018-11-13
2
-1
/
+18
*
|
spi: pxa2xx: dt-bindings: Add ready GPIO signal
Lubomir Rintel
2018-11-13
1
-0
/
+2
*
|
spi: pxa2xx: Add slave mode support
Lubomir Rintel
2018-11-13
2
-7
/
+75
*
|
spi: Deal with slaves that return from transfer_one() unfinished
Lubomir Rintel
2018-11-13
1
-23
/
+39
*
|
spi: pxa2xx: dt-bindings: Add spi-slave property
Lubomir Rintel
2018-11-13
1
-0
/
+1
*
|
spi: rspi: Add r8a77470 to the compatible list
Fabrizio Castro
2018-11-07
1
-0
/
+1
*
|
spi: Kconfig: Enable McSPI driver for K3 platforms
Vignesh R
2018-11-07
1
-1
/
+1
*
|
spi: omap-spi: Add compatible for AM654 SoC
Vignesh R
2018-11-07
1
-0
/
+1
*
|
Merge branch 'spi-4.20' into spi-4.21 for uniphier DT
Mark Brown
2018-11-06
1
-2
/
+2
|
\
|
|
*
spi: mediatek: use correct mata->xfer_len when in fifo transfer
Leilk Liu
2018-10-31
1
-2
/
+2
|
*
spi: uniphier: fix incorrect property items
Keiji Hayashibara
2018-10-24
1
-6
/
+8
*
|
dt-binding: spi: Document Macronix controller bindings
Mason Yang
2018-11-05
1
-0
/
+34
*
|
spi: Add MXIC controller driver
Mason Yang
2018-11-05
3
-0
/
+626
*
|
spi: spi-rspi: simplify getting .driver_data
Wolfram Sang
2018-11-05
1
-4
/
+2
*
|
spi: spi-zynqmp-gqspi: simplify getting .driver_data
Wolfram Sang
2018-11-05
1
-4
/
+2
*
|
spi: spi-sh-msiof: simplify getting .driver_data
Wolfram Sang
2018-11-05
1
-4
/
+2
*
|
spi: uniphier: re-add addressing properties
Keiji Hayashibara
2018-11-05
1
-0
/
+4
*
|
spi: uniphier: fix incorrect property items
Keiji Hayashibara
2018-11-05
1
-6
/
+8
*
|
spi: spi-geni-qcom: Simplify probe function
Alok Chauhan
2018-11-05
1
-25
/
+24
*
|
spi: spi-geni-qcom: fix nitpicks
Alok Chauhan
2018-11-05
1
-9
/
+6
*
|
spi: spi-fsl-dspi: use IRQF_SHARED mode to request IRQ
Chuanhua Han
2018-11-05
1
-2
/
+2
*
|
spi: mediatek: add spi support for mt8183 IC
Leilk Liu
2018-11-05
1
-0
/
+9
*
|
spi: mediatek: Add bindings for mediatek MT8183 soc platform
Leilk Liu
2018-11-05
1
-0
/
+1
*
|
spi: pxa2xx: Remove LPSS private register restoring during resume
Jarkko Nikula
2018-11-05
1
-4
/
+0
*
|
spi: rockchip: support lsb-first mode
Emil Renner Berthing
2018-11-05
1
-1
/
+3
*
|
spi: rockchip: support 4bit words
Emil Renner Berthing
2018-11-05
1
-12
/
+29
*
|
spi: rockchip: use irq rather than polling
Emil Renner Berthing
2018-11-05
1
-63
/
+92
*
|
spi: rockchip: precompute rx sample delay
Emil Renner Berthing
2018-11-05
1
-18
/
+18
*
|
spi: rockchip: set min/max speed
Emil Renner Berthing
2018-11-05
1
-32
/
+20
[next]