From: "Rob Herring (Arm)" <robh@kernel.org>
To: Kever Yang <kever.yang@rock-chips.com>
Cc: linux-rockchip@lists.infradead.org,
"Bjorn Helgaas" <bhelgaas@google.com>,
linux-arm-kernel@lists.infradead.org,
"Simon Xue" <xxm@rock-chips.com>,
devicetree@vger.kernel.org, "Conor Dooley" <conor+dt@kernel.org>,
heiko@sntech.de, linux-pci@vger.kernel.org,
"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
linux-kernel@vger.kernel.org,
"Lorenzo Pieralisi" <lpieralisi@kernel.org>,
"Shawn Lin" <shawn.lin@rock-chips.com>,
"Krzysztof Wilczyński" <kw@linux.com>,
"Manivannan Sadhasivam" <manivannan.sadhasivam@linaro.org>
Subject: Re: [PATCH v3 01/15] dt-bindings: PCI: dwc: rockchip: Add rk3562 support
Date: Fri, 28 Feb 2025 14:11:52 -0600 [thread overview]
Message-ID: <174077351138.3532182.7064020347463101186.robh@kernel.org> (raw)
In-Reply-To: <20250227111913.2344207-2-kever.yang@rock-chips.com>
On Thu, 27 Feb 2025 19:18:59 +0800, Kever Yang wrote:
> rk3562 is using the same dwc controller as rk3576.
>
> Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
> ---
>
> Changes in v3:
> - Rebase the change base on rk3576 pcie patches
>
> Changes in v2: None
>
> .../devicetree/bindings/pci/rockchip-dw-pcie.yaml | 9 +++++++--
> 1 file changed, 7 insertions(+), 2 deletions(-)
>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
next prev parent reply other threads:[~2025-02-28 20:11 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-27 11:18 [PATCH v3 00/15] rockchip: Add rk3562 SoC and evb support Kever Yang
2025-02-27 11:18 ` [PATCH v3 01/15] dt-bindings: PCI: dwc: rockchip: Add rk3562 support Kever Yang
2025-02-28 20:11 ` Rob Herring (Arm) [this message]
2025-02-27 11:19 ` [PATCH v3 02/15] dt-bindings: mmc: Add support for rk3562 eMMC Kever Yang
2025-02-28 20:15 ` Rob Herring (Arm)
2025-03-12 11:24 ` Ulf Hansson
2025-02-27 11:19 ` [PATCH v3 03/15] dt-bindings: mmc: rockchip-dw-mshc: Add support for rk3562 Kever Yang
2025-02-28 20:16 ` Rob Herring (Arm)
2025-03-12 11:24 ` Ulf Hansson
2025-02-27 11:19 ` [PATCH v3 04/15] dt-bindings: i2c: i2c-rk3x: Add rk3562 support Kever Yang
2025-02-28 20:16 ` Rob Herring (Arm)
2025-03-11 22:33 ` Andi Shyti
2025-02-27 11:19 ` [PATCH v3 05/15] dt-bindings: gpu: Add rockchip,rk3562-mali compatible Kever Yang
2025-02-28 20:16 ` Rob Herring (Arm)
2025-02-27 11:19 ` [PATCH v3 06/15] dt-bindings: watchdog: Add rk3562 compatible Kever Yang
2025-02-28 20:17 ` Rob Herring (Arm)
2025-02-27 11:19 ` [PATCH v3 07/15] dt-bindings: spi: Add rk3562 support Kever Yang
2025-02-27 11:19 ` [PATCH v3 08/15] dt-bindings: serial: snps-dw-apb-uart: Add support for rk3562 Kever Yang
2025-02-28 20:17 ` Rob Herring (Arm)
2025-02-27 11:19 ` [PATCH v3 09/15] dt-bindings: usb: dwc3: " Kever Yang
2025-02-28 20:18 ` Rob Herring (Arm)
2025-02-27 11:19 ` [PATCH v3 10/15] dt-bindings: pwm: rockchip: Add rockchip,rk3562-pwm Kever Yang
2025-02-28 20:18 ` Rob Herring (Arm)
2025-02-28 22:54 ` Uwe Kleine-König
2025-02-27 11:19 ` [PATCH v3 11/15] dt-bindings: rockchip: pmu: Add rk3562 compatible Kever Yang
2025-02-28 20:19 ` Rob Herring (Arm)
2025-02-27 11:19 ` [PATCH v3 12/15] dt-bindings: soc: rockchip: Add rk3562 syscon compatibles Kever Yang
2025-02-28 20:19 ` Rob Herring (Arm)
2025-02-27 11:19 ` [PATCH v3 13/15] dt-bindings: arm: rockchip: Add rk3562 evb2 board Kever Yang
2025-02-27 11:19 ` [PATCH v3 14/15] arm64: dts: rockchip: add core dtsi for RK3562 Soc Kever Yang
2025-02-27 11:19 ` [PATCH v3 15/15] arm64: dts: rockchip: Add RK3562 evb2 devicetree Kever Yang
2025-02-27 13:48 ` (subset) [PATCH v3 00/15] rockchip: Add rk3562 SoC and evb support Mark Brown
2025-02-28 22:10 ` Heiko Stuebner
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=174077351138.3532182.7064020347463101186.robh@kernel.org \
--to=robh@kernel.org \
--cc=bhelgaas@google.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=heiko@sntech.de \
--cc=kever.yang@rock-chips.com \
--cc=krzk+dt@kernel.org \
--cc=kw@linux.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=lpieralisi@kernel.org \
--cc=manivannan.sadhasivam@linaro.org \
--cc=shawn.lin@rock-chips.com \
--cc=xxm@rock-chips.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