aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/max8997.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-21Merge tag 'regulator-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds1-184/+158
2012-04-23regulator: max8997: Convert ot use devm_kzallocAxel Lin1-25/+15
2012-04-23regulator: Remove unneeded include of linux/delay.h from regulator driversAxel Lin1-1/+0
2012-04-23regulator: max8997: Remove empty set_suspend_enable callback implementationAxel Lin1-9/+0
2012-04-23regulator: max8997: Remove is_enabled callback implementation for max8997_charger_fixedstate_opsAxel Lin1-4/+1
2012-04-17regulator: Convert max8997 to set_voltage_time_selAxel Lin1-13/+42
2012-04-17regulator: Convert max8997 to get_voltage_selAxel Lin1-21/+32
2012-04-17regulator: Fix the logic to ensure new voltage setting in valid rangeAxel Lin1-1/+1
2012-04-10regulator: max8997: Use simple equation to get selectorAxel Lin1-4/+5
2012-04-10regulator: max8997: Remove n_bits from struct voltage_map_descAxel Lin1-9/+5
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationMark Brown1-2/+6
2012-04-01regulator: Add MAX8997_VOLTAGE_REGULATOR and MAX8997_CURRENT_REGULATOR macrosAxel Lin1-90/+45
2012-04-01regulator: Make max8997_get_voltage_register always return correct registerAxel Lin1-6/+7
2012-03-11regulator: Kill max8997_get_rid functionAxel Lin1-17/+12
2012-01-24regulator: max8997: Avoid spaces in regulator namesKarol Lewandowski1-4/+4
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-07-08regulator: max8997: Fix setting inappropriate value for ramp_delay variableDonggeun Kim1-1/+2
2011-07-08regulator: max8997: remove dependency on platform_data pointerMyungJoo Ham1-21/+23
2011-07-08regulator: MAX8997: Fix for divide by zero errorTushar Behera1-4/+4
2011-05-27regulator: Remove MAX8997_REG_BUCK1DVS/MAX8997_REG_BUCK2DVS/MAX8997_REG_BUCK5DVS macrosAxel Lin1-6/+6
2011-05-27regulator: max8997: remove useless codeJonghwan Choi1-1/+0
2011-03-27regulator: Add MODULE_DEVICE_TABLE to max8997 and max8998Axel Lin1-0/+1
2011-03-23regulator: MAX8997/8966 supportMyungJoo Ham1-0/+1213