aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/mc13xxx-regulator-core.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-04regulator: mc13xxx: Constify regulator_ops variablesGravatar Axel Lin 1-2/+2
2018-12-06regulator: Use of_node_name_eq for node name comparisonsGravatar Rob Herring 1-1/+1
2018-08-28regulator: Convert to using %pOFn instead of device_node.nameGravatar Rob Herring 1-1/+1
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Gravatar Kees Cook 1-1/+1
2018-05-24regulator: mc13xxx-core: Switch to SPDX identifierGravatar Fabio Estevam 1-16/+12
2014-11-26regulator: of: Add regulator desc param to of_get_regulator_init_data()Gravatar Javier Martinez Canillas 1-1/+2
2014-06-09regulator: mc13xxx: Remove unnecessary locksGravatar Alexander Shiyan 1-29/+8
2014-03-03regulator: mc13xxx: Fix probing with DTGravatar Alexander Shiyan 1-4/+4
2014-02-25regulator: mc13xxx: Fix NULL pointer error in non-DT modeGravatar Sachin Kamat 1-4/+8
2014-02-14regulator: mc13xxx: Use of_get_child_by_nameGravatar Sachin Kamat 1-2/+2
2013-04-28regulator: mc13xxx: Add warning of incorrect names of regulatorsGravatar Alexander Shiyan 1-5/+12
2013-01-31regulator: mc13xxx: Use of_get_child_count()Gravatar Axel Lin 1-5/+3
2013-01-30regulator: Add missing of_node_put()Gravatar Axel Lin 1-1/+6
2013-01-27regulator: mc13892: sanity check num_regulators parsed vs. registeredGravatar Matt Sealey 1-2/+8
2012-11-20regulator: remove use of __devinitGravatar Bill Pemberton 1-2/+2
2012-08-28regulator: mc13xxx: Remove get_voltage implementation for single voltage regu...Gravatar Axel Lin 1-11/+0
2012-08-28regulator: mc13xxx: Populate selector from mc13xxx_fixed_regulator_set_voltageGravatar Axel Lin 1-2/+4
2012-06-19regulator: mc13xxx: Remove mc13xxx_sw_regulator_is_enabled functionGravatar Axel Lin 1-6/+0
2012-06-17regulator: mc13xxx: Convert to regulator_list_voltage_tableGravatar Axel Lin 1-24/+6
2012-06-17regulator: mc13xxx: Fix voltage checking for mc13xxx_fixed_regulator_set_voltageGravatar Axel Lin 1-2/+2
2012-04-02regulator: Convert mc13xxx regulator drivers to set_voltage_selGravatar Axel Lin 1-49/+5
2012-02-09regulator: Fix mc13xxx regulator modular build (again)Gravatar David Miller 1-0/+2
2011-12-22regulator: mc13892: add device tree probe supportGravatar Shawn Guo 1-0/+57
2011-10-31regulator: Add module.h to drivers/regulator users as requiredGravatar Paul Gortmaker 1-0/+1
2011-05-27regulator: Fix off-by-one value range checking for mc13xxx_regulator_get_voltageGravatar Axel Lin 1-1/+1
2011-02-25regulator, mc13xxx: Remove pointless test for unsigned less than zeroGravatar Jesper Juhl 1-1/+1
2011-01-12regulator: Allow modular build of mc13xxx-coreGravatar Mark Brown 1-0/+7
2011-01-12make mc13783 regulator code genericGravatar Yong Shen 1-0/+234