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
/
spi
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-07
spi/spi-fsl-spi: Introduce a type for the driver
Andreas Larsson
2
-7
/
+34
2013-04-07
spi/spi-fsl-spi: Move setting non-zero tx and rx shifts to a function accesse...
Andreas Larsson
2
-20
/
+36
2013-04-07
spi/spi-fsl-spi: Make sure in spi_fsl_setup that chipselect becomes inactive
Andreas Larsson
1
-0
/
+4
2013-04-07
spi/spi-fsl-spi: Make driver usable in CPU mode outside of an FSL_SOC environ...
Andreas Larsson
8
-405
/
+519
2013-04-05
Merge tag 'spi-fix-v3.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
5
-44
/
+42
2013-04-05
Merge tag 'pm+acpi-3.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-2
/
+1
2013-04-04
spi: mxs-spi: move to use generic DMA helper
Shawn Guo
1
-51
/
+9
2013-04-03
mxs/spi: fix error return code in mxs_spi_probe()
Wei Yongjun
1
-0
/
+1
2013-04-03
spi: tegra: slink: do prepare dma transfer with DMA_CTRL_ACK flag
Mark Brown
1
-2
/
+2
2013-04-02
ACPI / SPI: Use parent's ACPI_HANDLE() in acpi_register_spi_devices()
Rafael J. Wysocki
2
-2
/
+1
2013-04-01
spi/s3c64xx: add CONFIG_PM_SLEEP to suspend/resume functions
Jingoo Han
1
-2
/
+2
2013-04-01
Merge branch 'spi-fix' into spi-next
Mark Brown
3
-25
/
+33
2013-04-01
spi/spi-atmel: status information passed through controller data
Nicolas Ferre
1
-5
/
+8
2013-04-01
spi/spi-atmel: call unmapping on transfers buffers
Nicolas Ferre
1
-3
/
+5
2013-04-01
spi/spi-atmel: add support transfer on CS1,2,3, not only on CS0
Wenyou Yang
1
-13
/
+12
2013-04-01
spi/spi-atmel: detect the capabilities of SPI core by reading the VERSION reg...
Wenyou Yang
1
-16
/
+50
2013-04-01
spi: tegra: slink: do not prepare dma transfer with DMA_CTRL_ACK flag
Laxman Dewangan
1
-2
/
+2
2013-04-01
spi/spidev: Use PTR_RET function
Alexandru Gheorghiu
1
-1
/
+1
2013-04-01
spi/fsl: Use PTR_RET function
Alexandru Gheorghiu
1
-3
/
+1
2013-04-01
spi/mpc512x-psc: optionally keep PSC SS asserted across xfer segmensts
Anatolij Gustschin
1
-1
/
+1
2013-04-01
spi: remove unused variable in tegra_slink_read_rx_fifo_to_client_rxbuf()
Wei Yongjun
1
-3
/
+0
2013-04-01
spi: spi-sh-msiof: Use of_match_ptr() macro
Sachin Kamat
1
-3
/
+1
2013-04-01
spi: spi-oc-tiny: Use of_match_ptr() macro
Sachin Kamat
1
-3
/
+1
2013-04-01
spi: Unlock a spinlock before calling into the controller driver.
Bryan Freed
1
-8
/
+7
2013-04-01
spi/omap-mcspi: check condition also after timeout
Sebastian Andrzej Siewior
1
-2
/
+6
2013-04-01
spi/s3c64xx: Convert to bits_per_word_mask
Mark Brown
1
-9
/
+1
2013-04-01
spi: bcm2835: make use of new bits_per_word_mask core feature
Stephen Warren
1
-35
/
+1
2013-04-01
spi: add ability to validate xfer->bits_per_word in SPI core
Stephen Warren
1
-0
/
+8
2013-04-01
spi/s3c64xx: modified error interrupt handling and init
Girish K S
1
-16
/
+25
2013-03-26
spi: spi-s3c64xx.c Remove unused argument.
Matthias Brugger
1
-2
/
+1
2013-03-21
drivers/Kconfig: add several missing GENERIC_HARDIRQS dependencies
Heiko Carstens
1
-1
/
+2
2013-03-12
spi/bcm63xx: use devm_ioremap_resource()
Jonas Gorski
1
-12
/
+3
2013-03-12
spi/bcm63xx: inline hz usage in bcm63xx_spi_setup_transfer
Jonas Gorski
1
-5
/
+2
2013-03-12
spi/bcm63xx: inline bcm63xx_spi_check_transfer
Jonas Gorski
1
-14
/
+5
2013-03-12
spi/bcm63xx: remove spi chip select validity check
Jonas Gorski
1
-6
/
+0
2013-03-12
spi/bcm63xx: simplify bcm63xx_spi_check_transfer
Jonas Gorski
1
-5
/
+2
2013-03-12
spi/bcm63xx: check spi bits_per_word in spi_setup
Jonas Gorski
1
-2
/
+5
2013-03-12
spi/bcm63xx: remove unused variable bs from bcm63xx_spi_setup
Jonas Gorski
1
-4
/
+0
2013-03-12
spi/bcm63xx: remove unneeded debug message
Jonas Gorski
1
-3
/
+0
2013-03-12
spi/bcm63xx: remove duplicated mode bits check
Jonas Gorski
1
-6
/
+0
2013-03-12
spi/bcm63xx: properly prepare clocks before enabling them
Jonas Gorski
1
-5
/
+5
2013-03-12
Merge branch 'spi-fix' into spi-next
Mark Brown
2
-19
/
+9
2013-03-12
spi/bcm63xx: don't disable non enabled clocks in probe error path
Jonas Gorski
1
-1
/
+1
2013-03-12
spi/bcm63xx: Remove unused variable
Kevin Cernekee
1
-1
/
+0
2013-03-12
spi: slink-tegra20: move runtime pm calls to transfer_one_message
Laxman Dewangan
1
-17
/
+8
2013-03-12
spi/pxa2xx: enable multiblock DMA transfers for LPSS devices
Mika Westerberg
1
-0
/
+5
2013-03-12
spi/pxa2xx-pci: correct the return value check of pcim_iomap_regions()
Mika Westerberg
1
-1
/
+1
2013-03-12
spi: add driver for BCM2835
Chris Boot
3
-0
/
+468
2013-03-12
spi: fix return value check in ce4100_spi_probe()
Wei Yongjun
1
-2
/
+2
2013-03-12
spi: pl022: use generic DMA slave configuration if possible
Arnd Bergmann
1
-2
/
+41
[prev]
[next]