summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* 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
| * spi/fsl_espi: change the read behaviour of the SPIRFMingkai Hu2010-12-241-3/+16
* | drivers/spi/spi.c: don't release the spi device twiceSebastian Andrzej Siewior2010-12-231-2/+1Star
|/
* dw_spi: Fix missing final read in some polling situationsMajor Lee2010-12-151-0/+5
* atmel_spi: fix warning In function 'atmel_spi_dma_map_xfer'Jean-Christophe PLAGNIOL-VILLARD2010-11-301-1/+5
* Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-11-012-51/+69
|\
| * spi: fixed odd static string conventions in core codeLinus Walleij2010-10-221-5/+5
| * spi/bfin_spi: only request GPIO on first loadMichael Hennerich2010-10-221-5/+8
| * spi/bfin_spi: handle error/status changes after data interruptsMichael Hennerich2010-10-221-0/+9
| * spi: enable spi_board_info to be registered after spi_masterFeng Tang2010-10-221-41/+47
* | Merge branch 'for-next' of git://android.git.kernel.org/kernel/tegraLinus Torvalds2010-10-263-0/+626
|\ \
| * | spi: tegra: fix error setting on timeoutErik Gilling2010-10-261-4/+4
| * | spi: add spi_tegra driverErik Gilling2010-10-223-0/+626
| |/
* | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-222-0/+2
|\ \ | |/ |/|
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-152-0/+2
* | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-10-222-67/+351
|\ \
| * \ Merge branch 'for-rmk-next' of git://git.pengutronix.de/git/imx/linux-2.6 int...Russell King2010-10-112-67/+351
| |\ \
| | * | spi/imx: Support different fifo sizesDavid Jander2010-10-111-1/+7
| | * | spi/imx: add support for imx51's eCSPI and CSPIUwe Kleine-König2010-10-012-2/+143
| | * | spi/imx: save the spi chip select in config struct, not the gpio to useUwe Kleine-König2010-10-011-9/+11
| | * | spi/imx: get rid of more ifs depending on the used cpuUwe Kleine-König2010-10-011-20/+53
| | * | spi/imx: convert driver to use platform idsUwe Kleine-König2010-10-012-42/+143
| | * | spi/imx: default to m on platforms that have such devicesUwe Kleine-König2010-10-011-0/+1
| | |/
* | | spi/omap2_mcspi: Verify TX reg is empty after TX only xfer with DMAIlkka Koskinen2010-10-201-13/+26
* | | spi/omap2_mcspi: disable channel after TX_ONLY transfer in PIO modeJason Wang2010-10-201-0/+6
* | | Merge branch 'for-spi' of git://git.kernel.org/pub/scm/linux/kernel/git/vapie...Grant Likely2010-10-181-407/+437
|\ \ \
| * | | spi/bfin_spi: namespace local structsMike Frysinger2010-10-181-58/+61
| * | | spi/bfin_spi: init earlyMichael Hennerich2010-10-181-1/+1
| * | | spi/bfin_spi: check per-transfer bits_per_wordBob Liu2010-10-181-1/+6
| * | | spi/bfin_spi: warn when CS is driven by hardware (CPHA=0)Barry Song2010-10-181-2/+7
| * | | spi/bfin_spi: cs should be always low when a new transfer beginsRob Maris2010-10-181-2/+1Star
| * | | spi/bfin_spi: fix typo in commentRob Maris2010-10-181-1/+1
| * | | spi/bfin_spi: reject unsupported SPI modesMike Frysinger2010-10-181-0/+4
| * | | spi/bfin_spi: use dma_disable_irq_nosync() in irq handlerBarry Song2010-10-181-1/+1
| * | | spi/bfin_spi: combine duplicate SPI_CTL read/write logicMike Frysinger2010-10-181-22/+18Star
| * | | spi/bfin_spi: reset ctl_reg bits when setup is run again on a deviceMike Frysinger2010-10-181-3/+9
| * | | spi/bfin_spi: push all size checks into the transfer functionMike Frysinger2010-10-181-43/+14Star
| * | | spi/bfin_spi: use nosync when disabling the IRQ from the IRQ handlerYi Li2010-10-181-1/+1
| * | | spi/bfin_spi: sync hardware state before reprogramming everythingBarry Song2010-10-181-0/+2
| * | | spi/bfin_spi: save/restore state when suspending/resumingBarry Song2010-10-181-4/+13
| * | | spi/bfin_spi: redo GPIO CS handlingBarry Song2010-10-181-19/+21
| * | | spi/bfin_spi: use the SPI namespaced bit namesMike Frysinger2010-10-181-10/+11
| * | | spi/bfin_spi: drop extra memory we don't needMike Frysinger2010-10-181-2/+2
| * | | spi/bfin_spi: convert struct names to something more logicalMike Frysinger2010-10-181-50/+50
| * | | spi/bfin_spi: convert read/write/duplex funcs to a dedicated ops structureMike Frysinger2010-10-181-26/+32
| * | | spi/bfin_spi: convert queue run state to true/falseMike Frysinger2010-10-181-10/+8Star