[U-Boot] [PATCH 1/4 v2] PMIC: max77686: add pmic_set_voltage api for max77686

2013-05-12 Thread Akshay Saraswat
This patch adds pmic_set_voltage api in max77686. As the name suggests, this api is required for switching voltage from one level to another. Unit for the new voltage value should be microvolts. Signed-off-by: Akshay Saraswat --- Changes since v1: - Added comment for the set voltage API.

Re: [U-Boot] [PATCH 1/4 v2] PMIC: max77686: add pmic_set_voltage api for max77686

2013-05-15 Thread Simon Glass
On Sun, May 12, 2013 at 10:19 PM, Akshay Saraswat wrote: > This patch adds pmic_set_voltage api in max77686. > As the name suggests, this api is required for switching > voltage from one level to another. Unit for the new > voltage value should be microvolts. > > Signed-off-by: Akshay Saraswat A