From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexey Brodkin Date: Mon, 5 Jun 2017 12:03:23 +0000 Subject: [U-Boot] [PATCH] ehci-pci: Prepare for usage of readl()/writel() accessors In-Reply-To: <64c48bb3-1943-7387-1680-2d6f41d5193f@denx.de> References: <1496647166-6661-1-git-send-email-abrodkin@synopsys.com> <64c48bb3-1943-7387-1680-2d6f41d5193f@denx.de> Message-ID: <1496664202.3931.8.camel@synopsys.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de 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 see https://travis-ci.org/abrodkin/u-boot/builds/238394634 could you please apply my old patch with conversion to platform- specific accessors? I mean this one http://patchwork.ozlabs.org/patch/726714/ -Alexey