aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2011-01-14gpio/misc: Add MODULE_ALIAS entries for CS5535 functionsAndres Salomon
2011-01-14misc: Convert cs5535-mfgpt from pci device to platform deviceAndres Salomon
2011-01-14gpio: Convert cs5535 from pci device to platform deviceAndres Salomon
2011-01-14mfd: Fix cs5535 warning on x86-64Andres Salomon
2011-01-14mfd: Implement runtime PM for WM8994 core driverMark Brown
2011-01-14mfd: Provide pm_runtime_no_callbacks flag in cell dataMark Brown
2011-01-14mfd: Fix ab8500-debug indentation errorsMattias Wallin
2011-01-14mfd: Convert WM8994 to new irq_ interrupt methodsMark Brown
2011-01-14mfd: Convert WM835x to new irq_ interrupt methodsMark Brown
2011-01-14mfd: Convert WM831x to new irq_ interrupt methodsMark Brown
2011-01-14mfd: Add WM8326 supportMark Brown
2011-01-14mfd: Simplify WM832x subdevice instantiationMark Brown
2011-01-14mfd: Use printf extension %pR for struct resourceJoe Perches
2011-01-14mfd: Add cs5535-mfd driver for AMD Geode's CS5535/CS5536 supportAndres Salomon
2011-01-14mfd: Don't open-code mc13xxx_unlockUwe Kleine-König
2011-01-14mfd: Include <linux/gpio.h> instead of <asm/gpio.h>Axel Lin
2011-01-14mfd: Include <linux/io.h> instead of <asm/io.h>Axel Lin
2011-01-14mfd: Update WARN usesJoe Perches
2011-01-13Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2011-01-13Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2011-01-13Merge branch 'sfi-release' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2011-01-13Merge branch 'stable/gntdev' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2011-01-13Merge branch 'stable/platform-pci-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2011-01-13thp: transparent hugepage sysfs meminfoDavid Rientjes
2011-01-13atmel_serial: fix RTS high after initialization in RS485 modeClaudio Scordino
2011-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds
2011-01-13Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds
2011-01-14md: Fix removal of extra drives when converting RAID6 to RAID5NeilBrown
2011-01-14md: range check slot number when manually adding a spare.NeilBrown
2011-01-14md/raid5: handle manually-added spares in start_reshape.NeilBrown
2011-01-14md: fix sync_completed reporting for very large drives (>2TB)Rémi Rérolle
2011-01-14md: allow suspend_lo and suspend_hi to decrease as well as increase.NeilBrown
2011-01-14md: Don't let implementation detail of curr_resync leak out through sysfs.NeilBrown
2011-01-14md: separate meta and data devsJonathan Brassow
2011-01-14md-new-param-to_sync_page_ioJonathan Brassow
2011-01-14md-new-param-to-calc_dev_sboffsetJonathan Brassow
2011-01-14md: Be more careful about clearing flags bit in ->recoveryNeilBrown
2011-01-14md: md_stop_writes requires mddev_lock.NeilBrown
2011-01-14md/raid5: use sysfs_notify_dirent_safe to avoid NULL pointerJonathan Brassow
2011-01-14md: Ensure no IO request to get md device before it is properly initialised.NeilBrown
2011-01-14md: Fix single printks with multiple KERN_<level>sJoe Perches
2011-01-14md: fix regression resulting in delays in clearing bits in a bitmapNeilBrown
2011-01-13dm: raid456 basic supportNeilBrown
2011-01-13dm: per target unplug callback supportNeilBrown
2011-01-13dm: introduce target callbacks and congestion callbackNeilBrown
2011-01-13dm mpath: delay activate_path retry on SCSI_DH_RETRYChandra Seetharaman
2011-01-13dm: remove superfluous irq disablement in dm_request_fnKiyoshi Ueda
2011-01-13dm log: use PTR_ERR value instead of ENOMEMDan Carpenter
2011-01-13dm snapshot: avoid storing private suspended stateMike Snitzer
2011-01-13dm snapshot: persistent make metadata_wq multithreadedTejun Heo