aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/tps80031-regulator.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-16regulator: tps80031: Switch to SPDX identifierAxel Lin1-24/+10
2019-04-16regulator: tps80031: Constify regulator_ops and tps80031_dcdc_voltages arrayAxel Lin1-6/+6
2019-04-16regulator: tps80031: Remove unused *rdev from struct tps80031_regulatorAxel Lin1-2/+0
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-2/+2
2014-10-20regulator: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-03-05regulator: tps80031: remove unnecessary parenthesesJingoo Han1-1/+1
2014-02-20regulator: tps80031: Remove redundant error messageSachin Kamat1-3/+1
2013-09-17regulator: tps80031: Use devm_regulator_registerSachin Kamat1-25/+5
2013-04-23regulator: tps80031: Convert tps80031_dcdc_ops to [get|set]_voltage_sel_regmapAxel Lin1-33/+6
2013-04-23regulator: tps80031: Fix LDO2 track mode for TPS80031 or TPS80032-ES1.0Axel Lin1-4/+34
2013-01-26regulator: tps80031: Use IS_ERR to check return value of regulator_register()Axel Lin1-1/+1
2012-12-10Merge remote-tracking branch 'regulator/topic/tps80031' into regulator-nextMark Brown1-16/+11
2012-12-07regulator: tps80031: Convert tps80031_ldo_ops to linear_min_sel and list_voltage_linearAxel Lin1-9/+2
2012-11-23regulator: tps80031: Implement list_voltage and set n_voltages = 1 for fixed regulatorsAxel Lin1-1/+5
2012-11-23regulator: tps80031: Trivial cleanupsAxel Lin1-6/+4
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-11-15regulator: tps80031: add prefix TPS80031 on common defines.Laxman Dewangan1-38/+42
2012-11-13regulator: tps80031: add regulator driver for tps80031Laxman Dewangan1-0/+789