Re: [U-Boot] [PATCH v2 2/3] pmic:pfuze implement regulator mode set

2015-01-15 Thread Przemyslaw Marczak
Hello Peng, On 01/15/2015 11:18 AM, Peng Fan wrote: This patch is to implement pfuze_mode_init and pfuze_regulator_mode_set function, and add prototype in header file. pfuze_mode_init is to set switching mode for all buck regulators to improve system efficiency. pfuze_regulator_mode_set is to

Re: [U-Boot] [PATCH v2 2/3] pmic:pfuze implement regulator mode set

2015-01-15 Thread Peng Fan
Hi, Przemyslaw On 1/15/2015 10:58 PM, Przemyslaw Marczak wrote: Hello Peng, On 01/15/2015 11:18 AM, Peng Fan wrote: This patch is to implement pfuze_mode_init and pfuze_regulator_mode_set function, and add prototype in header file. pfuze_mode_init is to set switching mode for all buck

[U-Boot] [PATCH v2 2/3] pmic:pfuze implement regulator mode set

2015-01-15 Thread Peng Fan
This patch is to implement pfuze_mode_init and pfuze_regulator_mode_set function, and add prototype in header file. pfuze_mode_init is to set switching mode for all buck regulators to improve system efficiency. pfuze_regulator_mode_set is to set the regulator's mode according input parameter.