aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/as3711-regulator.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-18regulator: as3711: Remove struct as3711_regulator_info and as3711_regulatorAxel Lin1-30/+7
2018-11-13regulator: as3711: convert to SPDX identifiersKuninori Morimoto1-4/+1
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-2/+4
2017-01-31regulator: as3711-regulator: constify regulator_ops structureBhumika Goyal1-3/+3
2014-10-20regulator: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-07regulator: as3711: Remove unused fields from as3711_regulator_info and as3711_regulatorAxel Lin1-33/+28
2014-02-20regulator: as3711: Remove redundant error messageSachin Kamat1-3/+1
2014-02-14regulator: as3711: Use of_get_child_by_nameSachin Kamat1-1/+1
2014-02-11regulator: as3711: Allow missing init_data for diagnosticsAxel Lin1-8/+1
2013-10-24Merge remote-tracking branch 'regulator/topic/linear' into regulator-nextMark Brown1-14/+7
2013-10-11regulator: Add REGULATOR_LINEAR_RANGE macroAxel Lin1-11/+7
2013-10-11regulator: Remove max_uV from struct regulator_linear_rangeAxel Lin1-14/+11
2013-09-17regulator: as3711: Convert to devm_regulator_registerAxel Lin1-20/+2
2013-07-24regulator: as3711: Convert to use linear rangesAxel Lin1-132/+31
2013-04-17regulator: as3711: Use a static of_regulator_match table for of_regulator_matchAxel Lin1-25/+18
2013-03-25regulator: as3711: add OF supportGuennadi Liakhovetski1-3/+71
2013-02-13regulator: as3711: Fix checking if no platform initialization dataAxel Lin1-1/+1
2012-11-27regulator: as3711: Fix the logic in as3711_sel_checkAxel Lin1-15/+8
2012-11-27regulator: as3711: Fix valid min_uV/max_UV checking in as3711_bound_checkAxel Lin1-6/+3
2012-11-23regulator: add a regulator driver for the AS3711 PMICGuennadi Liakhovetski1-0/+379