Re: [PATCH V2 1/2] pinctrl: exynos: Add BUS1 pin controller for exynos7

2014-11-26 Thread Alim Akhtar
Walleij > --- Looks good to me. Thanks! Reviewed-by: Alim Akhtar > > This patch was part of series: > "[PATCH 00/11] Exynos7: Adding USB 3.0 support" > https://lkml.org/lkml/2014/11/21/247 > > Changes since V1: > - Added support for all pin banks which are pa

Re: [PATCH V2 2/2] arm64: exynos: Add bus1 pinctrl node on exynos7

2014-11-26 Thread Alim Akhtar
> --- > Looks good to me. Reviewed-by: Alim Akhtar > This patch was part of series: > "[PATCH 00/11] Exynos7: Adding USB 3.0 support" > https://lkml.org/lkml/2014/11/21/247 > > Changes since V1: > - Added support for all pin banks which are part of BUS1 pin

Re: [PATCH 09/11] arm64: exynos: Add bus1 pinctrl node on exynos7

2014-11-22 Thread Alim Akhtar
Hi Vivek, On Fri, Nov 21, 2014 at 7:05 PM, Vivek Gautam wrote: > BUS1 pinctrl provides gpios for usb and power regulator > available on exynos7-espresso board. So add relevant device > node for pinctrl-bus1. > > Signed-off-by: Naveen Krishna Ch > Signed-off-by: Vivek Gautam > --- > arch/arm64/

Re: [PATCH 01/11] pinctrl: exynos: Add BUS1 pin controller for exynos7

2014-11-22 Thread Alim Akhtar
Hi Vivek, On Fri, Nov 21, 2014 at 7:05 PM, Vivek Gautam wrote: > USB and Power regulator on Exynos7 require gpios available > in BUS1 pin controller block. > So adding the BUS1 pinctrl support. > > Signed-off-by: Naveen Krishna Ch > Signed-off-by: Vivek Gautam > Cc: Linus Walleij > --- > driv