aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/tps6586x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-16Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-26/+77
2012-12-13Merge tag 'regulator-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds1-68/+8
2012-11-28mfd: remove use of __devexitBill Pemberton1-1/+1
2012-11-28mfd: remove use of __devinitBill Pemberton1-3/+3
2012-11-28mfd: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-15mfd: tps6586x: move regulator dt parsing to regulator driverLaxman Dewangan1-68/+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-10-05Merge tag 'mfd-3.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-0/+19
2012-09-28Merge remote-tracking branches 'regulator/topic/core', 'regulator/topic/bypass', 'regulator/topic/tol', 'regulator/topic/drivers' and 'regulator/topic/tps6586x' into regulator-nextMark Brown1-0/+13
2012-09-15mfd: core: Push irqdomain mapping out into devicesMark Brown1-1/+2
2012-09-14mfd: dt: tps6586x: Add power off controlBill Huang1-0/+19
2012-09-14mfd: core: Push irqdomain mapping out into devicesMark Brown1-1/+2
2012-09-06regulator: tps6586x: add support for SYS railLaxman Dewangan1-0/+13
2012-07-25mfd: Remove gpio support from tps6586x core driverLaxman Dewangan1-86/+21
2012-07-25mfd: Cache tps6586x register through regmapLaxman Dewangan1-8/+16
2012-07-25mfd: Use regmap for tps6586x register access.Laxman Dewangan1-111/+46
2012-07-25mfd: Use devm managed resources for tps6586xLaxman Dewangan1-6/+6
2012-05-04tps6586x: Add device tree supportThierry Reding1-0/+86
2011-12-20mfd: Set tps6586x bits if new value is different from the old oneAxel Lin1-1/+1
2011-05-26mfd: Fix tps6586x GPIO value settingVincent Palatin1-2/+2
2011-03-27mfd: Cleanup irq namespaceThomas Gleixner1-3/+3
2011-03-23mfd: Invert tps6586x GPIO and subdevices initializationVincent Palatin1-10/+16
2011-03-02mfd: Avoid tps6586x burst writesvwadekar@nvidia.com1-5/+5
2011-01-14mfd: Convert tps6586x driver to new irq_ APIMark Brown1-14/+14
2011-01-14mfd: Remove tps6586x device ID checkStephen Warren1-7/+1
2010-10-29mfd: Add TPS658621C device IDAndrew Chew1-1/+3
2010-10-29mfd: Add basic tps6586x interrupt supportGary King1-0/+200
2010-10-29mfd: Fix tps6586x_add_subdevs error pathAxel Lin1-1/+7
2010-10-29mfd: Free tps6586x allocated resources when unload the moduleAxel Lin1-0/+13
2010-08-12mfd: Add TPS6586x driverMike Rapoport1-0/+375