From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sat, 5 Sep 2015 15:54:46 +0200 Subject: [U-Boot] [PATCH v4 1/2] usb: zynqmp: Add XHCI driver support In-Reply-To: References: <1441348268-18547-1-git-send-email-sivadur@xilinx.com> Message-ID: <201509051554.46173.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 Saturday, September 05, 2015 at 03:47:12 PM, Simon Glass wrote: > Hi, > > On 4 September 2015 at 00:31, Siva Durga Prasad Paladugu > > wrote: > > Added USB XHCI driver support for zynqmp. > > > > Signed-off-by: Siva Durga Prasad Paladugu > > --- > > Changes for v4: > > - Added sanity check for index as per > > > > review comment > > > > Changes for v3: > > - Decreased the phy reset delay to 10 micro secs > > - Defined base addresses in board config file as > > > > per review comment. > > > > Changes for v2: > > - Moved all from xhci-zynqmp.h to .c file as > > > > per review comment > > > > - Removed ad-hoc function zynqmp_xhci_core_exit() > > > > as per review comment > > > > --- > > > > drivers/usb/host/Makefile | 1 + > > drivers/usb/host/xhci-zynqmp.c | 148 > > ++++++++++++++++++++++++++++++++++++ include/configs/xilinx_zynqmp_ep.h > > | 2 + > > 3 files changed, 151 insertions(+), 0 deletions(-) > > create mode 100644 drivers/usb/host/xhci-zynqmp.c > > Can you convert this to use driver model? See xhci-exynos5.c for an > example. Right :) Best regards, Marek Vasut