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.13.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
2013-02-11
spi/of: Fix initialization of cs_gpios array
Andreas Larsson
1
-1
/
+2
2013-02-09
Merge branch spi-next from git://git.kernel.org/pub/scm/linux/kernel/git/broo...
Grant Likely
6
-578
/
+1451
2013-02-08
spi/pxa2xx: add support for Lynxpoint SPI controllers
Mika Westerberg
2
-3
/
+109
2013-02-08
spi/pxa2xx: add support for Intel Low Power Subsystem SPI
Mika Westerberg
2
-4
/
+135
2013-02-08
spi/pxa2xx: add support for SPI_LOOP
Mika Westerberg
1
-1
/
+4
2013-02-08
spi/pxa2xx: add support for runtime PM
Mika Westerberg
1
-6
/
+67
2013-02-08
spi/pxa2xx: add support for DMA engine
Mika Westerberg
5
-3
/
+431
2013-02-08
spi/pxa2xx: break out the private DMA API usage into a separate file
Mika Westerberg
5
-568
/
+712
2013-02-06
spi/ath79: add shutdown handler
Gabor Juhos
1
-0
/
+6
2013-02-05
spi/mips-lantiq: set SPI_MASTER_HALF_DUPLEX flag
John Crispin
1
-0
/
+1
2013-02-05
spi/mips-lantiq: make use of spi_finalize_current_message
John Crispin
1
-1
/
+1
2013-02-05
spi/bcm63xx: work around inability to keep CS up
Jonas Gorski
1
-28
/
+106
2013-02-05
spi/davinci: use request_threaded_irq() to fix deadlock
Murali Karicheri
1
-2
/
+15
2013-02-05
spi/orion: Use module_platform_driver()
Ezequiel Garcia
1
-11
/
+2
2013-02-05
spi/bcm63xx: reject transfers unable to transfer
Jonas Gorski
1
-49
/
+42
2013-02-05
spi: Ensure memory used for spi_write_then_read() is DMA safe
Mark Brown
1
-1
/
+2
2013-02-05
spi/spi-mpc512x-psc: init mode bits supported by the driver
Anatolij Gustschin
1
-0
/
+1
2013-02-05
spi/mpc512x-psc: don't use obsolet cell-index property
Anatolij Gustschin
1
-11
/
+5
2013-02-05
spi: Remove erroneous __init, __exit and __exit_p() references in drivers
Grant Likely
9
-23
/
+23
2013-02-05
spi/s3c64xx: fix checkpatch warnings and error
Jingoo Han
1
-20
/
+13
2013-02-05
spi/s3c64xx: Use devm_clk_get() and devm_request_irq()
Jingoo Han
1
-26
/
+15
2013-02-05
spi/imx: Add MODULE_ALIAS()
Fabio Estevam
1
-0
/
+1
2013-02-05
spi/tegra: remove checks for valid speed
Laxman Dewangan
2
-6
/
+14
2013-02-05
spi: make sure all transfer has proper speed set
Laxman Dewangan
1
-2
/
+4
2013-02-05
spi/ath79: avoid multiple initialization of the SPI controller
Gabor Juhos
1
-17
/
+24
2013-02-05
spi/ath79: use gpio_request_one
Gabor Juhos
1
-11
/
+11
2013-02-05
spi/ath79: remove superfluous chip select code
Gabor Juhos
1
-6
/
+0
2013-02-05
spi/ath79: add missing HIGH->LOW SCK transition
Gabor Juhos
1
-0
/
+2
2013-02-05
spi/ath79: add delay between SCK changes
Gabor Juhos
1
-1
/
+43
2013-02-05
mxs/spi: clear XFER_COUNT in ctrl0 field in DMA descriptor
Juha Lumme
1
-1
/
+4
2013-02-05
spi/sirf: add support for new SiRFmarco SMP SoC
Barry Song
1
-0
/
+1
2013-02-05
spi/sirf: use clk_prepare_enable and clk_disable_unprepare
Barry Song
1
-3
/
+3
2013-02-05
Merge branch 'broonie/spi-next' of git://git.kernel.org/pub/scm/linux/kernel/...
Grant Likely
7
-356
/
+130
2013-02-05
spi: remove check for bits_per_word on transfer from low level driver
Laxman Dewangan
11
-25
/
+16
2013-02-05
spi/of: Use DT aliases for assigning bus number
Grant Likely
1
-0
/
+3
2013-02-05
spi/sh-msiof: Add device tree parsing to driver
Bastian Hecht
1
-1
/
+55
2013-02-05
spi/davinci: add OF support for the spi controller
Murali Karicheri
1
-14
/
+88
2013-02-05
spi/omap2: disable DMA requests before complete()
Felipe Balbi
1
-4
/
+4
2013-02-01
Merge tag 'dm-3.8-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2
-14
/
+5
2013-02-01
Merge branch 'for-3.8/upstream-fixes' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-1
/
+16
2013-01-31
HID: i2c-hid: fix i2c_hid_output_raw_report
Benjamin Tissoires
1
-1
/
+12
2013-01-31
dm: fix write same requests counting
Alasdair G Kergon
1
-2
/
+4
2013-01-31
dm thin: fix queue limits stacking
Mike Snitzer
1
-12
/
+1
2013-01-31
Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+3
2013-01-31
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
8
-8
/
+13
2013-01-31
Merge tag 'efi-for-3.8' into x86/efi
H. Peter Anvin
1
-2
/
+3
2013-01-30
samsung-laptop: Disable on EFI hardware
Matt Fleming
1
-0
/
+4
2013-01-30
efi: Make 'efi_enabled' a function to query EFI facilities
Matt Fleming
7
-8
/
+9
2013-01-30
Merge tag 'edac_for_3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp
Linus Torvalds
2
-4
/
+4
2013-01-30
EDAC: Fix kcalloc argument order
Joe Perches
1
-3
/
+3
[next]