summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | spi: davinci: remove unnecessary call to davinci_spi_setup_transfer()Brian Niebuhr2010-11-181-8/+3Star
| | * | | | | spi: davinci: remove unnecessary function davinci_spi_bufs_prep()Brian Niebuhr2010-11-181-43/+21Star
| | * | | | | spi: davinci: configure the invariable bits in spipc0 only onceBrian Niebuhr2010-11-181-3/+5
| | * | | | | spi: davinci: add support for interrupt modeBrian Niebuhr2010-11-181-30/+115
| | * | | | | spi: davinci: simplify poll mode transfersBrian Niebuhr2010-11-181-55/+41Star
| | * | | | | spi: davinci: remove non-useful interrupt mode supportBrian Niebuhr2010-11-181-107/+19Star
| | * | | | | spi: davinci: remove unnecessary completion variable initializationBrian Niebuhr2010-11-181-2/+0Star
| | * | | | | spi: davinci: do not treat Tx interrupt being set as errorSekhar Nori2010-11-181-4/+0Star
| | * | | | | spi: davinci: remove unnecessary 'count' variable in driver private dataBrian Niebuhr2010-11-181-7/+3Star
| | * | | | | spi: davinci: remove unnecessary disable of SPIBrian Niebuhr2010-11-181-2/+0Star
| | * | | | | spi: davinci: check for NULL buffer pointer before using itBrian Niebuhr2010-11-181-18/+22
| | * | | | | spi: davinci: simplify calculation of edma acount valueBrian Niebuhr2010-11-181-22/+3Star
| | * | | | | spi: davinci: eliminate unnecessary update of davinci_spi->countBrian Niebuhr2010-11-181-6/+0Star
| | * | | | | spi: davinci: eliminate the single member structure davinci_spi_slaveBrian Niebuhr2010-11-181-9/+5Star
| | * | | | | spi: davinci: remove unused members of davinci_spi_slaveBrian Niebuhr2010-11-181-5/+0Star
| | * | | | | spi: davinci: add support for wait enable timeoutsBrian Niebuhr2010-11-181-9/+27
| | * | | | | spi: davinci: setup chip-select timers values only if timer enabledBrian Niebuhr2010-11-181-17/+4Star
| | * | | | | spi: davinci: consolidate setup of SPIFMTn in one functionBrian Niebuhr2010-11-181-105/+49Star
| | * | | | | spi: davinci: make chip-slect specific parameters really chip-select specificBrian Niebuhr2010-11-181-30/+37
| | * | | | | spi: davinci: remove 'wait_enable' platform data memberBrian Niebuhr2010-11-181-1/+1
| | * | | | | spi: davinci: simplify prescalar calculationBrian Niebuhr2010-11-181-22/+31
| | * | | | | spi: davinci: enable GPIO lines to be used as chip selectsBrian Niebuhr2010-11-181-7/+32
| | * | | | | spi: davinci: remove unnecessary data transmit on CS disableBrian Niebuhr2010-11-181-12/+8Star
| | * | | | | spi: davinci: enable both activation and deactivation of chip-selectsBrian Niebuhr2010-11-181-35/+18Star
| | * | | | | spi: davinci: set chip-select mode in SPIDEF only onceBrian Niebuhr2010-11-181-2/+2
| | * | | | | spi: davinci: remove unnecessary typecastSekhar Nori2010-11-181-2/+1Star
| | * | | | | spi: davinci: removed unused #definesSekhar Nori2010-11-181-31/+2Star
| | * | | | | spi: davinci: remove unused variable 'pdata'Brian Niebuhr2010-11-181-8/+0Star
| | * | | | | spi: davinci: whitespace cleanupBrian Niebuhr2010-11-181-12/+10Star
| | * | | | | spi: davinci: fix checkpatch errorsBrian Niebuhr2010-11-181-1/+1
| | |/ / / /
| * | | | | spi/mpc52xx-psc-spi: move probe/remove to proper sectionsWolfram Sang2010-12-241-20/+15Star
| * | | | | spi/dw_spi: add DMA supportFeng Tang2010-12-245-19/+264
| * | | | | spi/dw_spi: change to EXPORT_SYMBOL_GPL for exported APIsFeng Tang2010-12-241-4/+4
| * | | | | spi/dw_spi: Fix too short timeout in spi polling loopFeng Tang2010-12-241-3/+6
| * | | | | spi/pl022: convert running variableLinus Walleij2010-12-241-14/+10Star
| * | | | | spi/pl022: convert busy flag to a boolLinus Walleij2010-12-241-4/+4
| * | | | | spi/pl022: pass the returned sglen to the DMA engineLinus Walleij2010-12-241-7/+7
| * | | | | spi/pl022: map the buffers on the DMA engineLinus Walleij2010-12-241-6/+6
| * | | | | spi/topcliff_pch: Fix data transfer issueTomoya MORINAGA2010-12-241-4/+4
| * | | | | spi/imx: remove autodetectionUwe Kleine-König2010-12-241-28/+2Star
| * | | | | Merge commit 'v2.6.37-rc7' into spi/nextGrant Likely2010-12-222-1/+10
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | drivers/spi: Remove unnecessary semicolonsJoe Perches2010-11-152-2/+2
| * | | | | spi/xilinx: merge OF support code into main driverGrant Likely2010-11-105-175/+45Star
| * | | | | spi/xilinx: fold platform_driver support into main bodyGrant Likely2010-11-104-118/+73Star
| * | | | | spi/xilinx: Eliminate pdata references from common code.Grant Likely2010-11-104-25/+12Star
| | |/ / / | |/| | |
* | | | | spi/m68knommu: Coldfire QSPI platform supportJate Sujjavanich2010-12-301-1/+1
* | | | | spi/omap2_mcspi.c: Force CS to be in inactive state after off-mode transitionGregory CLEMENT2010-12-291-0/+39
* | | | | Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-12-242-11/+26
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | spi/mpc52xx-spi: fix annotation for remove()-pointerWolfram Sang2010-12-241-1/+1
| * | | | spi/fsl_espi: fix wrong setting of the address in the command bufferMingkai Hu2010-12-241-7/+9