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
2010-12-29
spi/m68knommu: Coldfire QSPI platform support
Jate Sujjavanich
1
-1
/
+1
2010-12-29
spi/omap2_mcspi.c: Force CS to be in inactive state after off-mode transition
Gregory CLEMENT
1
-0
/
+39
2010-12-24
Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
2
-11
/
+26
2010-12-24
spi/mpc52xx-spi: fix annotation for remove()-pointer
Wolfram Sang
1
-1
/
+1
2010-12-24
spi/fsl_espi: fix wrong setting of the address in the command buffer
Mingkai Hu
1
-7
/
+9
2010-12-24
spi/fsl_espi: change the read behaviour of the SPIRF
Mingkai Hu
1
-3
/
+16
2010-12-22
drivers/spi/spi.c: don't release the spi device twice
Sebastian Andrzej Siewior
1
-2
/
+1
2010-12-14
dw_spi: Fix missing final read in some polling situations
Major Lee
1
-0
/
+5
2010-11-30
atmel_spi: fix warning In function 'atmel_spi_dma_map_xfer'
Jean-Christophe PLAGNIOL-VILLARD
1
-1
/
+5
2010-11-01
Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
2
-51
/
+69
2010-10-25
Merge branch 'for-next' of git://android.git.kernel.org/kernel/tegra
Linus Torvalds
3
-0
/
+626
2010-10-25
spi: tegra: fix error setting on timeout
Erik Gilling
1
-4
/
+4
2010-10-22
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
Linus Torvalds
2
-0
/
+2
2010-10-22
spi: fixed odd static string conventions in core code
Linus Walleij
1
-5
/
+5
2010-10-22
spi/bfin_spi: only request GPIO on first load
Michael Hennerich
1
-5
/
+8
2010-10-22
spi/bfin_spi: handle error/status changes after data interrupts
Michael Hennerich
1
-0
/
+9
2010-10-21
spi: enable spi_board_info to be registered after spi_master
Feng Tang
1
-41
/
+47
2010-10-21
spi: add spi_tegra driver
Erik Gilling
3
-0
/
+626
2010-10-21
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
2
-67
/
+351
2010-10-20
spi/omap2_mcspi: Verify TX reg is empty after TX only xfer with DMA
Ilkka Koskinen
1
-13
/
+26
2010-10-20
spi/omap2_mcspi: disable channel after TX_ONLY transfer in PIO mode
Jason Wang
1
-0
/
+6
2010-10-18
Merge branch 'for-spi' of git://git.kernel.org/pub/scm/linux/kernel/git/vapie...
Grant Likely
1
-407
/
+437
2010-10-18
spi/bfin_spi: namespace local structs
Mike Frysinger
1
-58
/
+61
2010-10-18
spi/bfin_spi: init early
Michael Hennerich
1
-1
/
+1
2010-10-18
spi/bfin_spi: check per-transfer bits_per_word
Bob Liu
1
-1
/
+6
2010-10-18
spi/bfin_spi: warn when CS is driven by hardware (CPHA=0)
Barry Song
1
-2
/
+7
2010-10-18
spi/bfin_spi: cs should be always low when a new transfer begins
Rob Maris
1
-2
/
+1
2010-10-18
spi/bfin_spi: fix typo in comment
Rob Maris
1
-1
/
+1
2010-10-18
spi/bfin_spi: reject unsupported SPI modes
Mike Frysinger
1
-0
/
+4
2010-10-18
spi/bfin_spi: use dma_disable_irq_nosync() in irq handler
Barry Song
1
-1
/
+1
2010-10-18
spi/bfin_spi: combine duplicate SPI_CTL read/write logic
Mike Frysinger
1
-22
/
+18
2010-10-18
spi/bfin_spi: reset ctl_reg bits when setup is run again on a device
Mike Frysinger
1
-3
/
+9
2010-10-18
spi/bfin_spi: push all size checks into the transfer function
Mike Frysinger
1
-43
/
+14
2010-10-18
spi/bfin_spi: use nosync when disabling the IRQ from the IRQ handler
Yi Li
1
-1
/
+1
2010-10-18
spi/bfin_spi: sync hardware state before reprogramming everything
Barry Song
1
-0
/
+2
2010-10-18
spi/bfin_spi: save/restore state when suspending/resuming
Barry Song
1
-4
/
+13
2010-10-18
spi/bfin_spi: redo GPIO CS handling
Barry Song
1
-19
/
+21
2010-10-18
spi/bfin_spi: use the SPI namespaced bit names
Mike Frysinger
1
-10
/
+11
2010-10-18
spi/bfin_spi: drop extra memory we don't need
Mike Frysinger
1
-2
/
+2
2010-10-18
spi/bfin_spi: convert struct names to something more logical
Mike Frysinger
1
-50
/
+50
2010-10-18
spi/bfin_spi: convert read/write/duplex funcs to a dedicated ops structure
Mike Frysinger
1
-26
/
+32
2010-10-18
spi/bfin_spi: convert queue run state to true/false
Mike Frysinger
1
-10
/
+8
2010-10-18
spi/bfin_spi: fix up some unused/misleading comments
Mike Frysinger
1
-6
/
+2
2010-10-18
spi/bfin_spi: punt useless null read/write funcs
Mike Frysinger
1
-42
/
+5
2010-10-18
spi/bfin_spi: drop custom cs_change_per_word support
Mike Frysinger
1
-136
/
+12
2010-10-18
spi/bfin_spi: fix CS handling
Barry Song
1
-6
/
+27
2010-10-18
spi/bfin_spi: utilize the SPI interrupt in PIO mode
Yi Li
1
-50
/
+185
2010-10-18
spi/bfin_spi: force sane master-mode state at boot
Wolfgang Muees
1
-0
/
+6
2010-10-18
spi/bfin_spi: work around anomaly 05000119
Sonic Zhang
1
-4
/
+0
2010-10-18
spi/bfin_spi: fix resources leakage
Daniel Mack
1
-45
/
+75
[next]