All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] usb: add support for generic EHCI devices
Date: Sat, 14 Nov 2015 02:15:23 +0100	[thread overview]
Message-ID: <201511140215.24034.marex@denx.de> (raw)
In-Reply-To: <1447438242-31863-1-git-send-email-abrodkin@synopsys.com>

On Friday, November 13, 2015 at 07:10:42 PM, Alexey Brodkin wrote:
> Similarly to Linux kernel it's nice to have generic driver for
> EHCI-compatible host controllers.
> 
> This implementation is very minimalistic and doesn't have any
> platform-specific glue code nor phy-related operations.
> 
> For example this allows usage of USB-storage devices with
> Synopsys DesignWare AXS10x boards.
> 
> Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
> Cc: Stephen Warren <swarren@nvidia.com>
> Cc: Simon Glass <sjg@chromium.org>
> Cc: Marek Vasut <marex@denx.de>

Reviewed-by: Marek Vasut <marex@denx.de>

> ---
>  drivers/usb/host/Kconfig        |  7 +++++
>  drivers/usb/host/Makefile       |  1 +
>  drivers/usb/host/ehci-generic.c | 57
> +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 65
> insertions(+)
>  create mode 100644 drivers/usb/host/ehci-generic.c

I'd like to get review from Simon too on the DM part, but from my side, it's OK.

Best regards,
Marek Vasut

  reply	other threads:[~2015-11-14  1:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-13 18:10 [U-Boot] [PATCH] usb: add support for generic EHCI devices Alexey Brodkin
2015-11-14  1:15 ` Marek Vasut [this message]
2015-11-14  2:05 ` Simon Glass
2015-11-14  3:05   ` Marek Vasut
2015-11-16 14:08   ` Alexey Brodkin

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=201511140215.24034.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.