aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/max8952.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-18Merge tag 'v5.2-rc4' into regulator-5.3Mark Brown1-14/+1
2019-06-13regulator: max8952: Convert to use GPIO descriptorsLinus Walleij1-34/+28
2019-06-10regulator: max8952: simplify getting the adapter of a clientWolfram Sang1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2018-12-11regulator: max8952: Let core handle GPIO descriptorLinus Walleij1-3/+7
2018-10-15regulator: Fetch enable gpiods nonexclusiveLinus Walleij1-0/+1
2018-05-24regulator: max8952: Pass descriptor instead of GPIO numberLinus Walleij1-5/+13
2017-01-31regulator: max8952: constify regulator_ops structureBhumika Goyal1-1/+1
2014-12-05Merge remote-tracking branches 'regulator/topic/max77686', 'regulator/topic/max77693', 'regulator/topic/max77802', 'regulator/topic/power-off' and 'regulator/topic/rk808' into regulator-nextMark Brown1-1/+1
2014-11-26regulator: of: Add regulator desc param to of_get_regulator_init_data()Javier Martinez Canillas1-1/+1
2014-11-07regulator: Set ena_gpio_initialized in regulator driversMarkus Pargmann1-0/+2
2014-06-27regulator: max8952: Convert to devm_gpio_request_one()Axel Lin1-24/+10
2014-05-07regulator: max8952: Make of_device_id array constJingoo Han1-1/+1
2014-03-18regulator: max8952: Silence checkpatch warningSachin Kamat1-0/+1
2014-03-10regulator: max8952: Use managed regulator registrationKrzysztof Kozlowski1-13/+8
2014-02-20regulator: max8952: Remove redundant error messageSachin Kamat1-3/+1
2013-07-30regulator: use dev_get_platdata()Jingoo Han1-1/+1
2013-04-26regulator: max8952: Add missing config.of_node setting for regulator registerAxel Lin1-0/+1
2013-04-05regulator: max8952: Add Device Tree supportTomasz Figa1-0/+70
2013-04-05regulator: max8952: Separate constraints from platform data structTomasz Figa1-2/+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-07-10regulator: max8952: Use core GPIO enable supportAxel Lin1-55/+4
2012-07-09regulator: max8952: Remove wrong set_suspend_disable callback settingAxel Lin1-1/+0
2012-05-16regulator: max8952: Use devm_kzallocAxel Lin1-8/+3
2012-04-20regulator: max8952: Convert to get_voltage_selAxel Lin1-9/+4
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationMark Brown1-2/+6
2012-04-09Merge branch 'regulator-register' into regulator-driversMark Brown1-1/+1
2012-04-06regulator: max8952: Constify regulator_descAxel Lin1-1/+1
2012-04-01regulator: Convert max8952 to set_voltage_selAxel Lin1-21/+7
2012-04-01regulator: max8952: Simplify the logic to get vid[0|1] statusAxel Lin1-6/+6
2011-11-23regulator: pass additional of_node to regulator_register()Rajendra Nayak1-1/+1
2011-08-08regulator: max8952: removed unused mutex.MyungJoo Ham1-3/+0
2011-07-08regulator: max8952 - fix wrong gpio valid checkJonghwan Choi1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-12regulator: Report actual configured voltage to set_voltage()Mark Brown1-1/+2
2010-10-28regulator: max8952 - fix max8952_set_voltageAxel Lin1-1/+1
2010-10-28regulator: max8952 - fix max8952_pmic_probe error pathAxel Lin1-2/+8
2010-10-28MAX8952 PMIC Driver Initial ReleaseMyungJoo Ham1-0/+360