Re: [PATCH v3 6/9] rcar-phy: correct base address

2013-04-10 Thread Felipe Balbi
Hi, On Wed, Apr 10, 2013 at 02:36:50AM +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

[PATCH v3 6/9] rcar-phy: correct base address

2013-04-09 Thread Sergei Shtylyov
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 that we now can use devm_ioremap_resource()... N