summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/mt6311-regulator.h
Commit message (Collapse)AuthorAgeFilesLines
* regulator: mt63xx: Switch to SPDX identifierAxel Lin2019-04-261-9/+1Star
| | | | | | | Convert MediaTek mt63xx PMIC drivers to SPDX identifier. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@kernel.org>
* regulator: mt6311: Add support for mt6311 regulatorHenry Chen2015-07-241-0/+65
Add regulator support for mt6311. It has 2 regulaotrs - Buck and LDO, provide the related buck/ldo voltage data to the driver, and creates the regulator_desc table. Supported operations for Buck are enabled/disabled and voltage change, only enabled/disabled for LDO. Signed-off-by: Henry Chen <henryc.chen@mediatek.com> Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com> Signed-off-by: Mark Brown <broonie@kernel.org>