summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/tps65217-regulator.c
Commit message (Expand)AuthorAgeFilesLines
* mfd: tps65217: Introduce dependency on CONFIG_OFKeerthy2017-10-131-5/+0
* regulator: tps65217: Allow DCDC1 and DCDC3 up to 3.3VMåns Andersson2017-01-231-2/+4
* regulator: tps65217: Enable suspend configurationRuss Dill2016-06-271-9/+60
* regulator: tps65217: Use simplified DT parsingMark Brown2014-09-101-77/+29
* regulator: tps65217: Remove unused driver_data from of_match tableMark Brown2014-09-091-7/+7
* regulator: tps65217: Remove spurious platform data checkMark Brown2014-09-061-6/+2
* regulator: tps65217: Fix build warningsSachin Kamat2014-06-241-2/+2
* regulator: tps65217: Use regulator_map_voltage_ascend for LDO1Axel Lin2014-04-181-0/+1
* regulator: tps65217: Remove *rdev[] from struct tps65217Axel Lin2014-04-181-3/+0
* regulator: tps65217: Allow missing init_data for diagnosticsAxel Lin2014-03-031-13/+2
* regulator: tps65217: Use of_get_child_by_nameSachin Kamat2014-02-141-1/+1
* Merge remote-tracking branch 'regulator/topic/linear' into regulator-nextMark Brown2013-10-241-16/+8
|\
| * regulator: Add REGULATOR_LINEAR_RANGE macroAxel Lin2013-10-111-8/+8
| * regulator: Remove max_uV from struct regulator_linear_rangeAxel Lin2013-10-111-16/+8
* | regulator: tps65217: Use devm_regulator_registerSachin Kamat2013-09-171-22/+4
|/
* regulator: tps65217: Convert to use linear rangesAxel Lin2013-08-301-145/+37
* regulator: Remove all platform_set_drvdata(pdev, NULL) in driversAxel Lin2013-05-121-2/+0
* regulator: tps65217: Fix using wrong dev argument for calling of_regulator_matchAxel Lin2013-01-241-2/+2
* 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
* mfd: Move tps65217 regulator plat data handling to regulatorAnilKumar Ch2012-08-221-15/+109
* regulator: tps65217: Add device tree supportAnilKumar Ch2012-07-121-0/+1
* regulator: tps65217: Fix voltage boundary checking in tps65217_pmic_map_voltageAxel Lin2012-07-031-3/+3
* regulator: tps65217: invalid if checkAlan Cox2012-07-021-2/+2
* regulator: tps65217: Convert LDO1 to use regulator_list_voltage_tableAxel Lin2012-07-011-25/+22
* regulator: tps65217: Convert to regulator_[is_enabled|get_voltage_sel]_regmapAxel Lin2012-06-131-72/+42
* regulator: tps65217: Convert to set_voltage_sel and map_voltageAxel Lin2012-05-181-38/+30
* regulator: core: Use a struct to pass in regulator runtime configurationMark Brown2012-04-091-2/+6
* regulator: tps65217: Constify regulator_descAxel Lin2012-04-061-1/+1
* regulator: Merge tps65217_pmic_ldo234_ops and tps65217_pmic_dcdc_ops to tps65...Axel Lin2012-03-121-187/+72
* regulator: tps65217: Use DIV_ROUND_UP macro to calculate selectorAxel Lin2012-03-111-6/+6
* regulator: Update tps65217-regulator for DT changesAxel Lin2012-01-201-1/+1
* regulator: tps65217: Add tps65217 regulator driverAnilKumar Ch2012-01-201-0/+493