summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/aat2870-regulator.c
Commit message (Expand)AuthorAgeFilesLines
* regulator: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* regulator: aat2870: Use regulator_map_voltage_ascendAxel Lin2014-03-261-0/+1
* regulator: aat2870: Convert to devm_regulator_registerAxel Lin2013-09-171-10/+1
* regulator: use dev_get_platdata()Jingoo Han2013-07-301-1/+1
* regulator: remove use of __devexitBill Pemberton2012-11-201-1/+1
* regulator: remove use of __devexit_pBill Pemberton2012-11-201-1/+1
* regulator: aat2870: Don't explicitly initialise the first fieldMark Brown2012-09-101-1/+1
* regulator: aat2870: Remove unused min_uV and max_uV from struct aat2870_regul...Axel Lin2012-07-121-5/+0
* regulator: aat2870: Convert to regulator_list_voltage_tableAxel Lin2012-07-121-13/+3
* regulator: Remove unneeded include of linux/delay.h from regulator driversAxel Lin2012-04-231-1/+0
* regulator: core: Use a struct to pass in regulator runtime configurationMark Brown2012-04-091-2/+6
* regulator: aat2870: Add MODULE_ALIASMark Brown2012-04-041-0/+1
* regulator: Add a pointer to aat2870_data in struct aat2870_regulatorAxel Lin2012-03-111-7/+7
* Merge remote-tracking branch 'regulator/for-linus' into regulator-nextMark Brown2011-11-281-1/+1
|\
| * regulator: aat2870: Fix the logic of checking if no id is matched in aat2870_...Axel Lin2011-11-281-1/+1
* | regulator: aat2870: Remove a redundant bitwise and operationAxel Lin2011-11-281-1/+1
* | regulator: pass additional of_node to regulator_register()Rajendra Nayak2011-11-231-1/+1
|/
* regulator: aat2870-regulator.c needs module.hRandy Dunlap2011-08-081-0/+1
* regulator: aat2870: Add AAT2870 regulator driverJin Park2011-07-311-0/+232
OpenPOWER on IntegriCloud