Re: [PATCH] ehci-ppc4xx: Prepare for usage of readl()/writel() accessors

2017-04-19 Thread Marek Vasut
On 04/19/2017 12:05 PM, Stefan Roese wrote: > On 17.04.2017 18:13, Alexey Brodkin wrote: >> We used to have opencoded ehci_readl()/writel() which required no >> external functions to be called. >> >> Now with attempt to switch to generic readl()/writel() accessors >> we see a missing declaration of

Re: [PATCH] ehci-ppc4xx: Prepare for usage of readl()/writel() accessors

2017-04-19 Thread Stefan Roese
On 17.04.2017 18:13, Alexey Brodkin wrote: We used to have opencoded ehci_readl()/writel() which required no external functions to be called. Now with attempt to switch to generic readl()/writel() accessors we see a missing declaration of those accessors in ehci-ppc4xx. Something like that happe

[PATCH] ehci-ppc4xx: Prepare for usage of readl()/writel() accessors

2017-04-17 Thread Alexey Brodkin
We used to have opencoded ehci_readl()/writel() which required no external functions to be called. Now with attempt to switch to generic readl()/writel() accessors we see a missing declaration of those accessors in ehci-ppc4xx. Something like that happens if applied http://patchwork.ozlabs.org/pat