aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflagsLinus Torvalds2010-10-21
|\
| * Fix IRQ flag handling namingDavid Howells2010-10-07
| * MIPS: Add missing #inclusions of <linux/irq.h>David Howells2010-10-07
| * smc91x: Add missing #inclusion of <linux/irq.h>David Howells2010-10-07
| * Drop a couple of unnecessary asm/system.h inclusionsDavid Howells2010-10-07
| * SH: Add missing consts to sys_execve() declarationDavid Howells2010-10-07
| * Blackfin: Rename IRQ flags handling functionsDavid Howells2010-10-07
| * Blackfin: Add missing dep to asm/irqflags.hDavid Howells2010-10-07
| * Blackfin: Rename DES PC2() symbol to avoid collisionDavid Howells2010-10-07
| * Blackfin: Split the BF532 BFIN_*_FIO_FLAG() functions to their own headerDavid Howells2010-10-07
| * Blackfin: Split PLL code from mach-specific cdef headersDavid Howells2010-10-07
* | Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-10-21
|\ \
| * | 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
| | * | Blackfin: SPI: expand SPI bitmasksMike Frysinger2010-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
| * | | spi/fsl_spi: Fix compile errors when building on ppc64Kumar Gala2010-10-14
| * | | spi/atmel: let transfers through if not changing bits_per_wordMatthias Brugger2010-10-14
| * | | spi/topcliff: Fix uninitialized variable defectGrant Likely2010-10-14
| * | | powerpc/of: add eSPI controller dts bindings and DTS modificationMingkai Hu2010-10-12
| * | | spi/fsl_spi: add eSPI controller supportMingkai Hu2010-10-12