aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/max8925-regulator.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-03-20regulator: max8925: Convert to regulator core's simplified DT parsing codeAxel Lin1-67/+9
2017-01-31regulator: max8925-regulator: constify regulator_ops structureBhumika Goyal1-2/+2
2014-10-20regulator: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-10regulator: remove unnecessary of_node_get() to parentGuodong Xu1-1/+1
2014-03-18regulator: max8925: Silence checkpatch warningSachin Kamat1-0/+1
2014-03-10regulator: max8925: Remove unused state container fieldsKrzysztof Kozlowski1-3/+0
2014-02-19regulator: max8925: Do not hardcode return valueSachin Kamat1-1/+1
2014-02-14regulator: max8925: Use of_get_child_by_nameSachin Kamat1-1/+1
2013-09-30regulator: max8925: use devm_regulator_register()Jingoo Han1-11/+1
2013-07-30regulator: use dev_get_platdata()Jingoo Han1-1/+1
2013-05-12regulator: Remove all platform_set_drvdata(pdev, NULL) in driversAxel Lin1-1/+0
2013-03-04regulator: max8925: Remove unused parameter from max8925_regulator_dt_initAxel Lin1-3/+2
2013-01-30regulator: Add missing of_node_put()Axel Lin1-1/+2
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-11-07regulator: max8925: support dt for regulatorQing Xu1-3/+69
2012-09-19mfd: max8925: Remove array in regulator platform dataHaojian Zhuang1-18/+17
2012-05-17regulator: max8925: Remove check_range function and max_uV from struct rc5t583_regulator_infoAxel Lin1-12/+0
2012-05-14regulator: max8925: Convert to set_voltage_sel() and map_voltage()Axel Lin1-15/+8
2012-05-14regulator: max8925: Convert to regulator_list_voltage_linear()Axel Lin1-17/+8
2012-05-14regulator: max8925: Convert to get_voltage_selAxel Lin1-4/+4
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationMark Brown1-2/+6
2012-04-02regulator: Add missing n_voltages setting for max8925Axel Lin1-10/+5
2012-04-02regulator: Set list_voltage callback for max8925Axel Lin1-0/+2
2012-03-13regulator: max8925: Use DIV_ROUND_UP macroAxel Lin1-2/+2
2012-01-06regulator: max8925: fix enabled/disabled judgement mistakeKevin Liu1-13/+20
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-05-26regulator: Enable max8925 i2c sequence for controlHaojian Zhuang1-3/+8
2011-01-12regulator: Report actual configured voltage to set_voltage()Mark Brown1-1/+2
2010-04-28regulator: fix enabling regulator issue on max8925Haojian Zhuang1-1/+1
2010-03-22Regulators: max8925-regulator - clean up driver data after removalDmitry Torokhov1-2/+4
2010-03-07regulator: Add max8925 supportHaojian Zhuang1-0/+306