aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/da9052-regulator.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-23regulator: da9052: Ensure enough delay time for .set_voltage_time_selAxel Lin1-1/+2
2019-05-03regulator: da9xxx: Switch to SPDX identifierAxel Lin1-13/+7
2019-03-18regulator: da9052: Include linux/of.h to fix build warning for of_match_ptrAxel Lin1-2/+0
2019-03-15regulator: da9052: Convert to regulator core's simplified DT parsing codeAxel Lin1-27/+6
2019-01-25regulator: da9052: Use lowercase regulator names to match the DTRob Herring1-32/+32
2018-12-06regulator: Use of_node_name_eq for node name comparisonsRob Herring1-1/+1
2018-09-20regulator: da905{2,5}: Remove unnecessary array checkNathan Chancellor1-1/+1
2016-07-20regulator: da9053/52: Fix incorrectly stated minimum and maximum voltage limitsSteve Twiss1-3/+3
2015-12-22regulator: da9*: constify regulator_ops structuresJulia Lawall1-2/+2
2015-10-16regulator: da9053: Update regulator for DA9053 BC silicon supportSteve Twiss1-0/+1
2015-05-27mfd: da9052: Fix broken regulator probeJohan Hovold1-2/+3
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-26regulator: of: Add regulator desc param to of_get_regulator_init_data()Javier Martinez Canillas1-1/+2
2014-10-20regulator: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-10regulator: remove unnecessary of_node_get() to parentGuodong Xu1-2/+2
2014-02-19regulator: da9052: Add ramp speed information for the DVC regulatorsPhilipp Zabel1-0/+27
2014-02-14regulator: da9052: Use of_get_child_by_nameSachin Kamat1-1/+1
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