index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi_bfin5xx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-06
spi: reorganize drivers
Grant Likely
1
-1530
/
+0
2011-04-11
Merge branch 'spi/merge' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
1
-1
/
+1
2011-04-07
spi: Fix race condition in stop_queue()
Vasily Khoruzhick
1
-1
/
+1
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-02-15
spi/bfin_spi: return immediately after skipping to next transfer
Sonic Zhang
1
-0
/
+1
2011-02-15
spi/bfin_spi: support for multiples of 8bits with hardware CS
Bob Liu
1
-32
/
+71
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-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
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-12-17
spi: spi_bfin5xx.c: use resource_size()
hartleys
1
-1
/
+1
2009-06-18
spi: move more spi_setup() functionality into core
David Brownell
1
-6
/
+3
2009-06-18
spi: move common spi_setup() functionality into core
David Brownell
1
-4
/
+0
2009-06-18
spi_bfin5xx: limit reaches -1
Roel Kluin
1
-1
/
+1
2009-06-13
Blackfin: rename bfin_addr_dcachable to bfin_addr_dcacheable
Jie Zhang
1
-2
/
+2
2009-04-07
spi_bfin5xx: remove unused IS_DMA_ALIGNED macro
Mike Rapoport
1
-2
/
+0
2009-04-07
Blackfin SPI Driver: Make mmc_spi driver work on Blackfin
Wolfgang Muees
1
-142
/
+108
2009-04-07
Blackfin SPI Driver: Add GPIO controlled SPI Slave Select support
Michael Hennerich
1
-8
/
+32
2009-04-07
Blackfin SPI Driver: fix NULL pointer crash
Mike Frysinger
1
-0
/
+3
2009-04-07
Blackfin SPI Driver: use bfin_spi_ prefix on all functions
Mike Frysinger
1
-111
/
+112
2009-04-07
Blackfin SPI Driver: fix bug - correct usage of struct spi_transfer.cs_change
Yi Li
1
-9
/
+8
2009-04-07
Blackfin SPI Driver: fix bug - spi controller driver does not assert/deassert...
Yi Li
1
-3
/
+2
2009-04-07
Blackfin SPI Driver: tweak magic spi dma sequence to get it working on BF54x
Mike Frysinger
1
-1
/
+2
[next]