aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2011-02-25regulator, mc13xxx: Remove pointless test for unsigned less than zeroGravatar Jesper Juhl 1-1/+1
2011-02-25regulator: Fix warning with CONFIG_BUG disabledGravatar Mark Brown 1-0/+1
2011-01-14regulator: Support MAX8998/LP3974 DVS-GPIOGravatar MyungJoo Ham 1-20/+67
2011-01-14mfd: Support LP3974 RTCGravatar MyungJoo Ham 1-0/+7
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Gravatar Linus Torvalds 1-2/+21
2011-01-13Merge branch 'topic/asoc' into for-linusGravatar Takashi Iwai 1-2/+21
2011-01-12regulator: missing index in PTR_ERR() in isl6271a_probe()Gravatar roel kluin 1-1/+1
2011-01-12regulator: Assign return value of mc13xxx_reg_rmw to retGravatar Axel Lin 1-1/+1
2011-01-12regulator: Add initial per-regulator debugfs supportGravatar Mark Brown 1-0/+35
2011-01-12regulator: Make regulator_has_full_constraints a boolGravatar Mark Brown 1-1/+1
2011-01-12regulator: Clean up logging a bitGravatar Mark Brown 1-1/+1
2011-01-12regulator: Optimise out noop voltage changesGravatar Mark Brown 1-1/+8
2011-01-12regulator: Add API to re-apply voltage to hardwareGravatar Mark Brown 1-0/+47
2011-01-12regulator: Staticise non-exported functions in mc13892Gravatar Mark Brown 1-3/+3
2011-01-12regulator: Only notify voltage changes when they succeedGravatar Mark Brown 1-1/+4
2011-01-12regulator: Provide a selector based set_voltage_sel() operationGravatar Mark Brown 1-2/+35
2011-01-12regulator: Factor out voltage set operation into a separate functionGravatar Mark Brown 1-24/+39
2011-01-12regulator: Convert WM8994 to use get_voltage_sel()Gravatar Mark Brown 1-10/+6
2011-01-12regulator: Convert WM835x to use get_voltage_sel()Gravatar Mark Brown 1-10/+6
2011-01-12regulator: Allow modular build of mc13xxx-coreGravatar Mark Brown 2-1/+8
2011-01-12regulator: support PMIC mc13892Gravatar Yong Shen 3-0/+644
2011-01-12make mc13783 regulator code genericGravatar Yong Shen 5-282/+383
2011-01-12Change the register name definitions for mc13783Gravatar Yong Shen 1-15/+15
2011-01-12regulators: Removed macros for initialization of ab8500 regulatorsGravatar Bengt Jonsson 1-62/+179
2011-01-12regulators: Added verbose debug messages to ab8500 regulatorsGravatar Bengt Jonsson 1-12/+51
2011-01-12regulators: Modified ab8500 error handlingGravatar Bengt Jonsson 1-22/+31
2011-01-12regulators: Updated ab8500 variable names, macro names and commentsGravatar Bengt Jonsson 1-79/+82
2011-01-12regulators: Added ab8500 v2 supportGravatar Bengt Jonsson 1-2/+26
2011-01-12regulators: Clean out unused code in ab8500 regulatorsGravatar Bengt Jonsson 1-16/+0
2011-01-12regulators: Fixed errors in ab8500 register mappingGravatar Bengt Jonsson 1-6/+6
2011-01-12regulators: Moved define for number of regulators in ab8500Gravatar Bengt Jonsson 1-1/+7
2011-01-12regulator: add driver for tps6524x regulatorGravatar Cyril Chemparathy 3-0/+704
2011-01-12regulator: Convert WM831x drivers to use get_voltage_sel()Gravatar Mark Brown 2-16/+16
2011-01-12regulator: Allow drivers to report voltages as selectorsGravatar Mark Brown 1-3/+22
2011-01-12regulator: Use _regulator_get_voltage() consistentlyGravatar Mark Brown 1-8/+10
2011-01-12drivers/regulator: Update WARN usesGravatar Joe Perches 1-2/+1
2011-01-12regulator: Take into account the requirements of all consumersGravatar Thomas Petazzoni 1-0/+25
2011-01-12regulator: Add and use rdev_<level> macrosGravatar Joe Perches 1-81/+65
2011-01-12regulator: Remove duplicate consts from mc13873 driver voltage tablesGravatar Mark Brown 1-18/+18
2011-01-12regulator: Copy constraints from regulators when initialising themGravatar Mark Brown 1-7/+12
2011-01-12regulator: Fix prototype for MAX8998 buck set_voltage()Gravatar Mark Brown 1-1/+1
2011-01-12regulator: Remove regulator core version announcementGravatar Mark Brown 1-4/+0
2011-01-12regulator: Fix obfuscated log messagesGravatar Mark Brown 1-8/+6
2011-01-12drivers: regulator: core: convert to using pr_ macrosGravatar Daniel Walker 1-80/+57
2011-01-12drivers: regulator: core: use pr_fmtGravatar Daniel Walker 1-10/+12
2011-01-12regulator: Fix typo in PCAP regulator_set_voltage()Gravatar Mark Brown 1-1/+1
2011-01-12regulator: enable supply regulator only when use count is zeroGravatar Bengt Jonsson 1-9/+11
2011-01-12regulator: Add basic trace facilitiesGravatar Mark Brown 1-0/+17
2011-01-12regulator: Report actual configured voltage to set_voltage()Gravatar Mark Brown 26-78/+200
2011-01-12regulator: lock supply in regulator enableGravatar Mattias Wallin 1-11/+9