summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/da903x.c
Commit message (Expand)AuthorAgeFilesLines
* regulator: da9*: constify regulator_ops structuresJulia Lawall2015-12-221-5/+5
* regulator: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* Merge remote-tracking branch 'regulator/topic/linear' into regulator-nextMark Brown2013-10-241-4/+2
|\
| * regulator: Add REGULATOR_LINEAR_RANGE macroAxel Lin2013-10-111-2/+2
| * regulator: Remove max_uV from struct regulator_linear_rangeAxel Lin2013-10-111-4/+2
* | regulator: da903x: Convert to devm_regulator_registerAxel Lin2013-09-171-10/+1
|/
* Merge remote-tracking branch 'regulator/topic/max8660' into regulator-nextMark Brown2013-09-011-1/+1
|\
| * regulator: use dev_get_platdata()Jingoo Han2013-07-301-1/+1
* | regulator: da903x: Convert da9034 ldo12 to use linear rangesAxel Lin2013-07-281-35/+10
|/
* regulator: remove use of __devexitBill Pemberton2012-11-201-1/+1
* regulator: remove use of __devinitBill Pemberton2012-11-201-1/+1
* regulator: remove use of __devexit_pBill Pemberton2012-11-201-1/+1
* regulator: da903x: Don't read/write to DA9030_INVAL/DA9034_INVAL addressAxel Lin2012-06-081-0/+6
* regulator: da903x: Kill da903x_[get|set]_[ldo12|ldo14]_voltage_sel() functionsAxel Lin2012-05-151-67/+6
* regulator: da903x: Convert to set_voltage_sel and map_voltageAxel Lin2012-05-151-56/+54
* regulator: da903x: Convert to regulator_list_voltage_linear()Axel Lin2012-05-151-33/+21
* regulator: da903x: Convert to get_voltage_selAxel Lin2012-05-121-25/+23
* regulator: da903x: Fix list voltage for da9030 ldo14Axel Lin2012-05-121-1/+19
* regulator: Fix a typo in da903x.cAxel Lin2012-04-101-1/+1
* regulator: core: Use a struct to pass in regulator runtime configurationMark Brown2012-04-091-2/+6
* regulator: da903x: Use DIV_ROUND_UP macro to calculate selectorAxel Lin2012-03-111-6/+6
* regulator: pass additional of_node to regulator_register()Rajendra Nayak2011-11-231-1/+1
* regulator: Add module.h to drivers/regulator users as requiredPaul Gortmaker2011-10-311-0/+1
* regulator: Report actual configured voltage to set_voltage()Mark Brown2011-01-121-5/+12
* regulator: keep index within bounds in da9034_get_ldo12_voltage()Roel Kluin2009-12-171-1/+1
* regulator: fix voltage range in da9034 ldo12Haojian Zhuang2009-09-221-1/+1
* regulator: fix calculation of voltage range in da9034_set_ldo12_voltage()Roel Kluin2009-09-221-1/+1
* regulator: da903x: consolidate DA903[045]_DVC macrosMike Rapoport2009-09-221-49/+17
* regulator: support list voltage in da903xHaojian Zhuang2009-09-221-1/+35
* regulator: replace ADTV1 register by ADTV2 in da903xHaojian Zhuang2009-09-221-3/+3
* regulator: support da9030 BUCK in da903x driverHaojian Zhuang2009-09-221-0/+23
* regulator: add buck3 in da903x driverHaojian Zhuang2009-09-221-0/+32
* regulator: Move regulator drivers to subsys_initcall()Mark Brown2009-06-151-1/+1
* regulator: da903x: add missing __devexit_p()Mike Frysinger2009-05-181-1/+1
* regulator: Pass regulator init data as explict argument when registeringMark Brown2009-03-311-1/+2
* regulator: da903x: make da903x_is_enabled return 0 or 1Mike Rapoport2009-01-081-1/+1
* regulator: da903x: add '\n' to error messagesMike Rapoport2009-01-081-5/+5
* regulator: da903x regulator bug fixJonathan Cameron2008-10-301-12/+17
* da903x: add regulator support for DA9030/DA9034Eric Miao2008-10-131-0/+513