aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/da9052-regulator.c
AgeCommit message (Expand)Author
2016-07-20regulator: da9053/52: Fix incorrectly stated minimum and maximum voltage limitsSteve Twiss
2015-12-22regulator: da9*: constify regulator_ops structuresJulia Lawall
2015-10-16regulator: da9053: Update regulator for DA9053 BC silicon supportSteve Twiss
2015-05-27mfd: da9052: Fix broken regulator probeJohan Hovold
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-26regulator: of: Add regulator desc param to of_get_regulator_init_data()Javier Martinez Canillas
2014-10-20regulator: drop owner assignment from platform_driversWolfram Sang
2014-09-10regulator: remove unnecessary of_node_get() to parentGuodong Xu
2014-02-19regulator: da9052: Add ramp speed information for the DVC regulatorsPhilipp Zabel
2014-02-14regulator: da9052: Use of_get_child_by_nameSachin Kamat
2013-10-24Merge remote-tracking branch 'regulator/topic/da9052' into regulator-nextMark Brown
2013-10-24regulator: da9052: Revert se apply_[reg|bit] with regmap based voltage_sel op...Axel Lin
2013-09-17regulator: da9052: Convert to devm_regulator_registerAxel Lin
2013-07-30regulator: use dev_get_platdata()Jingoo Han
2013-02-19Merge remote-tracking branch 'regulator/topic/of' into regulator-nextMark Brown
2013-01-30regulator: Add missing of_node_put()Axel Lin
2012-12-24regulator: da9052: Use apply_[reg|bit] with regmap based voltage_sel operationsAxel Lin
2012-12-10Merge remote-tracking branch 'regulator/topic/hotplug' into regulator-nextMark Brown
2012-11-27regulator: da9052: Ensure setting current limit within specific rangeAxel Lin
2012-11-20regulator: remove use of __devexitBill Pemberton
2012-11-20regulator: remove use of __devinitBill Pemberton
2012-11-20regulator: remove use of __devexit_pBill Pemberton
2012-08-28regulator: da9052: set_current_limit should select the maximum current in spe...Axel Lin
2012-07-12regulator: da9052: initialize of_node param for regulator registerAxel Lin
2012-07-09regulator: da9052: Use for_each_child_of_node() macroAxel Lin
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