summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-10-2124-1232/+3842
|\
| * 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-18184-1413/+2071
| |\
| | * 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/+1
| | * 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-182-90/+18
| | * 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/+14
| | * 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-182-20/+23
| | * Blackfin: SPI: expand SPI bitmasksMike Frysinger2010-10-181-4/+7
| | * 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/+8
| | * spi/bfin_spi: fix up some unused/misleading commentsMike Frysinger2010-10-181-6/+2
| | * spi/bfin_spi: punt useless null read/write funcsMike Frysinger2010-10-181-42/+5
| | * spi/bfin_spi: drop custom cs_change_per_word supportMike Frysinger2010-10-182-137/+12
| | * spi/bfin_spi: fix CS handlingBarry Song2010-10-181-6/+27
| | * spi/bfin_spi: utilize the SPI interrupt in PIO modeYi Li2010-10-181-50/+185
| | * spi/bfin_spi: force sane master-mode state at bootWolfgang Muees2010-10-181-0/+6
| | * spi/bfin_spi: work around anomaly 05000119Sonic Zhang2010-10-181-4/+0
| | * spi/bfin_spi: fix resources leakageDaniel Mack2010-10-181-45/+75
| * | spi/atmel: typo in debug messageMatthias Brugger2010-10-161-1/+1
| * | spi/fsl_spi: Fix compile errors when building on ppc64Kumar Gala2010-10-141-0/+2
| * | spi/atmel: let transfers through if not changing bits_per_wordMatthias Brugger2010-10-141-1/+13
| * | spi/topcliff: Fix uninitialized variable defectGrant Likely2010-10-141-1/+1
| * | powerpc/of: add eSPI controller dts bindings and DTS modificationMingkai Hu2010-10-133-8/+79
| * | spi/fsl_spi: add eSPI controller supportMingkai Hu2010-10-134-0/+761
| * | spi/mpc8xxx: refactor the common code for SPI/eSPI controllerMingkai Hu2010-10-135-392/+522
| * | spi/mpc8xxx: rename spi_mpc8xxx.c to spi_fsl_spi.cMingkai Hu2010-10-133-5/+6
| * | Merge commit 'v2.6.36-rc7' into spi/nextGrant Likely2010-10-13167-562/+992
| |\ \
| * | | spi/pl022: fix dubious allocation staticize platform dataLinus Walleij2010-10-131-50/+46
| * | | spi/pl022: get rid of chipinfo dev pointerLinus Walleij2010-10-132-16/+12
| * | | spi/pl022: Add spi->mode support to AMBA SPI driverKevin Wells2010-10-137-99/+63
| * | | spi: change to new flag variablematt mooney2010-10-131-3/+1
| * | | spi/pl022: add PrimeCell generic DMA supportLinus Walleij2010-10-132-88/+434
| * | | spi/topcliff: Tidy up Kconfig help textGrant Likely2010-10-131-4/+3
| * | | spi/topcliff: cleanups for style and concisenessGrant Likely2010-10-131-364/+138
| * | | spi/topcliff: Add topcliff platform controller hub (PCH) spi bus driverMasayuki Ohtake2010-10-083-0/+1538