summaryrefslogtreecommitdiffstats
path: root/drivers/mfd
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | mfd: Fix incorrect kfree(i2c) in wm831x-core i2c_driver probeAxel Lin2010-08-121-3/+1
* | | mfd: Fix incorrect kfree(i2c) in tps6507x i2c_driver probeAxel Lin2010-08-121-3/+1
* | | mfd: Add TPS6586x driverMike Rapoport2010-08-123-0/+390
* | | mfd: Use macros instead of some constant magic numbers for menelausJarkko Nikula2010-08-121-21/+54
* | | mfd: Fix menelaus mmc slot 2 misconfigurationJarkko Nikula2010-08-121-2/+2
* | | mfd: Missing slab.h includesDavid Miller2010-08-121-0/+1
* | | mfd: Fix wrong wm8350-core kfree in error pathAxel Lin2010-08-121-2/+4
* | | mfd: Fix wm8994_device_init() return valueAxel Lin2010-08-121-1/+3
* | | mfd: Avoid calling platform_device_put() twice in ucb1400 probe error pathAxel Lin2010-08-121-1/+1
* | | mfd: Annotate tc6387xb probe/remove routines with __devinit/__devexitAxel Lin2010-08-121-3/+3
* | | mfd: Fix tc6387xb resource reclaimAxel Lin2010-08-121-3/+7
* | | mfd: Fix wrong goto labels for tc6393xb error handlingAxel Lin2010-08-121-2/+2
* | | mfd: Get rid of now unused mc13783 private headerUwe Kleine-König2010-08-121-1/+23
* | | mfd: New mc13783 function exposing flagsUwe Kleine-König2010-08-121-0/+6
* | | mfd: Check jz4740-adc kmalloc() resultAxel Lin2010-08-121-0/+4
* | | mfd: Fix jz4740-adc resource reclaim in probe error pathAxel Lin2010-08-121-1/+7
* | | mfd: Add WM8321 supportMark Brown2010-08-121-0/+14
* | | mfd: Add stmpe auto sleep featureSundar R Iyer2010-08-122-0/+77
* | | mfd: Add support for TWL6030 PWMHemanth V2010-08-123-0/+173
* | | mfd: Add JZ4740 ADC driverLars-Peter Clausen2010-08-123-0/+393
* | | mfd: Add STMPE I/O Expander supportRabin Vincent2010-08-124-0/+1115
* | | mfd: Properly free t7l66xb clk32k clock sourceAxel Lin2010-08-121-1/+2
* | | mfd: More verbose MFD Kconfig entrySamuel Ortiz2010-08-121-1/+10
* | | mfd: Staticise ab3550 register access functionsMark Brown2010-08-121-11/+12
* | | mfd: Fix davinci memory leakJulia Lawall2010-08-121-2/+4
* | | mfd: properly handle platform_device_add_resources fail in mfd_add_deviceAxel Lin2010-08-121-1/+3
* | | mfd: kzalloc doesn't return ERR_PTRJulia Lawall2010-08-121-1/+1
OpenPOWER on IntegriCloud