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: sh-msiof: Convert to generic unused native cs handling.
Geert Uytterhoeven
2020-01-07
1
-50
/
+3
*
spi: Add generic support for unused native cs with cs-gpios
Geert Uytterhoeven
2020-01-07
2
-0
/
+25
*
spi: bcm-qspi: Use platform_get_irq_byname_optional() to avoid error message
Rayagonda Kokatanur
2020-01-07
1
-1
/
+1
*
spi: Catch improper use of PTP system timestamping API
Vladimir Oltean
2019-12-27
1
-0
/
+7
*
spi: oc-tiny: Use GPIO descriptors
Linus Walleij
2019-12-27
2
-53
/
+1
*
spi: uniphier: Add DMA transfer mode support
Kunihiko Hayashi
2019-12-25
1
-2
/
+198
*
Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...
Mark Brown
2019-12-25
10
-26
/
+81
|
\
|
*
spi: uniphier: Fix FIFO threshold
Kunihiko Hayashi
2019-12-25
1
-12
/
+19
|
*
spi: fsl: use platform_get_irq() instead of of_irq_to_resource()
Christophe Leroy
2019-12-16
1
-3
/
+3
|
*
spi: nxp-fspi: Ensure width is respected in spi-mem operations
Michael Walle
2019-12-16
1
-1
/
+1
|
*
spi: spi-ti-qspi: Fix a bug when accessing non default CS
Vignesh Raghavendra
2019-12-11
1
-1
/
+5
|
*
spi: fsl: don't map irq during probe
Christophe Leroy
2019-12-09
1
-3
/
+2
|
*
spi: spi-cavium-thunderx: Add missing pci_release_regions()
Chuhong Yuan
2019-12-09
1
-0
/
+2
|
*
spi: sprd: Fix the incorrect SPI register
Huanpeng Xin
2019-12-04
1
-1
/
+1
|
*
gpiolib: of: Make of_gpio_spi_cs_get_count static
YueHaibing
2019-12-03
1
-1
/
+1
|
*
spi: fsl: Handle the single hardwired chipselect case
Linus Walleij
2019-11-28
1
-2
/
+12
|
*
gpio: Handle counting of Freescale chipselects
Linus Walleij
2019-11-28
1
-0
/
+27
|
*
spi: fsl: Fix GPIO descriptor support
Linus Walleij
2019-11-28
1
-0
/
+1
|
*
spi: dw: Correct handling of native chipselect
Charles Keepax
2019-11-28
1
-2
/
+3
|
*
spi: cadence: Correct handling of native chipselect
Charles Keepax
2019-11-27
1
-3
/
+3
|
*
spi: pxa2xx: Add support for Intel Jasper Lake
Jarkko Nikula
2019-11-25
1
-0
/
+4
*
|
spi: tegra114: use true,false for bool variable
zhengbin
2019-12-25
1
-2
/
+2
*
|
spi: imx: use true,false for bool variable
zhengbin
2019-12-25
1
-2
/
+2
*
|
spi: fsl-lpspi: use true,false for bool variable
zhengbin
2019-12-25
1
-2
/
+2
*
|
spi: uniphier: Add handle_err callback function
Kunihiko Hayashi
2019-12-25
1
-0
/
+17
*
|
spi: uniphier: Change argument of irq functions to private structure
Kunihiko Hayashi
2019-12-25
1
-6
/
+6
*
|
dt-bindings: spi: Convert stm32 spi bindings to json-schema
Benjamin Gaignard
2019-12-18
2
-62
/
+105
*
|
spi: bcm2835: no dev_err() on clk_get() -EPROBE_DEFER
Jim Quinlan
2019-12-17
1
-1
/
+4
*
|
spi: spi-ti-qspi: Remove unused macro for fclk frequency
Jean Pihet
2019-12-17
1
-2
/
+0
*
|
spi: meson-spicc: Use GPIO descriptors
Linus Walleij
2019-12-16
1
-23
/
+2
*
|
spi: stm32: Use dma_request_chan() instead dma_request_slave_channel()
Peter Ujfalusi
2019-12-16
1
-10
/
+22
*
|
spi: stm32-qspi: Use dma_request_chan() instead dma_request_slave_channel()
Peter Ujfalusi
2019-12-16
1
-6
/
+24
*
|
spi: spi-fsl-dspi: Use dma_request_chan() instead dma_request_slave_channel()
Peter Ujfalusi
2019-12-16
1
-6
/
+6
*
|
spi: sirf: Use dma_request_chan() instead dma_request_slave_channel()
Peter Ujfalusi
2019-12-16
1
-6
/
+6
*
|
spi: mxs: Use dma_request_chan() instead dma_request_slave_channel()
Peter Ujfalusi
2019-12-16
1
-3
/
+3
*
|
spi: img-spfi: Use dma_request_chan() instead dma_request_slave_channel()
Peter Ujfalusi
2019-12-16
1
-2
/
+16
*
|
spi: bcm2835: Use dma_request_chan() instead dma_request_slave_channel()
Peter Ujfalusi
2019-12-16
1
-10
/
+24
*
|
spi: bcm2835: Release the DMA channel if probe fails after dma_init
Peter Ujfalusi
2019-12-16
1
-2
/
+4
*
|
spi: atmel: Use dma_request_chan() instead dma_request_slave_channel()
Peter Ujfalusi
2019-12-16
1
-18
/
+11
*
|
spi: rspi: Remove obsolete platform_device_id entries
Geert Uytterhoeven
2019-12-11
1
-2
/
+0
*
|
spi: dw: Avoid BUG_ON() in case of host failure
Aditya Pakki
2019-12-11
1
-1
/
+2
*
|
spi: bitbang: Make chipselect callback optional
Linus Walleij
2019-12-09
1
-2
/
+19
*
|
spi: stm32: Switch to use GPIO descriptors for CS
Linus Walleij
2019-12-09
1
-44
/
+3
*
|
spi/topcliff-pch: Remove unneeded semicolon
zhengbin
2019-12-09
1
-2
/
+2
*
|
Linux 5.5-rc1
v5.5-rc1
Linus Torvalds
2019-12-08
1
-2
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2019-12-08
119
-628
/
+1025
|
\
\
|
*
|
r8169: fix rtl_hw_jumbo_disable for RTL8168evl
Heiner Kallweit
2019-12-07
1
-1
/
+1
|
*
|
net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add()
Eric Dumazet
2019-12-07
1
-1
/
+7
|
*
|
r8169: add missing RX enabling for WoL on RTL8125
Heiner Kallweit
2019-12-07
1
-1
/
+1
|
*
|
vhost/vsock: accept only packets with the right dst_cid
Stefano Garzarella
2019-12-07
1
-1
/
+3
[next]