From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Mon, 17 Nov 2014 23:03:30 +0900 Subject: [U-Boot] [PATCH v3 1/3] arm: odroid: pmic77686: allow buck voltage settings In-Reply-To: <1414599763-15861-1-git-send-email-suriyan.r@gmail.com> References: <1414599763-15861-1-git-send-email-suriyan.r@gmail.com> Message-ID: <546A0032.1010606@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 30/10/14 01:22, Suriyan Ramasami wrote: > Allow to set the buck voltage for the max77686. > This will be used to reset the SMC LAN9730 ethernet on the odroids. > > Signed-off-by: Suriyan Ramasami > > --- > > Changes in v3: > * Correct ldo and buck validation logic > * Jaehoon/Przemyslaw - Use negative errno values for error condistions > * Albert - its buck not bucket > > Changes in v2: > * Jaehoon - separate out this patch > > Changes in v1: > - First try > > drivers/power/pmic/pmic_max77686.c | 52 +++++++++++++++++++++++++++++++++++--- > include/power/max77686_pmic.h | 3 +++ > 2 files changed, 52 insertions(+), 3 deletions(-) > applied to u-boot-samsung. Thanks, Minkyu Kang.