Re: [U-Boot] [PATCH 1/2] usb: ehci: rmobile: Add support R8A7793

2014-11-04 Thread Marek Vasut
On Tuesday, November 04, 2014 at 08:10:30 AM, Nobuhiro Iwamatsu wrote: > Hi! Hi! [...] > > btw. just an idea, but you don't need to explicitly use > > usb_base_address[CONFIG_USB_MAX_CONTROLLER_COUNT], you can > > just use usb_base_address[] in the array definition. Then, > > in the code, you ca

Re: [U-Boot] [PATCH 1/2] usb: ehci: rmobile: Add support R8A7793

2014-11-03 Thread Nobuhiro Iwamatsu
Hi! 2014-11-04 14:02 GMT+09:00 Marek Vasut : > On Tuesday, November 04, 2014 at 01:56:41 AM, Nobuhiro Iwamatsu wrote: > > Hi! > >> R8A7793 has same IP of USB controller as R8A7791 and R8A7794 of rmobile >> ARM SoCs. This adds support R8A7793 to EHCI HCD of rmobile. >> >> Signed-off-by: Nobuhiro Iw

Re: [U-Boot] [PATCH 1/2] usb: ehci: rmobile: Add support R8A7793

2014-11-03 Thread Marek Vasut
On Tuesday, November 04, 2014 at 01:56:41 AM, Nobuhiro Iwamatsu wrote: Hi! > R8A7793 has same IP of USB controller as R8A7791 and R8A7794 of rmobile > ARM SoCs. This adds support R8A7793 to EHCI HCD of rmobile. > > Signed-off-by: Nobuhiro Iwamatsu > --- > drivers/usb/host/ehci-rmobile.c | 5 ++

[U-Boot] [PATCH 1/2] usb: ehci: rmobile: Add support R8A7793

2014-11-03 Thread Nobuhiro Iwamatsu
R8A7793 has same IP of USB controller as R8A7791 and R8A7794 of rmobile ARM SoCs. This adds support R8A7793 to EHCI HCD of rmobile. Signed-off-by: Nobuhiro Iwamatsu --- drivers/usb/host/ehci-rmobile.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/usb/host/ehci-rmobile.c b/driv