Re: [U-Boot] [PATCH] usb: ehci: rmobile: Add support R8A7794

2014-07-27 Thread Marek Vasut
On Monday, July 28, 2014 at 08:17:29 AM, Nobuhiro Iwamatsu wrote: > Hi, Marek. > > Thanks for your review. > > 2014-07-25 6:38 GMT+09:00 Marek Vasut : > > On Thursday, July 24, 2014 at 07:52:07 AM, Nobuhiro Iwamatsu wrote: > >> R8A7794 has same IP of USB controller as R8A7790 and R8A7791. > >> Th

Re: [U-Boot] [PATCH] usb: ehci: rmobile: Add support R8A7794

2014-07-27 Thread Nobuhiro Iwamatsu
Hi, Marek. Thanks for your review. 2014-07-25 6:38 GMT+09:00 Marek Vasut : > On Thursday, July 24, 2014 at 07:52:07 AM, Nobuhiro Iwamatsu wrote: >> R8A7794 has same IP of USB controller as R8A7790 and R8A7791. >> This addes support for R8A7794. >> >> Signed-off-by: Nobuhiro Iwamatsu >> --- >> d

Re: [U-Boot] [PATCH] usb: ehci: rmobile: Add support R8A7794

2014-07-24 Thread Marek Vasut
On Thursday, July 24, 2014 at 07:52:07 AM, Nobuhiro Iwamatsu wrote: > R8A7794 has same IP of USB controller as R8A7790 and R8A7791. > This addes support for R8A7794. > > Signed-off-by: Nobuhiro Iwamatsu > --- > drivers/usb/host/ehci-rmobile.c | 6 ++ > 1 file changed, 6 insertions(+) > > di

[U-Boot] [PATCH] usb: ehci: rmobile: Add support R8A7794

2014-07-23 Thread Nobuhiro Iwamatsu
R8A7794 has same IP of USB controller as R8A7790 and R8A7791. This addes support for R8A7794. Signed-off-by: Nobuhiro Iwamatsu --- drivers/usb/host/ehci-rmobile.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/usb/host/ehci-rmobile.c b/drivers/usb/host/ehci-rmobile.c index 049