summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-10-20spi/omap2_mcspi: Verify TX reg is empty after TX only xfer with DMAIlkka Koskinen1-13/+26
2010-10-20spi/omap2_mcspi: disable channel after TX_ONLY transfer in PIO modeJason Wang1-0/+6
2010-10-18Merge branch 'for-spi' of git://git.kernel.org/pub/scm/linux/kernel/git/vapie...Grant Likely98-779/+1196
2010-10-18spi/bfin_spi: namespace local structsMike Frysinger1-58/+61
2010-10-18spi/bfin_spi: init earlyMichael Hennerich1-1/+1
2010-10-18spi/bfin_spi: check per-transfer bits_per_wordBob Liu1-1/+6
2010-10-18spi/bfin_spi: warn when CS is driven by hardware (CPHA=0)Barry Song1-2/+7
2010-10-18spi/bfin_spi: cs should be always low when a new transfer beginsRob Maris1-2/+1
2010-10-18spi/bfin_spi: fix typo in commentRob Maris1-1/+1
2010-10-18spi/bfin_spi: reject unsupported SPI modesMike Frysinger1-0/+4
2010-10-18spi/bfin_spi: use dma_disable_irq_nosync() in irq handlerBarry Song1-1/+1
2010-10-18spi/bfin_spi: combine duplicate SPI_CTL read/write logicMike Frysinger1-22/+18
2010-10-18spi/bfin_spi: reset ctl_reg bits when setup is run again on a deviceMike Frysinger1-3/+9
2010-10-18spi/bfin_spi: push all size checks into the transfer functionMike Frysinger1-43/+14
2010-10-18spi/bfin_spi: use nosync when disabling the IRQ from the IRQ handlerYi Li1-1/+1
2010-10-18spi/bfin_spi: sync hardware state before reprogramming everythingBarry Song1-0/+2
2010-10-18spi/bfin_spi: save/restore state when suspending/resumingBarry Song1-4/+13
2010-10-18spi/bfin_spi: redo GPIO CS handlingBarry Song1-19/+21
2010-10-18spi/bfin_spi: use the SPI namespaced bit namesMike Frysinger1-10/+11
2010-10-18spi/bfin_spi: drop extra memory we don't needMike Frysinger1-2/+2
2010-10-18spi/bfin_spi: convert struct names to something more logicalMike Frysinger1-50/+50
2010-10-18spi/bfin_spi: convert read/write/duplex funcs to a dedicated ops structureMike Frysinger1-26/+32
2010-10-18spi/bfin_spi: convert queue run state to true/falseMike Frysinger1-10/+8
2010-10-18spi/bfin_spi: fix up some unused/misleading commentsMike Frysinger1-6/+2
2010-10-18spi/bfin_spi: punt useless null read/write funcsMike Frysinger1-42/+5
2010-10-18spi/bfin_spi: drop custom cs_change_per_word supportMike Frysinger1-136/+12
2010-10-18spi/bfin_spi: fix CS handlingBarry Song1-6/+27
2010-10-18spi/bfin_spi: utilize the SPI interrupt in PIO modeYi Li1-50/+185
2010-10-18spi/bfin_spi: force sane master-mode state at bootWolfgang Muees1-0/+6
2010-10-18spi/bfin_spi: work around anomaly 05000119Sonic Zhang1-4/+0
2010-10-18spi/bfin_spi: fix resources leakageDaniel Mack1-45/+75
2010-10-15spi/atmel: typo in debug messageMatthias Brugger1-1/+1
2010-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds1-0/+13
2010-10-15mmc: sdio: fix SDIO suspend/resume regressionOhad Ben-Cohen1-0/+13
2010-10-15Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-0/+17
2010-10-15Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+1
2010-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds11-73/+100
2010-10-14spi/fsl_spi: Fix compile errors when building on ppc64Kumar Gala1-0/+2
2010-10-13spi/atmel: let transfers through if not changing bits_per_wordMatthias Brugger1-1/+13
2010-10-13spi/topcliff: Fix uninitialized variable defectGrant Likely1-1/+1
2010-10-13Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as...Linus Torvalds1-1/+1
2010-10-13Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds12-30/+40
2010-10-13ioat2: fix performance regressionDan Williams1-1/+1
2010-10-13ehea: Fix a checksum issue on the receive pathBreno Leitao2-1/+9
2010-10-13net: allow FEC driver to use fixed PHY supportGreg Ungerer1-14/+27
2010-10-13HID: Add Cando touch screen 15.6-inch product idFrançois Jaouen3-0/+4
2010-10-12spi/fsl_spi: add eSPI controller supportMingkai Hu4-0/+761
2010-10-12spi/mpc8xxx: refactor the common code for SPI/eSPI controllerMingkai Hu5-392/+522
2010-10-12spi/mpc8xxx: rename spi_mpc8xxx.c to spi_fsl_spi.cMingkai Hu3-5/+6
2010-10-12Merge commit 'v2.6.36-rc7' into spi/nextGrant Likely72-314/+581