aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/da903x.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-22regulator: da9*: constify regulator_ops structuresGravatar Julia Lawall 1-5/+5
2014-10-20regulator: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2013-10-24Merge remote-tracking branch 'regulator/topic/linear' into regulator-nextGravatar Mark Brown 1-4/+2
2013-10-11regulator: Add REGULATOR_LINEAR_RANGE macroGravatar Axel Lin 1-2/+2
2013-10-11regulator: Remove max_uV from struct regulator_linear_rangeGravatar Axel Lin 1-4/+2
2013-09-17regulator: da903x: Convert to devm_regulator_registerGravatar Axel Lin 1-10/+1
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-28regulator: da903x: Convert da9034 ldo12 to use linear rangesGravatar Axel Lin 1-35/+10
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-06-08regulator: da903x: Don't read/write to DA9030_INVAL/DA9034_INVAL addressGravatar Axel Lin 1-0/+6
2012-05-15regulator: da903x: Kill da903x_[get|set]_[ldo12|ldo14]_voltage_sel() functionsGravatar Axel Lin 1-67/+6
2012-05-15regulator: da903x: Convert to set_voltage_sel and map_voltageGravatar Axel Lin 1-56/+54
2012-05-15regulator: da903x: Convert to regulator_list_voltage_linear()Gravatar Axel Lin 1-33/+21
2012-05-12regulator: da903x: Convert to get_voltage_selGravatar Axel Lin 1-25/+23
2012-05-12regulator: da903x: Fix list voltage for da9030 ldo14Gravatar Axel Lin 1-1/+19
2012-04-10regulator: Fix a typo in da903x.cGravatar Axel Lin 1-1/+1
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationGravatar Mark Brown 1-2/+6
2012-03-11regulator: da903x: Use DIV_ROUND_UP macro to calculate selectorGravatar Axel Lin 1-6/+6
2011-11-23regulator: pass additional of_node to regulator_register()Gravatar Rajendra Nayak 1-1/+1
2011-10-31regulator: Add module.h to drivers/regulator users as requiredGravatar Paul Gortmaker 1-0/+1
2011-01-12regulator: Report actual configured voltage to set_voltage()Gravatar Mark Brown 1-5/+12
2009-12-17regulator: keep index within bounds in da9034_get_ldo12_voltage()Gravatar Roel Kluin 1-1/+1
2009-09-22regulator: fix voltage range in da9034 ldo12Gravatar Haojian Zhuang 1-1/+1
2009-09-22regulator: fix calculation of voltage range in da9034_set_ldo12_voltage()Gravatar Roel Kluin 1-1/+1
2009-09-22regulator: da903x: consolidate DA903[045]_DVC macrosGravatar Mike Rapoport 1-49/+17
2009-09-22regulator: support list voltage in da903xGravatar Haojian Zhuang 1-1/+35
2009-09-22regulator: replace ADTV1 register by ADTV2 in da903xGravatar Haojian Zhuang 1-3/+3
2009-09-22regulator: support da9030 BUCK in da903x driverGravatar Haojian Zhuang 1-0/+23
2009-09-22regulator: add buck3 in da903x driverGravatar Haojian Zhuang 1-0/+32
2009-06-15regulator: Move regulator drivers to subsys_initcall()Gravatar Mark Brown 1-1/+1
2009-05-18regulator: da903x: add missing __devexit_p()Gravatar Mike Frysinger 1-1/+1
2009-03-31regulator: Pass regulator init data as explict argument when registeringGravatar Mark Brown 1-1/+2
2009-01-08regulator: da903x: make da903x_is_enabled return 0 or 1Gravatar Mike Rapoport 1-1/+1
2009-01-08regulator: da903x: add '\n' to error messagesGravatar Mike Rapoport 1-5/+5
2008-10-30regulator: da903x regulator bug fixGravatar Jonathan Cameron 1-12/+17
2008-10-13da903x: add regulator support for DA9030/DA9034Gravatar Eric Miao 1-0/+513