aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/lp872x.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-30regulator: lp872x: use devm_regulator_register()Gravatar Jingoo Han 1-30/+3
2013-09-01Merge remote-tracking branch 'regulator/topic/max8660' into regulator-nextGravatar Mark Brown 1-1/+1
2013-07-30regulator: use dev_get_platdata()Gravatar Jingoo Han 1-1/+1
2013-07-15regulator: lp872x: fix a build waring and coding stylesGravatar Milo Kim 1-4/+5
2013-05-20regulator: lp872x: support the device tree featureGravatar Kim, Milo 1-2/+114
2013-04-25regulator: lp872x: Use regulator_map_voltage_ascendGravatar Axel Lin 1-0/+3
2013-02-19Merge remote-tracking branch 'regulator/topic/lp872x' into regulator-nextGravatar Mark Brown 1-29/+7
2012-12-10regulator: lp872x: Kill _rdev_to_offset() functionGravatar Axel Lin 1-29/+7
2012-11-20regulator: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-20regulator: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-09-06regulator: lp872x: remove unnecessary functionGravatar Kim, Milo 1-28/+0
2012-09-06regulator: lp872x: fix NULL pointer access problemGravatar Kim, Milo 1-4/+4
2012-09-06regulator: lp872x: initialize the DVS modeGravatar Kim, Milo 1-2/+3
2012-09-06regulator: lp872x: set the default DVS modeGravatar Kim, Milo 1-1/+14
2012-09-06regulator: lp872x: remove regulator platform data dependencyGravatar Kim, Milo 1-9/+7
2012-08-28regulator: lp872x: set_current_limit should select the maximum current in spe...Gravatar Axel Lin 1-10/+8
2012-07-16regulator: lp872x: Simplify implementation of lp872x_find_regulator_init_data()Gravatar Axel Lin 1-21/+7
2012-06-21regulator: change message level on probing lp872x driverGravatar Kim, Milo 1-1/+1
2012-06-20regulator: lp872x: Return -EINVAL if pdata is NULLGravatar Axel Lin 1-5/+5
2012-06-19regulator: add new regulator driver for lp872xGravatar Kim, Milo 1-0/+957