index
:
snowball/igloo-kernel.git
android
audio
audio-android
caif
cg2900
cg2900-android
cg2900-fm
core
debian-packaging
dma
gpio
hsi
hwmem
input
integration-android-ux500
integration-linux-ux500
integration-ubuntu-ux500
mach-plat
mali-android
mali-generic
modem
other
pm
pm-android
security
st-mems-sensors
stable-android-ux500-3.0
stable-android-ux500-3.0-mali-v9
stable-android-ux500-3.1
stable-android-ux500-3.1-mali-v9
stable-android-ux500-3.2
stable-android-ux500-3.3
stable-android-ux500-3.3-1
stable-android-ux500-3.4
stable-linaro-ux500-3.1
stable-linux-ux500-3.1
stable-linux-ux500-3.2
stable-linux-ux500-3.3
stable-linux-ux500-3.3-1
stable-linux-ux500-3.4
stable-ubuntu-ux500-3.0
stable-ubuntu-ux500-3.1
stable-ubuntu-ux500-3.2
stable-ubuntu-ux500-3.3
stable-ubuntu-ux500-3.3-1
stable-ubuntu-ux500-3.4
ste-multimedia-framework
storage-mmc
trace-debug
usb
usb-android
video
video-android
wlan
Igloo kernel
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi_bfin5xx.c
Age
Commit message (
Expand
)
Author
2011-06-06
spi: reorganize drivers
Grant Likely
2011-04-11
Merge branch 'spi/merge' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
2011-04-07
spi: Fix race condition in stop_queue()
Vasily Khoruzhick
2011-03-31
Fix common misspellings
Lucas De Marchi
2011-02-15
spi/bfin_spi: return immediately after skipping to next transfer
Sonic Zhang
2011-02-15
spi/bfin_spi: support for multiples of 8bits with hardware CS
Bob Liu
2010-10-22
spi/bfin_spi: only request GPIO on first load
Michael Hennerich
2010-10-22
spi/bfin_spi: handle error/status changes after data interrupts
Michael Hennerich
2010-10-18
spi/bfin_spi: namespace local structs
Mike Frysinger
2010-10-18
spi/bfin_spi: init early
Michael Hennerich
2010-10-18
spi/bfin_spi: check per-transfer bits_per_word
Bob Liu
2010-10-18
spi/bfin_spi: warn when CS is driven by hardware (CPHA=0)
Barry Song
2010-10-18
spi/bfin_spi: cs should be always low when a new transfer begins
Rob Maris
2010-10-18
spi/bfin_spi: fix typo in comment
Rob Maris
2010-10-18
spi/bfin_spi: reject unsupported SPI modes
Mike Frysinger
2010-10-18
spi/bfin_spi: use dma_disable_irq_nosync() in irq handler
Barry Song
2010-10-18
spi/bfin_spi: combine duplicate SPI_CTL read/write logic
Mike Frysinger
2010-10-18
spi/bfin_spi: reset ctl_reg bits when setup is run again on a device
Mike Frysinger
2010-10-18
spi/bfin_spi: push all size checks into the transfer function
Mike Frysinger
2010-10-18
spi/bfin_spi: use nosync when disabling the IRQ from the IRQ handler
Yi Li
2010-10-18
spi/bfin_spi: sync hardware state before reprogramming everything
Barry Song
2010-10-18
spi/bfin_spi: save/restore state when suspending/resuming
Barry Song
2010-10-18
spi/bfin_spi: redo GPIO CS handling
Barry Song
2010-10-18
spi/bfin_spi: use the SPI namespaced bit names
Mike Frysinger
2010-10-18
spi/bfin_spi: drop extra memory we don't need
Mike Frysinger
2010-10-18
spi/bfin_spi: convert struct names to something more logical
Mike Frysinger
2010-10-18
spi/bfin_spi: convert read/write/duplex funcs to a dedicated ops structure
Mike Frysinger
2010-10-18
spi/bfin_spi: convert queue run state to true/false
Mike Frysinger
2010-10-18
spi/bfin_spi: fix up some unused/misleading comments
Mike Frysinger
2010-10-18
spi/bfin_spi: punt useless null read/write funcs
Mike Frysinger
2010-10-18
spi/bfin_spi: drop custom cs_change_per_word support
Mike Frysinger
2010-10-18
spi/bfin_spi: fix CS handling
Barry Song
2010-10-18
spi/bfin_spi: utilize the SPI interrupt in PIO mode
Yi Li
2010-10-18
spi/bfin_spi: force sane master-mode state at boot
Wolfgang Muees
2010-10-18
spi/bfin_spi: work around anomaly 05000119
Sonic Zhang
2010-10-18
spi/bfin_spi: fix resources leakage
Daniel Mack
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2009-12-17
spi: spi_bfin5xx.c: use resource_size()
hartleys
2009-06-18
spi: move more spi_setup() functionality into core
David Brownell
2009-06-18
spi: move common spi_setup() functionality into core
David Brownell
2009-06-18
spi_bfin5xx: limit reaches -1
Roel Kluin
2009-06-13
Blackfin: rename bfin_addr_dcachable to bfin_addr_dcacheable
Jie Zhang
2009-04-07
spi_bfin5xx: remove unused IS_DMA_ALIGNED macro
Mike Rapoport
2009-04-07
Blackfin SPI Driver: Make mmc_spi driver work on Blackfin
Wolfgang Muees
2009-04-07
Blackfin SPI Driver: Add GPIO controlled SPI Slave Select support
Michael Hennerich
2009-04-07
Blackfin SPI Driver: fix NULL pointer crash
Mike Frysinger
2009-04-07
Blackfin SPI Driver: use bfin_spi_ prefix on all functions
Mike Frysinger
2009-04-07
Blackfin SPI Driver: fix bug - correct usage of struct spi_transfer.cs_change
Yi Li
2009-04-07
Blackfin SPI Driver: fix bug - spi controller driver does not assert/deassert...
Yi Li
2009-04-07
Blackfin SPI Driver: tweak magic spi dma sequence to get it working on BF54x
Mike Frysinger
[next]