All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heiko Stuebner <heiko@sntech.de>
To: heiko@sntech.de
Cc: quentin.schulz@theobroma-systems.com,
	linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: [PATCH 0/2] Add support for the dual-role dwc3 controllers on rk3588-tiger
Date: Thu, 18 Apr 2024 23:03:30 +0200	[thread overview]
Message-ID: <20240418210332.2394871-1-heiko@sntech.de> (raw)

A comment fix and then the addition of the nodes for the dwc3 controllers
using the newly merged usbdp phys.

Heiko Stuebner (2):
  arm64: dts: rockchip: fix comment for upper usb3 port
  arm64: dts: rockchip: add dual-role usb3 hosts to rk3588 Tiger-Haikou

 .../boot/dts/rockchip/rk3588-tiger-haikou.dts | 60 ++++++++++++++++++-
 .../arm64/boot/dts/rockchip/rk3588-tiger.dtsi | 15 +++++
 2 files changed, 74 insertions(+), 1 deletion(-)

-- 
2.39.2


_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

WARNING: multiple messages have this Message-ID (diff)
From: Heiko Stuebner <heiko@sntech.de>
To: heiko@sntech.de
Cc: quentin.schulz@theobroma-systems.com,
	linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: [PATCH 0/2] Add support for the dual-role dwc3 controllers on rk3588-tiger
Date: Thu, 18 Apr 2024 23:03:30 +0200	[thread overview]
Message-ID: <20240418210332.2394871-1-heiko@sntech.de> (raw)

A comment fix and then the addition of the nodes for the dwc3 controllers
using the newly merged usbdp phys.

Heiko Stuebner (2):
  arm64: dts: rockchip: fix comment for upper usb3 port
  arm64: dts: rockchip: add dual-role usb3 hosts to rk3588 Tiger-Haikou

 .../boot/dts/rockchip/rk3588-tiger-haikou.dts | 60 ++++++++++++++++++-
 .../arm64/boot/dts/rockchip/rk3588-tiger.dtsi | 15 +++++
 2 files changed, 74 insertions(+), 1 deletion(-)

-- 
2.39.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Heiko Stuebner <heiko@sntech.de>
To: heiko@sntech.de
Cc: quentin.schulz@theobroma-systems.com,
	linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: [PATCH 0/2] Add support for the dual-role dwc3 controllers on rk3588-tiger
Date: Thu, 18 Apr 2024 23:03:30 +0200	[thread overview]
Message-ID: <20240418210332.2394871-1-heiko@sntech.de> (raw)

A comment fix and then the addition of the nodes for the dwc3 controllers
using the newly merged usbdp phys.

Heiko Stuebner (2):
  arm64: dts: rockchip: fix comment for upper usb3 port
  arm64: dts: rockchip: add dual-role usb3 hosts to rk3588 Tiger-Haikou

 .../boot/dts/rockchip/rk3588-tiger-haikou.dts | 60 ++++++++++++++++++-
 .../arm64/boot/dts/rockchip/rk3588-tiger.dtsi | 15 +++++
 2 files changed, 74 insertions(+), 1 deletion(-)

-- 
2.39.2


             reply	other threads:[~2024-04-18 21:03 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-18 21:03 Heiko Stuebner [this message]
2024-04-18 21:03 ` [PATCH 0/2] Add support for the dual-role dwc3 controllers on rk3588-tiger Heiko Stuebner
2024-04-18 21:03 ` Heiko Stuebner
2024-04-18 21:03 ` [PATCH 1/2] arm64: dts: rockchip: fix comment for upper usb3 port Heiko Stuebner
2024-04-18 21:03   ` Heiko Stuebner
2024-04-18 21:03   ` Heiko Stuebner
2024-04-22  8:53   ` Quentin Schulz
2024-04-22  8:53     ` Quentin Schulz
2024-04-22  8:53     ` Quentin Schulz
2024-04-18 21:03 ` [PATCH 2/2] arm64: dts: rockchip: add dual-role usb3 hosts to rk3588 Tiger-Haikou Heiko Stuebner
2024-04-18 21:03   ` Heiko Stuebner
2024-04-18 21:03   ` Heiko Stuebner
2024-04-22  9:06   ` Quentin Schulz
2024-04-22  9:06     ` Quentin Schulz
2024-04-22  9:06     ` Quentin Schulz
2024-04-19 22:24 ` [PATCH 0/2] Add support for the dual-role dwc3 controllers on rk3588-tiger Rob Herring
2024-04-19 22:24   ` Rob Herring
2024-04-19 22:24   ` Rob Herring
2024-04-22  7:43   ` Heiko Stübner
2024-04-22  7:43     ` Heiko Stübner
2024-04-22  7:43     ` Heiko Stübner

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=20240418210332.2394871-1-heiko@sntech.de \
    --to=heiko@sntech.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=quentin.schulz@theobroma-systems.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 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.