aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/lp8788-buck.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-20regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in 4.14Gravatar Douglas Anderson 1-0/+1
2020-05-08regulator: use linear_ranges helperGravatar Matti Vaittinen 1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-5/+1
2019-02-11regulator: lp8788-buck: Convert to linear rangeGravatar Axel Lin 1-18/+20
2019-01-28regulator: lp8788-buck: Constify lp8788_buck_descGravatar Axel Lin 1-1/+1
2015-12-23regulator: lp8788: constify regulator_ops structuresGravatar Julia Lawall 1-2/+2
2014-10-20regulator: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2013-09-30regulator: lp8788-buck: use devm_regulator_register()Gravatar Jingoo Han 1-11/+1
2013-05-12regulator: Remove all platform_set_drvdata(pdev, NULL) in driversGravatar Axel Lin 1-1/+0
2013-04-25regulator: lp8788-buck: Use regulator_map_voltage_ascendGravatar Axel Lin 1-0/+2
2013-01-17regulator: lp8788-buck: Remove buck[1|2]_vout_addr arrayGravatar Axel Lin 1-12/+2
2013-01-10regulator: lp8788-buck: Silence build warningGravatar Axel Lin 1-1/+4
2013-01-03lp8788-buck: fix a for-loop coding styleGravatar Kim, Milo 1-1/+1
2013-01-03lp8788-buck: fix a parent device on devm_gpio_request()Gravatar Kim, Milo 1-6/+8
2013-01-03lp8788-buck: fix a parent deivce in _probe()Gravatar Kim, Milo 1-3/+3
2012-12-10Merge remote-tracking branch 'regulator/topic/lp8788' into regulator-nextGravatar Mark Brown 1-14/+4
2012-12-10regulator: lp8788-buck: Kill _gpio_request functionGravatar Axel Lin 1-14/+4
2012-11-20regulator: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-20regulator: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-11-20regulator: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-08-28regulator: Use BUCK_FPWM_[MASK|SHIFT] macros to replace buck_pmap tableGravatar Axel Lin 1-43/+12
2012-08-28regulator: lp8788-buck: Remove lp8788_set_default_dvs_ctrl_mode functionGravatar Axel Lin 1-22/+3
2012-07-20regulator: add new lp8788 regulator driverGravatar Kim, Milo 1-0/+629