Re: [PATCH 5/8] rcar-phy: correct base address

2013-04-05 Thread Sergei Shtylyov
Hello. On 05-04-2013 4:43, Simon Horman wrote: The memory region that is used by the driver overlaps EHCI and OHCI register regions for absolutely no reason now -- fix it by adding offset of 0x800 to the base address, changing the register #define's accordingly. This has extra positive effect

Re: [PATCH 5/8] rcar-phy: correct base address

2013-04-04 Thread Simon Horman
On Fri, Apr 05, 2013 at 03:05:14AM +0400, Sergei Shtylyov wrote: > The memory region that is used by the driver overlaps EHCI and OHCI register > regions for absolutely no reason now -- fix it by adding offset of 0x800 to > the base address, changing the register #define's accordingly. This has ex