aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/tps65912-regulator.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_319.RULEGravatar Thomas Gleixner 1-9/+1
2020-09-01regulator: tps65912: Constify static regulator_opsGravatar Rikard Falkeborn 1-2/+2
2020-07-22regulator: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 1-1/+1
2020-05-08regulator: use linear_ranges helperGravatar Matti Vaittinen 1-2/+2
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hGravatar Randy Dunlap 1-0/+1
2016-02-11regulator: tps65912: Add regulator driver for the TPS65912 PMICGravatar Andrew F. Davis 1-0/+168
2016-02-11mfd: tps65912: Remove old driver in preparation for new driverGravatar Andrew F. Davis 1-541/+0
2014-10-20regulator: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2013-10-24Merge remote-tracking branch 'regulator/topic/linear' into regulator-nextGravatar Mark Brown 1-6/+3
2013-10-11regulator: Add REGULATOR_LINEAR_RANGE macroGravatar Axel Lin 1-3/+3
2013-10-11regulator: Remove max_uV from struct regulator_linear_rangeGravatar Axel Lin 1-6/+3
2013-09-17regulator: tps65912: Use devm_regulator_registerGravatar Sachin Kamat 1-20/+4
2013-07-24regulator: tps65912: Convert tps65912_ops_ldo to use linear rangesGravatar Axel Lin 1-20/+19
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-04-23regulator: tps65912: Convert to get_voltage_selGravatar Axel Lin 1-4/+4
2012-04-23regulator: Remove unneeded include of linux/delay.h from regulator driversGravatar Axel Lin 1-1/+0
2012-04-11regulator: Convert tps65xxx regulator drivers to use devm_kzallocGravatar Axel Lin 1-5/+1
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationGravatar Mark Brown 1-2/+7
2012-04-01regulator: Use tps65912_get_voltage for both DCDCs and LDOsGravatar Axel Lin 1-18/+3
2012-04-01regulator: Implement tps65912_list_voltage to be shared by both DCDCs and LDOsGravatar Axel Lin 1-16/+7
2012-03-14regulator: Simplify implementation of tps65912_get_voltage_dcdcGravatar Axel Lin 1-26/+5
2012-03-14regulator: Use tps65912_set_voltage_sel for both DCDCx and LDOxGravatar Axel Lin 1-16/+3
2012-03-13regulator: tps65912: Use simple equations to get register addressGravatar Axel Lin 1-144/+18
2012-03-11regulator: Use array to store dcdc_range settings for tps65912Gravatar Axel Lin 1-50/+20
2012-03-11regulator: Rename set_voltage_sel callback function name to *_selGravatar Axel Lin 1-6/+6
2012-03-11regulator: Simplify the implementation of tps65912_get_voltage_dcdcGravatar Axel Lin 1-67/+45
2011-11-23regulator: pass additional of_node to regulator_register()Gravatar Rajendra Nayak 1-1/+1
2011-08-08regulator: tps65912: Remove unused define of TPS65912_MAX_REG_IDGravatar Axel Lin 1-2/+0
2011-07-31regulator: Storing tps65912 error codes in u8Gravatar Dan Carpenter 1-1/+1
2011-07-31tps65912: add regulator driverGravatar Margarita Olaya 1-0/+800