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

2017-06-15 Thread Alexey Brodkin
Hi Marek, On Thu, 2017-06-15 at 19:51 +0200, Marek Vasut wrote: > On 06/15/2017 07:48 PM, Alexey Brodkin wrote: > > > > Hi Marek, > > > > On Thu, 2017-06-15 at 19:23 +0200, Marek Vasut wrote: > > > > > > On 06/15/2017 07:19 PM, Tom Rini wrote: > > > > > > > > > > > > On Thu, Jun 15, 2017 at

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

2017-06-15 Thread Marek Vasut
On 06/15/2017 07:48 PM, Alexey Brodkin wrote: > Hi Marek, > > On Thu, 2017-06-15 at 19:23 +0200, Marek Vasut wrote: >> On 06/15/2017 07:19 PM, Tom Rini wrote: >>> >>> On Thu, Jun 15, 2017 at 07:00:25PM +0200, Marek Vasut wrote: On 06/14/2017 11:55 AM, Alexey Brodkin wrote: > > [snip] >

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

2017-06-15 Thread Alexey Brodkin
Hi Marek, On Thu, 2017-06-15 at 19:23 +0200, Marek Vasut wrote: > On 06/15/2017 07:19 PM, Tom Rini wrote: > > > > On Thu, Jun 15, 2017 at 07:00:25PM +0200, Marek Vasut wrote: > > > > > > On 06/14/2017 11:55 AM, Alexey Brodkin wrote: [snip] > > Clearly that patch did NOT land in my mailbox.

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

2017-06-15 Thread Marek Vasut
On 06/15/2017 07:19 PM, Tom Rini wrote: > On Thu, Jun 15, 2017 at 07:00:25PM +0200, Marek Vasut wrote: >> On 06/14/2017 11:55 AM, Alexey Brodkin wrote: >>> Hi Marek, >>> >>> On Mon, 2017-06-05 at 14:06 +0200, Marek Vasut wrote: On 06/05/2017 02:03 PM, Alexey Brodkin wrote: > > Hi

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

2017-06-15 Thread Tom Rini
On Thu, Jun 15, 2017 at 07:00:25PM +0200, Marek Vasut wrote: > On 06/14/2017 11:55 AM, Alexey Brodkin wrote: > > Hi Marek, > > > > On Mon, 2017-06-05 at 14:06 +0200, Marek Vasut wrote: > >> On 06/05/2017 02:03 PM, Alexey Brodkin wrote: > >>> > >>> Hi Marek, > >> > >> Hi, > >> > >>> > >>> On Mon,

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

2017-06-15 Thread Marek Vasut
On 06/14/2017 11:55 AM, Alexey Brodkin wrote: > Hi Marek, > > On Mon, 2017-06-05 at 14:06 +0200, Marek Vasut wrote: >> On 06/05/2017 02:03 PM, Alexey Brodkin wrote: >>> >>> Hi Marek, >> >> Hi, >> >>> >>> On Mon, 2017-06-05 at 13:42 +0200, Marek Vasut wrote: On 06/05/2017 09:19 AM,

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

2017-06-14 Thread Alexey Brodkin
Hi Marek, On Mon, 2017-06-05 at 14:06 +0200, Marek Vasut wrote: > On 06/05/2017 02:03 PM, Alexey Brodkin wrote: > > > > Hi Marek, > > Hi, > > > > > On Mon, 2017-06-05 at 13:42 +0200, Marek Vasut wrote: > > > > > > On 06/05/2017 09:19 AM, Alexey Brodkin wrote: > > > > > > > > > > > > We

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

2017-06-05 Thread Alexey Brodkin
Hi Marek, On Mon, 2017-06-05 at 14:06 +0200, Marek Vasut wrote: > On 06/05/2017 02:03 PM, Alexey Brodkin wrote: > > > > Hi Marek, > > Hi, > > > > > On Mon, 2017-06-05 at 13:42 +0200, Marek Vasut wrote: > > > > > > On 06/05/2017 09:19 AM, Alexey Brodkin wrote: > > > > > > > > > > > > We

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

2017-06-05 Thread Marek Vasut
On 06/05/2017 02:03 PM, Alexey Brodkin wrote: > Hi Marek, Hi, > On Mon, 2017-06-05 at 13:42 +0200, Marek Vasut wrote: >> On 06/05/2017 09:19 AM, Alexey Brodkin wrote: >>> >>> We used to have opencoded ehci_readl()/writel() which required no >>> external functions to be called. >> >> Applied,

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

2017-06-05 Thread Alexey Brodkin
Hi Marek, On Mon, 2017-06-05 at 13:42 +0200, Marek Vasut wrote: > On 06/05/2017 09:19 AM, Alexey Brodkin wrote: > > > > We used to have opencoded ehci_readl()/writel() which required no > > external functions to be called. > > Applied, thanks. Now when we get everything ready for building fine

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

2017-06-05 Thread Marek Vasut
On 06/05/2017 09:19 AM, Alexey Brodkin wrote: > We used to have opencoded ehci_readl()/writel() which required no > external functions to be called. Applied, thanks. > Now with attempt to switch to generic readl()/writel() accessors > we see a missing declaration of those accessors in

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

2017-06-05 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