From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 26 Jan 2016 12:27:11 +0100 Subject: [U-Boot] [PATCH 1/2] fsl:usb: Make fsl usb device-tree fixup arch independent In-Reply-To: <1453808218-27599-1-git-send-email-ramneek.mehresh@freescale.com> References: <1453808218-27599-1-git-send-email-ramneek.mehresh@freescale.com> Message-ID: <201601261227.11524.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tuesday, January 26, 2016 at 12:36:57 PM, Ramneek Mehresh wrote: > Move usb device-tree fixup from ehci drv so that it becomes > available to all ppc and arm platforms > > Signed-off-by: Ramneek Mehresh > --- > board/freescale/common/Makefile | 2 + > board/freescale/common/usb.c | 203 > ++++++++++++++++++++++++++++++++ board/freescale/corenet_ds/corenet_ds.c | > 1 - > drivers/usb/host/ehci-fsl.c | 196 > ------------------------------ include/fdt_support.h | > 4 +- > 5 files changed, 207 insertions(+), 199 deletions(-) > create mode 100644 board/freescale/common/usb.c Use git format-patch -M -C and resubmit, I am not gonna review this. Best regards, Marek Vasut