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
/
spi_bfin5xx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-05-01
spi_bfin5xx: use PIO for full duplex, not DMA
Vitja Makarov
1
-2
/
+5
2008-04-11
spi: fix platform driver hotplug/coldplug
Kay Sievers
1
-1
/
+1
2008-04-08
spi: spi_bfin5xx: remove unused label
Michael Hennerich
1
-1
/
+0
2008-04-08
spi: spi_bfin5xx: fix probe() sequencing
Vitja Makarov
1
-6
/
+6
2008-04-08
spi: spi_bfin5xx build fix
Mike Frysinger
1
-2
/
+2
2008-02-06
spi_bfin: headers are not for changelogs
Mike Frysinger
1
-29
/
+3
2008-02-06
spi_bfin: wait for tx to complete on write paths
Sonic Zhang
1
-12
/
+10
2008-02-06
spi_bfin: wait for tx to complete on full duplex paths
Bryan Wu
1
-15
/
+3
2008-02-06
spi_bfin: wait for tx to complete on some cs_chg paths
Bryan Wu
1
-28
/
+12
2008-02-06
spi_bfin: use more useful GPIO labels
Bryan Wu
1
-1
/
+1
2008-02-06
spi_bfin: remove useless fault path
Bryan Wu
1
-13
/
+2
2008-02-06
Remove pointless casts from void pointers
Jeff Garzik
1
-1
/
+1
2007-12-10
spi_bfin5xx: fix typo in description
Will Newton
1
-1
/
+1
2007-12-05
Blackfin SPI driver: reconfigure speed_hz and bits_per_word in each spi transfer
Bryan Wu
1
-7
/
+45
2007-12-05
Blackfin SPI driver: move hard coded pin_req to board file
Bryan Wu
1
-21
/
+7
2007-12-05
Blackfin SPI driver: use void __iomem * for regs_base
Bryan Wu
1
-5
/
+4
2007-12-05
Blackfin SPI driver: use cpu_relax() to replace continue in while busywait
Bryan Wu
1
-39
/
+39
2007-12-05
spi: spi_bfin: resequence DMA start/stop
Sonic Zhang
1
-11
/
+19
2007-12-05
spi: spi_bfin: update handling of delay-after-deselect
Bryan Wu
1
-15
/
+9
2007-12-05
spi: spi_bfin: bugfix for 8..16 bit word sizes
Bryan Wu
1
-1
/
+1
2007-12-05
spi: spi_bfin: handle multiple spi_masters
Bryan Wu
1
-182
/
+189
2007-12-05
spi: spi_bfin: relocate spin/waits
Sonic Zhang
1
-32
/
+52
2007-12-05
spi: spi_bfin: change handling of communication parameters
Sonic Zhang
1
-75
/
+87
2007-12-05
spi: spi_bfin, rearrange portmux calls
Sonic Zhang
1
-25
/
+28
2007-12-05
spi: spi_bfin uses portmux for additional busses
Sonic Zhang
1
-20
/
+31
2007-12-05
spi: spi_bfin uses platform device resources
Bryan Wu
1
-41
/
+83
2007-12-05
spi: spi_bfin, don't bypass spi framework
Mike Frysinger
1
-0
/
+12
2007-12-05
spi: spi_bfin handles spi_transfer.cs_change
Bryan Wu
1
-22
/
+54
2007-12-05
spi: spi_bfin cleanups, error handling
Bryan Wu
1
-64
/
+47
2007-12-05
spi: bfin spi uses portmux calls
Michael Hennerich
1
-6
/
+22
2007-12-05
spi: initial BF54x SPI support
Bryan Wu
1
-70
/
+69
2007-10-18
Add missing newlines to some uses of dev_<level> messages
Joe Perches
1
-1
/
+1
2007-10-16
spi doesn't need class_device
Tony Jones
1
-1
/
+1
2007-10-16
Clean up duplicate includes in drivers/spi/
Jesper Juhl
1
-1
/
+0
2007-08-31
SPI driver hotplug/coldplug fixes
David Brownell
1
-1
/
+2
2007-06-11
Blackfin SPI driver: fix bug SPI DMA incomplete transmission
Bryan Wu
1
-5
/
+10
2007-06-11
Blackfin SPI driver: tweak spi cleanup function to match newer kernel changes
Mike Frysinger
1
-1
/
+1
2007-05-21
Blackfin SPI: cleanup according to David Brownell's review
Bryan Wu
1
-72
/
+80
2007-05-07
Blackfin: blackfin on-chip SPI controller driver
Wu, Bryan
1
-0
/
+1313