aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/tps6586x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-03mfd: tps6586x: Handle interrupts on suspendJonathan Hunter1-0/+24
2018-05-16mfd: tps6586x: Delete an error message for a failed memory allocation in tps6586x_parse_dt()Markus Elfring1-3/+1
2015-08-11mfd: Kill off set_irq_flags usageRob Herring1-7/+0
2015-08-11mfd: Drop owner assignment from i2c_driversKrzysztof Kozlowski1-1/+0
2015-08-11mfd: tps6586x: Fix up define for TPS6586X_MAX_REGISTERAxel Lin1-2/+2
2015-06-22mfd: Constify regmap and irq configuration dataKrzysztof Kozlowski1-1/+1
2014-06-03mfd: tps6586x: Make of_device_id array constJingoo Han1-1/+1
2014-05-26regulator: tps6586x: Add support for the TPS658640Alban Bedel1-0/+4
2014-01-21mfd: tps6586x: Add version detectionStefan Agner1-8/+42
2014-01-06mfd: ti: Constify struct mfd_cell where possibleGeert Uytterhoeven1-1/+1
2013-10-23mfd: tps6586x: Include linux/of.h headerSachin Kamat1-0/+1
2013-10-23mfd: tps6586x: Implement irq_set_wakeStephen Warren1-3/+15
2013-07-31mfd: Use dev_get_platdata()Jingoo Han1-1/+1
2013-06-24mfd: tps6586x: correct device name of the regulator cellMarc Dietrich1-1/+1
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