aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-13mfd: Convert wm8350 IRQ handlers to irq_handler_tMark Brown1-4/+4
2009-12-13mfd: Allow configuration of VDCDC2 for tps65010Ben Dooks1-0/+19
2009-12-13mfd: Enable twl4030 32kHz oscillator low-power modeIlkka Koskinen1-0/+5
2009-12-13mfd: Allow platforms to specify an IRQ base for WM8350Mark Brown1-0/+2
2009-12-13mfd: fix undefined twl4030-power resconfig value checksAaro Koskinen1-0/+1
2009-12-13mfd: Add support for remapping twl4030-power power statesAmit Kucheria1-0/+3
2009-12-13mfd: Fix memleak in pcf50633_client_dev_registerLars-Peter Clausen1-5/+5
2009-12-13mfd: Convert WM835x IRQ handling to use a data tableMark Brown1-0/+18
2009-12-13mfd: Split wm8350 IRQ code into a separate fileMark Brown1-1/+3
2009-12-13mfd: Add ADP5520/ADP5501 driverMichael Hennerich1-0/+299
2009-12-13mfd: Add support for WM8320 PMICsMark Brown1-0/+1
2009-12-13gpiolib: Make WM831x GPIO count dynamicMark Brown1-0/+2
2009-12-13mfd: add AB4500 driverSrinidhi Kasagar1-0/+262
2009-12-13mfd: Add 88PM8607 driverHaojian Zhuang1-0/+217
2009-12-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds5-1/+50
2009-12-12Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-7/+15
2009-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds7-37/+25
2009-12-11Merge branch 'compat-ioctl-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-0/+26
2009-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds2-3/+10
2009-12-11Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-51/+13
2009-12-11Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-2/+6
2009-12-11Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-45/+39
2009-12-11Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller140-1143/+3636
2009-12-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2-0/+7
2009-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds5-120/+24
2009-12-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds5-16/+35
2009-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds4-9/+19
2009-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds5-20/+93
2009-12-11tty: push the BKL down into the handlers a bitAlan Cox1-1/+1
2009-12-11tty: isicom: sort out the board init logicAlan Cox1-0/+1
2009-12-11tty: tty_port: Add a kref object to the tty portAlan Cox1-0/+12
2009-12-11tty: tty_port: Change the buffer allocator lockingAlan Cox1-0/+1
2009-12-11usb_serial: Kill port mutexAlan Cox1-3/+0
2009-12-11tty_port: add "tty_port_open" helperAlan Cox1-1/+9
2009-12-11tty: esp: remove broken driverAlan Cox2-115/+0
2009-12-11net: fix compat_sys_recvmmsg parameter typeHeiko Carstens1-1/+1
2009-12-11Merge branch 'drm-nouveau-pony' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds3-0/+307
2009-12-11Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-33/+30
2009-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/mmapLinus Torvalds1-0/+4
2009-12-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds5-16/+104
2009-12-11USB: Refactor code to find alternate interface settings.Sarah Sharp1-0/+4
2009-12-11USB: usb-storage: add BAD_SENSE flagAlan Stern1-1/+3
2009-12-11USB: prepare for changover to Runtime PM frameworkAlan Stern1-16/+10
2009-12-11USB: remove the auto_pm flagAlan Stern1-2/+0
2009-12-11USB OTG: Add generic driver for ULPI OTG transceiverDaniel Mack1-0/+7
2009-12-11USB OTG: add support for ulpi connected external transceiversDaniel Mack1-1/+67
2009-12-11USB gadget: Handle endpoint requests at the function levelLaurent Pinchart1-0/+1
2009-12-11USB: make urb scatter-gather support more genericDavid Vrabel1-0/+1
2009-12-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2Linus Torvalds1-0/+24
2009-12-11Driver Core: Early platform driver bufferMagnus Damm1-5/+15