aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/lp872x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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