summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2010-10-20Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds
2010-10-20virtio: console: Don't block entire guest if host doesn't read dataAmit Shah
2010-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds
2010-10-20spi/omap2_mcspi: Verify TX reg is empty after TX only xfer with DMAIlkka Koskinen
2010-10-20spi/omap2_mcspi: disable channel after TX_ONLY transfer in PIO modeJason Wang
2010-10-20Merge branch 'linus' into irq/coreIngo Molnar
2010-10-19PM / Wakeup: Show wakeup sources statistics in debugfsRafael J. Wysocki
2010-10-19Merge branch 'devel-stable' into develRussell King
2010-10-19Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene...Russell King
2010-10-19SERIAL: ioc3_serial: Return -ENOMEM on memory allocation failureJulia Lawall
2010-10-19Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds
2010-10-19dabusb: remove the BKLArnd Bergmann
2010-10-19dvb-core: kill the big kernel lockArnd Bergmann
2010-10-19dvb/bt8xx: kill the big kernel lockArnd Bergmann
2010-10-19tlclk: remove big kernel lockArnd Bergmann
2010-10-19fix rawctl compat ioctls breakage on amd64 and itanicAl Viro
2010-10-18Merge branches 'at91', 'dcache', 'ftrace', 'hwbpt', 'misc', 'mmci', 's3c', 's...Russell King
2010-10-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2010-10-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds
2010-10-18mxc_nand: do not depend on disabling the irq in the interrupt handlerSascha Hauer
2010-10-18Merge branch 'for-linus/i2c/2636-rc8' of git://git.fluff.org/bjdooks/linuxLinus Torvalds
2010-10-18Merge branch 'linus' into core/lockingIngo Molnar
2010-10-18Input: evdev - fix EVIOCSABS regressionDaniel Mack
2010-10-18Input: evdev - fix Ooops in EVIOCGABS/EVIOCSABSDaniel Mack
2010-10-18Merge branch 'for-spi' of git://git.kernel.org/pub/scm/linux/kernel/git/vapie...Grant Likely
2010-10-18Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/...Russell King
2010-10-18ARM: S5P64X0: Add UART serial support for S5P6450Kukjin Kim
2010-10-18spi/bfin_spi: namespace local structsMike Frysinger
2010-10-18spi/bfin_spi: init earlyMichael Hennerich
2010-10-18spi/bfin_spi: check per-transfer bits_per_wordBob Liu
2010-10-18spi/bfin_spi: warn when CS is driven by hardware (CPHA=0)Barry Song
2010-10-18spi/bfin_spi: cs should be always low when a new transfer beginsRob Maris
2010-10-18spi/bfin_spi: fix typo in commentRob Maris
2010-10-18spi/bfin_spi: reject unsupported SPI modesMike Frysinger
2010-10-18spi/bfin_spi: use dma_disable_irq_nosync() in irq handlerBarry Song
2010-10-18spi/bfin_spi: combine duplicate SPI_CTL read/write logicMike Frysinger
2010-10-18spi/bfin_spi: reset ctl_reg bits when setup is run again on a deviceMike Frysinger
2010-10-18spi/bfin_spi: push all size checks into the transfer functionMike Frysinger
2010-10-18spi/bfin_spi: use nosync when disabling the IRQ from the IRQ handlerYi Li
2010-10-18spi/bfin_spi: sync hardware state before reprogramming everythingBarry Song
2010-10-18spi/bfin_spi: save/restore state when suspending/resumingBarry Song
2010-10-18spi/bfin_spi: redo GPIO CS handlingBarry Song
2010-10-18spi/bfin_spi: use the SPI namespaced bit namesMike Frysinger
2010-10-18spi/bfin_spi: drop extra memory we don't needMike Frysinger
2010-10-18spi/bfin_spi: convert struct names to something more logicalMike Frysinger
2010-10-18spi/bfin_spi: convert read/write/duplex funcs to a dedicated ops structureMike Frysinger
2010-10-18spi/bfin_spi: convert queue run state to true/falseMike Frysinger
2010-10-18spi/bfin_spi: fix up some unused/misleading commentsMike Frysinger
2010-10-18spi/bfin_spi: punt useless null read/write funcsMike Frysinger
2010-10-18spi/bfin_spi: drop custom cs_change_per_word supportMike Frysinger