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
2012-09-06
spi: spi-tle62x0: Use module_spi_driver macro
Sachin Kamat
1
-12
/
+1
2012-09-06
mxs/spi: Rework the mxs_ssp_timeout to be more readable
Marek Vasut
1
-11
/
+9
2012-09-06
mxs/spi: Decrement the DMA/PIO border
Marek Vasut
1
-1
/
+1
2012-09-06
mxs/spi: Increment the transfer length only if transfer succeeded
Marek Vasut
1
-1
/
+1
2012-09-06
mxs/spi: Fix issues when doing long continuous transfer
Marek Vasut
1
-53
/
+88
2012-09-06
spi: spi-gpio: Add DT bindings
Daniel Mack
1
-3
/
+96
2012-09-06
spi: spi-gpio: store chipselect information in private structure
Daniel Mack
1
-10
/
+24
2012-09-01
spi: fix comment/printk typos in spi
Masanari Iida
5
-6
/
+6
2012-09-01
spi: davici - make davinci select edma
Vinod Koul
1
-0
/
+1
2012-09-01
spi: spi-davinci: convert to DMA engine API
Matt Porter
1
-162
/
+130
2012-08-27
spi/mxs: Fix device remove function
Guenter Roeck
1
-4
/
+1
2012-08-27
spi/s3c64xx: Drop extra calls to spi_master_get in suspend/remove functions
Guenter Roeck
1
-4
/
+4
2012-08-27
spi/topcliff-pch: Fix device remove function
Guenter Roeck
1
-2
/
+0
2012-08-27
spi/tegra: Fix device remove function
Guenter Roeck
1
-1
/
+3
2012-08-27
spi/stmp: Fix device remove function
Guenter Roeck
1
-5
/
+1
2012-08-27
mxs/spi: Fix misuse of init_completion
Marek Vasut
1
-1
/
+3
2012-08-27
mxs/spi: Restart the block after unsuccessful transfer
Marek Vasut
1
-1
/
+3
2012-08-25
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
1
-5
/
+26
2012-08-23
spi/sc18is602: Return -EINVAL for probe failures due to I2C function mismatch
Guenter Roeck
1
-1
/
+1
2012-08-22
spi: Add SPI master controller for OCTEON SOCs.
David Daney
3
-0
/
+370
2012-08-22
spi/pl022: Add devicetree support
Roland Stigge
1
-9
/
+70
2012-08-22
spi/pl022: Add chip select handling via GPIO
Roland Stigge
1
-14
/
+34
2012-08-22
spi: Master driver for NXP SC18IS602/603
Guenter Roeck
3
-0
/
+371
2012-08-22
spi/mpc512x-psc: Avoid access to freed memory in device remove function
Guenter Roeck
1
-1
/
+2
2012-08-22
spi/mpc52xx-psc: Avoid access to freed memory in device remove function
Guenter Roeck
1
-1
/
+2
2012-08-22
spi/mpc52xx: Fix device remove function
Guenter Roeck
1
-2
/
+2
2012-08-22
spi/mpc52xx: Fix error handling in probe function
Guenter Roeck
1
-2
/
+3
2012-08-22
spi/pl022: Fix device remove function
Guenter Roeck
1
-1
/
+0
2012-08-22
spi: omap2-mcspi: At remove dont use the runtime_autosuspend calls
Shubhrajyoti D
1
-2
/
+1
2012-08-22
spi: omap2-mcspi: Call pm_runtime_* functions directly
Shubhrajyoti D
1
-17
/
+11
2012-08-22
spi: omap2-mcspi: Remove the macro MOD_REG_BIT
Shubhrajyoti D
1
-14
/
+14
2012-08-22
drivers/spi/spi-s3c24xx.c: fix error return code
Julia Lawall
1
-0
/
+1
2012-08-20
Merge tag 'spi-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/...
Linus Torvalds
5
-15
/
+13
2012-08-17
spi: omap2-mcspi: Remove the call to platform_set_drvdata(pdev, NULL)
Shubhrajyoti D
1
-2
/
+0
2012-08-17
spi: spi-altera: Use of_match_ptr
Tobias Klauser
1
-3
/
+1
2012-08-17
spi: Refactor spi-orion to use SPI framework queue.
Andrew Lunn
1
-148
/
+61
2012-08-17
spi/mxs: Add DMA support into SPI driver
Marek Vasut
1
-15
/
+216
2012-08-17
mmc: spi: Pull out common DMA parts from MXS MMC
Marek Vasut
1
-1
/
+0
2012-08-17
spi/mxs: Add SPI driver for mx233/mx28
Marek Vasut
3
-0
/
+439
2012-08-17
spi/coldfire-qspi: Drop extra calls to spi_master_get in suspend/resume funct...
Guenter Roeck
1
-2
/
+2
2012-08-17
spi: spi-coldfire-qspi: Drop extra spi_master_put in device remove function
Guenter Roeck
1
-1
/
+0
2012-08-17
spi/pl022: fix spi-pl022 pm enable at probe
Michel JAOUEN
1
-1
/
+0
2012-08-17
MIPS: BCM63xx: Fix SPI message control register handling for BCM6338/6348.
Florian Fainelli
1
-5
/
+26
2012-08-13
spi/bcm63xx: Ensure that memory is freed only after it is no longer used
Guenter Roeck
1
-1
/
+3
2012-08-10
spi/s3c64xx: improve error handling
Arnd Bergmann
1
-1
/
+1
2012-08-04
spi: omap2-mcspi: Fix the error handling in probe
Shubhrajyoti D
1
-4
/
+2
2012-08-04
spi/s3c64xx: Add missing static storage class specifiers
Sachin Kamat
1
-6
/
+6
2012-08-03
spi/spi-omap2-mcspi: add a const qualifier
Uwe Kleine-König
1
-1
/
+1
2012-08-03
spi/imx: make spi_imx_data.devtype_data member point to const data
Uwe Kleine-König
1
-1
/
+1
2012-08-01
Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
1
-102
/
+127
[prev]
[next]