summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/max8660.c
AgeCommit message (Expand)AuthorLines
2014-11-03regulator: max8660: zero-initialize regulator match table arrayJavier Martinez Canillas-1/+1
2014-03-19regulator: max8660: Fix brace alignmentSachin Kamat-1/+2
2014-03-18regulator: max8660: Silence checkpatch warningsSachin Kamat-4/+11
2014-03-10regulator: max8660: Remove regulator_dev pointer from state containerKrzysztof Kozlowski-10/+6
2014-02-18regulator: max8660: Add missing of_node_putSachin Kamat-0/+1
2014-02-14regulator: max8660: Use of_get_child_by_nameSachin Kamat-1/+1
2013-09-17regulator: max8660: Use devm_regulator_registerSachin Kamat-23/+7
2013-08-08regulator: max8660: fix build warningsDaniel Mack-3/+3
2013-08-02regulators: max8660: add DT bindingsDaniel Mack-1/+81
2013-08-02regulators: max8660: add a shorthand to &client->devDaniel Mack-7/+8
2013-08-02regulators: max8660: use i2c_id->driver_data rather than ->nameDaniel Mack-3/+10
2013-07-30regulator: use dev_get_platdata()Jingoo Han-1/+1
2013-04-28regulator: Remove NULL test before calling regulator_unregister()Axel Lin-2/+1
2012-11-20regulator: remove use of __devexitBill Pemberton-1/+1
2012-11-20regulator: remove use of __devinitBill Pemberton-1/+1
2012-11-20regulator: remove use of __devexit_pBill Pemberton-1/+1
2012-05-15regulator: max8660: Convert to set_voltage_sel and regulator_map_voltage_linearAxel Lin-56/+15
2012-05-15regulator: max8660: Convert to get_voltage_selAxel Lin-11/+12
2012-05-15regulator: max8660: Convert to regulator_list_voltage_linear()Axel Lin-27/+16
2012-04-17regulator: max8660: Fix a memory leak due to missing devm_kzalloc conversionAxel Lin-1/+1
2012-04-13regulator: max8660: Use devm_kzalloc()Axel Lin-13/+7
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationMark Brown-3/+6
2012-04-09Merge branch 'regulator-register' into regulator-driversMark Brown-1/+1
2012-04-06regulator: max8660: Constify regulator_descAxel Lin-1/+1
2012-04-04regulator: max8860: Remove announcement on probeMark Brown-1/+0
2012-03-11regulator: max8660: Use DIV_ROUND_UP macro to calculate selectorAxel Lin-7/+9
2011-11-23regulator: pass additional of_node to regulator_register()Rajendra Nayak-1/+1
2011-01-12regulator: Report actual configured voltage to set_voltage()Mark Brown-3/+11
2010-08-11regulator: max8660 - fix a memory leak in max8660_remove()Axel Lin-5/+5
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-03-22regulator: fix dangling pointersWolfram Sang-1/+1
2010-03-03Regulators: max8660 - annotate probe and remove methodsDmitry Torokhov-5/+6
2009-12-17regulator: add driver for MAX8660/8661Wolfram Sang-0/+510