From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Mon, 17 Nov 2014 23:03:07 +0900 Subject: [U-Boot] [PATCH v3 2/3] arm: odroid: enable/disable usb host phy for exynos4412 In-Reply-To: <1414599763-15861-2-git-send-email-suriyan.r@gmail.com> References: <1414599763-15861-1-git-send-email-suriyan.r@gmail.com> <1414599763-15861-2-git-send-email-suriyan.r@gmail.com> Message-ID: <546A001B.9010501@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: > Enable/disable the usb host phy on the odroid U/X2 boards which are based > on the Exynos4412 SOC. > > Signed-off-by: Suriyan Ramasami > > --- > > Changes in v3: > * Minkyu - do not mix cpu_is... and proid_is... > > Changes in v2: > * Jaehoon - separate this patch out > > Changes in v1: > * First try > > arch/arm/cpu/armv7/exynos/power.c | 27 +++++++++++++++++++++++++++ > arch/arm/include/asm/arch-exynos/power.h | 7 +++++++ > 2 files changed, 34 insertions(+) > applied to u-boot-samsung. Thanks, Minkyu Kang.