aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/da9052-regulator.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-20regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in 4.14Gravatar Douglas Anderson 1-0/+1
2021-06-23regulator: da9052: Ensure enough delay time for .set_voltage_time_selGravatar Axel Lin 1-1/+2
2019-05-03regulator: da9xxx: Switch to SPDX identifierGravatar Axel Lin 1-13/+7
2019-03-18regulator: da9052: Include linux/of.h to fix build warning for of_match_ptrGravatar Axel Lin 1-2/+0
2019-03-15regulator: da9052: Convert to regulator core's simplified DT parsing codeGravatar Axel Lin 1-27/+6
2019-01-25regulator: da9052: Use lowercase regulator names to match the DTGravatar Rob Herring 1-32/+32
2018-12-06regulator: Use of_node_name_eq for node name comparisonsGravatar Rob Herring 1-1/+1
2018-09-20regulator: da905{2,5}: Remove unnecessary array checkGravatar Nathan Chancellor 1-1/+1
2016-07-20regulator: da9053/52: Fix incorrectly stated minimum and maximum voltage limitsGravatar Steve Twiss 1-3/+3
2015-12-22regulator: da9*: constify regulator_ops structuresGravatar Julia Lawall 1-2/+2
2015-10-16regulator: da9053: Update regulator for DA9053 BC silicon supportGravatar Steve Twiss 1-0/+1
2015-05-27mfd: da9052: Fix broken regulator probeGravatar Johan Hovold 1-2/+3
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+0
2014-11-26regulator: of: Add regulator desc param to of_get_regulator_init_data()Gravatar Javier Martinez Canillas 1-1/+2
2014-10-20regulator: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-09-10regulator: remove unnecessary of_node_get() to parentGravatar Guodong Xu 1-2/+2
2014-02-19regulator: da9052: Add ramp speed information for the DVC regulatorsGravatar Philipp Zabel 1-0/+27
2014-02-14regulator: da9052: Use of_get_child_by_nameGravatar Sachin Kamat 1-1/+1
2013-10-24Merge remote-tracking branch 'regulator/topic/da9052' into regulator-nextGravatar Mark Brown 1-6/+35
2013-10-24regulator: da9052: Revert se apply_[reg|bit] with regmap based voltage_sel op...Gravatar Axel Lin 1-6/+35
2013-09-17regulator: da9052: Convert to devm_regulator_registerGravatar Axel Lin 1-11/+3
2013-07-30regulator: use dev_get_platdata()Gravatar Jingoo Han 1-1/+1
2013-02-19Merge remote-tracking branch 'regulator/topic/of' into regulator-nextGravatar Mark Brown 1-2/+3
2013-01-30regulator: Add missing of_node_put()Gravatar Axel Lin 1-2/+3
2012-12-24regulator: da9052: Use apply_[reg|bit] with regmap based voltage_sel operationsGravatar Axel Lin 1-35/+6
2012-12-10Merge remote-tracking branch 'regulator/topic/hotplug' into regulator-nextGravatar Mark Brown 1-3/+3
2012-11-27regulator: da9052: Ensure setting current limit within specific rangeGravatar Axel Lin 1-5/+5
2012-11-20regulator: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-20regulator: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-11-20regulator: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-08-28regulator: da9052: set_current_limit should select the maximum current in spe...Gravatar Axel Lin 1-2/+2
2012-07-12regulator: da9052: initialize of_node param for regulator registerGravatar Axel Lin 1-0/+1
2012-07-09regulator: da9052: Use for_each_child_of_node() macroGravatar Axel Lin 1-2/+1
2012-05-16regulator: da9052: Convert to set_voltage_sel and map_voltageGravatar Axel Lin 1-13/+24
2012-05-12Merge remote-tracking branch 'regulator/topic/drivers' into regulator-nextGravatar Mark Brown 1-1/+2
2012-05-07regulator: da9052: fix bug in device tree iteration loopGravatar Ying-Chun Liu (PaulLiu) 1-1/+1
2012-05-04regulator: da9052: Use regulator_get_voltage_sel_regmap()Gravatar Axel Lin 1-24/+8
2012-04-23regulator: da9052: Use generic regmap enable/disable operationsGravatar Axel Lin 1-45/+11
2012-04-16regulator: da9052: Directly include of.hGravatar Mark Brown 1-0/+1
2012-04-13regulator: da9052: add device tree supportGravatar Ying-Chun Liu (PaulLiu) 1-1/+28
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationGravatar Mark Brown 1-3/+7
2012-04-05regulator: da9052: Remove unneeded devm_kfree callsGravatar Axel Lin 1-10/+2
2012-04-01regulator: Refactor to use one da9052_ldo_ops/da9052_dcdc_ops for all LDOs/DCDCsGravatar Axel Lin 1-186/+44
2012-04-01regulator: Fix da9052 ldo regulator namesGravatar Axel Lin 1-40/+52
2012-03-11regulator: da9052: Ensure the selected voltage falls within the specified rangeGravatar Axel Lin 1-4/+4
2012-03-11regulator: Set n_voltages for da9052 regulatorsGravatar Axel Lin 1-0/+4
2012-03-05regulator: Fix mask parameter in da9052_reg_update callsGravatar Axel Lin 1-4/+4
2011-12-20regulator: da9052: Staticize non-exported symbolsGravatar Axel Lin 1-2/+2
2011-12-17regulator: Replace kzalloc with devm_kzalloc and if-else with a switch-case f...Gravatar Ashish Jangam 1-5/+11
2011-12-15regulator: Update da9052-regulator for DT changesGravatar Mark Brown 1-1/+1