[U-Boot] [PATCH v4 1/2] usb: zynqmp: Add XHCI driver support

Marek Vasut marex at denx.de
Sat Sep 5 15:54:46 CEST 2015


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
> 
> <siva.durga.paladugu at xilinx.com> wrote:
> > Added USB XHCI driver support for zynqmp.
> > 
> > Signed-off-by: Siva Durga Prasad Paladugu <sivadur at xilinx.com>
> > ---
> > 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


More information about the U-Boot mailing list