Re: [PATCH 4/8] rcar-phy: remove EHCI internal buffer setup

2013-04-05 Thread Sergei Shtylyov
Hello. On 05-04-2013 4:43, Simon Horman wrote: Now that the EHCI internal buffer setup is done by the platform code, we can remove such code from this driver as it never really belonged here. We also no longer need the 2nd memory region now (2nd EHCI controller is simply missing in e.g. R8A7

Re: [PATCH 4/8] rcar-phy: remove EHCI internal buffer setup

2013-04-04 Thread Simon Horman
On Fri, Apr 05, 2013 at 03:03:55AM +0400, Sergei Shtylyov wrote: > Now that the EHCI internal buffer setup is done by the platform code, we can > remove such code from this driver as it never really belonged here. We also > no longer need the 2nd memory region now (2nd EHCI controller is simply

[PATCH 4/8] rcar-phy: remove EHCI internal buffer setup

2013-04-04 Thread Sergei Shtylyov
Now that the EHCI internal buffer setup is done by the platform code, we can remove such code from this driver as it never really belonged here. We also no longer need the 2nd memory region now (2nd EHCI controller is simply missing in e.g. R8A7778 SoC). Signed-off-by: Sergei Shtylyov --- ar