aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/mc13892-regulator.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-20regulator: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-08-19regulator: core: add const to regulator_ops and fix build error in mc13892Gravatar Guodong Xu 1-4/+7
2014-01-23Merge remote-tracking branches 'regulator/topic/db8500', 'regulator/topic/gpi...Gravatar Mark Brown 1-12/+12
2013-10-15regulator: mc13892: Fix checkpatch issueGravatar Jingoo Han 1-12/+12
2013-09-17regulator: mc13892: Use devm_regulator_registerGravatar Sachin Kamat 1-19/+3
2013-05-12regulator: Remove all platform_set_drvdata(pdev, NULL) in driversGravatar Axel Lin 1-2/+0
2013-04-28Merge remote-tracking branch 'regulator/topic/ascend' into v3.9-rc8Gravatar Mark Brown 1-0/+1
2013-04-28regulator: mc13892: Fix MC13892_SWITCHERS0_SWxHI bit in set_voltage_selGravatar Axel Lin 1-3/+3
2013-04-28regulator: mc13xxx: Add warning of incorrect names of regulatorsGravatar Alexander Shiyan 1-36/+3
2013-04-25regulator: mc13892: Use regulator_map_voltage_ascend for mc13892_sw_regulator...Gravatar Axel Lin 1-0/+1
2013-01-27regulator: mc13892: sanity check num_regulators parsed vs. registeredGravatar Matt Sealey 1-2/+37
2013-01-27regulator: mc13892-regulator: correct/refine handling of the SWxHI bitGravatar Matt Sealey 1-16/+56
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: mc13xxx: Remove get_voltage implementation for single voltage regu...Gravatar Axel Lin 1-1/+0
2012-08-28regulator: mc13892: Convert mc13892_sw_regulator_ops to get_voltage_selGravatar Axel Lin 1-9/+3
2012-08-28regulator: mc13892: Simplify implementation of mc13892_sw_regulator_set_volta...Gravatar Axel Lin 1-27/+15
2012-08-28regulator: mc13892: Make mc13892_powermisc_rmw() lock protectedGravatar Axel Lin 1-14/+8
2012-06-19regulator: mc13xxx: Remove mc13xxx_sw_regulator_is_enabled functionGravatar Axel Lin 1-1/+0
2012-06-17regulator: mc13xxx: Convert to regulator_list_voltage_tableGravatar Axel Lin 1-21/+21
2012-04-10Merge tag 'v3.4-rc2' into regulator-driversGravatar Mark Brown 1-5/+5
2012-04-10regulator: Fix build error for mc13783 and mc13892Gravatar Axel Lin 1-2/+6
2012-04-02regulator: Convert mc13xxx regulator drivers to set_voltage_selGravatar Axel Lin 1-13/+4
2012-03-26regulator: Fix unbalanced lock/unlock in mc13892_regulator_probe error pathGravatar Axel Lin 1-5/+5
2011-12-30regulator: mc13892: Convert to devm_kzalloc()Gravatar Fabio Estevam 1-3/+1
2011-12-22regulator: mc13892: add device tree probe supportGravatar Shawn Guo 1-11/+32
2011-11-23regulator: pass additional of_node to regulator_register()Gravatar Rajendra Nayak 1-1/+1
2011-10-31regulator: Add module.h to drivers/regulator users as requiredGravatar Paul Gortmaker 1-0/+1
2011-05-27regulator: mc13892: Fix voltage unit in test case.Gravatar Fabio Estevam 1-2/+2
2011-05-27Revert "regulator: Move VCOINCELL to be the last element of mc13892_regulator...Gravatar Axel Lin 1-1/+1
2011-05-27regulator: Use mc13xxx_reg_write instead of mc13xxx_reg_rmw in mc13892_sw_reg...Gravatar Axel Lin 1-6/+10
2011-05-27regulator: Move VCOINCELL to be the last element of mc13892_regulators arrayGravatar Axel Lin 1-1/+1
2011-05-26mfd: Use mfd cell platform_data for mc13xxx cells platform bitsGravatar Samuel Ortiz 1-3/+4
2011-03-23mfd: mfd_cell is now implicitly available to mc13xxx driversGravatar Andres Salomon 1-4/+3
2011-01-12regulator: Assign return value of mc13xxx_reg_rmw to retGravatar Axel Lin 1-1/+1
2011-01-12regulator: Staticise non-exported functions in mc13892Gravatar Mark Brown 1-3/+3
2011-01-12regulator: support PMIC mc13892Gravatar Yong Shen 1-0/+635