summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflagsLinus Torvalds2010-10-21141-1847/+2335
|\
| * Fix IRQ flag handling namingDavid Howells2010-10-0763-1158/+1482
| * MIPS: Add missing #inclusions of <linux/irq.h>David Howells2010-10-0745-2/+45
| * smc91x: Add missing #inclusion of <linux/irq.h>David Howells2010-10-071-0/+1
| * Drop a couple of unnecessary asm/system.h inclusionsDavid Howells2010-10-072-2/+0
| * SH: Add missing consts to sys_execve() declarationDavid Howells2010-10-071-3/+4
| * Blackfin: Rename IRQ flags handling functionsDavid Howells2010-10-0719-274/+284
| * Blackfin: Add missing dep to asm/irqflags.hDavid Howells2010-10-071-1/+8
| * Blackfin: Rename DES PC2() symbol to avoid collisionDavid Howells2010-10-071-65/+65
| * Blackfin: Split the BF532 BFIN_*_FIO_FLAG() functions to their own headerDavid Howells2010-10-075-47/+58
| * Blackfin: Split PLL code from mach-specific cdef headersDavid Howells2010-10-0715-344/+436
* | 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