| Commit message (Expand) | Author | Age | Files | Lines |
* | regulator: lp872x: Fix Wvoid-pointer-to-enum-cast warning | Krzysztof Kozlowski | 2023-08-10 | 1 | -1/+1 |
* | regulator: Switch i2c drivers back to use .probe() | Uwe Kleine-König | 2023-05-08 | 1 | -1/+1 |
* | regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in 4.14 | Douglas Anderson | 2023-03-20 | 1 | -0/+1 |
* | regulator: lp872x: Mark OF related data as maybe unused | Krzysztof Kozlowski | 2023-03-13 | 1 | -1/+1 |
* | regulator: Use of_property_read_bool() for boolean properties | Rob Herring | 2023-03-11 | 1 | -2/+1 |
* | regulator: lp872x: Convert to i2c's .probe_new() | Uwe Kleine-König | 2022-11-23 | 1 | -2/+3 |
* | regulator: lp872x: Remove lp872x_dvs_state | Nathan Chancellor | 2021-10-21 | 1 | -7/+7 |
* | regulator: lp872x: replacing legacy gpio interface for gpiod | Maíra Canal | 2021-10-16 | 1 | -23/+15 |
* | regulator: lp872x: make a const array static, makes object smaller | Colin Ian King | 2020-10-26 | 1 | -1/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 2019-06-19 | 1 | -5/+1 |
* | regulator: lp872x: Convert to use regulator_set/get_current_limit_regmap | Axel Lin | 2019-03-03 | 1 | -60/+10 |
* | regulator: lp872x: Constify regulator_ops and regulator_desc | Axel Lin | 2019-01-28 | 1 | -6/+6 |
* | regulator: lp872x: Add enable GPIO pin support | Paul Kocialkowski | 2016-02-05 | 1 | -0/+34 |
* | regulator: lp872x: Remove warning about invalid DVS GPIO | Paul Kocialkowski | 2016-02-05 | 1 | -3/+1 |
* | regulator: lp872x: Get rid of duplicate reference to DVS GPIO | Paul Kocialkowski | 2015-12-23 | 1 | -2/+0 |
* | regulator: lp872x: Add missing of_match in regulators descriptions | Paul Kocialkowski | 2015-12-23 | 1 | -0/+15 |
*-. | Merge remote-tracking branches 'regulator/topic/mt6311', 'regulator/topic/ocp... | Mark Brown | 2015-08-30 | 1 | -1/+0 |
|\ \ |
|
| | * | regulator: drivers: Drop owner assignment from i2c_driver | Krzysztof Kozlowski | 2015-07-14 | 1 | -1/+0 |
| |/ |
|
* | | regulator: lp872x: handle error case | Milo Kim | 2015-08-25 | 1 | -4/+7 |
* | | regulator: lp872x: use the private data instead of updating I2C device platfo... | Milo Kim | 2015-08-25 | 1 | -2/+5 |
|/ |
|
* | regulator: lp872x: Remove **regulators from struct lp872x | Axel Lin | 2015-01-26 | 1 | -19/+5 |
* | regulator: lp872x: Don't set constraints within the regulator driver | Mark Brown | 2014-07-28 | 1 | -9/+0 |
* | regulator: lp872x: Do not hardcode return values | Sachin Kamat | 2014-02-20 | 1 | -2/+2 |
* | regulator: lp872x: use devm_regulator_register() | Jingoo Han | 2013-09-30 | 1 | -30/+3 |
* | Merge remote-tracking branch 'regulator/topic/max8660' into regulator-next | Mark Brown | 2013-09-01 | 1 | -1/+1 |
|\ |
|
| * | regulator: use dev_get_platdata() | Jingoo Han | 2013-07-30 | 1 | -1/+1 |
* | | regulator: lp872x: fix a build waring and coding styles | Milo Kim | 2013-07-15 | 1 | -4/+5 |
|/ |
|
* | regulator: lp872x: support the device tree feature | Kim, Milo | 2013-05-20 | 1 | -2/+114 |
* | regulator: lp872x: Use regulator_map_voltage_ascend | Axel Lin | 2013-04-25 | 1 | -0/+3 |
* | Merge remote-tracking branch 'regulator/topic/lp872x' into regulator-next | Mark Brown | 2013-02-19 | 1 | -29/+7 |
|\ |
|
| * | regulator: lp872x: Kill _rdev_to_offset() function | Axel Lin | 2012-12-10 | 1 | -29/+7 |
* | | regulator: remove use of __devexit | Bill Pemberton | 2012-11-20 | 1 | -1/+1 |
* | | regulator: remove use of __devexit_p | Bill Pemberton | 2012-11-20 | 1 | -1/+1 |
|/ |
|
* | regulator: lp872x: remove unnecessary function | Kim, Milo | 2012-09-06 | 1 | -28/+0 |
* | regulator: lp872x: fix NULL pointer access problem | Kim, Milo | 2012-09-06 | 1 | -4/+4 |
* | regulator: lp872x: initialize the DVS mode | Kim, Milo | 2012-09-06 | 1 | -2/+3 |
* | regulator: lp872x: set the default DVS mode | Kim, Milo | 2012-09-06 | 1 | -1/+14 |
* | regulator: lp872x: remove regulator platform data dependency | Kim, Milo | 2012-09-06 | 1 | -9/+7 |
* | regulator: lp872x: set_current_limit should select the maximum current in spe... | Axel Lin | 2012-08-28 | 1 | -10/+8 |
* | regulator: lp872x: Simplify implementation of lp872x_find_regulator_init_data() | Axel Lin | 2012-07-16 | 1 | -21/+7 |
* | regulator: change message level on probing lp872x driver | Kim, Milo | 2012-06-21 | 1 | -1/+1 |
* | regulator: lp872x: Return -EINVAL if pdata is NULL | Axel Lin | 2012-06-20 | 1 | -5/+5 |
* | regulator: add new regulator driver for lp872x | Kim, Milo | 2012-06-19 | 1 | -0/+957 |