aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/rc5t583-regulator.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-31regulator: rc5t583-regulator: constify regulator_ops structureBhumika Goyal1-1/+1
2014-10-20regulator: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-02-20regulator: rc5t583: Remove redundant error messageSachin Kamat1-3/+1
2014-02-11regulator: rc5t583: Allow missing init_data for diagnosticsAxel Lin1-8/+1
2013-09-17regulator: rc5t583: Use devm_regulator_registerSachin Kamat1-20/+2
2013-04-16regulator: rc5t583: Remove unused fields from struct rc5t583_regulator_infoAxel Lin1-6/+0
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-06-24regulator: rc5t583: Use regulator_set_voltage_time_sel()Axel Lin1-14/+2
2012-06-08regulator: rc5t583: Simplify rc5t583_set_voltage_time_sel implementationAxel Lin1-11/+3
2012-05-17regulator: rc5t583: Remove max_uV from struct rc5t583_regulator_infoAxel Lin1-4/+0
2012-05-14regulator: rc5t583: Convert to regulator_set_voltage_sel_regmap and regulator_map_voltage_linearAxel Lin1-27/+2
2012-05-14regulator: rc5t583: Convert to regulator_list_voltage_linear()Axel Lin1-19/+9
2012-05-12Merge remote-tracking branch 'regulator/topic/drivers' into regulator-nextMark Brown1-1/+0
2012-05-04regulator: rc5t583: Use regulator_get_voltage_sel_regmap()Axel Lin1-24/+9
2012-04-23regulator: Remove unneeded include of linux/delay.h from regulator driversAxel Lin1-1/+0
2012-04-23regulator: rc5t583: Use generic regmap enable/disable operationsAxel Lin1-57/+6
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationMark Brown1-2/+6
2012-04-06regulator: Convert rc5t583 to set_voltageAxel Lin1-8/+15
2012-04-06regulator: rc5t583: Correct MODULE LICENSE to GPL v2Laxman Dewangan1-1/+1
2012-04-06regulator: rc5t583: Simplify RC5T583_REG macroAxel Lin1-32/+18
2012-04-05regulator: rc5t583: Remove nsteps from struct rc5t583_regulator_infoAxel Lin1-20/+17
2012-04-05regulator: rc5t583: Fix off-by-one valid range checking for selectorAxel Lin1-1/+1
2012-04-04regulator: Fix rc5t583_regulator_probe error handlingAxel Lin1-2/+2
2012-04-04regulator: Add support for RICOH PMIC RC5T583 regulatorLaxman Dewangan1-0/+367