aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/lp8788-buck.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-23regulator: lp8788: constify regulator_ops structuresJulia Lawall1-2/+2
2014-10-20regulator: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-09-30regulator: lp8788-buck: use devm_regulator_register()Jingoo Han1-11/+1
2013-05-12regulator: Remove all platform_set_drvdata(pdev, NULL) in driversAxel Lin1-1/+0
2013-04-25regulator: lp8788-buck: Use regulator_map_voltage_ascendAxel Lin1-0/+2
2013-01-17regulator: lp8788-buck: Remove buck[1|2]_vout_addr arrayAxel Lin1-12/+2
2013-01-10regulator: lp8788-buck: Silence build warningAxel Lin1-1/+4
2013-01-03lp8788-buck: fix a for-loop coding styleKim, Milo1-1/+1
2013-01-03lp8788-buck: fix a parent device on devm_gpio_request()Kim, Milo1-6/+8
2013-01-03lp8788-buck: fix a parent deivce in _probe()Kim, Milo1-3/+3
2012-12-10Merge remote-tracking branch 'regulator/topic/lp8788' into regulator-nextMark Brown1-14/+4
2012-12-10regulator: lp8788-buck: Kill _gpio_request functionAxel Lin1-14/+4
2012-11-20regulator: remove use of __devexitBill Pemberton1-1/+1
2012-11-20regulator: remove use of __devinitBill Pemberton1-1/+1
2012-11-20regulator: remove use of __devexit_pBill Pemberton1-1/+1
2012-08-28regulator: Use BUCK_FPWM_[MASK|SHIFT] macros to replace buck_pmap tableAxel Lin1-43/+12
2012-08-28regulator: lp8788-buck: Remove lp8788_set_default_dvs_ctrl_mode functionAxel Lin1-22/+3
2012-07-20regulator: add new lp8788 regulator driverKim, Milo1-0/+629