index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
Age
Commit message (
Expand
)
Author
Files
Lines
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: 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/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-03-26
spi: spi-s3c64xx.c Remove unused argument.
Matthias Brugger
1
-2
/
+1
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-02-21
Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
2
-4
/
+4
2013-02-21
Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
9
-40
/
+31
2013-02-21
Merge tag 'sound-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...
Linus Torvalds
1
-54
/
+23
2013-02-20
Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux
Linus Torvalds
4
-11
/
+10
2013-02-20
Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux
Linus Torvalds
36
-1137
/
+2027
2013-02-13
gpio: Make of_count_named_gpios() use new of_count_phandle_with_args()
Grant Likely
4
-11
/
+10
2013-02-10
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-07
sched/rt: Move rt specific bits into new header file
Clark Williams
1
-1
/
+1
2013-02-06
driver-core: constify data for class_find_device()
Michał Mirosław
1
-2
/
+2
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
[next]