mbox series

[4.19.y-cip,0/4] Add USB support

Message ID 1568019126-45985-1-git-send-email-biju.das@bp.renesas.com (mailing list archive)
Headers show
Series Add USB support | expand

Message

Biju Das Sept. 9, 2019, 8:52 a.m. UTC
This patch series add USB2.0/USB3.0 support for Hihope RZ/G2M platform.

This patch series is based on linux-4.19.y-cip and all the patches
in this series are cherry-picked from linux rc tree.

Biju Das (3):
  arm64: dts: renesas: r8a774a1: Fix USB 2.0 clocks
  arm64: dts: renesas: hihope-common: Add USB 2.0 support
  arm64: dts: renesas: hihope-common: Enable USB3.0

Yoshihiro Shimoda (1):
  phy: renesas: rcar-gen3-usb2: fix imbalance powered flag

 arch/arm64/boot/dts/renesas/hihope-common.dtsi | 106 +++++++++++++++++++++++++
 arch/arm64/boot/dts/renesas/r8a774a1.dtsi      |  16 ++--
 drivers/phy/renesas/phy-rcar-gen3-usb2.c       |  19 ++++-
 3 files changed, 129 insertions(+), 12 deletions(-)

Comments

Pavel Machek Sept. 11, 2019, 7:54 a.m. UTC | #1
Hi!

> This patch series add USB2.0/USB3.0 support for Hihope RZ/G2M platform.
> 
> This patch series is based on linux-4.19.y-cip and all the patches
> in this series are cherry-picked from linux rc tree.
> 
> Biju Das (3):
>   arm64: dts: renesas: r8a774a1: Fix USB 2.0 clocks
>   arm64: dts: renesas: hihope-common: Add USB 2.0 support
>   arm64: dts: renesas: hihope-common: Enable USB3.0
> 
> Yoshihiro Shimoda (1):
>   phy: renesas: rcar-gen3-usb2: fix imbalance powered flag

Nothing obviously wrong here. Let me apply the series...

Best regards,
								Pavel
Pavel Machek Sept. 11, 2019, 1:39 p.m. UTC | #2
On Wed 2019-09-11 09:54:27, Pavel Machek wrote:
> Hi!
> 
> > This patch series add USB2.0/USB3.0 support for Hihope RZ/G2M platform.
> > 
> > This patch series is based on linux-4.19.y-cip and all the patches
> > in this series are cherry-picked from linux rc tree.
> > 
> > Biju Das (3):
> >   arm64: dts: renesas: r8a774a1: Fix USB 2.0 clocks
> >   arm64: dts: renesas: hihope-common: Add USB 2.0 support
> >   arm64: dts: renesas: hihope-common: Enable USB3.0
> > 
> > Yoshihiro Shimoda (1):
> >   phy: renesas: rcar-gen3-usb2: fix imbalance powered flag
> 
> Nothing obviously wrong here. Let me apply the series...

Hmm, so according to gitlab Iwamatsu already tried to apply the
series, and got failure in self-test. Let me submit aa6c3bd087e5f39
for testing to see if it is problem with testing or problem with code.

https://gitlab.com/cip-project/cip-kernel/linux-cip/pipelines/81577156

...so it seems problem is with tests.

I applied the series and pushed it to kernel.org. Thanks!

Best regards,
								Pavel