aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/lp3971.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-14regulator: lp3971: Silence uninitialized variable warningDan Carpenter1-1/+1
2015-07-14regulator: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2014-02-20regulator: lp3971: Do not hardcode return valueSachin Kamat1-1/+1
2013-11-13regulator: lp3971: Convert to devm_regulator_registerAxel Lin1-37/+6
2013-10-15regulator: lp3971: Fix checkpatch issueJingoo Han1-2/+2
2013-07-30regulator: use dev_get_platdata()Jingoo Han1-1/+1
2013-05-27regulator: lp397x: use devm_kzalloc() to make cleanup paths simplerNikolay Balandin1-8/+3
2013-04-23regulator: lp3971: Convert to use regulator_map_voltage_ascendAxel Lin1-0/+2
2012-12-24regulator: lp3971: Convert to get_voltage_selAxel Lin1-16/+6
2012-11-20regulator: remove use of __devexitBill Pemberton1-1/+1
2012-11-20regulator: remove use of __devinitBill Pemberton1-2/+2
2012-11-20regulator: remove use of __devexit_pBill Pemberton1-1/+1
2012-06-03regulator: lp3971: Use regulator_list_voltage_table()Axel Lin1-43/+23
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationMark Brown1-2/+7
2012-04-09Merge branch 'regulator-register' into regulator-driversMark Brown1-1/+1
2012-04-05regulator: lp3971: Constify regulator_descAxel Lin1-1/+1
2012-04-04regulator: lp3971: Convert to module_i2c_driver()Mark Brown1-17/+1
2012-04-01regulator: Convert lp3971 to set_voltage_selAxel Lin1-43/+15
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-01-12regulator: Report actual configured voltage to set_voltage()Mark Brown1-2/+8
2010-08-11regulator: lp3971 - remove unnecessary ret value checking in lp3971_i2c_write()Axel Lin1-7/+1
2010-08-11regulator: lp3971 - remove unnecessary ret value checking in lp3971_i2c_write()Axel Lin1-1/+1
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang1-2/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-22lp3971: Fix BUCK_VOL_CHANGE_SHIFT logicAxel Lin1-1/+1
2010-03-22lp3971: Fix setting val for LDO2 and LDO4Axel Lin1-1/+2
2010-03-22regulator: handle kcalloc() failureDan Carpenter1-0/+5
2010-03-03Regulators: lp3971 - fail if platform data was not suppliedDmitry Torokhov1-29/+29
2010-03-03regulator/lp3971: Storage class should be before const qualifierTobias Klauser1-5/+5
2010-02-12regulator/lp3971: vol_map out of bounds in lp3971_{ldo,dcdc}_set_voltage()Roel Kluin1-2/+2
2009-12-17drivers/regulator: use PTR_ERR to get error codeJulia Lawall1-2/+2
2009-09-22regulator/lp3971: drop unnecessary initializationWolfram Sang1-1/+1
2009-06-15regulator: lp3971 - fix driver link error when built-in.Liam Girdwood1-1/+1
2009-06-15LP3971 PMIC regulator driver (updated and combined version)Marek Szyprowski1-0/+562