From mboxrd@z Thu Jan 1 00:00:00 1970 From: york sun Date: Thu, 23 Feb 2017 17:48:02 +0000 Subject: [U-Boot] [PATCH v3 4/8] armv8: Add workaround for USB erratum A-009007 References: <1486130978-24925-1-git-send-email-suresh.gupta@nxp.com> <1486130978-24925-5-git-send-email-suresh.gupta@nxp.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 02/16/2017 01:12 PM, york.sun at nxp.com wrote: > On 02/03/2017 06:08 AM, Suresh Gupta wrote: >> +static void erratum_a009007(void) >> +{ >> +/* TODO:implement the out_be16 instead of writew which is taking >> +little endian style */ > > Did you mean to remind yourself to finish this before sending this > patch? You know we already have out_be16(), don't you? > Suresh, Are you going to send an update? York