index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
|
|
|
spi: davinci: remove unnecessary call to davinci_spi_setup_transfer()
Brian Niebuhr
2010-11-18
1
-8
/
+3
|
|
*
|
|
|
|
spi: davinci: remove unnecessary function davinci_spi_bufs_prep()
Brian Niebuhr
2010-11-18
1
-43
/
+21
|
|
*
|
|
|
|
spi: davinci: configure the invariable bits in spipc0 only once
Brian Niebuhr
2010-11-18
1
-3
/
+5
|
|
*
|
|
|
|
spi: davinci: add support for interrupt mode
Brian Niebuhr
2010-11-18
1
-30
/
+115
|
|
*
|
|
|
|
spi: davinci: simplify poll mode transfers
Brian Niebuhr
2010-11-18
1
-55
/
+41
|
|
*
|
|
|
|
spi: davinci: remove non-useful interrupt mode support
Brian Niebuhr
2010-11-18
1
-107
/
+19
|
|
*
|
|
|
|
spi: davinci: remove unnecessary completion variable initialization
Brian Niebuhr
2010-11-18
1
-2
/
+0
|
|
*
|
|
|
|
spi: davinci: do not treat Tx interrupt being set as error
Sekhar Nori
2010-11-18
1
-4
/
+0
|
|
*
|
|
|
|
spi: davinci: remove unnecessary 'count' variable in driver private data
Brian Niebuhr
2010-11-18
1
-7
/
+3
|
|
*
|
|
|
|
spi: davinci: remove unnecessary disable of SPI
Brian Niebuhr
2010-11-18
1
-2
/
+0
|
|
*
|
|
|
|
spi: davinci: check for NULL buffer pointer before using it
Brian Niebuhr
2010-11-18
1
-18
/
+22
|
|
*
|
|
|
|
spi: davinci: simplify calculation of edma acount value
Brian Niebuhr
2010-11-18
1
-22
/
+3
|
|
*
|
|
|
|
spi: davinci: eliminate unnecessary update of davinci_spi->count
Brian Niebuhr
2010-11-18
1
-6
/
+0
|
|
*
|
|
|
|
spi: davinci: eliminate the single member structure davinci_spi_slave
Brian Niebuhr
2010-11-18
1
-9
/
+5
|
|
*
|
|
|
|
spi: davinci: remove unused members of davinci_spi_slave
Brian Niebuhr
2010-11-18
1
-5
/
+0
|
|
*
|
|
|
|
spi: davinci: add support for wait enable timeouts
Brian Niebuhr
2010-11-18
1
-9
/
+27
|
|
*
|
|
|
|
spi: davinci: setup chip-select timers values only if timer enabled
Brian Niebuhr
2010-11-18
1
-17
/
+4
|
|
*
|
|
|
|
spi: davinci: consolidate setup of SPIFMTn in one function
Brian Niebuhr
2010-11-18
1
-105
/
+49
|
|
*
|
|
|
|
spi: davinci: make chip-slect specific parameters really chip-select specific
Brian Niebuhr
2010-11-18
1
-30
/
+37
|
|
*
|
|
|
|
spi: davinci: remove 'wait_enable' platform data member
Brian Niebuhr
2010-11-18
1
-1
/
+1
|
|
*
|
|
|
|
spi: davinci: simplify prescalar calculation
Brian Niebuhr
2010-11-18
1
-22
/
+31
|
|
*
|
|
|
|
spi: davinci: enable GPIO lines to be used as chip selects
Brian Niebuhr
2010-11-18
1
-7
/
+32
|
|
*
|
|
|
|
spi: davinci: remove unnecessary data transmit on CS disable
Brian Niebuhr
2010-11-18
1
-12
/
+8
|
|
*
|
|
|
|
spi: davinci: enable both activation and deactivation of chip-selects
Brian Niebuhr
2010-11-18
1
-35
/
+18
|
|
*
|
|
|
|
spi: davinci: set chip-select mode in SPIDEF only once
Brian Niebuhr
2010-11-18
1
-2
/
+2
|
|
*
|
|
|
|
spi: davinci: remove unnecessary typecast
Sekhar Nori
2010-11-18
1
-2
/
+1
|
|
*
|
|
|
|
spi: davinci: removed unused #defines
Sekhar Nori
2010-11-18
1
-31
/
+2
|
|
*
|
|
|
|
spi: davinci: remove unused variable 'pdata'
Brian Niebuhr
2010-11-18
1
-8
/
+0
|
|
*
|
|
|
|
spi: davinci: whitespace cleanup
Brian Niebuhr
2010-11-18
1
-12
/
+10
|
|
*
|
|
|
|
spi: davinci: fix checkpatch errors
Brian Niebuhr
2010-11-18
1
-1
/
+1
|
|
|
/
/
/
/
|
*
|
|
|
|
spi/mpc52xx-psc-spi: move probe/remove to proper sections
Wolfram Sang
2010-12-24
1
-20
/
+15
|
*
|
|
|
|
spi/dw_spi: add DMA support
Feng Tang
2010-12-24
5
-19
/
+264
|
*
|
|
|
|
spi/dw_spi: change to EXPORT_SYMBOL_GPL for exported APIs
Feng Tang
2010-12-24
1
-4
/
+4
|
*
|
|
|
|
spi/dw_spi: Fix too short timeout in spi polling loop
Feng Tang
2010-12-24
1
-3
/
+6
|
*
|
|
|
|
spi/pl022: convert running variable
Linus Walleij
2010-12-23
1
-14
/
+10
|
*
|
|
|
|
spi/pl022: convert busy flag to a bool
Linus Walleij
2010-12-23
1
-4
/
+4
|
*
|
|
|
|
spi/pl022: pass the returned sglen to the DMA engine
Linus Walleij
2010-12-23
1
-7
/
+7
|
*
|
|
|
|
spi/pl022: map the buffers on the DMA engine
Linus Walleij
2010-12-23
1
-6
/
+6
|
*
|
|
|
|
spi/topcliff_pch: Fix data transfer issue
Tomoya MORINAGA
2010-12-23
1
-4
/
+4
|
*
|
|
|
|
spi/imx: remove autodetection
Uwe Kleine-König
2010-12-23
1
-28
/
+2
|
*
|
|
|
|
Merge commit 'v2.6.37-rc7' into spi/next
Grant Likely
2010-12-22
2
-1
/
+10
|
|
\
\
\
\
\
|
|
|
|
_
|
_
|
/
|
|
|
/
|
|
|
|
*
|
|
|
|
drivers/spi: Remove unnecessary semicolons
Joe Perches
2010-11-14
2
-2
/
+2
|
*
|
|
|
|
spi/xilinx: merge OF support code into main driver
Grant Likely
2010-11-09
5
-175
/
+45
|
*
|
|
|
|
spi/xilinx: fold platform_driver support into main body
Grant Likely
2010-11-09
4
-118
/
+73
|
*
|
|
|
|
spi/xilinx: Eliminate pdata references from common code.
Grant Likely
2010-11-09
4
-25
/
+12
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
spi/m68knommu: Coldfire QSPI platform support
Jate Sujjavanich
2010-12-29
1
-1
/
+1
*
|
|
|
|
spi/omap2_mcspi.c: Force CS to be in inactive state after off-mode transition
Gregory CLEMENT
2010-12-29
1
-0
/
+39
*
|
|
|
|
Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
2010-12-24
2
-11
/
+26
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
spi/mpc52xx-spi: fix annotation for remove()-pointer
Wolfram Sang
2010-12-24
1
-1
/
+1
|
*
|
|
|
spi/fsl_espi: fix wrong setting of the address in the command buffer
Mingkai Hu
2010-12-24
1
-7
/
+9
[prev]
[next]