index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-17
spi: ath79: Remove now useless code
Alban Bedel
1
-41
/
+2
2019-01-17
spi: ath79: Enable support for compile test
Alban Bedel
2
-4
/
+13
2019-01-17
spi: ath79: Simplify ath79_spi_chipselect()
Alban Bedel
2
-32
/
+10
2019-01-17
spi: bitbang: Don't call chipselect() in spi_bitbang_setup()
Alban Bedel
1
-13
/
+0
2019-01-15
spi: cadence: Correct initialisation of runtime PM
Charles Keepax
1
-7
/
+4
2019-01-14
spi: spi-geni-qcom: Get rid of forward declaration
Stephen Boyd
1
-29
/
+26
2019-01-14
spi: spi-geni-qcom: Don't initialize completion for normal message
Stephen Boyd
1
-1
/
+0
2019-01-10
spi: davinci: Get rid of dangling variable
Linus Walleij
1
-1
/
+0
2019-01-10
spi: dw: fix warning unused variable 'ret'
Anders Roxell
1
-1
/
+0
2019-01-09
spi: core: avoid waking pump thread from spi_sync instead run teardown delayed
Martin Sperl
1
-33
/
+89
2019-01-09
spi: dw: Convert to use CS GPIO descriptors
Linus Walleij
2
-30
/
+1
2019-01-09
spi: davinci: Convert to use CS GPIO descriptors
Linus Walleij
1
-40
/
+13
2019-01-09
spi: clps711x: Convert to use CS GPIO descriptors
Linus Walleij
1
-21
/
+2
2019-01-09
spi: cadence: Convert to use CS GPIO descriptors
Linus Walleij
1
-65
/
+2
2019-01-09
spi: atmel: Convert to use CS GPIO descriptors
Linus Walleij
1
-66
/
+27
2019-01-09
spi: ath79: Convert to use CS GPIO descriptors
Linus Walleij
1
-28
/
+14
2019-01-09
spi: Optionally use GPIO descriptors for CS GPIOs
Linus Walleij
1
-10
/
+94
2019-01-07
spi: stm32: add support for STM32F4
Cezary Gapinski
1
-7
/
+482
2019-01-07
spi: stm32: introduce compatible data cfg
Cezary Gapinski
1
-101
/
+236
2019-01-07
spi: stm32: add start dma transfer function
Cezary Gapinski
1
-9
/
+18
2019-01-07
spi: stm32: split transfer one setup function
Cezary Gapinski
1
-78
/
+192
2019-01-07
spi: stm32: rename interrupt function
Cezary Gapinski
1
-3
/
+3
2019-01-07
spi: stm32: rename STM32 SPI registers to STM32H7
Cezary Gapinski
1
-182
/
+199
2019-01-07
spi: stm32: remove SPI LOOP mode
Cezary Gapinski
1
-1
/
+1
2019-01-07
spi: stm32: use explicit CPOL and CPHA mode bits
Cezary Gapinski
1
-1
/
+1
2019-01-07
spi: fix typo in SPI_STM32 help text
Cezary Gapinski
1
-1
/
+1
2019-01-07
spi: stm32: fix DMA configuration with only one channel
Cezary Gapinski
1
-8
/
+12
2019-01-07
spi: stm32: use NULL pointer instead of plain integer
Cezary Gapinski
1
-1
/
+1
2019-01-07
spi: stm32: switch to SPDX identifier
Cezary Gapinski
1
-20
/
+7
2019-01-07
spi: dw: fix potential variable assignment error
shaftarger
1
-1
/
+2
2019-01-07
spi: add cpu details to fsl-dspi Kconfig help
Angelo Dureghello
1
-1
/
+1
2019-01-07
mtd: fsl-quadspi: Remove the driver as it was replaced by spi-fsl-qspi.c
Frieder Schrempf
1
-1224
/
+0
2019-01-07
spi: Add a driver for the Freescale/NXP QuadSPI controller
Frieder Schrempf
5
-10
/
+978
2019-01-06
Merge tag 'tag-chrome-platform-for-v4.21' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-5
/
+17
2019-01-06
Merge tag 'hwlock-v4.21' of git://github.com/andersson/remoteproc
Linus Torvalds
3
-0
/
+166
2019-01-06
Merge tag 'firewire-update' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+0
2019-01-06
Merge tag 'for-linus-20190104' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-58
/
+34
2019-01-06
Merge tag 'drm-next-2019-01-05' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
51
-290
/
+628
2019-01-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
6
-21
/
+10
2019-01-06
Merge tag 'fbdev-v4.21' of git://github.com/bzolnier/linux
Linus Torvalds
13
-44
/
+70
2019-01-06
Merge branch 'i2c/for-5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/w...
Linus Torvalds
13
-130
/
+321
2019-01-06
Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
23
-188
/
+1521
2019-01-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...
Linus Torvalds
12
-57
/
+680
2019-01-06
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...
Linus Torvalds
32
-135
/
+138
2019-01-06
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...
Linus Torvalds
13
-89
/
+357
2019-01-06
Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-0
/
+1
2019-01-05
Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...
Linus Torvalds
8
-6
/
+1334
2019-01-05
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2
-8
/
+2
2019-01-05
Merge tag 'for-4.21' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
9
-260
/
+290
2019-01-05
Merge tag 'csky-for-linus-4.21' of git://github.com/c-sky/csky-linux
Linus Torvalds
1
-3
/
+3
[next]