From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Thu, 11 Dec 2014 11:07:19 -0800 Subject: [U-Boot] [PATCH 3/3] drivers: usb: fsl: Add USB device-tree errata framework In-Reply-To: <1412056447-18174-1-git-send-email-nikhil.badola@freescale.com> References: <1412056447-18174-1-git-send-email-nikhil.badola@freescale.com> Message-ID: <5489EB67.8060903@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09/29/2014 10:54 PM, Nikhil Badola wrote: > Add a new framework for fsl usb erratum handling to standardize > erratum checking only inside Uboot. Information to kernel is passed > via a boolean property corresponding to erratum, hence eliminating > need for code duplication inside kernel > > Signed-off-by: Ramneek Mehresh > Signed-off-by: Nikhil Badola > --- Applied to u-boot-fsl-qoriq master, awaiting upstream. York