aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/tps65912-regulator.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap1-0/+1
2016-02-11regulator: tps65912: Add regulator driver for the TPS65912 PMICAndrew F. Davis1-0/+168
2016-02-11mfd: tps65912: Remove old driver in preparation for new driverAndrew F. Davis1-541/+0
2014-10-20regulator: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-10-24Merge remote-tracking branch 'regulator/topic/linear' into regulator-nextMark Brown1-6/+3
2013-10-11regulator: Add REGULATOR_LINEAR_RANGE macroAxel Lin1-3/+3
2013-10-11regulator: Remove max_uV from struct regulator_linear_rangeAxel Lin1-6/+3
2013-09-17regulator: tps65912: Use devm_regulator_registerSachin Kamat1-20/+4
2013-07-24regulator: tps65912: Convert tps65912_ops_ldo to use linear rangesAxel Lin1-20/+19
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-04-23regulator: tps65912: Convert to get_voltage_selAxel Lin1-4/+4
2012-04-23regulator: Remove unneeded include of linux/delay.h from regulator driversAxel Lin1-1/+0
2012-04-11regulator: Convert tps65xxx regulator drivers to use devm_kzallocAxel Lin1-5/+1
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationMark Brown1-2/+7
2012-04-01regulator: Use tps65912_get_voltage for both DCDCs and LDOsAxel Lin1-18/+3
2012-04-01regulator: Implement tps65912_list_voltage to be shared by both DCDCs and LDOsAxel Lin1-16/+7
2012-03-14regulator: Simplify implementation of tps65912_get_voltage_dcdcAxel Lin1-26/+5
2012-03-14regulator: Use tps65912_set_voltage_sel for both DCDCx and LDOxAxel Lin1-16/+3
2012-03-13regulator: tps65912: Use simple equations to get register addressAxel Lin1-144/+18
2012-03-11regulator: Use array to store dcdc_range settings for tps65912Axel Lin1-50/+20
2012-03-11regulator: Rename set_voltage_sel callback function name to *_selAxel Lin1-6/+6
2012-03-11regulator: Simplify the implementation of tps65912_get_voltage_dcdcAxel Lin1-67/+45
2011-11-23regulator: pass additional of_node to regulator_register()Rajendra Nayak1-1/+1
2011-08-08regulator: tps65912: Remove unused define of TPS65912_MAX_REG_IDAxel Lin1-2/+0
2011-07-31regulator: Storing tps65912 error codes in u8Dan Carpenter1-1/+1
2011-07-31tps65912: add regulator driverMargarita Olaya1-0/+800