aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/max8973-regulator.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-17regulator/drivers/max8976: Switch to new of thermal APIGravatar Daniel Lezcano 1-5/+5
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_318.RULEGravatar Thomas Gleixner 1-14/+1
2022-03-07regulator: cleanup commentsGravatar Tom Rix 1-1/+1
2021-09-20regulator: fix typo in Kconfig and max8973-regulatorGravatar Ramona Alexandra Nechita 1-2/+2
2021-05-24regulator: max8973: Convert to use regulator_set_ramp_delay_regmapGravatar Axel Lin 1-28/+9
2018-12-11regulator: max8973: Let core handle GPIO descriptorGravatar Linus Walleij 1-1/+7
2018-10-15regulator: Fetch enable gpiods nonexclusiveGravatar Linus Walleij 1-0/+1
2018-05-24regulator: max8973: Pass descriptor instead of GPIO numberGravatar Linus Walleij 1-25/+29
2016-09-27thermal: Enhance thermal_zone_device_update for eventsGravatar Srinivas Pandruvada 1-1/+2
2016-05-30regulator: max8973: Fix setting ramp delayGravatar Axel Lin 1-10/+6
2016-04-13regulator: max8973: add support for junction thermal warningGravatar Laxman Dewangan 1-0/+97
2015-08-30Merge remote-tracking branches 'regulator/topic/mt6311', 'regulator/topic/ocp...Gravatar Mark Brown 1-1/+0
2015-07-29regulator: max8973: Set VSEL regmap ops if DVS GPIO is not setGravatar Mikko Perttunen 1-0/+9
2015-07-14regulator: drivers: Drop owner assignment from i2c_driverGravatar Krzysztof Kozlowski 1-1/+0
2015-07-07regulator: max8973: add support to configure ETR based on rail loadGravatar Laxman Dewangan 1-0/+52
2015-07-07regulator: max8973: add support to configure ETR from DTGravatar Laxman Dewangan 1-0/+19
2015-07-07regulator: max8973: Fix up control flag option for bias controlGravatar Laxman Dewangan 1-1/+1
2015-06-10regulator: max8973: Fix up ramp_delay for MAX8973_RAMP_25mV_PER_US caseGravatar Axel Lin 1-1/+1
2015-06-09regulator: max8973: add support for MAX77621Gravatar Laxman Dewangan 1-20/+84
2015-06-09regulator: max8973: configure ramp delay through callbackGravatar Laxman Dewangan 1-16/+57
2015-05-22regulator: max8973: add mechanism to enable/disable through GPIOGravatar Laxman Dewangan 1-6/+23
2015-05-22regulator: max8973: add DT parsing of platform specific parameterGravatar Laxman Dewangan 1-20/+65
2015-05-21regulator: max8973: get rid of extra variable for gpio validityGravatar Laxman Dewangan 1-6/+2
2015-05-21regulator: max8973: make default/unset dvs gpio as invalid gpioGravatar Laxman Dewangan 1-1/+1
2015-04-27regulator: max8973: set startup time for rail based on BIAS controlGravatar Laxman Dewangan 1-1/+5
2014-11-26regulator: of: Add regulator desc param to of_get_regulator_init_data()Gravatar Javier Martinez Canillas 1-1/+2
2014-03-10regulator: max8973: Remove unused field from 'struct max8973_chip'Gravatar Krzysztof Kozlowski 1-2/+0
2014-02-19regulator: max8973: Remove redundant error messageGravatar Sachin Kamat 1-3/+1
2013-09-17regulator: max8973-regulator: Use devm_regulator_registerGravatar Sachin Kamat 1-10/+1
2013-07-30regulator: use dev_get_platdata()Gravatar Jingoo Han 1-1/+1
2013-06-24regulator: max8973: initial DT supportGravatar Guennadi Liakhovetski 1-12/+25
2013-06-21regulators: max8973: fix multiple instance supportGravatar Guennadi Liakhovetski 1-5/+7
2013-04-24regulator: max8973: Don't override control1 variable when set ramp delay bitsGravatar Axel Lin 1-5/+5
2013-01-03Drivers: regulator: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-6/+6
2012-11-23regulator: max8973: provide enable/disable if external control disabledGravatar Laxman Dewangan 1-1/+1
2012-11-22regulator: max8973: Fix callback setting for max8973_dcdc_ops.enableGravatar Axel Lin 1-1/+1
2012-11-19regulator: max8973: add regulator driver supportGravatar Laxman Dewangan 1-0/+505