aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/tps51632-regulator.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-31regulator: tps51632: Fix setting ramp delayAxel Lin1-3/+6
2015-07-14regulator: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2014-11-26regulator: of: Add regulator desc param to of_get_regulator_init_data()Javier Martinez Canillas1-20/+23
2014-02-20regulator: tps51632: Remove redundant error messageSachin Kamat1-6/+2
2013-12-21regulator: tps51632-regulator: Fix spellingFabio Estevam1-14/+14
2013-11-24regulator: tps51632: Get regulator name from i2c_clientMikko Perttunen1-1/+1
2013-09-17regulator: tps51632: Use devm_regulator_registerSachin Kamat1-10/+1
2013-07-30regulator: use dev_get_platdata()Jingoo Han1-1/+1
2013-02-13regulator: tps51632: Use regulator_[get|set]_voltage_sel_regmapAxel Lin1-44/+8
2012-12-27regulator: tps51632: add DT supportLaxman Dewangan1-0/+59
2012-12-27regulator: tps51632: add register property for regmapLaxman Dewangan1-5/+36
2012-12-10Merge remote-tracking branch 'regulator/topic/tps516312' into regulator-nextMark Brown1-0/+15
2012-12-10Merge remote-tracking branch 'regulator/topic/min' into regulator-nextMark Brown1-10/+5
2012-12-03regulator: tps51632: Ensure [base|max]_voltage_uV pdata settings are validAxel Lin1-0/+15
2012-11-28Merge branch 'topic/tps51632' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-minMark Brown1-1/+1
2012-11-28regulator: tps51632: Use linear_min_sel and regulator_[map|list]_voltage_linearAxel Lin1-10/+5
2012-11-27regulator: tps51632: Fix writing to wrong register when enable_pwm_dvfs is setAxel Lin1-1/+1
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-10-15regulator: tps51632: Add tps51632 regulator driverLaxman Dewangan1-0/+332