linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Simon Horman <horms@verge.net.au>
To: linux-sh@vger.kernel.org
Subject: Re: [PATCH 0/3] Add USBHS support to Lager
Date: Tue, 08 Oct 2013 01:21:48 +0000	[thread overview]
Message-ID: <20131008012148.GA11179@verge.net.au> (raw)
In-Reply-To: <1381188423-1867-1-git-send-email-valentine.barshak@cogentembedded.com>

On Tue, Oct 08, 2013 at 03:27:00AM +0400, Valentine Barshak wrote:
> This patch set adds internal USB PHY support to RCAR Gen2 SoC, and
> also enables USBHS for the Lager board.
> 
> The patches apply fine to the renesas-devel-20131004 tag of the renesas.git.
> 
> The first patch also applies fine to the usb.git at kernel.org.
> It adds RCAR Gen2 phy driver, which is used to configure the shared USB
> channels 0/2 and to control USBHS internal PHY.
> All the drivers that use the shared USB channels (USBHS/USBSS/PCI USB host)
> should acquire the USB phy first to set proper channel configuration.
> 
> The other two patches add USBHS support to Lager board, which requires
> RCAR Gen2 phy driver.

Hi Morimoto-san,

I could you review this series?

My assumption is that in the current form the first patch will
go through the USB tree while the latter patches will subsequently
go through (my) renesas tree.

> Valentine Barshak (3):
>   usb: phy: Add RCAR Gen2 USB phy
>   arm: shmobile: r8a7790: Add USBHS clock support
>   arm: shmobile: lager: Add USBHS support
> 
>  arch/arm/mach-shmobile/board-lager.c            | 106 +++++++++
>  arch/arm/mach-shmobile/clock-r8a7790.c          |   4 +
>  drivers/usb/phy/Kconfig                         |  14 ++
>  drivers/usb/phy/Makefile                        |   1 +
>  drivers/usb/phy/phy-rcar-gen2-usb.c             | 271 ++++++++++++++++++++++++
>  include/linux/platform_data/usb-rcar-gen2-phy.h |  22 ++
>  6 files changed, 418 insertions(+)
>  create mode 100644 drivers/usb/phy/phy-rcar-gen2-usb.c
>  create mode 100644 include/linux/platform_data/usb-rcar-gen2-phy.h
> 
> -- 
> 1.8.3.1
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

  reply	other threads:[~2013-10-08  1:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-07 23:27 [PATCH 0/3] Add USBHS support to Lager Valentine Barshak
2013-10-08  1:21 ` Simon Horman [this message]
2014-09-09 10:16 ` カオ ミン ヒェップ

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=20131008012148.GA11179@verge.net.au \
    --to=horms@verge.net.au \
    --cc=linux-sh@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).