aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/ab8500.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-28regulator: ab8500: provide per-regulator shiftLinus Walleij1-10/+10
2012-08-28regulator: ab8500: Remove get_voltage implementation for ab8500_regulator_fixed_opsAxel Lin1-6/+0
2012-08-28regulator: ab8500: Set enable enable_time in regulator_descAxel Lin1-9/+1
2012-07-30Merge tag 'mfd-3.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-6/+0
2012-07-09mfd: Register ab8500 devices using the newly DT:ed MFD APILee Jones1-6/+0
2012-06-17regulator: ab8500: Remove min_uV and max_uV from struct ab8500_regulator_infoAxel Lin1-12/+0
2012-06-17regulator: ab8500: Use regulator_list_voltage_linear for ab8500_regulator_fixed_opsAxel Lin1-32/+9
2012-06-17regulator: Change ab8500 match names to reflect Device TreeLee Jones1-11/+11
2012-06-03regulator: Change ab8500 match names to reflect Device TreeLee Jones1-11/+11
2012-06-03regulator: ab8500: Let regulator core handle the case no delay for setting new voltage if regulator is offAxel Lin1-7/+0
2012-06-03regulator: ab8500: Use regulator_list_voltage_table()Axel Lin1-40/+24
2012-05-18regulator: Enable the ab8500 for Device TreeLee Jones1-0/+54
2012-05-18regulator: ab8500: Split up probe() into manageable piecesLee Jones1-63/+87
2012-04-10regulator: Fix build of ab8500Mark Brown1-3/+3
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationMark Brown1-2/+6
2012-04-01regulator: Convert ab8500 to set_voltage_selAxel Lin1-31/+4
2012-03-11regulator: Convert ab8499 to use get_voltage_sel()Axel Lin1-6/+4
2012-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-1/+1
2012-01-09mfd: Unify abx500 headers in mfd/abx500Linus Walleij1-1/+1
2011-11-23regulator: pass additional of_node to regulator_register()Rajendra Nayak1-1/+1
2011-10-31regulator: Add module.h to drivers/regulator users as requiredPaul Gortmaker1-0/+1
2011-03-26regulator: add ab8500 enable and raise time delaysLinus Walleij1-0/+30
2011-03-26regulator: initialization for ab8500 regulatorsBengt Jonsson1-1/+222
2011-03-26regulator: add support for USB voltage regulatorBengt Jonsson1-1/+16
2011-01-12regulators: Removed macros for initialization of ab8500 regulatorsBengt Jonsson1-62/+179
2011-01-12regulators: Added verbose debug messages to ab8500 regulatorsBengt Jonsson1-12/+51
2011-01-12regulators: Modified ab8500 error handlingBengt Jonsson1-22/+31
2011-01-12regulators: Updated ab8500 variable names, macro names and commentsBengt Jonsson1-79/+82
2011-01-12regulators: Added ab8500 v2 supportBengt Jonsson1-2/+26
2011-01-12regulators: Clean out unused code in ab8500 regulatorsBengt Jonsson1-16/+0
2011-01-12regulators: Fixed errors in ab8500 register mappingBengt Jonsson1-6/+6
2011-01-12regulators: Moved define for number of regulators in ab8500Bengt Jonsson1-1/+7
2011-01-12regulator: Report actual configured voltage to set_voltage()Mark Brown1-1/+4
2010-10-29mfd: Align ab8500 with the abx500 interfaceMattias Wallin1-36/+50
2010-09-05regulator: ab8500 - fix off-by-one value range checking for selectorAxel Lin1-1/+1
2010-09-01regulator: ab8500 - fix the logic to remove already registered regulators in error pathAxel Lin1-3/+1
2010-09-01regulator/ab8500: move dereference below the check for NULLDan Carpenter1-1/+2
2010-08-11regulator: add support for regulators on the ab8500 MFDSundar R IYER1-0/+427