From: Biju Das <biju.das@bp.renesas.com>
To: Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
Alan Stern <stern@rowland.harvard.edu>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Cc: Biju Das <biju.das@bp.renesas.com>,
Kishon Vijay Abraham I <kishon@ti.com>,
devicetree@vger.kernel.org, Simon Horman <horms@verge.net.au>,
Geert Uytterhoeven <geert+renesas@glider.be>,
Chris Paterson <Chris.Paterson2@renesas.com>,
Fabrizio Castro <fabrizio.castro@bp.renesas.com>,
linux-renesas-soc@vger.kernel.org
Subject: [PATCH V3 00/13] Add USB2.0 support
Date: Wed, 3 Apr 2019 11:28:31 +0100 [thread overview]
Message-ID: <1554287324-22312-1-git-send-email-biju.das@bp.renesas.com> (raw)
This series adds USB 2.0 support for the RZ/G1C SoC. RZ/G1C
SoC is similar to R-Car Gen2 SoC, but there are some differences
- It has a shared pll reset register for hsusb0/hsusb1 and this register
reside in hsusb0 block.
- Each USB host needs to deassert the pll reset of hsusb block apart from
initializing interrupt enable,OVC detection timer and suspend/resume timer
register.
To address the above scenarios, created a ehci-r8a77470 host controller
driver.
This patchset is based on linux_next next-20190401 branch.
V2-->V3
* Incorporated Alan's review comment for dropping ehci-r8a77470 host driver
* Incorporated shimoda-san's comments.
Ref: https://patchwork.kernel.org/patch/10879899/
V1-->V2
* Incorporated Rob's review comment
Ref: https://patchwork.kernel.org/patch/10655853/
* Incorporated Shimoda-San's review comment
Ref: https://patchwork.kernel.org/patch/10655855/
* Created ehci-r8a77470 host driver.
Biju Das (13):
dt-bindings: phy: rcar-gen2: Add r8a77470 support
phy: renesas: phy-rcar-gen2: Add support for r8a77470
dt-bindings: rcar-gen3-phy-usb2: Add r8a77470 support
phy: rcar-gen3-usb2: Add support for r8a77470
ARM: shmobile: Enable PHY_RCAR_GEN3_USB2 in shmobile_defconfig
dt-bindings: usb: renesas_usbhs: Add support for r8a77470
ARM: shmobile: Enable USB [EO]HCI HCD PLATFORM support in
shmobile_defconfig
ARM: dts: r8a77470: Add USB PHY DT support
ARM: dts: iwg23s-sbc: Enable USB Phy[01]
ARM: dts: r8a77470: Add USB2.0 Host (EHCI/OHCI) device
ARM: dts: iwg23s-sbc: Enable USB USB2.0 Host
ARM: dts: r8a77470: Add HSUSB device nodes
ARM: dts: iwg23s-sbc: Enable HS-USB
.../devicetree/bindings/phy/rcar-gen2-phy.txt | 57 ++++++++-
.../devicetree/bindings/phy/rcar-gen3-phy-usb2.txt | 6 +-
.../devicetree/bindings/usb/renesas_usbhs.txt | 1 +
arch/arm/boot/dts/r8a77470-iwg23s-sbc.dts | 44 +++++++
arch/arm/boot/dts/r8a77470.dtsi | 141 +++++++++++++++++++++
arch/arm/configs/shmobile_defconfig | 3 +
drivers/phy/renesas/Kconfig | 2 +-
drivers/phy/renesas/phy-rcar-gen2.c | 86 ++++++++++++-
drivers/phy/renesas/phy-rcar-gen3-usb2.c | 19 ++-
9 files changed, 349 insertions(+), 10 deletions(-)
--
2.7.4
next reply other threads:[~2019-04-03 10:28 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-03 10:28 Biju Das [this message]
2019-04-03 10:28 ` [PATCH V3 01/13] dt-bindings: phy: rcar-gen2: Add r8a77470 support Biju Das
2019-04-09 10:07 ` Yoshihiro Shimoda
2019-04-03 10:28 ` [PATCH V3 03/13] dt-bindings: rcar-gen3-phy-usb2: " Biju Das
2019-04-09 10:18 ` Yoshihiro Shimoda
2019-04-03 10:28 ` [PATCH V3 06/13] dt-bindings: usb: renesas_usbhs: Add support for r8a77470 Biju Das
2019-04-09 11:02 ` Simon Horman
2019-04-03 10:28 ` [PATCH V3 08/13] ARM: dts: r8a77470: Add USB PHY DT support Biju Das
2019-04-09 11:10 ` Simon Horman
2019-04-03 10:28 ` [PATCH V3 09/13] ARM: dts: iwg23s-sbc: Enable USB Phy[01] Biju Das
2019-04-09 11:10 ` Simon Horman
2019-04-03 10:28 ` [PATCH V3 10/13] ARM: dts: r8a77470: Add USB2.0 Host (EHCI/OHCI) device Biju Das
2019-04-09 11:15 ` Simon Horman
2019-04-03 10:28 ` [PATCH V3 11/13] ARM: dts: iwg23s-sbc: Enable USB USB2.0 Host Biju Das
2019-04-09 11:15 ` Simon Horman
2019-04-03 10:28 ` [PATCH V3 12/13] ARM: dts: r8a77470: Add HSUSB device nodes Biju Das
2019-04-09 11:17 ` Simon Horman
2019-04-03 10:28 ` [PATCH V3 13/13] ARM: dts: iwg23s-sbc: Enable HS-USB Biju Das
2019-04-09 11:17 ` Simon Horman
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=1554287324-22312-1-git-send-email-biju.das@bp.renesas.com \
--to=biju.das@bp.renesas.com \
--cc=Chris.Paterson2@renesas.com \
--cc=devicetree@vger.kernel.org \
--cc=fabrizio.castro@bp.renesas.com \
--cc=geert+renesas@glider.be \
--cc=gregkh@linuxfoundation.org \
--cc=horms@verge.net.au \
--cc=kishon@ti.com \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=robh+dt@kernel.org \
--cc=stern@rowland.harvard.edu \
--cc=yoshihiro.shimoda.uh@renesas.com \
/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).