summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/rc5t583-regulator.c
Commit message (Expand)AuthorAgeFilesLines
* regulator: rc5t583-regulator: constify regulator_ops structureBhumika Goyal2017-01-311-1/+1
* regulator: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* regulator: rc5t583: Remove redundant error messageSachin Kamat2014-02-201-3/+1
* regulator: rc5t583: Allow missing init_data for diagnosticsAxel Lin2014-02-111-8/+1
* regulator: rc5t583: Use devm_regulator_registerSachin Kamat2013-09-171-20/+2
* regulator: rc5t583: Remove unused fields from struct rc5t583_regulator_infoAxel Lin2013-04-161-6/+0
* regulator: remove use of __devexitBill Pemberton2012-11-201-1/+1
* regulator: remove use of __devinitBill Pemberton2012-11-201-1/+1
* regulator: remove use of __devexit_pBill Pemberton2012-11-201-1/+1
* regulator: rc5t583: Use regulator_set_voltage_time_sel()Axel Lin2012-06-241-14/+2
* regulator: rc5t583: Simplify rc5t583_set_voltage_time_sel implementationAxel Lin2012-06-081-11/+3
* regulator: rc5t583: Remove max_uV from struct rc5t583_regulator_infoAxel Lin2012-05-171-4/+0
* regulator: rc5t583: Convert to regulator_set_voltage_sel_regmap and regulator...Axel Lin2012-05-141-27/+2
* regulator: rc5t583: Convert to regulator_list_voltage_linear()Axel Lin2012-05-141-19/+9
* Merge remote-tracking branch 'regulator/topic/drivers' into regulator-nextMark Brown2012-05-121-1/+0
|\
| * regulator: Remove unneeded include of linux/delay.h from regulator driversAxel Lin2012-04-231-1/+0
* | regulator: rc5t583: Use regulator_get_voltage_sel_regmap()Axel Lin2012-05-041-24/+9
* | regulator: rc5t583: Use generic regmap enable/disable operationsAxel Lin2012-04-231-57/+6
|/
* regulator: core: Use a struct to pass in regulator runtime configurationMark Brown2012-04-091-2/+6
* regulator: Convert rc5t583 to set_voltageAxel Lin2012-04-061-8/+15
* regulator: rc5t583: Correct MODULE LICENSE to GPL v2Laxman Dewangan2012-04-061-1/+1
* regulator: rc5t583: Simplify RC5T583_REG macroAxel Lin2012-04-061-32/+18
* regulator: rc5t583: Remove nsteps from struct rc5t583_regulator_infoAxel Lin2012-04-051-20/+17
* regulator: rc5t583: Fix off-by-one valid range checking for selectorAxel Lin2012-04-051-1/+1
* regulator: Fix rc5t583_regulator_probe error handlingAxel Lin2012-04-041-2/+2
* regulator: Add support for RICOH PMIC RC5T583 regulatorLaxman Dewangan2012-04-041-0/+367