From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] usb: ehci: rmobile: Add support ehci host driver of rmobile SoCs
Date: Thu, 3 Apr 2014 00:25:45 +0200 [thread overview]
Message-ID: <201404030025.45884.marex@denx.de> (raw)
In-Reply-To: <1396412943-11684-1-git-send-email-nobuhiro.iwamatsu.yj@renesas.com>
On Wednesday, April 02, 2014 at 06:29:03 AM, Nobuhiro Iwamatsu wrote:
> The rmobile SoC has usb host controller.
> This supports USB controllers listed in the R8A7790, R8A7791 and R8A7740.
>
> Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
> ---
> arch/arm/include/asm/arch-rmobile/ehci-rmobile.h | 169
> +++++++++++++++++++++++ drivers/usb/host/Makefile |
> 1 +
> drivers/usb/host/ehci-rmobile.c | 109 +++++++++++++++
> 3 files changed, 279 insertions(+)
> create mode 100644 arch/arm/include/asm/arch-rmobile/ehci-rmobile.h
> create mode 100644 drivers/usb/host/ehci-rmobile.c
[...]
> +#define PHYS_OFFSET CONFIG_SYS_SDRAM_BASE
This is a bit creepy, is this really necessary ?
As for the rest:
Reviewed-by: Marek Vasut <marex@denx.de>
Best regards,
Marek Vasut
next prev parent reply other threads:[~2014-04-02 22:25 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-02 4:29 [U-Boot] [PATCH] usb: ehci: rmobile: Add support ehci host driver of rmobile SoCs Nobuhiro Iwamatsu
2014-04-02 22:25 ` Marek Vasut [this message]
2014-04-03 2:27 ` Nobuhiro Iwamatsu
-- strict thread matches above, loose matches on Subject: below --
2014-04-03 4:55 Nobuhiro Iwamatsu
2014-04-03 8:57 ` Marek Vasut
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=201404030025.45884.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.