aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/aat2870-regulator.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner1-14/+1
2017-01-31regulator: aat2870-regulator: constify regulator_ops structureBhumika Goyal1-1/+1
2014-10-20regulator: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-03-26regulator: aat2870: Use regulator_map_voltage_ascendAxel Lin1-0/+1
2013-09-17regulator: aat2870: Convert to devm_regulator_registerAxel Lin1-10/+1
2013-07-30regulator: use dev_get_platdata()Jingoo Han1-1/+1
2012-11-20regulator: remove use of __devexitBill Pemberton1-1/+1
2012-11-20regulator: remove use of __devexit_pBill Pemberton1-1/+1
2012-09-10regulator: aat2870: Don't explicitly initialise the first fieldMark Brown1-1/+1
2012-07-12regulator: aat2870: Remove unused min_uV and max_uV from struct aat2870_regulatorAxel Lin1-5/+0
2012-07-12regulator: aat2870: Convert to regulator_list_voltage_tableAxel Lin1-13/+3
2012-04-23regulator: Remove unneeded include of linux/delay.h from regulator driversAxel Lin1-1/+0
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationMark Brown1-2/+6
2012-04-04regulator: aat2870: Add MODULE_ALIASMark Brown1-0/+1
2012-03-11regulator: Add a pointer to aat2870_data in struct aat2870_regulatorAxel Lin1-7/+7
2011-11-28Merge remote-tracking branch 'regulator/for-linus' into regulator-nextMark Brown1-1/+1
2011-11-28regulator: aat2870: Remove a redundant bitwise and operationAxel Lin1-1/+1
2011-11-28regulator: aat2870: Fix the logic of checking if no id is matched in aat2870_get_regulatorAxel Lin1-1/+1
2011-11-23regulator: pass additional of_node to regulator_register()Rajendra Nayak1-1/+1
2011-08-08regulator: aat2870-regulator.c needs module.hRandy Dunlap1-0/+1
2011-07-31regulator: aat2870: Add AAT2870 regulator driverJin Park1-0/+232