summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* mfd: Add twl6030 base addr for ID0, ID1, ID2Balaji T K2010-03-071-0/+5
* mfd: Disable TWL4030/5030 I2C1/I2C4 internal pull-upsMoiz Sonasath2010-03-071-0/+15
* mfd: Use genirq in 88pm860xHaojian Zhuang2010-03-071-18/+12Star
* mfd: Clean code in max8925Haojian Zhuang2010-03-071-17/+0Star
* mfd: Update irq handler in max8925Haojian Zhuang2010-03-071-42/+97
* mfd: Add initial WM8994 supportMark Brown2010-03-073-0/+223
* mfd: Add WM8994 register definitionsMark Brown2010-03-071-0/+4292
* mfd: Remove leftover from discontinued TWL4030 battery patchChristoph Egger2010-03-071-6/+1Star
* mfd: Add HTCPLD driverCory Maccarrone2010-03-071-0/+24
* mfd: Add subdevs in max8925Haojian Zhuang2010-03-071-0/+96
* mfd: Initial max8925 supportHaojian Zhuang2010-03-071-0/+119
* input: Enable touch on 88pm860xHaojian Zhuang2010-03-071-0/+1
* mfd: Append subdev into 88pm860x driverHaojian Zhuang2010-03-071-0/+151
* mfd: Add irq support in 88pm860xHaojian Zhuang2010-03-071-26/+28
* mfd: Support 88pm8606 in 860x driverHaojian Zhuang2010-03-071-24/+28
* mfd: Split 88pm8607 driverHaojian Zhuang2010-03-071-3/+9
* mfd: Convert AB3100 driver to threaded IRQLinus Walleij2010-03-071-3/+0Star
* gpiolib: Add support for WM8350 GPIO controllerMark Brown2010-03-072-0/+3
* mfd: Convert WM8350 to genirqMark Brown2010-03-071-13/+31
* rtc: Suppress duplicate enable/disable of WM8350 update interruptMark Brown2010-03-071-0/+1
* mfd: Add a data argument to the WM8350 IRQ free functionMark Brown2010-03-071-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfsLinus Torvalds2010-03-063-0/+499
|\
| * [LogFS] add new flash file systemJoern Engel2009-11-203-0/+499
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds2010-03-063-7/+11
|\ \
| * | dm: eliminate some holes data structuresMike Snitzer2010-03-061-2/+2
| * | dm ioctl: introduce flag indicating uevent was generatedPeter Rajnoha2010-03-061-2/+7
| * | dm table: remove unused dm_get_device range parametersNikanth Karthikesan2010-03-061-3/+2Star
* | | Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-03-061-0/+5
|\ \ \
| * \ \ Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs into for-2.6.34-incomingJ. Bruce Fields2010-03-0448-159/+241
| |\ \ \
| * | | | commit_metadata export operation replacing nfsd_sync_dirBen Myers2010-02-201-0/+5
* | | | | gpio: pca953x.c: add interrupt handling capabilityMarc Zyngier2010-03-061-0/+3
* | | | | gpio: introduce gpio_request_one() and friendsEric Miao2010-03-061-0/+26
* | | | | pca953x: minor include cleanupOlof Johansson2010-03-061-0/+8
* | | | | gpio: add driver for MAX7300 I2C GPIO extenderWolfram Sang2010-03-061-0/+18
* | | | | mfd/mc13783: new function reading irq mask and status registerUwe Kleine-König2010-03-061-0/+2
* | | | | mc13783: rename mc13783_{{un,}mask,ack_irq} to have a mc13783_irq prefixUwe Kleine-König2010-03-061-3/+21
* | | | | coredump: pass mm->flags as a coredump parameter for consistencyMasami Hiramatsu2010-03-061-0/+1
* | | | | elf coredump: add extended numbering supportDaisuke HATAYAMA2010-03-062-1/+26
* | | | | elf coredump: replace ELF_CORE_EXTRA_* macros by functionsDaisuke HATAYAMA2010-03-062-0/+18
* | | | | coredump: move dump_write() and dump_seek() into a header fileDaisuke HATAYAMA2010-03-061-0/+41
* | | | | sdio: put active devices into 1-bit mode during suspendDaniel Drake2010-03-061-0/+2
* | | | | sdio: introduce API for special power management featuresNicolas Pitre2010-03-063-0/+40
* | | | | sdio: add quirk to clamp byte mode transferBing Zhao2010-03-061-0/+7
* | | | | lib: fix first line of kernel-doc for a few functionsBen Hutchings2010-03-061-3/+3
* | | | | smp: fix documentation in include/linux/smp.hRakib Mullick2010-03-061-1/+1
* | | | | nodemask.h: remove macro any_online_nodeH Hartley Sweeten2010-03-061-11/+0Star
* | | | | cpumask: let num_*_cpus() function always return unsigned valuesHeiko Carstens2010-03-061-4/+4
* | | | | mm: add comment about deprecation of __GFP_NOFAILDavid Rientjes2010-03-061-1/+2
* | | | | vmscan: detect mapped file pages used only onceJohannes Weiner2010-03-061-1/+1
* | | | | mm/pm: force GFP_NOIO during suspend/hibernation and resumeRafael J. Wysocki2010-03-061-4/+3Star