All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heiko Stuebner <heiko@sntech.de>
To: Kever Yang <kever.yang@rock-chips.com>
Cc: linux-rockchip@lists.infradead.org,
	Kever Yang <kever.yang@rock-chips.com>,
	devicetree@vger.kernel.org, Conor Dooley <conor+dt@kernel.org>,
	Rob Herring <robh@kernel.org>,
	linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	linux-arm-kernel@lists.infradead.org,
	Ulf Hansson <ulf.hansson@linaro.org>
Subject: Re: [PATCH v2 03/17] dt-bindings: mmc: rockchip-dw-mshc: Add rk3562 compatible string
Date: Thu, 26 Dec 2024 01:39:20 +0100	[thread overview]
Message-ID: <13860713.uLZWGnKmhe@phil> (raw)
In-Reply-To: <20241224094920.3821861-4-kever.yang@rock-chips.com>

Am Dienstag, 24. Dezember 2024, 10:49:06 CET schrieb Kever Yang:
> Add RK3588 compatible string for SD interface.

	^ this still says rk3588

> 
> Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
> ---
> 
> Changes in v2: None
> 
>  Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml b/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml
> index 06df1269f247..772f592291bf 100644
> --- a/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml
> +++ b/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml
> @@ -38,6 +38,7 @@ properties:
>                - rockchip,rk3328-dw-mshc
>                - rockchip,rk3368-dw-mshc
>                - rockchip,rk3399-dw-mshc
> +              - rockchip,rk3562-dw-mshc
>                - rockchip,rk3568-dw-mshc
>                - rockchip,rk3588-dw-mshc
>                - rockchip,rv1108-dw-mshc
> 






WARNING: multiple messages have this Message-ID (diff)
From: Heiko Stuebner <heiko@sntech.de>
To: Kever Yang <kever.yang@rock-chips.com>
Cc: linux-rockchip@lists.infradead.org,
	Kever Yang <kever.yang@rock-chips.com>,
	devicetree@vger.kernel.org, Conor Dooley <conor+dt@kernel.org>,
	Rob Herring <robh@kernel.org>,
	linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	linux-arm-kernel@lists.infradead.org,
	Ulf Hansson <ulf.hansson@linaro.org>
Subject: Re: [PATCH v2 03/17] dt-bindings: mmc: rockchip-dw-mshc: Add rk3562 compatible string
Date: Thu, 26 Dec 2024 01:39:20 +0100	[thread overview]
Message-ID: <13860713.uLZWGnKmhe@phil> (raw)
In-Reply-To: <20241224094920.3821861-4-kever.yang@rock-chips.com>

Am Dienstag, 24. Dezember 2024, 10:49:06 CET schrieb Kever Yang:
> Add RK3588 compatible string for SD interface.

	^ this still says rk3588

> 
> Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
> ---
> 
> Changes in v2: None
> 
>  Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml b/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml
> index 06df1269f247..772f592291bf 100644
> --- a/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml
> +++ b/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml
> @@ -38,6 +38,7 @@ properties:
>                - rockchip,rk3328-dw-mshc
>                - rockchip,rk3368-dw-mshc
>                - rockchip,rk3399-dw-mshc
> +              - rockchip,rk3562-dw-mshc
>                - rockchip,rk3568-dw-mshc
>                - rockchip,rk3588-dw-mshc
>                - rockchip,rv1108-dw-mshc
> 





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

  reply	other threads:[~2024-12-26  0:40 UTC|newest]

