summaryrefslogtreecommitdiff
path: root/drivers/mfd
AgeCommit message (Expand)AuthorFilesLines
2012-11-20mfd: da9052: Introduce da9052-irq.cFabio Estevam3-263/+297
2012-11-20mfd: da9052-core: Use regmap_irq_get_virq() and fix the probeFabio Estevam1-15/+19
2012-11-20mfd: tps65910: Pass irq_domain when adding mfd sub devicesLaxman Dewangan1-1/+2
2012-11-20mfd: tps65910: Move interrupt implementation code to mfd fileLaxman Dewangan3-244/+217
2012-11-20mfd: tps65910: Use regmap irq framework for interrupt supportLaxman Dewangan1-196/+179
2012-11-20mfd: tps65910: Initialize mfd devices after all initialization doneLaxman Dewangan1-8/+8
2012-11-13mfd: Add irq io-resource for tps6586x rtc sub driverLaxman Dewangan1-1/+11
2012-11-13mfd: Convert tps6586x to irq_domainLaxman Dewangan1-25/+66
2012-11-13mfd: twl6040: Rename the core driverPeter Ujfalusi2-1/+1
2012-11-13mfd: twl6040: Convert to use regmap_irqPeter Ujfalusi4-223/+43
2012-11-13mfd: twl6040: Correct Ready and Thermal interrupt handlingPeter Ujfalusi1-21/+31
2012-11-13mfd: twl6040: Restructure power up and down codePeter Ujfalusi1-20/+18
2012-11-13mfd: twl6040: Remove unused parameter for twl6040_power_up_completion()Peter Ujfalusi1-4/+2
2012-11-13mfd: twl6040: Fix typo for power on failurePeter Ujfalusi1-1/+1
2012-11-12mfd: Differentiate between u8500 and u9540 TCDM address mappingLee Jones1-2/+6
2012-11-12mfd: ab8500-core: Use devm_* memory/IRQ and allocation/free routinesLee Jones1-38/+24
2012-11-12mfd: Enable the STMPE MFD for Device TreeLee Jones1-6/+42
2012-11-12mfd: Correct copy and paste mistake in stmpeLee Jones1-2/+2
2012-11-12mfd: Provide the STMPE driver with its own IRQ domainLee Jones1-32/+50
2012-11-12mfd: Prevent STMPE from abusing mfd_add_devices' irq_base parameterLee Jones1-12/+13
2012-11-12mfd: ab8500-core: Remove unused ab8500-gpio IRQ rangesLee Jones1-36/+0
2012-11-09mfd: Explicitely include slab.h to rtsxSamuel Ortiz1-0/+1
2012-11-08mfd: Select MFD_CORE for rtsxSamuel Ortiz1-0/+1
2012-11-08mfd: Add realtek pcie card reader driverWei WANG7-0/+1974
2012-11-07mfd: mc13xxx: Add support for mc34708Uwe Kleine-König4-1/+33
2012-11-07mfd: mc13xxx: Change probing details for mc13xxx devicesUwe Kleine-König4-75/+60
2012-11-06IIO : ADC: tiadc: Add support of TI's ADC driverPatil, Rachna1-1/+17
2012-11-06input: TSC: ti_tsc: Convert TSC into a MFDevicePatil, Rachna1-0/+11
2012-11-06mfd: ti_tscadc: Add support for TI's TSC/ADC MFDevicePatil, Rachna3-0/+262
2012-10-07Merge tag 'for-v3.7' of git://git.infradead.org/battery-2.6Linus Torvalds1-1/+21
2012-10-05Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-3/+3
2012-10-05sections: fix section conflicts in drivers/mfdAndi Kleen1-3/+3
2012-10-05Merge tag 'mfd-3.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds37-1348/+3692
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-2/+2
2012-10-02mfd: 88pm860x: Move gpadc init into touchHaojian Zhuang1-51/+0
2012-10-02mfd: 88pm860x: Device tree supportHaojian Zhuang1-9/+53
2012-10-02mfd: 88pm860x: Use irqdomainHaojian Zhuang1-27/+38
2012-10-02Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds1-1/+1
2012-10-02Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-24/+30
2012-10-02Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2012-10-01Merge tag 'clk-for-linus' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds2-1/+45
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds4-4/+4
2012-10-01Merge tag 'regulator-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds1-0/+13
2012-10-01mfd: smsc: Add support for smsc gpio io/keypad driverSourav Poddar3-0/+126
2012-09-29mfd: DA9055 core driverAshish Jangam4-0/+536
2012-09-29mfd: tps65910: Add alarm interrupt of TPS65910 RTC to mfd device listVenu Byravarasu1-0/+10
2012-09-29mfd: wm5110: Add register patches for revision BMark Brown1-1/+95
2012-09-29mfd: wm5110: Disable control interface error report for WM5110 rev BMark Brown1-0/+1
2012-09-28Merge remote-tracking branches 'regulator/topic/core', 'regulator/topic/bypas...Mark Brown1-0/+13
2012-09-25Merge with upstream to accommodate with MFD changesAnton Vorontsov52-216/+165