aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/da9052-regulator.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-24Merge remote-tracking branch 'regulator/topic/da9052' into regulator-nextMark Brown1-6/+35
2013-10-24regulator: da9052: Revert se apply_[reg|bit] with regmap based voltage_sel operationsAxel Lin1-6/+35
2013-09-17regulator: da9052: Convert to devm_regulator_registerAxel Lin1-11/+3
2013-07-30regulator: use dev_get_platdata()Jingoo Han1-1/+1
2013-02-19Merge remote-tracking branch 'regulator/topic/of' into regulator-nextMark Brown1-2/+3
2013-01-30regulator: Add missing of_node_put()Axel Lin1-2/+3
2012-12-24regulator: da9052: Use apply_[reg|bit] with regmap based voltage_sel operationsAxel Lin1-35/+6
2012-12-10Merge remote-tracking branch 'regulator/topic/hotplug' into regulator-nextMark Brown1-3/+3
2012-11-27regulator: da9052: Ensure setting current limit within specific rangeAxel Lin1-5/+5
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-28regulator: da9052: set_current_limit should select the maximum current in specific rangeAxel Lin1-2/+2
2012-07-12regulator: da9052: initialize of_node param for regulator registerAxel Lin1-0/+1
2012-07-09regulator: da9052: Use for_each_child_of_node() macroAxel Lin1-2/+1
2012-05-16regulator: da9052: Convert to set_voltage_sel and map_voltageAxel Lin1-13/+24
2012-05-12Merge remote-tracking branch 'regulator/topic/drivers' into regulator-nextMark Brown1-1/+2
2012-05-07regulator: da9052: fix bug in device tree iteration loopYing-Chun Liu (PaulLiu)1-1/+1
2012-05-04regulator: da9052: Use regulator_get_voltage_sel_regmap()Axel Lin1-24/+8
2012-04-23regulator: da9052: Use generic regmap enable/disable operationsAxel Lin1-45/+11
2012-04-16regulator: da9052: Directly include of.hMark Brown1-0/+1
2012-04-13regulator: da9052: add device tree supportYing-Chun Liu (PaulLiu)1-1/+28
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationMark Brown1-3/+7
2012-04-05regulator: da9052: Remove unneeded devm_kfree callsAxel Lin1-10/+2
2012-04-01regulator: Refactor to use one da9052_ldo_ops/da9052_dcdc_ops for all LDOs/DCDCsAxel Lin1-186/+44
2012-04-01regulator: Fix da9052 ldo regulator namesAxel Lin1-40/+52
2012-03-11regulator: da9052: Ensure the selected voltage falls within the specified rangeAxel Lin1-4/+4
2012-03-11regulator: Set n_voltages for da9052 regulatorsAxel Lin1-0/+4
2012-03-05regulator: Fix mask parameter in da9052_reg_update callsAxel Lin1-4/+4
2011-12-20regulator: da9052: Staticize non-exported symbolsAxel Lin1-2/+2
2011-12-17regulator: Replace kzalloc with devm_kzalloc and if-else with a switch-case for da9052-regulatorAshish Jangam1-5/+11
2011-12-15regulator: Update da9052-regulator for DT changesMark Brown1-1/+1
2011-12-15regulator: DA9052/53 Regulator supportAshish Jangam1-0/+600