Re: [PATCH v4 2/2] regulator: mt6311: Add support for mt6311 regulator

2015-07-24 Thread Javier Martinez Canillas
Hello Henry, On Fri, Jul 24, 2015 at 7:24 AM, Henry Chen wrote: > 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

Re: [PATCH v4 2/2] regulator: mt6311: Add support for mt6311 regulator

2015-07-24 Thread Javier Martinez Canillas
Hello Henry, On Fri, Jul 24, 2015 at 7:24 AM, Henry Chen henryc.c...@mediatek.com wrote: 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

[PATCH v4 2/2] regulator: mt6311: Add support for mt6311 regulator

2015-07-23 Thread Henry Chen
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 ---

[PATCH v4 2/2] regulator: mt6311: Add support for mt6311 regulator

2015-07-23 Thread Henry Chen
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