summaryrefslogtreecommitdiff
path: root/drivers/spi
Commit message (Expand)AuthorAge
* 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-21
* | 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
* | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-10-21
|\ \
| * \ Merge branch 'for-rmk-next' of git://git.pengutronix.de/git/imx/linux-2.6 int...Russell King2010-10-11
| |\ \
| | * | spi/imx: Support different fifo sizesDavid Jander2010-10-11
| | * | spi/imx: add support for imx51's eCSPI and CSPIUwe Kleine-König2010-10-01
| | * | spi/imx: save the spi chip select in config struct, not the gpio to useUwe Kleine-König2010-10-01
| | * | spi/imx: get rid of more ifs depending on the used cpuUwe Kleine-König2010-10-01
| | * | spi/imx: convert driver to use platform idsUwe Kleine-König2010-10-01
| | * | spi/imx: default to m on platforms that have such devicesUwe Kleine-König2010-10-01
| | |/
* | | spi/omap2_mcspi: Verify TX reg is empty after TX only xfer with DMAIlkka Koskinen2010-10-20
* | | spi/omap2_mcspi: disable channel after TX_ONLY transfer in PIO modeJason Wang2010-10-20
* | | Merge branch 'for-spi' of git://git.kernel.org/pub/scm/linux/kernel/git/vapie...Grant Likely2010-10-18
|\ \ \
| * | | spi/bfin_spi: namespace local structsMike Frysinger2010-10-18
| * | | spi/bfin_spi: init earlyMichael Hennerich2010-10-18
| * | | spi/bfin_spi: check per-transfer bits_per_wordBob Liu2010-10-18
| * | | spi/bfin_spi: warn when CS is driven by hardware (CPHA=0)Barry Song2010-10-18
| * | | spi/bfin_spi: cs should be always low when a new transfer beginsRob Maris2010-10-18
| * | | spi/bfin_spi: fix typo in commentRob Maris2010-10-18
| * | | spi/bfin_spi: reject unsupported SPI modesMike Frysinger2010-10-18
| * | | spi/bfin_spi: use dma_disable_irq_nosync() in irq handlerBarry Song2010-10-18
| * | | spi/bfin_spi: combine duplicate SPI_CTL read/write logicMike Frysinger2010-10-18
| * | | spi/bfin_spi: reset ctl_reg bits when setup is run again on a deviceMike Frysinger2010-10-18
| * | | spi/bfin_spi: push all size checks into the transfer functionMike Frysinger2010-10-18
| * | | spi/bfin_spi: use nosync when disabling the IRQ from the IRQ handlerYi Li2010-10-18
| * | | spi/bfin_spi: sync hardware state before reprogramming everythingBarry Song2010-10-18
| * | | spi/bfin_spi: save/restore state when suspending/resumingBarry Song2010-10-18
| * | | spi/bfin_spi: redo GPIO CS handlingBarry Song2010-10-18
| * | | spi/bfin_spi: use the SPI namespaced bit namesMike Frysinger2010-10-18
| * | | spi/bfin_spi: drop extra memory we don't needMike Frysinger2010-10-18
| * | | spi/bfin_spi: convert struct names to something more logicalMike Frysinger2010-10-18
| * | | spi/bfin_spi: convert read/write/duplex funcs to a dedicated ops structureMike Frysinger2010-10-18
| * | | spi/bfin_spi: convert queue run state to true/falseMike Frysinger2010-10-18
| * | | spi/bfin_spi: fix up some unused/misleading commentsMike Frysinger2010-10-18
| * | | spi/bfin_spi: punt useless null read/write funcsMike Frysinger2010-10-18
| * | | spi/bfin_spi: drop custom cs_change_per_word supportMike Frysinger2010-10-18
| * | | spi/bfin_spi: fix CS handlingBarry Song2010-10-18
| * | | spi/bfin_spi: utilize the SPI interrupt in PIO modeYi Li2010-10-18
| * | | spi/bfin_spi: force sane master-mode state at bootWolfgang Muees2010-10-18
| * | | spi/bfin_spi: work around anomaly 05000119Sonic Zhang2010-10-18
| * | | spi/bfin_spi: fix resources leakageDaniel Mack2010-10-18
| |/ /
* | | spi/atmel: typo in debug messageMatthias Brugger2010-10-15