Re: [U-Boot] [PATCH v4 2/3] pmic:pfuze implement pmic_mode_init

2015-01-24 Thread Peng Fan
Hi, Stefano On 1/22/2015 6:30 PM, Stefano Babic wrote: On 16/01/2015 17:05, Peng Fan wrote: This patch is to implement pmic_mode_init function, and add prototype in header file. This function is to set switching mode for pmic buck regulators to improve system efficiency. Mode: OFF: The regula

Re: [U-Boot] [PATCH v4 2/3] pmic:pfuze implement pmic_mode_init

2015-01-22 Thread Stefano Babic
On 16/01/2015 17:05, Peng Fan wrote: > This patch is to implement pmic_mode_init function, and add prototype > in header file. > > This function is to set switching mode for pmic buck regulators to > improve system efficiency. > > Mode: > OFF: The regulator is switched off and the output voltage

[U-Boot] [PATCH v4 2/3] pmic:pfuze implement pmic_mode_init

2015-01-16 Thread Peng Fan
This patch is to implement pmic_mode_init function, and add prototype in header file. This function is to set switching mode for pmic buck regulators to improve system efficiency. Mode: OFF: The regulator is switched off and the output voltage is discharged. PFM: In this mode, the regulator is al