Re: [U-Boot] [PATCH 04/11] usb-ehci: add Faraday USB 2.0 EHCI controller support

2013-03-31 Thread Kuo-Jung Su
2013/3/30 Marek Vasut : > Dear Kuo-Jung Su, > >> From: Kuo-Jung Su >> >> This patch add supports to both Faraday FUSBH200 and FOTG210, >> these controllers slightly differ from standard EHCI specification. >> >> Signed-off-by: Kuo-Jung Su > > You want to fix the magic values here, use readl()/wri

Re: [U-Boot] [PATCH 04/11] usb-ehci: add Faraday USB 2.0 EHCI controller support

2013-03-29 Thread Marek Vasut
Dear Kuo-Jung Su, > From: Kuo-Jung Su > > This patch add supports to both Faraday FUSBH200 and FOTG210, > these controllers slightly differ from standard EHCI specification. > > Signed-off-by: Kuo-Jung Su You want to fix the magic values here, use readl()/writel() to operate registers, kill

[U-Boot] [PATCH 04/11] usb-ehci: add Faraday USB 2.0 EHCI controller support

2013-03-29 Thread Kuo-Jung Su
From: Kuo-Jung Su This patch add supports to both Faraday FUSBH200 and FOTG210, these controllers slightly differ from standard EHCI specification. Signed-off-by: Kuo-Jung Su --- common/usb_hub.c|5 ++ drivers/usb/host/Makefile |1 + drivers/usb/host/ehci-faraday.