Thread overview: 94+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-24  9:49 [PATCH v2 00/17] rockchip: Add rk3562 support Kever Yang
2024-12-24  9:49 ` Kever Yang
2024-12-24  9:49 ` [PATCH v2 01/17] dt-bindings: PCI: dwc: " Kever Yang
2024-12-24  9:49   ` Kever Yang
2024-12-26  0:40   ` Heiko Stuebner
2024-12-26  0:40     ` Heiko Stuebner
2024-12-24  9:49 ` [PATCH v2 02/17] dt-bindings: mmc: Add support for rk3562 eMMC Kever Yang
2024-12-24  9:49   ` Kever Yang
2024-12-24 13:53   ` Rob Herring (Arm)
2024-12-24 13:53     ` Rob Herring (Arm)
2024-12-26  0:35   ` Heiko Stuebner
2024-12-26  0:35     ` Heiko Stuebner
2024-12-24  9:49 ` [PATCH v2 03/17] dt-bindings: mmc: rockchip-dw-mshc: Add rk3562 compatible string Kever Yang
2024-12-24  9:49   ` Kever Yang
2024-12-26  0:39   ` Heiko Stuebner [this message]
2024-12-26  0:39     ` Heiko Stuebner
2025-01-10  8:00     ` Kever Yang
2025-01-10  8:00       ` Kever Yang
2024-12-27  7:41   ` Krzysztof Kozlowski
2024-12-27  7:41     ` Krzysztof Kozlowski
2024-12-24  9:49 ` [PATCH v2 04/17] dt-bindings: power: rockchip: Add bindings for rk3562 Kever Yang
2024-12-24  9:49   ` Kever Yang
2024-12-26  0:36   ` Heiko Stuebner
2024-12-26  0:36     ` Heiko Stuebner
2024-12-24  9:49 ` [PATCH v2 05/17] dt-bindings: i2c: i2c-rk3x: Add rk3562 compatible Kever Yang
2024-12-24  9:49   ` Kever Yang
2024-12-26  0:36   ` Heiko Stuebner
2024-12-26  0:36     ` Heiko Stuebner
2024-12-24  9:49 ` [PATCH v2 06/17] dt-bindings: gpu: Add rockchip,rk3562-mali compatible Kever Yang
2024-12-24  9:49   ` [PATCH v2 06/17] dt-bindings: gpu: Add rockchip, rk3562-mali compatible Kever Yang
2024-12-24  9:49   ` [PATCH v2 06/17] dt-bindings: gpu: Add rockchip,rk3562-mali compatible Kever Yang
2024-12-26  0:45   ` Heiko Stuebner
2024-12-26  0:45     ` [PATCH v2 06/17] dt-bindings: gpu: Add rockchip, rk3562-mali compatible Heiko Stuebner
2024-12-26  0:45     ` [PATCH v2 06/17] dt-bindings: gpu: Add rockchip,rk3562-mali compatible Heiko Stuebner
2024-12-27  7:40   ` Krzysztof Kozlowski
2024-12-27  7:40     ` Krzysztof Kozlowski
2024-12-24  9:49 ` [PATCH v2 07/17] dt-bindings: watchdog: Add rk3562 compatible Kever Yang
2024-12-24  9:49   ` Kever Yang
2024-12-26  1:03   ` Heiko Stuebner
2024-12-26  1:03     ` Heiko Stuebner
2024-12-27  7:41   ` Krzysztof Kozlowski
2024-12-27  7:41     ` Krzysztof Kozlowski
2024-12-24  9:49 ` [PATCH v2 08/17] dt-bindings: spi: Add rockchip,rk3562-spi compatible Kever Yang
2024-12-24  9:49   ` Kever Yang
2024-12-26  1:03   ` Heiko Stuebner
2024-12-26  1:03     ` Heiko Stuebner
2024-12-27  7:43   ` Krzysztof Kozlowski
2024-12-27  7:43     ` Krzysztof Kozlowski
2024-12-24  9:49 ` [PATCH v2 09/17] dt-bindings: serial: snps-dw-apb-uart: Add support for rk3562 Kever Yang
2024-12-24  9:49   ` Kever Yang
2024-12-27  7:43   ` Krzysztof Kozlowski
2024-12-27  7:43     ` Krzysztof Kozlowski
2024-12-24  9:49 ` [PATCH v2 10/17] dt-bindings: usb: dwc3: add compatible " Kever Yang
2024-12-24  9:49   ` Kever Yang
2024-12-27  7:39   ` Krzysztof Kozlowski
2024-12-27  7:39     ` Krzysztof Kozlowski
2024-12-24  9:49 ` [PATCH v2 11/17] dt-bindings: pwm: rockchip: Add rockchip,rk3562-pwm Kever Yang
2024-12-24  9:49   ` Kever Yang
2024-12-27  7:24   ` Uwe Kleine-König
2024-12-27  7:24     ` Uwe Kleine-König
2024-12-27  7:42     ` Krzysztof Kozlowski
2024-12-27  7:42       ` Krzysztof Kozlowski
2025-01-10 10:09     ` Kever Yang
2025-01-10 10:09       ` Kever Yang
2025-01-10 10:21       ` Uwe Kleine-König
2025-01-10 10:21         ` Uwe Kleine-König
2024-12-27  7:42   ` Krzysztof Kozlowski
2024-12-27  7:42     ` Krzysztof Kozlowski
2024-12-27  8:31     ` Uwe Kleine-König
2024-12-27  8:31       ` Uwe Kleine-König
2024-12-24  9:49 ` [PATCH v2 12/17] dt-bindings: rockchip: pmu: Add rk3562 compatible Kever Yang
2024-12-24  9:49   ` Kever Yang
2024-12-24  9:49 ` [PATCH v2 13/17] dt-bindings: soc: rockchip: Add rk3562 syscon compatibles Kever Yang
2024-12-24  9:49   ` Kever Yang
2024-12-24  9:49 ` [PATCH v2 14/17] dt-bindings: arm: rockchip: Add rk3562 evb2 board Kever Yang
2024-12-24  9:49   ` Kever Yang
2024-12-27  7:44   ` Krzysztof Kozlowski
2024-12-27  7:44     ` Krzysztof Kozlowski
2024-12-24  9:49 ` [PATCH v2 15/17] dt-bindings: mfd: syscon: Add rk3562 QoS register compatible Kever Yang
2024-12-24  9:49   ` Kever Yang
2025-01-09 11:13   ` (subset) " Lee Jones
2025-01-09 11:13     ` Lee Jones
2024-12-24  9:49 ` [PATCH v2 16/17] arm64: dts: rockchip: add core dtsi for RK3562 Soc Kever Yang
2024-12-24  9:49   ` Kever Yang
2024-12-27  7:48   ` Krzysztof Kozlowski
2024-12-27  7:48     ` Krzysztof Kozlowski
2024-12-24  9:49 ` [PATCH v2 17/17] arm64: dts: rockchip: Add RK3562 evb2 devicetree Kever Yang
2024-12-24  9:49   ` Kever Yang
2024-12-27  7:38 ` [PATCH v2 00/17] rockchip: Add rk3562 support Krzysztof Kozlowski
2024-12-27  7:38   ` Krzysztof Kozlowski
2025-01-10  7:58   ` Kever Yang
2025-01-10  7:58     ` Kever Yang
2024-12-27  8:32 ` Krzysztof Kozlowski
2024-12-27  8:32   ` Krzysztof Kozlowski

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=13860713.uLZWGnKmhe@phil \
    --to=heiko@sntech.de \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=kever.yang@rock-chips.com \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=robh@kernel.org \
    --cc=ulf.hansson@linaro.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 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.