Re: [U-Boot] [PATCH] usb: ehci: rmobile: Add support ehci host driver of rmobile SoCs

2014-04-03 Thread Marek Vasut
On Thursday, April 03, 2014 at 06:55:54 AM, Nobuhiro Iwamatsu wrote: > The rmobile SoC has usb host controller. > This supports USB controllers listed in the R8A7790, R8A7791 and R8A7740. > > Signed-off-by: Nobuhiro Iwamatsu > Reviewed-by: Marek Vasut > --- > v2: - Remove PHYS_OFFSET, use inste

[U-Boot] [PATCH] usb: ehci: rmobile: Add support ehci host driver of rmobile SoCs

2014-04-02 Thread Nobuhiro Iwamatsu
The rmobile SoC has usb host controller. This supports USB controllers listed in the R8A7790, R8A7791 and R8A7740. Signed-off-by: Nobuhiro Iwamatsu Reviewed-by: Marek Vasut --- v2: - Remove PHYS_OFFSET, use instead of CONFIG_SYS_SDRAM_BASE. - Move usb_base_address to ehci-rmobile.c. We do

Re: [U-Boot] [PATCH] usb: ehci: rmobile: Add support ehci host driver of rmobile SoCs

2014-04-02 Thread Nobuhiro Iwamatsu
Hi, Thanks for your review. 2014-04-03 7:25 GMT+09:00 Marek Vasut : > On Wednesday, April 02, 2014 at 06:29:03 AM, Nobuhiro Iwamatsu wrote: >> The rmobile SoC has usb host controller. >> This supports USB controllers listed in the R8A7790, R8A7791 and R8A7740. >> >> Signed-off-by: Nobuhiro Iwamat

Re: [U-Boot] [PATCH] usb: ehci: rmobile: Add support ehci host driver of rmobile SoCs

2014-04-02 Thread Marek Vasut
On Wednesday, April 02, 2014 at 06:29:03 AM, Nobuhiro Iwamatsu wrote: > The rmobile SoC has usb host controller. > This supports USB controllers listed in the R8A7790, R8A7791 and R8A7740. > > Signed-off-by: Nobuhiro Iwamatsu > --- > arch/arm/include/asm/arch-rmobile/ehci-rmobile.h | 169 > +

[U-Boot] [PATCH] usb: ehci: rmobile: Add support ehci host driver of rmobile SoCs

2014-04-01 Thread Nobuhiro Iwamatsu
The rmobile SoC has usb host controller. This supports USB controllers listed in the R8A7790, R8A7791 and R8A7740. Signed-off-by: Nobuhiro Iwamatsu --- arch/arm/include/asm/arch-rmobile/ehci-rmobile.h | 169 +++ drivers/usb/host/Makefile| 1 + driver