aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/lp872x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-26regulator: lp872x: make a const array static, makes object smallerColin Ian King1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2019-03-03regulator: lp872x: Convert to use regulator_set/get_current_limit_regmapAxel Lin1-60/+10
2019-01-28regulator: lp872x: Constify regulator_ops and regulator_descAxel Lin1-6/+6
2016-02-05regulator: lp872x: Add enable GPIO pin supportPaul Kocialkowski1-0/+34
2016-02-05regulator: lp872x: Remove warning about invalid DVS GPIOPaul Kocialkowski1-3/+1
2015-12-23regulator: lp872x: Get rid of duplicate reference to DVS GPIOPaul Kocialkowski1-2/+0
2015-12-23regulator: lp872x: Add missing of_match in regulators descriptionsPaul Kocialkowski1-0/+15
2015-08-30Merge remote-tracking branches 'regulator/topic/mt6311', 'regulator/topic/ocp', 'regulator/topic/owner', 'regulator/topic/pfuze100' and 'regulator/topic/pwm' into regulator-nextMark Brown1-1/+0
2015-08-25regulator: lp872x: handle error caseMilo Kim1-4/+7
2015-08-25regulator: lp872x: use the private data instead of updating I2C device platform dataMilo Kim1-2/+5
2015-07-14regulator: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-01-26regulator: lp872x: Remove **regulators from struct lp872xAxel Lin1-19/+5
2014-07-28regulator: lp872x: Don't set constraints within the regulator driverMark Brown1-9/+0
2014-02-20regulator: lp872x: Do not hardcode return valuesSachin Kamat1-2/+2
2013-09-30regulator: lp872x: use devm_regulator_register()Jingoo Han1-30/+3
2013-09-01Merge remote-tracking branch 'regulator/topic/max8660' into regulator-nextMark Brown1-1/+1
2013-07-30regulator: use dev_get_platdata()Jingoo Han1-1/+1
2013-07-15regulator: lp872x: fix a build waring and coding stylesMilo Kim1-4/+5
2013-05-20regulator: lp872x: support the device tree featureKim, Milo1-2/+114
2013-04-25regulator: lp872x: Use regulator_map_voltage_ascendAxel Lin1-0/+3
2013-02-19Merge remote-tracking branch 'regulator/topic/lp872x' into regulator-nextMark Brown1-29/+7
2012-12-10regulator: lp872x: Kill _rdev_to_offset() functionAxel Lin1-29/+7
2012-11-20regulator: remove use of __devexitBill Pemberton1-1/+1
2012-11-20regulator: remove use of __devexit_pBill Pemberton1-1/+1
2012-09-06regulator: lp872x: remove unnecessary functionKim, Milo1-28/+0
2012-09-06regulator: lp872x: fix NULL pointer access problemKim, Milo1-4/+4
2012-09-06regulator: lp872x: initialize the DVS modeKim, Milo1-2/+3
2012-09-06regulator: lp872x: set the default DVS modeKim, Milo1-1/+14
2012-09-06regulator: lp872x: remove regulator platform data dependencyKim, Milo1-9/+7
2012-08-28regulator: lp872x: set_current_limit should select the maximum current in specific rangeAxel Lin1-10/+8
2012-07-16regulator: lp872x: Simplify implementation of lp872x_find_regulator_init_data()Axel Lin1-21/+7
2012-06-21regulator: change message level on probing lp872x driverKim, Milo1-1/+1
2012-06-20regulator: lp872x: Return -EINVAL if pdata is NULLAxel Lin1-5/+5
2012-06-19regulator: add new regulator driver for lp872xKim, Milo1-0/+957