aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/tps65217-regulator.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-22mfd: Move tps65217 regulator plat data handling to regulatorAnilKumar Ch1-15/+109
2012-07-12regulator: tps65217: Add device tree supportAnilKumar Ch1-0/+1
2012-07-03regulator: tps65217: Fix voltage boundary checking in tps65217_pmic_map_voltageAxel Lin1-3/+3
2012-07-02regulator: tps65217: invalid if checkAlan Cox1-2/+2
2012-07-01regulator: tps65217: Convert LDO1 to use regulator_list_voltage_tableAxel Lin1-25/+22
2012-06-13regulator: tps65217: Convert to regulator_[is_enabled|get_voltage_sel]_regmapAxel Lin1-72/+42
2012-05-18regulator: tps65217: Convert to set_voltage_sel and map_voltageAxel Lin1-38/+30
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationMark Brown1-2/+6
2012-04-06regulator: tps65217: Constify regulator_descAxel Lin1-1/+1
2012-03-12regulator: Merge tps65217_pmic_ldo234_ops and tps65217_pmic_dcdc_ops to tps65217_pmic_opsAxel Lin1-187/+72
2012-03-11regulator: tps65217: Use DIV_ROUND_UP macro to calculate selectorAxel Lin1-6/+6
2012-01-20regulator: Update tps65217-regulator for DT changesAxel Lin1-1/+1
2012-01-20regulator: tps65217: Add tps65217 regulator driverAnilKumar Ch1-0/+493