summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-01-14gpio/misc: Add MODULE_ALIAS entries for CS5535 functionsAndres Salomon2-0/+2
2011-01-14misc: Convert cs5535-mfgpt from pci device to platform deviceAndres Salomon1-52/+21
2011-01-14gpio: Convert cs5535 from pci device to platform deviceAndres Salomon1-62/+31
2011-01-14mfd: Fix cs5535 warning on x86-64Andres Salomon1-1/+1
2011-01-14mfd: Implement runtime PM for WM8994 core driverMark Brown1-23/+23
2011-01-14mfd: Provide pm_runtime_no_callbacks flag in cell dataMark Brown1-0/+4
2011-01-14mfd: Fix ab8500-debug indentation errorsMattias Wallin1-508/+508
2011-01-14mfd: Convert WM8994 to new irq_ interrupt methodsMark Brown1-15/+17
2011-01-14mfd: Convert WM835x to new irq_ interrupt methodsMark Brown1-15/+17
2011-01-14mfd: Convert WM831x to new irq_ interrupt methodsMark Brown1-20/+22
2011-01-14mfd: Add WM8326 supportMark Brown3-0/+26
2011-01-14mfd: Simplify WM832x subdevice instantiationMark Brown1-10/+0
2011-01-14mfd: Use printf extension %pR for struct resourceJoe Perches1-5/+2
2011-01-14mfd: Add cs5535-mfd driver for AMD Geode's CS5535/CS5536 supportAndres Salomon3-0/+160
2011-01-14mfd: Don't open-code mc13xxx_unlockUwe Kleine-König1-1/+1
2011-01-14mfd: Include <linux/gpio.h> instead of <asm/gpio.h>Axel Lin1-1/+1
2011-01-14mfd: Include <linux/io.h> instead of <asm/io.h>Axel Lin1-1/+1
2011-01-14mfd: Update WARN usesJoe Perches1-3/+2
2011-01-14Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds59-1528/+3085
2011-01-14Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-69/+124
2011-01-14Merge branch 'sfi-release' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds1-1/+1
2011-01-14Merge branch 'stable/gntdev' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-1/+721
2011-01-14Merge branch 'stable/platform-pci-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds3-16/+10
2011-01-14thp: transparent hugepage sysfs meminfoDavid Rientjes1-3/+18
2011-01-14atmel_serial: fix RTS high after initialization in RS485 modeClaudio Scordino1-0/+5
2011-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds17-292/+1581
2011-01-14Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds6-116/+172
2011-01-14md: Fix removal of extra drives when converting RAID6 to RAID5NeilBrown1-1/+1
2011-01-14md: range check slot number when manually adding a spare.NeilBrown1-1/+6
2011-01-14md/raid5: handle manually-added spares in start_reshape.NeilBrown1-2/+7
2011-01-14md: fix sync_completed reporting for very large drives (>2TB)Rémi Rérolle1-2/+2
2011-01-14md: allow suspend_lo and suspend_hi to decrease as well as increase.NeilBrown1-12/+21
2011-01-14md: Don't let implementation detail of curr_resync leak out through sysfs.NeilBrown3-6/+5
2011-01-14md: separate meta and data devsJonathan Brassow3-5/+17
2011-01-14md-new-param-to_sync_page_ioJonathan Brassow5-29/+28
2011-01-14md-new-param-to-calc_dev_sboffsetJonathan Brassow1-6/+6
2011-01-14md: Be more careful about clearing flags bit in ->recoveryNeilBrown1-37/+49
2011-01-14md: md_stop_writes requires mddev_lock.NeilBrown1-3/+10
2011-01-14md/raid5: use sysfs_notify_dirent_safe to avoid NULL pointerJonathan Brassow1-1/+1
2011-01-14md: Ensure no IO request to get md device before it is properly initialised.NeilBrown2-3/+8
2011-01-14md: Fix single printks with multiple KERN_<level>sJoe Perches3-5/+6
2011-01-14md: fix regression resulting in delays in clearing bits in a bitmapNeilBrown1-1/+2
2011-01-13dm: raid456 basic supportNeilBrown3-0/+722
2011-01-13dm: per target unplug callback supportNeilBrown1-0/+5
2011-01-13dm: introduce target callbacks and congestion callbackNeilBrown1-0/+14
2011-01-13dm mpath: delay activate_path retry on SCSI_DH_RETRYChandra Seetharaman1-10/+38
2011-01-13dm: remove superfluous irq disablement in dm_request_fnKiyoshi Ueda1-2/+4
2011-01-13dm log: use PTR_ERR value instead of ENOMEMDan Carpenter1-1/+1
2011-01-13dm snapshot: avoid storing private suspended stateMike Snitzer1-20/+4
2011-01-13dm snapshot: persistent make metadata_wq multithreadedTejun Heo1-2/+2