aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAge
...
| | * | spi: davinci: remove unused members of davinci_spi_slaveBrian Niebuhr2010-11-18
| | * | spi: davinci: add support for wait enable timeoutsBrian Niebuhr2010-11-18
| | * | spi: davinci: setup chip-select timers values only if timer enabledBrian Niebuhr2010-11-18
| | * | spi: davinci: consolidate setup of SPIFMTn in one functionBrian Niebuhr2010-11-18
| | * | spi: davinci: make chip-slect specific parameters really chip-select specificBrian Niebuhr2010-11-18
| | * | spi: davinci: remove 'wait_enable' platform data memberBrian Niebuhr2010-11-18
| | * | spi: davinci: simplify prescalar calculationBrian Niebuhr2010-11-18
| | * | spi: davinci: enable GPIO lines to be used as chip selectsBrian Niebuhr2010-11-18
| | * | spi: davinci: remove unnecessary data transmit on CS disableBrian Niebuhr2010-11-18
| | * | spi: davinci: enable both activation and deactivation of chip-selectsBrian Niebuhr2010-11-18
| | * | spi: davinci: set chip-select mode in SPIDEF only onceBrian Niebuhr2010-11-18
| | * | spi: davinci: remove unnecessary typecastSekhar Nori2010-11-18
| | * | spi: davinci: removed unused #definesSekhar Nori2010-11-18
| | * | spi: davinci: remove unused variable 'pdata'Brian Niebuhr2010-11-18
| | * | spi: davinci: whitespace cleanupBrian Niebuhr2010-11-18
| | * | spi: davinci: fix checkpatch errorsBrian Niebuhr2010-11-18
| | |/
| * | spi/mpc52xx-psc-spi: move probe/remove to proper sectionsWolfram Sang2010-12-24
| * | spi/dw_spi: add DMA supportFeng Tang2010-12-24
| * | spi/dw_spi: change to EXPORT_SYMBOL_GPL for exported APIsFeng Tang2010-12-24
| * | spi/dw_spi: Fix too short timeout in spi polling loopFeng Tang2010-12-24
| * | spi/pl022: convert running variableLinus Walleij2010-12-23
| * | spi/pl022: convert busy flag to a boolLinus Walleij2010-12-23
| * | spi/pl022: pass the returned sglen to the DMA engineLinus Walleij2010-12-23
| * | spi/pl022: map the buffers on the DMA engineLinus Walleij2010-12-23
| * | spi/topcliff_pch: Fix data transfer issueTomoya MORINAGA2010-12-23
| * | spi/imx: remove autodetectionUwe Kleine-König2010-12-23
| * | Merge commit 'v2.6.37-rc7' into spi/nextGrant Likely2010-12-22
| |\ \
| * | | drivers/spi: Remove unnecessary semicolonsJoe Perches2010-11-14
| * | | spi/xilinx: merge OF support code into main driverGrant Likely2010-11-09
| * | | spi/xilinx: fold platform_driver support into main bodyGrant Likely2010-11-09
| * | | spi/xilinx: Eliminate pdata references from common code.Grant Likely2010-11-09
| | |/ | |/|
* | | spi/m68knommu: Coldfire QSPI platform supportJate Sujjavanich2010-12-30
* | | spi/omap2_mcspi.c: Force CS to be in inactive state after off-mode transitionGregory CLEMENT2010-12-29
* | | Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-12-24
|\ \ \
| * | | spi/mpc52xx-spi: fix annotation for remove()-pointerWolfram Sang2010-12-24
| * | | spi/fsl_espi: fix wrong setting of the address in the command bufferMingkai Hu2010-12-24
| * | | spi/fsl_espi: change the read behaviour of the SPIRFMingkai Hu2010-12-24
| | |/ | |/|
* / | drivers/spi/spi.c: don't release the spi device twiceSebastian Andrzej Siewior2010-12-22
|/ /
* | dw_spi: Fix missing final read in some polling situationsMajor Lee2010-12-14
* | atmel_spi: fix warning In function 'atmel_spi_dma_map_xfer'Jean-Christophe PLAGNIOL-VILLARD2010-11-30
|/
* Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-11-01
|\
| * spi: fixed odd static string conventions in core codeLinus Walleij2010-10-22
| * spi/bfin_spi: only request GPIO on first loadMichael Hennerich2010-10-22
| * spi/bfin_spi: handle error/status changes after data interruptsMichael Hennerich2010-10-22
| * spi: enable spi_board_info to be registered after spi_masterFeng Tang2010-10-22
* | Merge branch 'for-next' of git://android.git.kernel.org/kernel/tegraLinus Torvalds2010-10-25
|\ \
| * | spi: tegra: fix error setting on timeoutErik Gilling2010-10-25
| * | spi: add spi_tegra driverErik Gilling2010-10-21
| |/
* | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-22
|\ \ | |/ |/|
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-15