aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/lp3972.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-20regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in 4.14Gravatar Douglas Anderson 1-0/+1
2022-11-22regulator: lp3972: Convert to i2c's .probe_new()Gravatar Uwe Kleine-König 1-3/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-5/+1
2019-01-28regulator: lp3972: Constify lp3972_ldo_ops and lp3972_dcdc_opsGravatar Axel Lin 1-2/+2
2016-04-14regulator: lp3972: Silence uninitialized variable warningGravatar Dan Carpenter 1-1/+1
2015-07-14regulator: drivers: Drop owner assignment from i2c_driverGravatar Krzysztof Kozlowski 1-1/+0
2013-11-24regulator: lp3972: Convert to devm_regulator_registerGravatar Axel Lin 1-35/+6
2013-07-30regulator: use dev_get_platdata()Gravatar Jingoo Han 1-1/+1
2013-05-27regulator: lp397x: use devm_kzalloc() to make cleanup paths simplerGravatar Nikolay Balandin 1-8/+3
2013-04-23regulator: lp3972: Convert to use regulator_map_voltage_ascendGravatar Axel Lin 1-0/+2
2013-01-08regulator: lp3972: Convert to get_voltage_selGravatar Axel Lin 1-16/+6
2012-11-20regulator: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-20regulator: remove use of __devinitGravatar Bill Pemberton 1-2/+2
2012-11-20regulator: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-06-03regulator: lp3972: Use regulator_list_voltage_table()Gravatar Axel Lin 1-66/+36
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationGravatar Mark Brown 1-2/+7
2012-04-09Merge branch 'regulator-register' into regulator-driversGravatar Mark Brown 1-1/+1
2012-04-05regulator: lp3972: Constify regulator_descGravatar Axel Lin 1-1/+1
2012-04-01regulator: Convert lp3972 to set_voltage_selGravatar Axel Lin 1-45/+18
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-01-12regulator: Report actual configured voltage to set_voltage()Gravatar Mark Brown 1-2/+8
2010-10-28Regulator: lp3972 cleanupGravatar Axel Lin 1-7/+18
2010-10-28Regulator: LP3972 PMIC regulator driverGravatar Axel Lin 1-0/+649