aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/max8660.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-15regulator: max8660: remove redundant assignment of variable retColin Ian King1-1/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Thomas Gleixner1-14/+1
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-2/+4
2017-03-13regulator: max8660: Constify regulator_opsKrzysztof Kozlowski1-2/+2
2015-07-14regulator: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-04-10regulator: max8660: Handle empty regulator dataMarkus Pargmann1-3/+3
2015-04-08regulator: max8660: fix assignment of pdata to data that becomes deadColin Ian King1-2/+1
2014-11-03regulator: max8660: zero-initialize regulator match table arrayJavier Martinez Canillas1-1/+1
2014-03-19regulator: max8660: Fix brace alignmentSachin Kamat1-1/+2
2014-03-18regulator: max8660: Silence checkpatch warningsSachin Kamat1-4/+11
2014-03-10regulator: max8660: Remove regulator_dev pointer from state containerKrzysztof Kozlowski1-10/+6
2014-02-18regulator: max8660: Add missing of_node_putSachin Kamat1-0/+1
2014-02-14regulator: max8660: Use of_get_child_by_nameSachin Kamat1-1/+1
2013-09-17regulator: max8660: Use devm_regulator_registerSachin Kamat1-23/+7
2013-08-08regulator: max8660: fix build warningsDaniel Mack1-3/+3
2013-08-02regulators: max8660: add DT bindingsDaniel Mack1-1/+81
2013-08-02regulators: max8660: add a shorthand to &client->devDaniel Mack1-7/+8
2013-08-02regulators: max8660: use i2c_id->driver_data rather than ->nameDaniel Mack1-3/+10
2013-07-30regulator: use dev_get_platdata()Jingoo Han1-1/+1
2013-04-28regulator: Remove NULL test before calling regulator_unregister()Axel Lin1-2/+1
2012-11-20regulator: remove use of __devexitBill Pemberton1-1/+1
2012-11-20regulator: remove use of __devinitBill Pemberton1-1/+1
2012-11-20regulator: remove use of __devexit_pBill Pemberton1-1/+1
2012-05-15regulator: max8660: Convert to set_voltage_sel and regulator_map_voltage_linearAxel Lin1-56/+15
2012-05-15regulator: max8660: Convert to get_voltage_selAxel Lin1-11/+12
2012-05-15regulator: max8660: Convert to regulator_list_voltage_linear()Axel Lin1-27/+16
2012-04-17regulator: max8660: Fix a memory leak due to missing devm_kzalloc conversionAxel Lin1-1/+1
2012-04-13regulator: max8660: Use devm_kzalloc()Axel Lin1-13/+7
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationMark Brown1-3/+6
2012-04-09Merge branch 'regulator-register' into regulator-driversMark Brown1-1/+1
2012-04-06regulator: max8660: Constify regulator_descAxel Lin1-1/+1
2012-04-04regulator: max8860: Remove announcement on probeMark Brown1-1/+0
2012-03-11regulator: max8660: Use DIV_ROUND_UP macro to calculate selectorAxel Lin1-7/+9
2011-11-23regulator: pass additional of_node to regulator_register()Rajendra Nayak1-1/+1
2011-01-12regulator: Report actual configured voltage to set_voltage()Mark Brown1-3/+11
2010-08-11regulator: max8660 - fix a memory leak in max8660_remove()Axel Lin1-5/+5
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-22regulator: fix dangling pointersWolfram Sang1-1/+1
2010-03-03Regulators: max8660 - annotate probe and remove methodsDmitry Torokhov1-5/+6
2009-12-17regulator: add driver for MAX8660/8661Wolfram Sang1-0/+510