| Commit message (Expand) | Author | Age | Files | Lines |
* | regulator: max8907: Constify static structs | Rikard Falkeborn | 2020-06-18 | 1 | -3/+3 |
* | regulator: max8907: Fix the usage of uninitialized variable in max8907_regula... | Yizhuo | 2019-10-04 | 1 | -3/+12 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 2019-06-19 | 1 | -4/+1 |
* | regulator: max8907-regulator: constify regulator_ops structure | Bhumika Goyal | 2017-01-31 | 1 | -5/+5 |
* | regulator: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 1 | -1/+0 |
* | regulator: remove unnecessary of_node_get() to parent | Guodong Xu | 2014-09-10 | 1 | -1/+1 |
* | regulator: max8907: Remove regulator_dev array from state container | Krzysztof Kozlowski | 2014-03-10 | 1 | -4/+5 |
* | regulator: max8907: Remove redundant error message | Sachin Kamat | 2014-02-20 | 1 | -3/+2 |
* | regulator: max8907: Use of_get_child_by_name | Sachin Kamat | 2014-02-14 | 1 | -1/+1 |
* | regulator: max8907-regulator: Use devm_regulator_register | Sachin Kamat | 2013-09-17 | 1 | -20/+3 |
* | regulator: Add missing of_node_put() | Axel Lin | 2013-01-30 | 1 | -3/+4 |
* | regulator: max8907: Fix using wrong dev argument for calling of_regulator_match | Axel Lin | 2013-01-27 | 1 | -2/+1 |
* | regulator: remove use of __devexit | Bill Pemberton | 2012-11-20 | 1 | -1/+1 |
* | regulator: remove use of __devinit | Bill Pemberton | 2012-11-20 | 1 | -1/+1 |
* | regulator: remove use of __devexit_p | Bill Pemberton | 2012-11-20 | 1 | -1/+1 |
* | regulator: max8907: Add MODULE_ALIAS | Axel Lin | 2012-08-28 | 1 | -0/+1 |
* | regulator: max8907: fix use of possibly NULL idata | Stephen Warren | 2012-08-28 | 1 | -1/+4 |
* | regulator: max8907: fix compile error when !CONFIG_OF | Stephen Warren | 2012-08-28 | 1 | -2/+22 |
* | regulator: max8907: Properly set pmic pointer in max8907_regulator_remove() | Axel Lin | 2012-08-28 | 1 | -1/+1 |
* | regulator: max8907: Fix n_voltages for MAX8907B SD1 | Axel Lin | 2012-08-28 | 1 | -1/+2 |
* | regulator: add MAX8907 driver | Gyungoh Yoo | 2012-08-28 | 1 | -0/+383 |