aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/max8997.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-24Merge remote-tracking branch 'regulator/topic/max8997' into regulator-nextGravatar Mark Brown 1-2/+3
2013-10-15regulator: max8997: Fix checkpatch issueGravatar Jingoo Han 1-2/+3
2013-09-17regulator: Remove redundant NULL assignmentGravatar Sachin Kamat 1-1/+0
2013-09-17regulator: max8997: Use devm_regulator_registerGravatar Sachin Kamat 1-28/+10
2013-04-15regulator: max8997: Test pdata by NULL checking instead of IS_ERR_OR_NULLGravatar Axel Lin 1-2/+2
2013-02-19Merge remote-tracking branch 'regulator/topic/of' into regulator-nextGravatar Mark Brown 1-4/+4
2013-02-19Merge remote-tracking branch 'regulator/topic/max8997' into regulator-nextGravatar Mark Brown 1-61/+20
2013-01-31regulator: max8997: Use of_get_child_count()Gravatar Axel Lin 1-3/+1
2013-01-30regulator: Add missing of_node_put()Gravatar Axel Lin 1-1/+3
2013-01-27regulator: max8997: Fix using wrong dev argument at various placesGravatar Axel Lin 1-20/+19
2013-01-08regulator: max8997: Use uV in voltage_map_descGravatar Axel Lin 1-19/+17
2012-12-27regulator: max8997: Convert max8997_safeout_ops to set_voltage_sel and list_v...Gravatar Axel Lin 1-58/+18
2012-12-27regulator: max8997: Remove set_voltage_time_sel setting for max8997_ldo_opsGravatar Axel Lin 1-3/+2
2012-11-27Merge branch 'topic/hotplug' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Mark Brown 1-3/+3
2012-11-27regulator: add device tree support for max8997Gravatar Thomas Abraham 1-2/+146
2012-11-24regulator: max8997: limit the number of dvs registers programmed in non-dvs modeGravatar Thomas Abraham 1-3/+6
2012-11-24regulator: max8997: reorder buck1/2/5 dvs setup codeGravatar Thomas Abraham 1-13/+13
2012-11-20regulator: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-20regulator: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-11-20regulator: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-07-15regulator: max8997: Properly handle gpio_request failureGravatar Axel Lin 1-31/+9
2012-05-21Merge tag 'regulator-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Gravatar Linus Torvalds 1-184/+158
2012-04-23regulator: max8997: Convert ot use devm_kzallocGravatar Axel Lin 1-25/+15
2012-04-23regulator: Remove unneeded include of linux/delay.h from regulator driversGravatar Axel Lin 1-1/+0
2012-04-23regulator: max8997: Remove empty set_suspend_enable callback implementationGravatar Axel Lin 1-9/+0
2012-04-23regulator: max8997: Remove is_enabled callback implementation for max8997_cha...Gravatar Axel Lin 1-4/+1
2012-04-17regulator: Convert max8997 to set_voltage_time_selGravatar Axel Lin 1-13/+42
2012-04-17regulator: Convert max8997 to get_voltage_selGravatar Axel Lin 1-21/+32
2012-04-17regulator: Fix the logic to ensure new voltage setting in valid rangeGravatar Axel Lin 1-1/+1
2012-04-10regulator: max8997: Use simple equation to get selectorGravatar Axel Lin 1-4/+5
2012-04-10regulator: max8997: Remove n_bits from struct voltage_map_descGravatar Axel Lin 1-9/+5
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationGravatar Mark Brown 1-2/+6
2012-04-01regulator: Add MAX8997_VOLTAGE_REGULATOR and MAX8997_CURRENT_REGULATOR macrosGravatar Axel Lin 1-90/+45
2012-04-01regulator: Make max8997_get_voltage_register always return correct registerGravatar Axel Lin 1-6/+7
2012-03-11regulator: Kill max8997_get_rid functionGravatar Axel Lin 1-17/+12
2012-01-24regulator: max8997: Avoid spaces in regulator namesGravatar Karol Lewandowski 1-4/+4
2011-11-23regulator: pass additional of_node to regulator_register()Gravatar Rajendra Nayak 1-1/+1
2011-10-31regulator: Add module.h to drivers/regulator users as requiredGravatar Paul Gortmaker 1-0/+1
2011-07-08regulator: max8997: Fix setting inappropriate value for ramp_delay variableGravatar Donggeun Kim 1-1/+2
2011-07-08regulator: max8997: remove dependency on platform_data pointerGravatar MyungJoo Ham 1-21/+23
2011-07-08regulator: MAX8997: Fix for divide by zero errorGravatar Tushar Behera 1-4/+4
2011-05-27regulator: Remove MAX8997_REG_BUCK1DVS/MAX8997_REG_BUCK2DVS/MAX8997_REG_BUCK5...Gravatar Axel Lin 1-6/+6
2011-05-27regulator: max8997: remove useless codeGravatar Jonghwan Choi 1-1/+0
2011-03-27regulator: Add MODULE_DEVICE_TABLE to max8997 and max8998Gravatar Axel Lin 1-0/+1
2011-03-23regulator: MAX8997/8966 supportGravatar MyungJoo Ham 1-0/+1213