summaryrefslogtreecommitdiffstats
path: root/drivers/mfd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-12-117-0/+1975
|\
| * drivers: mfd: fix dependencies for MFD_RTSX_PCIGreg Kroah-Hartman2012-11-151-0/+1
| * drivers/mfd: Add realtek pcie card reader driverWei WANG2012-11-157-0/+1974
* | Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-12-1172-386/+385
|\ \
| * | mfd: remove use of __devexitBill Pemberton2012-11-2863-67/+67
| * | mfd: remove use of __devinitconstBill Pemberton2012-11-284-23/+22
| * | mfd: remove use of __devinitdataBill Pemberton2012-11-2812-106/+106
| * | mfd: remove use of __devinitBill Pemberton2012-11-2866-134/+134
| * | mfd: remove use of __devexit_pBill Pemberton2012-11-2856-56/+56
| |/
* | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-12-111-0/+2
|\ \
| * | gpio: stmpe: Add DT support for stmpe gpioVipul Kumar Samar2012-12-011-0/+2
| |/
* | Merge tag 'clk-for-linus' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds2012-12-111-15/+71
|\ \
| * | mfd: db8500: Connect ARMSS clk to ARM OPPUlf Hansson2012-11-091-22/+56
| * | mfd: db8500: Provide cpufreq table as platform dataUlf Hansson2012-11-091-0/+22
| * | mfd: dbx500: Export prmcu_request_ape_opp_100_voltageUlf Hansson2012-10-291-2/+2
| |/
* | mfd: twl4030: Fix chained irq handling on resume from suspendKalle Jokiniemi2012-11-211-1/+2
* | mfd: arizona: Sync regcache after resetCharles Keepax2012-11-201-0/+8
* | mfd: arizona: Correctly report when AIF2/AIF1 is underclockedCharles Keepax2012-11-201-2/+2
* | mfd: arizona: Use correct array for ARRAY_SIZE in mfd_add_devices callCharles Keepax2012-11-201-1/+1
* | mfd: wm5110: Disable control interface error report for WM5110 rev BMark Brown2012-11-201-0/+1
* | mfd: wm5102: Update register patch for latest evaluationMark Brown2012-11-201-518/+1
* | mfd: twl-core: Fix chip ID for the twl6030-pwm modulePeter Ujfalusi2012-11-201-1/+1
|/
* Merge tag 'for-v3.7' of git://git.infradead.org/battery-2.6Linus Torvalds2012-10-071-1/+21
|\
| * Merge with upstream to accommodate with MFD changesAnton Vorontsov2012-09-2452-216/+165
| |\
| * | 88pm860x_battery and charger: Fix a few post-merge issuesAnton Vorontsov2012-09-201-2/+2
| * | power_supply: Enable battery-charger for 88pm860xJett.Zhou2012-09-201-1/+21
* | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-10-061-3/+3
|\ \ \
| * | | sections: fix section conflicts in drivers/mfdAndi Kleen2012-10-061-3/+3
* | | | Merge tag 'mfd-3.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2012-10-0537-1348/+3692
|\ \ \ \ | |/ / / |/| | |
| * | | mfd: 88pm860x: Move gpadc init into touchHaojian Zhuang2012-10-021-51/+0
| * | | mfd: 88pm860x: Device tree supportHaojian Zhuang2012-10-021-9/+53
| * | | mfd: 88pm860x: Use irqdomainHaojian Zhuang2012-10-021-27/+38
| * | | mfd: smsc: Add support for smsc gpio io/keypad driverSourav Poddar2012-10-013-0/+126
| * | | mfd: DA9055 core driverAshish Jangam2012-09-294-0/+536
| * | | mfd: tps65910: Add alarm interrupt of TPS65910 RTC to mfd device listVenu Byravarasu2012-09-291-0/+10
| * | | mfd: wm5110: Add register patches for revision BMark Brown2012-09-281-1/+95
| * | | mfd: wm5110: Disable control interface error report for WM5110 rev BMark Brown2012-09-281-0/+1
| * | | mfd: Add backlight as subdevice to the tps65217Matthias Kaehlcke2012-09-241-0/+3
| * | | mfd: Provide the PRCMU with its own IRQ domainLee Jones2012-09-241-12/+35
| * | | mfd: Fix max8907 sparse warningFengguang Wu2012-09-231-1/+1
| * | | mfd: Add lp8788 mfd driverMilo Kim2012-09-234-0/+455
| * | | mfd: dbx500: Provide a more accurate smp_twd clockMichel Jaouen2012-09-232-1/+44
| * | | mfd: rc5t583: Fix warning messagesVenu Byravarasu2012-09-232-2/+2
| * | | mfd: palmas: Add device tree handling to mfdGraeme Gregory2012-09-231-0/+52
| * | | mfd: palmas: Add pdata/data for rest of childrenGraeme Gregory2012-09-231-0/+13
| * | | mfd: palmas: Switch to linear domain in all casesGraeme Gregory2012-09-211-63/+1
| * | | mfd: palmas: Improve the error exit pathGraeme Gregory2012-09-211-8/+11
| * | | mfd: ab8500-core: Apply the AB8500 CODEC's compatible string to its MFD cellLee Jones2012-09-211-0/+1
| * | | mfd: Use devm_* APIs for mc13xxx: remove leftover kfreeAndreas Pretzsch2012-09-211-1/+0
| * | | mfd: Convert struct i2c_msg initialization to C99 formatShubhrajyoti D2012-09-211-2/+12
OpenPOWER on IntegriCloud