Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
06ecd6459800962155c485e27d9dd30268b579bf
/
drivers
/
spi
/
spi-bfin5xx.c
fd4a319
spi: Remove HOTPLUG section attributes
by Grant Likely
· 12 years ago
2431a81
spi/spi-bfin5xx: Fix flush of last bit after each spi transfer
by Scott Jiang
· 13 years ago
128465c
spi/spi-bfin5xx: fix reversed if condition in interrupt mode
by Scott Jiang
· 13 years ago
7666fd8
spi/bfin_spi: drop bits_per_word from client data
by Scott Jiang
· 13 years ago
38ada21
spi: irq: Remove IRQF_DISABLED
by Yong Zhang
· 13 years ago
c52d4e5
spi/bfin_spi: uninline fat queue funcs
by Mike Frysinger
· 13 years ago
ddc0bf1
spi/bfin_spi: constify pin array
by Mike Frysinger
· 13 years ago
47885ce
spi/bfin_spi: use structs for accessing hardware regs
by Mike Frysinger
· 13 years ago
f8db4cc
Merge branch 'spi/merge' into spi/next
by Grant Likely
· 13 years ago
ca632f5
spi: reorganize drivers
by Grant Likely
· 13 years ago
[Renamed from drivers/spi/spi_bfin5xx.c]
6b98cd5
Merge branch 'spi/merge' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 14 years ago
850a28e
spi: Fix race condition in stop_queue()
by Vasily Khoruzhick
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
1974eba
spi/bfin_spi: return immediately after skipping to next transfer
by Sonic Zhang
· 14 years ago
4d676fc
spi/bfin_spi: support for multiples of 8bits with hardware CS
by Bob Liu
· 14 years ago
73e1ac1
spi/bfin_spi: only request GPIO on first load
by Michael Hennerich
· 14 years ago
782a895
spi/bfin_spi: handle error/status changes after data interrupts
by Michael Hennerich
· 14 years ago
9c0a788
spi/bfin_spi: namespace local structs
by Mike Frysinger
· 14 years ago
6f7c17f
spi/bfin_spi: init early
by Michael Hennerich
· 14 years ago
2e76865
spi/bfin_spi: check per-transfer bits_per_word
by Bob Liu
· 14 years ago
4190f6a
spi/bfin_spi: warn when CS is driven by hardware (CPHA=0)
by Barry Song
· 15 years ago
e72dcde
spi/bfin_spi: cs should be always low when a new transfer begins
by Rob Maris
· 15 years ago
e359540
spi/bfin_spi: fix typo in comment
by Rob Maris
· 15 years ago
7715aad
spi/bfin_spi: reject unsupported SPI modes
by Mike Frysinger
· 15 years ago
a75bd65b
spi/bfin_spi: use dma_disable_irq_nosync() in irq handler
by Barry Song
· 15 years ago
5e8592d
spi/bfin_spi: combine duplicate SPI_CTL read/write logic
by Mike Frysinger
· 15 years ago
5b47bcd
spi/bfin_spi: reset ctl_reg bits when setup is run again on a device
by Mike Frysinger
· 15 years ago
033f44b
spi/bfin_spi: push all size checks into the transfer function
by Mike Frysinger
· 15 years ago
7370ed6
spi/bfin_spi: use nosync when disabling the IRQ from the IRQ handler
by Yi Li
· 15 years ago
9677b0de
spi/bfin_spi: sync hardware state before reprogramming everything
by Barry Song
· 15 years ago
b052fd0
spi/bfin_spi: save/restore state when suspending/resuming
by Barry Song
· 15 years ago
d3cc71f
spi/bfin_spi: redo GPIO CS handling
by Barry Song
· 15 years ago
90008a6
spi/bfin_spi: use the SPI namespaced bit names
by Mike Frysinger
· 15 years ago
2a04513
spi/bfin_spi: drop extra memory we don't need
by Mike Frysinger
· 15 years ago
b9f139a
spi/bfin_spi: convert struct names to something more logical
by Mike Frysinger
· 15 years ago
9c4542c
spi/bfin_spi: convert read/write/duplex funcs to a dedicated ops structure
by Mike Frysinger
· 15 years ago
f4f50c3
spi/bfin_spi: convert queue run state to true/false
by Mike Frysinger
· 15 years ago
ab09e04
spi/bfin_spi: fix up some unused/misleading comments
by Mike Frysinger
· 15 years ago
5cc0159
spi/bfin_spi: punt useless null read/write funcs
by Mike Frysinger
· 15 years ago
201bbc6
spi/bfin_spi: drop custom cs_change_per_word support
by Mike Frysinger
· 15 years ago
8221610
spi/bfin_spi: fix CS handling
by Barry Song
· 15 years ago
f6a6d96
spi/bfin_spi: utilize the SPI interrupt in PIO mode
by Yi Li
· 15 years ago
bb8beecd
spi/bfin_spi: force sane master-mode state at boot
by Wolfgang Muees
· 15 years ago
60d0071
spi/bfin_spi: work around anomaly 05000119
by Sonic Zhang
· 15 years ago
ac01e97
spi/bfin_spi: fix resources leakage
by Daniel Mack
· 16 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
74947b8
spi: spi_bfin5xx.c: use resource_size()
by hartleys
· 15 years ago
e7db06b
spi: move more spi_setup() functionality into core
by David Brownell
· 15 years ago
7d07719
spi: move common spi_setup() functionality into core
by David Brownell
· 15 years ago
b4bd2ab
spi_bfin5xx: limit reaches -1
by Roel Kluin
· 15 years ago
67834fa
Blackfin: rename bfin_addr_dcachable to bfin_addr_dcacheable
by Jie Zhang
· 15 years ago
75c8915
spi_bfin5xx: remove unused IS_DMA_ALIGNED macro
by Mike Rapoport
· 16 years ago
93b61bd
Blackfin SPI Driver: Make mmc_spi driver work on Blackfin
by Wolfgang Muees
· 16 years ago
42c78b2
Blackfin SPI Driver: Add GPIO controlled SPI Slave Select support
by Michael Hennerich
· 16 years ago
e7d02e3
Blackfin SPI Driver: fix NULL pointer crash
by Mike Frysinger
· 16 years ago
138f97c
Blackfin SPI Driver: use bfin_spi_ prefix on all functions
by Mike Frysinger
· 16 years ago
b9b2a76
Blackfin SPI Driver: fix bug - correct usage of struct spi_transfer.cs_change
by Yi Li
· 16 years ago
2cf3683
Blackfin SPI Driver: fix bug - spi controller driver does not assert/deassert CS correctly
by Yi Li
· 16 years ago
a963ea8
Blackfin SPI Driver: tweak magic spi dma sequence to get it working on BF54x
by Mike Frysinger
· 16 years ago
aaaf939
Blackfin SPI Driver: add timeout while waiting for SPIF in dma irq handler
by Mike Frysinger
· 16 years ago
11d6f59
Blackfin SPI Driver: get dma working for SPI flashes
by Mike Frysinger
· 16 years ago
4160bde
Blackfin SPI Driver: SPI slave select code cleanup
by Mike Frysinger
· 16 years ago
b31e27a
Blackfin SPI Driver: use the properl BIT_CTL_xxx defines
by Mike Frysinger
· 16 years ago
40a2945
Blackfin SPI Driver: do not check for SPI errors if DMA itself did not flag any
by Mike Frysinger
· 16 years ago
d24bd1d
Blackfin SPI Driver: add a few more DMA debug messages
by Mike Frysinger
· 16 years ago
59bfcc6
Blackfin SPI Driver: drop bogus cast and touchup dma label
by Mike Frysinger
· 16 years ago
7aec356
Blackfin SPI Driver: unify duplicated code in dma read/write paths
by Mike Frysinger
· 16 years ago
04b95d2
Blackfin SPI Driver: pass DMA overflow error to the higher level
by Mike Frysinger
· 16 years ago
ace3286
Blackfin SPI Driver: use len_in_bytes when we care about the number of bytes transferred
by Mike Frysinger
· 16 years ago
a42e809
Blackfin SPI Driver: remove useless <asm/cplbinit.h>
by Mike Frysinger
· 16 years ago
7513e00
Blackfin SPI Driver: Fix erroneous SPI Clock divisor calculation
by Michael Hennerich
· 16 years ago
8cf5858
Blackfin SPI Driver: ensure cache coherency before doing DMA
by Vitja Makarov
· 16 years ago
6c7377a
spi: struct device - replace bus_id with dev_name(), dev_set_name()
by Kay Sievers
· 16 years ago
8eeb12e
spi_bfin5xx: use PIO for full duplex, not DMA
by Vitja Makarov
· 17 years ago
7e38c3c
spi: fix platform driver hotplug/coldplug
by Kay Sievers
· 17 years ago
b9ad898
spi: spi_bfin5xx: remove unused label
by Michael Hennerich
· 17 years ago
f9e522c
spi: spi_bfin5xx: fix probe() sequencing
by Vitja Makarov
· 17 years ago
4fb98ef
spi: spi_bfin5xx build fix
by Mike Frysinger
· 17 years ago
26fdc1f
spi_bfin: headers are not for changelogs
by Mike Frysinger
· 17 years ago
13f3e642
spi_bfin: wait for tx to complete on write paths
by Sonic Zhang
· 17 years ago
4fd432d
spi_bfin: wait for tx to complete on full duplex paths
by Bryan Wu
· 17 years ago
e26aa01
spi_bfin: wait for tx to complete on some cs_chg paths
by Bryan Wu
· 17 years ago
aab0d83
spi_bfin: use more useful GPIO labels
by Bryan Wu
· 17 years ago
8d20d0a
spi_bfin: remove useless fault path
by Bryan Wu
· 17 years ago
15aafa2
Remove pointless casts from void pointers
by Jeff Garzik
· 17 years ago
6b1a802
spi_bfin5xx: fix typo in description
by Will Newton
· 17 years ago
092e1fd
Blackfin SPI driver: reconfigure speed_hz and bits_per_word in each spi transfer
by Bryan Wu
· 17 years ago
003d922
Blackfin SPI driver: move hard coded pin_req to board file
by Bryan Wu
· 17 years ago
f452126
Blackfin SPI driver: use void __iomem * for regs_base
by Bryan Wu
· 17 years ago
d8c0500
Blackfin SPI driver: use cpu_relax() to replace continue in while busywait
by Bryan Wu
· 17 years ago
07612e5
spi: spi_bfin: resequence DMA start/stop
by Sonic Zhang
· 17 years ago
62310e5
spi: spi_bfin: update handling of delay-after-deselect
by Bryan Wu
· 17 years ago
c3061ab
spi: spi_bfin: bugfix for 8..16 bit word sizes
by Bryan Wu
· 17 years ago
bb90eb0
spi: spi_bfin: handle multiple spi_masters
by Bryan Wu
· 17 years ago
3f479a6
spi: spi_bfin: relocate spin/waits
by Sonic Zhang
· 17 years ago
cc487e7
spi: spi_bfin: change handling of communication parameters
by Sonic Zhang
· 17 years ago
12e17c4
spi: spi_bfin, rearrange portmux calls
by Sonic Zhang
· 17 years ago
7c4ef09
spi: spi_bfin uses portmux for additional busses
by Sonic Zhang
· 17 years ago
a32c691
spi: spi_bfin uses platform device resources
by Bryan Wu
· 17 years ago
2ed3551
spi: spi_bfin, don't bypass spi framework
by Mike Frysinger
· 17 years ago
Next »