aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/max8997.c
AgeCommit message (Expand)Author
2013-04-15regulator: max8997: Test pdata by NULL checking instead of IS_ERR_OR_NULLAxel Lin
2013-02-19Merge remote-tracking branch 'regulator/topic/of' into regulator-nextMark Brown
2013-02-19Merge remote-tracking branch 'regulator/topic/max8997' into regulator-nextMark Brown
2013-01-31regulator: max8997: Use of_get_child_count()Axel Lin
2013-01-30regulator: Add missing of_node_put()Axel Lin
2013-01-27regulator: max8997: Fix using wrong dev argument at various placesAxel Lin
2013-01-08regulator: max8997: Use uV in voltage_map_descAxel Lin
2012-12-27regulator: max8997: Convert max8997_safeout_ops to set_voltage_sel and list_v...Axel Lin
2012-12-27regulator: max8997: Remove set_voltage_time_sel setting for max8997_ldo_opsAxel Lin
2012-11-27Merge branch 'topic/hotplug' of git://git.kernel.org/pub/scm/linux/kernel/git...Mark Brown
2012-11-27regulator: add device tree support for max8997Thomas Abraham
2012-11-24regulator: max8997: limit the number of dvs registers programmed in non-dvs modeThomas Abraham
2012-11-24regulator: max8997: reorder buck1/2/5 dvs setup codeThomas Abraham
2012-11-20regulator: remove use of __devexitBill Pemberton
2012-11-20regulator: remove use of __devinitBill Pemberton
2012-11-20regulator: remove use of __devexit_pBill Pemberton
2012-07-15regulator: max8997: Properly handle gpio_request failureAxel Lin
2012-05-21Merge tag 'regulator-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds
2012-04-23regulator: max8997: Convert ot use devm_kzallocAxel Lin
2012-04-23regulator: Remove unneeded include of linux/delay.h from regulator driversAxel Lin
2012-04-23regulator: max8997: Remove empty set_suspend_enable callback implementationAxel Lin
2012-04-23regulator: max8997: Remove is_enabled callback implementation for max8997_cha...Axel Lin
2012-04-17regulator: Convert max8997 to set_voltage_time_selAxel Lin
2012-04-17regulator: Convert max8997 to get_voltage_selAxel Lin
2012-04-17regulator: Fix the logic to ensure new voltage setting in valid rangeAxel Lin
2012-04-10regulator: max8997: Use simple equation to get selectorAxel Lin
2012-04-10regulator: max8997: Remove n_bits from struct voltage_map_descAxel Lin
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationMark Brown
2012-04-01regulator: Add MAX8997_VOLTAGE_REGULATOR and MAX8997_CURRENT_REGULATOR macrosAxel Lin
2012-04-01regulator: Make max8997_get_voltage_register always return correct registerAxel Lin
2012-03-11regulator: Kill max8997_get_rid functionAxel Lin
2012-01-24regulator: max8997: Avoid spaces in regulator namesKarol Lewandowski
2011-11-23regulator: pass additional of_node to regulator_register()Rajendra Nayak
2011-10-31regulator: Add module.h to drivers/regulator users as requiredPaul Gortmaker
2011-07-08regulator: max8997: Fix setting inappropriate value for ramp_delay variableDonggeun Kim
2011-07-08regulator: max8997: remove dependency on platform_data pointerMyungJoo Ham
2011-07-08regulator: MAX8997: Fix for divide by zero errorTushar Behera
2011-05-27regulator: Remove MAX8997_REG_BUCK1DVS/MAX8997_REG_BUCK2DVS/MAX8997_REG_BUCK5...Axel Lin
2011-05-27regulator: max8997: remove useless codeJonghwan Choi
2011-03-27regulator: Add MODULE_DEVICE_TABLE to max8997 and max8998Axel Lin
2011-03-23regulator: MAX8997/8966 supportMyungJoo Ham