summaryrefslogtreecommitdiffstats
path: root/drivers/mfd
Commit message (Expand)AuthorAgeFilesLines
...
* mfd: Use DMA for timberdale's ks8842Richard Röjfors2010-10-291-0/+14
* mfd: Add PM support to STMPE devicesSundar Iyer2010-10-291-0/+32
* mfd: msp430 expects I2C to be built-inSamuel Ortiz2010-10-291-1/+1
* mfd: Update kconfig for ab8500 core driverArun Murthy2010-10-291-1/+1
* mfd: Add basic tps6586x interrupt supportGary King2010-10-292-2/+202
* mfd: AB8500 register access via PRCMU I2CMattias Wallin2010-10-294-4/+121
* mfd: AB8500 debugfsMattias Wallin2010-10-294-0/+666
* mfd: Update chip id of 88pm8607Haojian Zhuang2010-10-291-2/+5
* misc: Add ab8500 pwm driverArun Murthy2010-10-291-1/+12
* mfd: Align ab8500 with the abx500 interfaceMattias Wallin2010-10-292-117/+168
* mmc: Allow 2 byte requests in 4-bit mode for tmio_mmcYusuke Goda2010-10-291-0/+6
* mfd: Allow the platform to specify the sh_mobile_sdhi get_cd handlerArnd Hannemann2010-10-291-0/+13
* rtc: Add MAX8998 rtc driverJoonyoung Shim2010-10-291-1/+23
* mfd: Add MAX8998 interrupts supportJoonyoung Shim2010-10-294-3/+281
* mfd: Use i2c_client as an argument on MAX8998 i2c routinesJoonyoung Shim2010-10-291-15/+14
* mfd: Remove redundant code to get htc_pasic3 irqAxel Lin2010-10-291-7/+0
* mfd: Fix tps6586x_add_subdevs error pathAxel Lin2010-10-291-1/+7
* mfd: Fix pcap_add_subdev error pathAxel Lin2010-10-291-1/+9
* mfd: Fix da903x_add_subdevs error pathAxel Lin2010-10-291-1/+7
* mfd: Add codec resource into 88pm860x driverHaojian Zhuang2010-10-291-0/+44
* mfd: Free tps6586x allocated resources when unload the moduleAxel Lin2010-10-291-0/+13
* mfd: Switch twl4030-power over to defines in twl.hFelipe Balbi2010-10-291-14/+16
* mfd: Switch twl-core over to defines in twl.hFelipe Balbi2010-10-291-12/+9
* mfd: LP3974 PMIC supportKyungmin Park2010-10-292-7/+9
* mfd: Switch AB3100 to use MFD cellsLinus Walleij2010-10-292-61/+69
* mfd: Move AB3100 to __devinitLinus Walleij2010-10-291-7/+7
* mfd: Move PCF50633 IRQ protoypes where the definitions can see themMark Brown2010-10-291-7/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2010-10-252-7/+7
|\
| * Merge branch 'topic/asoc' into for-linusTakashi Iwai2010-10-252-7/+7
| |\
| | * Merge branch 'for-2.6.36' into for-2.6.37Mark Brown2010-08-1638-137/+2562
| | |\
| | * | ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood2010-08-122-7/+7
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-10-251-0/+20
|\ \ \ \
| * | | | Input: add support for PowerOn button on the AB8500 MFDSundar R Iyer2010-09-051-0/+20
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2010-10-251-1/+1
|\ \ \ \
| * | | | mfd: Fix up section mismatches in SH SDHI.Paul Mundt2010-09-161-1/+1
| |/ / /
* | | | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\ \ \ \
| * | | | llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
| |/ / /
* | | | Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-10-211-0/+5
|\ \ \ \
| * \ \ \ Merge commit 'v2.6.36-rc7' into spi/nextGrant Likely2010-10-122-8/+14
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | spi/pl022: Add spi->mode support to AMBA SPI driverKevin Wells2010-10-121-0/+5
| | |/ / | |/| |
* | | | Merge branch 'linus' into irq/coreIngo Molnar2010-10-202-8/+14
|\ \ \ \ | | |/ / | |/| |
| * | | mfd: Fix max8925 irq control bit incorrect settingKevin Liu2010-09-291-6/+7
| * | | mfd: Ignore non-GPIO IRQs when setting wm831x IRQ typesMark Brown2010-09-291-2/+7
| |/ /
* | | mfd: twl4030: Fix dummy irq chip usageThomas Gleixner2010-10-081-1/+1
* | | mfd: Rename struct irq_data to struct sih_irq_dataThomas Gleixner2010-10-041-1/+1
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds2010-08-124-1/+172
|\ \
| * | mfd: max8998 - fix incorrect kfree(i2c) in i2c_driver probe callback handlerAxel Lin2010-08-111-3/+1
| * | ab8500-mfd: add regulator support to ab8500 mfd deviceSundar R Iyer2010-08-111-1/+3
| * | drivers: regulator: add Maxim 8998 driverKyungmin Park2010-08-113-0/+171
* | | mfd: Fix incorrect kfree(i2c) in wm8994-core i2c_driver probeAxel Lin2010-08-121-3/+1
OpenPOWER on IntegriCloud