aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/mc13892-regulator.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-11regulator: mc13892-regulator: convert comma to semicolonZheng Yongjun1-2/+2
2019-03-04regulator: mc13xxx: Constify regulator_ops variablesAxel Lin1-4/+4
2019-01-25regulator: mc13xxx: Use lowercase regulator names to match the DTRob Herring1-32/+32
2018-06-08Merge tag 'regulator-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds1-11/+7
2018-06-06treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook1-3/+3
2018-05-24regulator: mc13892: Switch to SPDX identifierFabio Estevam1-11/+7
2014-10-20regulator: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-08-19regulator: core: add const to regulator_ops and fix build error in mc13892Guodong Xu1-4/+7
2014-01-23Merge remote-tracking branches 'regulator/topic/db8500', 'regulator/topic/gpio', 'regulator/topic/lp3971', 'regulator/topic/lp3972', 'regulator/topic/max14577', 'regulator/topic/max77693', 'regulator/topic/mc13892', 'regulator/topic/pcf50633' and 'regulator/topic/pfuze100' into regulator-linusMark Brown1-12/+12
2013-10-15regulator: mc13892: Fix checkpatch issueJingoo Han1-12/+12
2013-09-17regulator: mc13892: Use devm_regulator_registerSachin Kamat1-19/+3
2013-05-12regulator: Remove all platform_set_drvdata(pdev, NULL) in driversAxel Lin1-2/+0
2013-04-28Merge remote-tracking branch 'regulator/topic/ascend' into v3.9-rc8Mark Brown1-0/+1
2013-04-28regulator: mc13892: Fix MC13892_SWITCHERS0_SWxHI bit in set_voltage_selAxel Lin1-3/+3
2013-04-28regulator: mc13xxx: Add warning of incorrect names of regulatorsAlexander Shiyan1-36/+3
2013-04-25regulator: mc13892: Use regulator_map_voltage_ascend for mc13892_sw_regulator_opsAxel Lin1-0/+1
2013-01-27regulator: mc13892: sanity check num_regulators parsed vs. registeredMatt Sealey1-2/+37
2013-01-27regulator: mc13892-regulator: correct/refine handling of the SWxHI bitMatt Sealey1-16/+56
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: mc13xxx: Remove get_voltage implementation for single voltage regulatorsAxel Lin1-1/+0
2012-08-28regulator: mc13892: Convert mc13892_sw_regulator_ops to get_voltage_selAxel Lin1-9/+3
2012-08-28regulator: mc13892: Simplify implementation of mc13892_sw_regulator_set_voltage_sel()Axel Lin1-27/+15
2012-08-28regulator: mc13892: Make mc13892_powermisc_rmw() lock protectedAxel Lin1-14/+8
2012-06-19regulator: mc13xxx: Remove mc13xxx_sw_regulator_is_enabled functionAxel Lin1-1/+0
2012-06-17regulator: mc13xxx: Convert to regulator_list_voltage_tableAxel Lin1-21/+21
2012-04-10Merge tag 'v3.4-rc2' into regulator-driversMark Brown1-5/+5
2012-04-10regulator: Fix build error for mc13783 and mc13892Axel Lin1-2/+6
2012-04-02regulator: Convert mc13xxx regulator drivers to set_voltage_selAxel Lin1-13/+4
2012-03-26regulator: Fix unbalanced lock/unlock in mc13892_regulator_probe error pathAxel Lin1-5/+5
2011-12-30regulator: mc13892: Convert to devm_kzalloc()Fabio Estevam1-3/+1
2011-12-22regulator: mc13892: add device tree probe supportShawn Guo1-11/+32
2011-11-23regulator: pass additional of_node to regulator_register()Rajendra Nayak1-1/+1
2011-10-31regulator: Add module.h to drivers/regulator users as requiredPaul Gortmaker1-0/+1
2011-05-27regulator: mc13892: Fix voltage unit in test case.Fabio Estevam1-2/+2
2011-05-27Revert "regulator: Move VCOINCELL to be the last element of mc13892_regulators array"Axel Lin1-1/+1
2011-05-27regulator: Use mc13xxx_reg_write instead of mc13xxx_reg_rmw in mc13892_sw_regulator_set_voltageAxel Lin1-6/+10
2011-05-27regulator: Move VCOINCELL to be the last element of mc13892_regulators arrayAxel Lin1-1/+1
2011-05-26mfd: Use mfd cell platform_data for mc13xxx cells platform bitsSamuel Ortiz1-3/+4
2011-03-23mfd: mfd_cell is now implicitly available to mc13xxx driversAndres Salomon1-4/+3
2011-01-12regulator: Assign return value of mc13xxx_reg_rmw to retAxel Lin1-1/+1
2011-01-12regulator: Staticise non-exported functions in mc13892Mark Brown1-3/+3
2011-01-12regulator: support PMIC mc13892Yong Shen1-0/+635