aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/max8973-regulator.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-11regulator: max8973: Let core handle GPIO descriptorLinus Walleij1-1/+7
2018-10-15regulator: Fetch enable gpiods nonexclusiveLinus Walleij1-0/+1
2018-05-24regulator: max8973: Pass descriptor instead of GPIO numberLinus Walleij1-25/+29
2016-09-27thermal: Enhance thermal_zone_device_update for eventsSrinivas Pandruvada1-1/+2
2016-05-30regulator: max8973: Fix setting ramp delayAxel Lin1-10/+6
2016-04-13regulator: max8973: add support for junction thermal warningLaxman Dewangan1-0/+97
2015-08-30Merge remote-tracking branches 'regulator/topic/mt6311', 'regulator/topic/ocp', 'regulator/topic/owner', 'regulator/topic/pfuze100' and 'regulator/topic/pwm' into regulator-nextMark Brown1-1/+0
2015-07-29regulator: max8973: Set VSEL regmap ops if DVS GPIO is not setMikko Perttunen1-0/+9
2015-07-14regulator: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-07-07regulator: max8973: add support to configure ETR based on rail loadLaxman Dewangan1-0/+52
2015-07-07regulator: max8973: add support to configure ETR from DTLaxman Dewangan1-0/+19
2015-07-07regulator: max8973: Fix up control flag option for bias controlLaxman Dewangan1-1/+1
2015-06-10regulator: max8973: Fix up ramp_delay for MAX8973_RAMP_25mV_PER_US caseAxel Lin1-1/+1
2015-06-09regulator: max8973: add support for MAX77621Laxman Dewangan1-20/+84
2015-06-09regulator: max8973: configure ramp delay through callbackLaxman Dewangan1-16/+57
2015-05-22regulator: max8973: add mechanism to enable/disable through GPIOLaxman Dewangan1-6/+23
2015-05-22regulator: max8973: add DT parsing of platform specific parameterLaxman Dewangan1-20/+65
2015-05-21regulator: max8973: get rid of extra variable for gpio validityLaxman Dewangan1-6/+2
2015-05-21regulator: max8973: make default/unset dvs gpio as invalid gpioLaxman Dewangan1-1/+1
2015-04-27regulator: max8973: set startup time for rail based on BIAS controlLaxman Dewangan1-1/+5
2014-11-26regulator: of: Add regulator desc param to of_get_regulator_init_data()Javier Martinez Canillas1-1/+2
2014-03-10regulator: max8973: Remove unused field from 'struct max8973_chip'Krzysztof Kozlowski1-2/+0
2014-02-19regulator: max8973: Remove redundant error messageSachin Kamat1-3/+1
2013-09-17regulator: max8973-regulator: Use devm_regulator_registerSachin Kamat1-10/+1
2013-07-30regulator: use dev_get_platdata()Jingoo Han1-1/+1
2013-06-24regulator: max8973: initial DT supportGuennadi Liakhovetski1-12/+25
2013-06-21regulators: max8973: fix multiple instance supportGuennadi Liakhovetski1-5/+7
2013-04-24regulator: max8973: Don't override control1 variable when set ramp delay bitsAxel Lin1-5/+5
2013-01-03Drivers: regulator: remove __dev* attributes.Greg Kroah-Hartman1-6/+6
2012-11-23regulator: max8973: provide enable/disable if external control disabledLaxman Dewangan1-1/+1
2012-11-22regulator: max8973: Fix callback setting for max8973_dcdc_ops.enableAxel Lin1-1/+1
2012-11-19regulator: max8973: add regulator driver supportLaxman Dewangan1-0/+505