From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexey Brodkin Date: Fri, 3 Mar 2017 13:22:47 +0000 Subject: [U-Boot] [PATCH] drivers/usb/ehci: Use platform-specific accessors In-Reply-To: <2004fcc3-7ae2-209e-957d-48eadc588b12@denx.de> References: <1486758216-23140-1-git-send-email-abrodkin@synopsys.com> <1b780ba5-f754-e681-758e-3d8bc9b7a70d@denx.de> <1488372733.4659.19.camel@synopsys.com> <2004fcc3-7ae2-209e-957d-48eadc588b12@denx.de> Message-ID: <1488547367.2940.1.camel@synopsys.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: u-boot@lists.denx.de Hi Marek, On Fri, 2017-03-03 at 00:57 +0100, Marek Vasut wrote: > On 03/01/2017 01:52 PM, Alexey Brodkin wrote: > >=20 > > Hi Marek, > >=20 > > On Fri, 2017-02-10 at 21:33 +0100, Marek Vasut wrote: > > >=20 > > > On 02/10/2017 09:23 PM, Alexey Brodkin wrote: > > > >=20 > > > >=20 > > > > Current implementation doesn't allow utilization of platform-specif= ic > > > > reads and writes. > > > >=20 > > > > But some arches or platforms may want to use their accessors that do > > > > some extra work like adding barriers for data serialization etc. > > > >=20 > > > > Interesting enough OHCI accessors already do that so just aligning > > > > EHCI to it now. > > > >=20 > > > > Signed-off-by: Alexey Brodkin > > > > Cc: Marek Vasut > > > > Cc: Simon Glass > > > > Cc: Mateusz Kulikowski > > >=20 > > > IMO looks OK, > > >=20 > > > Acked-by: Marek Vasut > > >=20 > > > I'd like to have a few more reviews of this before applying it for > > > 2017.05 . Also CCing Wills, it'd be great to get a test on atheros > > > MIPS . > >=20 > > It's been quite some time since your request to try the patch > > on other systems and so far nobody answered. May we consider that > > one for application then? > >=20 > > Essentially I'm not talking about current Tom's master branch > > but would be good if the patch lands somewhere and once 2017.03 > > gets cut is merged in the main branch? >=20 > Yeah, it's not happening for 2017.03, it'll go into the next one. >=20 > Can you just rebase and repost the patch please ? I'll get to it next=C2= =A0 > week, I'm traveling until the 10th. I just tried and the same .mbox applies cleanly on top of today's U-Boot master so I believe there's no point in resending it. Are you OK to just grab existing one? -Alexey