aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/lp3972.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2019-01-28regulator: lp3972: Constify lp3972_ldo_ops and lp3972_dcdc_opsAxel Lin1-2/+2
2016-04-14regulator: lp3972: Silence uninitialized variable warningDan Carpenter1-1/+1
2015-07-14regulator: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2013-11-24regulator: lp3972: Convert to devm_regulator_registerAxel Lin1-35/+6
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: lp3972: Convert to use regulator_map_voltage_ascendAxel Lin1-0/+2
2013-01-08regulator: lp3972: 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: lp3972: Use regulator_list_voltage_table()Axel Lin1-66/+36
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: lp3972: Constify regulator_descAxel Lin1-1/+1
2012-04-01regulator: Convert lp3972 to set_voltage_selAxel Lin1-45/+18
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-10-28Regulator: lp3972 cleanupAxel Lin1-7/+18
2010-10-28Regulator: LP3972 PMIC regulator driverAxel Lin1-0/+649