From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v4 1/2] usb: zynqmp: Add XHCI driver support
Date: Sat, 5 Sep 2015 15:54:46 +0200 [thread overview]
Message-ID: <201509051554.46173.marex@denx.de> (raw)
In-Reply-To: <CAPnjgZ2J6qvAxQ8j+QZSHoVma6BtUuF0hidfaTp7C87zwB=x7w@mail.gmail.com>
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@xilinx.com> wrote:
> > Added USB XHCI driver support for zynqmp.
> >
> > Signed-off-by: Siva Durga Prasad Paladugu <sivadur@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
prev parent reply other threads:[~2015-09-05 13:54 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-04 6:31 [U-Boot] [PATCH v4 1/2] usb: zynqmp: Add XHCI driver support Siva Durga Prasad Paladugu
2015-09-04 6:31 ` [U-Boot] [PATCH v4 2/2] usb: zynqmp: Enable USB XHCI support Siva Durga Prasad Paladugu
2015-09-05 13:15 ` [U-Boot] [PATCH v4 1/2] usb: zynqmp: Add XHCI driver support Marek Vasut
2015-09-07 4:25 ` Siva Durga Prasad Paladugu
2015-09-05 13:47 ` Simon Glass
2015-09-05 13:54 ` Marek Vasut [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201509051554.46173.marex@denx.de \
--to=marex@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.