summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2010-12-29spi/m68knommu: Coldfire QSPI platform supportJate Sujjavanich
2010-12-29spi/omap2_mcspi.c: Force CS to be in inactive state after off-mode transitionGregory CLEMENT
2010-12-24Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2010-12-24spi/mpc52xx-spi: fix annotation for remove()-pointerWolfram Sang
2010-12-24spi/fsl_espi: fix wrong setting of the address in the command bufferMingkai Hu
2010-12-24spi/fsl_espi: change the read behaviour of the SPIRFMingkai Hu
2010-12-22drivers/spi/spi.c: don't release the spi device twiceSebastian Andrzej Siewior
2010-12-14dw_spi: Fix missing final read in some polling situationsMajor Lee
2010-11-30atmel_spi: fix warning In function 'atmel_spi_dma_map_xfer'Jean-Christophe PLAGNIOL-VILLARD
2010-11-01Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2010-10-25Merge branch 'for-next' of git://android.git.kernel.org/kernel/tegraLinus Torvalds
2010-10-25spi: tegra: fix error setting on timeoutErik Gilling
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-22spi: fixed odd static string conventions in core codeLinus Walleij
2010-10-22spi/bfin_spi: only request GPIO on first loadMichael Hennerich
2010-10-22spi/bfin_spi: handle error/status changes after data interruptsMichael Hennerich
2010-10-21spi: enable spi_board_info to be registered after spi_masterFeng Tang
2010-10-21spi: add spi_tegra driverErik Gilling
2010-10-21Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2010-10-20spi/omap2_mcspi: Verify TX reg is empty after TX only xfer with DMAIlkka Koskinen
2010-10-20spi/omap2_mcspi: disable channel after TX_ONLY transfer in PIO modeJason Wang
2010-10-18Merge branch 'for-spi' of git://git.kernel.org/pub/scm/linux/kernel/git/vapie...Grant Likely
2010-10-18spi/bfin_spi: namespace local structsMike Frysinger
2010-10-18spi/bfin_spi: init earlyMichael Hennerich
2010-10-18spi/bfin_spi: check per-transfer bits_per_wordBob Liu
2010-10-18spi/bfin_spi: warn when CS is driven by hardware (CPHA=0)Barry Song
2010-10-18spi/bfin_spi: cs should be always low when a new transfer beginsRob Maris
2010-10-18spi/bfin_spi: fix typo in commentRob Maris
2010-10-18spi/bfin_spi: reject unsupported SPI modesMike Frysinger
2010-10-18spi/bfin_spi: use dma_disable_irq_nosync() in irq handlerBarry Song
2010-10-18spi/bfin_spi: combine duplicate SPI_CTL read/write logicMike Frysinger
2010-10-18spi/bfin_spi: reset ctl_reg bits when setup is run again on a deviceMike Frysinger
2010-10-18spi/bfin_spi: push all size checks into the transfer functionMike Frysinger
2010-10-18spi/bfin_spi: use nosync when disabling the IRQ from the IRQ handlerYi Li
2010-10-18spi/bfin_spi: sync hardware state before reprogramming everythingBarry Song
2010-10-18spi/bfin_spi: save/restore state when suspending/resumingBarry Song
2010-10-18spi/bfin_spi: redo GPIO CS handlingBarry Song
2010-10-18spi/bfin_spi: use the SPI namespaced bit namesMike Frysinger
2010-10-18spi/bfin_spi: drop extra memory we don't needMike Frysinger
2010-10-18spi/bfin_spi: convert struct names to something more logicalMike Frysinger
2010-10-18spi/bfin_spi: convert read/write/duplex funcs to a dedicated ops structureMike Frysinger
2010-10-18spi/bfin_spi: convert queue run state to true/falseMike Frysinger
2010-10-18spi/bfin_spi: fix up some unused/misleading commentsMike Frysinger
2010-10-18spi/bfin_spi: punt useless null read/write funcsMike Frysinger
2010-10-18spi/bfin_spi: drop custom cs_change_per_word supportMike Frysinger
2010-10-18spi/bfin_spi: fix CS handlingBarry Song
2010-10-18spi/bfin_spi: utilize the SPI interrupt in PIO modeYi Li
2010-10-18spi/bfin_spi: force sane master-mode state at bootWolfgang Muees
2010-10-18spi/bfin_spi: work around anomaly 05000119Sonic Zhang
2010-10-18spi/bfin_spi: fix resources leakageDaniel Mack