From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 05 Apr 2016 11:24:26 +0200 Subject: [U-Boot] [PATCH v6 0/4] Make usb device-tree fixup independent of USB controller In-Reply-To: <1459847482-19367-1-git-send-email-sriram.dash@nxp.com> References: <1459847482-19367-1-git-send-email-sriram.dash@nxp.com> Message-ID: <5703844A.3050008@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 04/05/2016 11:11 AM, Sriram Dash wrote: > Makes usb device-tree fixup independent of Controller type. This enables the > usage of device-tree fixup as a common framework for EHCI and XHCI controllers > > Sriram Dash (4): > drivers:usb:common:fsl-dt-fixup: Move device-tree fixup framework to > common file > drivers:usb:common:fsl-dt-fixup: Remove code duplication for > fdt_usb_get_node_type > drivers:usb:common:fsl-dt-fixup: Add device-tree fixup support for > xhci controller > drivers:usb:common:fsl-dt-fixup: fix return value of > fdt_usb_get_node_type > > Makefile | 1 + > drivers/usb/common/Makefile | 7 ++ > drivers/usb/common/fsl-dt-fixup.c | 202 ++++++++++++++++++++++++++++++++++++++ > drivers/usb/host/ehci-fsl.c | 195 ------------------------------------ > include/fdt_support.h | 4 +- > 5 files changed, 212 insertions(+), 197 deletions(-) > create mode 100644 drivers/usb/common/Makefile > create mode 100644 drivers/usb/common/fsl-dt-fixup.c > Applied all to u-boot-usb/master -- Best regards, Marek Vasut