| Commit message (Expand) | Author | Age | Files | Lines |
* | mfd: Kill off set_irq_flags usage | Rob Herring | 2015-08-11 | 1 | -7/+0 |
* | mfd: Drop owner assignment from i2c_drivers | Krzysztof Kozlowski | 2015-08-11 | 1 | -1/+0 |
* | mfd: tps6586x: Fix up define for TPS6586X_MAX_REGISTER | Axel Lin | 2015-08-11 | 1 | -2/+2 |
* | mfd: Constify regmap and irq configuration data | Krzysztof Kozlowski | 2015-06-22 | 1 | -1/+1 |
* | mfd: tps6586x: Make of_device_id array const | Jingoo Han | 2014-06-03 | 1 | -1/+1 |
* | regulator: tps6586x: Add support for the TPS658640 | Alban Bedel | 2014-05-26 | 1 | -0/+4 |
* | mfd: tps6586x: Add version detection | Stefan Agner | 2014-01-21 | 1 | -8/+42 |
* | mfd: ti: Constify struct mfd_cell where possible | Geert Uytterhoeven | 2014-01-06 | 1 | -1/+1 |
* | mfd: tps6586x: Include linux/of.h header | Sachin Kamat | 2013-10-23 | 1 | -0/+1 |
* | mfd: tps6586x: Implement irq_set_wake | Stephen Warren | 2013-10-23 | 1 | -3/+15 |
* | mfd: Use dev_get_platdata() | Jingoo Han | 2013-07-31 | 1 | -1/+1 |
* | mfd: tps6586x: correct device name of the regulator cell | Marc Dietrich | 2013-06-24 | 1 | -1/+1 |
* | Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/... | Linus Torvalds | 2012-12-17 | 1 | -26/+77 |
|\ |
|
| * | mfd: Add irq io-resource for tps6586x rtc sub driver | Laxman Dewangan | 2012-11-13 | 1 | -1/+11 |
| * | mfd: Convert tps6586x to irq_domain | Laxman Dewangan | 2012-11-13 | 1 | -25/+66 |
* | | Merge tag 'regulator-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/br... | Linus Torvalds | 2012-12-13 | 1 | -68/+8 |
|\ \ |
|
| * | | mfd: tps6586x: move regulator dt parsing to regulator driver | Laxman Dewangan | 2012-11-15 | 1 | -68/+8 |
| |/ |
|
* | | mfd: remove use of __devexit | Bill Pemberton | 2012-11-28 | 1 | -1/+1 |
* | | mfd: remove use of __devinit | Bill Pemberton | 2012-11-28 | 1 | -3/+3 |
* | | mfd: remove use of __devexit_p | Bill Pemberton | 2012-11-28 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'mfd-3.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/... | Linus Torvalds | 2012-10-05 | 1 | -0/+19 |
|\ |
|
| * | mfd: dt: tps6586x: Add power off control | Bill Huang | 2012-09-14 | 1 | -0/+19 |
| * | mfd: core: Push irqdomain mapping out into devices | Mark Brown | 2012-09-14 | 1 | -1/+2 |
| | | |
| \ | |
*-. \ | Merge remote-tracking branches 'regulator/topic/core', 'regulator/topic/bypas... | Mark Brown | 2012-09-28 | 1 | -0/+13 |
|\ \ \
| | |/
| |/| |
|
| | * | regulator: tps6586x: add support for SYS rail | Laxman Dewangan | 2012-09-06 | 1 | -0/+13 |
| |/ |
|
* / | mfd: core: Push irqdomain mapping out into devices | Mark Brown | 2012-09-15 | 1 | -1/+2 |
|/ |
|
* | mfd: Remove gpio support from tps6586x core driver | Laxman Dewangan | 2012-07-25 | 1 | -86/+21 |
* | mfd: Cache tps6586x register through regmap | Laxman Dewangan | 2012-07-25 | 1 | -8/+16 |
* | mfd: Use regmap for tps6586x register access. | Laxman Dewangan | 2012-07-25 | 1 | -111/+46 |
* | mfd: Use devm managed resources for tps6586x | Laxman Dewangan | 2012-07-25 | 1 | -6/+6 |
* | tps6586x: Add device tree support | Thierry Reding | 2012-05-04 | 1 | -0/+86 |
* | mfd: Set tps6586x bits if new value is different from the old one | Axel Lin | 2011-12-20 | 1 | -1/+1 |
* | mfd: Fix tps6586x GPIO value setting | Vincent Palatin | 2011-05-26 | 1 | -2/+2 |
* | mfd: Cleanup irq namespace | Thomas Gleixner | 2011-03-27 | 1 | -3/+3 |
* | mfd: Invert tps6586x GPIO and subdevices initialization | Vincent Palatin | 2011-03-23 | 1 | -10/+16 |
* | mfd: Avoid tps6586x burst writes | vwadekar@nvidia.com | 2011-03-02 | 1 | -5/+5 |
* | mfd: Convert tps6586x driver to new irq_ API | Mark Brown | 2011-01-14 | 1 | -14/+14 |
* | mfd: Remove tps6586x device ID check | Stephen Warren | 2011-01-14 | 1 | -7/+1 |
* | mfd: Add TPS658621C device ID | Andrew Chew | 2010-10-29 | 1 | -1/+3 |
* | mfd: Add basic tps6586x interrupt support | Gary King | 2010-10-29 | 1 | -0/+200 |
* | mfd: Fix tps6586x_add_subdevs error path | Axel Lin | 2010-10-29 | 1 | -1/+7 |
* | mfd: Free tps6586x allocated resources when unload the module | Axel Lin | 2010-10-29 | 1 | -0/+13 |
* | mfd: Add TPS6586x driver | Mike Rapoport | 2010-08-12 | 1 | -0/+375 |