aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/da9052-regulator.c
AgeCommit message (Expand)Author
2012-05-16regulator: da9052: Convert to set_voltage_sel and map_voltageAxel Lin
2012-05-12Merge remote-tracking branch 'regulator/topic/drivers' into regulator-nextMark Brown
2012-05-07regulator: da9052: fix bug in device tree iteration loopYing-Chun Liu (PaulLiu)
2012-05-04regulator: da9052: Use regulator_get_voltage_sel_regmap()Axel Lin
2012-04-23regulator: da9052: Use generic regmap enable/disable operationsAxel Lin
2012-04-16regulator: da9052: Directly include of.hMark Brown
2012-04-13regulator: da9052: add device tree supportYing-Chun Liu (PaulLiu)
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationMark Brown
2012-04-05regulator: da9052: Remove unneeded devm_kfree callsAxel Lin
2012-04-01regulator: Refactor to use one da9052_ldo_ops/da9052_dcdc_ops for all LDOs/DCDCsAxel Lin
2012-04-01regulator: Fix da9052 ldo regulator namesAxel Lin
2012-03-11regulator: da9052: Ensure the selected voltage falls within the specified rangeAxel Lin
2012-03-11regulator: Set n_voltages for da9052 regulatorsAxel Lin
2012-03-05regulator: Fix mask parameter in da9052_reg_update callsAxel Lin
2011-12-20regulator: da9052: Staticize non-exported symbolsAxel Lin
2011-12-17regulator: Replace kzalloc with devm_kzalloc and if-else with a switch-case f...Ashish Jangam
2011-12-15regulator: Update da9052-regulator for DT changesMark Brown
2011-12-15regulator: DA9052/53 Regulator supportAshish Jangam