* [PATCH v2 02/17] dt-bindings: mmc: Add support for rk3562 eMMC
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 13:53 ` Rob Herring (Arm)
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
` (2 subsequent siblings)
3 siblings, 2 replies; 11+ messages in thread
From: Kever Yang @ 2024-12-24 9:49 UTC (permalink / raw)
To: heiko
Cc: linux-rockchip, Kever Yang, devicetree, Conor Dooley, Rob Herring,
Jisheng Zhang, linux-mmc, linux-kernel, Krzysztof Kozlowski,
Ulf Hansson
rk3562 is using the same controller as rk3588.
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
---
Changes in v2: None
.../devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml b/Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml
index c3d5e0230af1..33f4288ff879 100644
--- a/Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml
+++ b/Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml
@@ -14,16 +14,19 @@ properties:
compatible:
oneOf:
- items:
- - const: rockchip,rk3576-dwcmshc
+ - const: rockchip,rk3568-dwcmshc
- const: rockchip,rk3588-dwcmshc
- enum:
- - rockchip,rk3568-dwcmshc
- - rockchip,rk3588-dwcmshc
- snps,dwcmshc-sdhci
- sophgo,cv1800b-dwcmshc
- sophgo,sg2002-dwcmshc
- sophgo,sg2042-dwcmshc
- thead,th1520-dwcmshc
+ - items:
+ - enum:
+ - rockchip,rk3562-dwcmshc
+ - rockchip,rk3576-dwcmshc
+ - const: rockchip,rk3588-dwcmshc
reg:
maxItems: 1
--
2.25.1
^ permalink raw reply related [flat|nested] 11+ messages in thread* Re: [PATCH v2 02/17] dt-bindings: mmc: Add support for rk3562 eMMC
2024-12-24 9:49 ` [PATCH v2 02/17] dt-bindings: mmc: Add support for rk3562 eMMC Kever Yang
@ 2024-12-24 13:53 ` Rob Herring (Arm)
2024-12-26 0:35 ` Heiko Stuebner
1 sibling, 0 replies; 11+ messages in thread
From: Rob Herring (Arm) @ 2024-12-24 13:53 UTC (permalink / raw)
To: Kever Yang
Cc: linux-mmc, linux-kernel, Conor Dooley, heiko, devicetree,
Krzysztof Kozlowski, Ulf Hansson, linux-rockchip, Jisheng Zhang
On Tue, 24 Dec 2024 17:49:05 +0800, Kever Yang wrote:
> rk3562 is using the same controller as rk3588.
>
> Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
> ---
>
> Changes in v2: None
>
> .../devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml | 9 ++++++---
> 1 file changed, 6 insertions(+), 3 deletions(-)
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.example.dtb: mmc@fe310000: compatible: 'oneOf' conditional failed, one must be fixed:
['rockchip,rk3568-dwcmshc'] is too short
'rockchip,rk3568-dwcmshc' is not one of ['snps,dwcmshc-sdhci', 'sophgo,cv1800b-dwcmshc', 'sophgo,sg2002-dwcmshc', 'sophgo,sg2042-dwcmshc', 'thead,th1520-dwcmshc']
'rockchip,rk3568-dwcmshc' is not one of ['rockchip,rk3562-dwcmshc', 'rockchip,rk3576-dwcmshc']
from schema $id: http://devicetree.org/schemas/mmc/snps,dwcmshc-sdhci.yaml#
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.example.dtb: mmc@fe310000: Unevaluated properties are not allowed ('compatible' was unexpected)
from schema $id: http://devicetree.org/schemas/mmc/snps,dwcmshc-sdhci.yaml#
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20241224094920.3821861-3-kever.yang@rock-chips.com
The base for the series is generally the latest rc1. A different dependency
should be noted in *this* patch.
If you already ran 'make dt_binding_check' and didn't see the above
error(s), then make sure 'yamllint' is installed and dt-schema is up to
date:
pip3 install dtschema --upgrade
Please check and re-submit after running the above command yourself. Note
that DT_SCHEMA_FILES can be set to your schema file to speed up checking
your schema. However, it must be unset to test all examples with your schema.
^ permalink raw reply [flat|nested] 11+ messages in thread* Re: [PATCH v2 02/17] dt-bindings: mmc: Add support for rk3562 eMMC
2024-12-24 9:49 ` [PATCH v2 02/17] dt-bindings: mmc: Add support for rk3562 eMMC Kever Yang
2024-12-24 13:53 ` Rob Herring (Arm)
@ 2024-12-26 0:35 ` Heiko Stuebner
1 sibling, 0 replies; 11+ messages in thread
From: Heiko Stuebner @ 2024-12-26 0:35 UTC (permalink / raw)
To: Kever Yang
Cc: linux-rockchip, Kever Yang, devicetree, Conor Dooley, Rob Herring,
Jisheng Zhang, linux-mmc, linux-kernel, Krzysztof Kozlowski,
Ulf Hansson
Hi Kever,
Am Dienstag, 24. Dezember 2024, 10:49:05 CET schrieb Kever Yang:
> rk3562 is using the same controller as rk3588.
>
> Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
> ---
>
> Changes in v2: None
>
> .../devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml | 9 ++++++---
> 1 file changed, 6 insertions(+), 3 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml b/Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml
> index c3d5e0230af1..33f4288ff879 100644
> --- a/Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml
> +++ b/Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml
> @@ -14,16 +14,19 @@ properties:
> compatible:
> oneOf:
oneOf means what the naming suggests, the compatible needs to
either follow the "items", the old one means:
"rockchip,rk3576-dwcmshc", "rockchip,rk3588-dwcmshc"
or the enum below, which means "one" element from the enum
list.
> - items:
> - - const: rockchip,rk3576-dwcmshc
> + - const: rockchip,rk3568-dwcmshc
> - const: rockchip,rk3588-dwcmshc
That means, both the rk3568 and rk3588 entries in the enum below need
to stay, as they represent the single-value compatibles and the items
above should definitly not mention the rk3568, but instead be modified
to just include the rk3562. So just modify the items above to include it:
- items:
- enum:
- rockchip,rk3562-dwcmshc
- rockchip,rk3576-dwcmshc
- const: rockchip,rk3588-dwcmshc
> - enum:
> - - rockchip,rk3568-dwcmshc
> - - rockchip,rk3588-dwcmshc
> - snps,dwcmshc-sdhci
> - sophgo,cv1800b-dwcmshc
> - sophgo,sg2002-dwcmshc
> - sophgo,sg2042-dwcmshc
> - thead,th1520-dwcmshc
Heiko
^ permalink raw reply [flat|nested] 11+ messages in thread
* [PATCH v2 03/17] dt-bindings: mmc: rockchip-dw-mshc: Add rk3562 compatible string
2024-12-24 9:49 [PATCH v2 00/17] rockchip: Add rk3562 support Kever Yang
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-26 0:39 ` Heiko Stuebner
2024-12-27 7:41 ` Krzysztof Kozlowski
2024-12-27 7:38 ` [PATCH v2 00/17] rockchip: Add rk3562 support Krzysztof Kozlowski
2024-12-27 8:32 ` Krzysztof Kozlowski
3 siblings, 2 replies; 11+ messages in thread
From: Kever Yang @ 2024-12-24 9:49 UTC (permalink / raw)
To: heiko
Cc: linux-rockchip, Kever Yang, devicetree, Conor Dooley, Rob Herring,
linux-mmc, linux-kernel, Krzysztof Kozlowski, linux-arm-kernel,
Ulf Hansson
Add RK3588 compatible string for SD interface.
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
--
2.25.1
^ permalink raw reply related [flat|nested] 11+ messages in thread* Re: [PATCH v2 03/17] dt-bindings: mmc: rockchip-dw-mshc: Add rk3562 compatible string
2024-12-24 9:49 ` [PATCH v2 03/17] dt-bindings: mmc: rockchip-dw-mshc: Add rk3562 compatible string Kever Yang
@ 2024-12-26 0:39 ` Heiko Stuebner
2025-01-10 8:00 ` Kever Yang
2024-12-27 7:41 ` Krzysztof Kozlowski
1 sibling, 1 reply; 11+ messages in thread
From: Heiko Stuebner @ 2024-12-26 0:39 UTC (permalink / raw)
To: Kever Yang
Cc: linux-rockchip, Kever Yang, devicetree, Conor Dooley, Rob Herring,
linux-mmc, linux-kernel, Krzysztof Kozlowski, linux-arm-kernel,
Ulf Hansson
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
>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH v2 03/17] dt-bindings: mmc: rockchip-dw-mshc: Add rk3562 compatible string
2024-12-26 0:39 ` Heiko Stuebner
@ 2025-01-10 8:00 ` Kever Yang
0 siblings, 0 replies; 11+ messages in thread
From: Kever Yang @ 2025-01-10 8:00 UTC (permalink / raw)
To: Heiko Stuebner
Cc: linux-rockchip, devicetree, Conor Dooley, Rob Herring, linux-mmc,
linux-kernel, Krzysztof Kozlowski, linux-arm-kernel, Ulf Hansson
On 2024/12/26 08:39, Heiko Stuebner wrote:
> Am Dienstag, 24. Dezember 2024, 10:49:06 CET schrieb Kever Yang:
>> Add RK3588 compatible string for SD interface.
> ^ this still says rk3588
Sorry, will update in next version.
Thanks,
- Kever
>
>> 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
>>
>
>
>
>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH v2 03/17] dt-bindings: mmc: rockchip-dw-mshc: Add rk3562 compatible string
2024-12-24 9:49 ` [PATCH v2 03/17] dt-bindings: mmc: rockchip-dw-mshc: Add rk3562 compatible string Kever Yang
2024-12-26 0:39 ` Heiko Stuebner
@ 2024-12-27 7:41 ` Krzysztof Kozlowski
1 sibling, 0 replies; 11+ messages in thread
From: Krzysztof Kozlowski @ 2024-12-27 7:41 UTC (permalink / raw)
To: Kever Yang
Cc: heiko, linux-rockchip, devicetree, Conor Dooley, Rob Herring,
linux-mmc, linux-kernel, Krzysztof Kozlowski, linux-arm-kernel,
Ulf Hansson
On Tue, Dec 24, 2024 at 05:49:06PM +0800, Kever Yang wrote:
> Add RK3588 compatible string for SD interface.
>
This we see from the diff. Say something not obvious. Where is the
driver change? Why devices are or are not compatible?
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH v2 00/17] rockchip: Add rk3562 support
2024-12-24 9:49 [PATCH v2 00/17] rockchip: Add rk3562 support Kever Yang
2024-12-24 9:49 ` [PATCH v2 02/17] dt-bindings: mmc: Add support for rk3562 eMMC Kever Yang
2024-12-24 9:49 ` [PATCH v2 03/17] dt-bindings: mmc: rockchip-dw-mshc: Add rk3562 compatible string Kever Yang
@ 2024-12-27 7:38 ` Krzysztof Kozlowski
2025-01-10 7:58 ` Kever Yang
2024-12-27 8:32 ` Krzysztof Kozlowski
3 siblings, 1 reply; 11+ messages in thread
From: Krzysztof Kozlowski @ 2024-12-27 7:38 UTC (permalink / raw)
To: Kever Yang
Cc: heiko, linux-rockchip, Simon Xue, Guenter Roeck, Mark Brown,
Chris Morgan, Frank Wang, Jamie Iles, Bjorn Helgaas, linux-pci,
Jonas Karlman, Johan Jonker, David Airlie, dri-devel,
Sebastian Reichel, linux-i2c, Shawn Lin, Simona Vetter,
Elaine Zhang, Conor Dooley, Finley Xiao, Maxime Ripard,
Krzysztof Wilczyński, FUKAUMI Naoki, linux-pwm,
Krzysztof Kozlowski, Andy Yan, linux-serial, Michael Riesch,
Greg Kroah-Hartman, Jiri Slaby, Andi Shyti, devicetree,
Diederik de Haas, linux-watchdog, Rob Herring, Lee Jones,
Cristian Ciocaltea, Wim Van Sebroeck, Shresth Prasad, Tim Lunn,
Lorenzo Pieralisi, Maarten Lankhorst, linux-arm-kernel,
Ulf Hansson, Jisheng Zhang, Dragan Simic, Detlev Casanova,
linux-mmc, linux-kernel, linux-spi, linux-usb,
Manivannan Sadhasivam, Thomas Zimmermann, Uwe Kleine-König
On Tue, Dec 24, 2024 at 05:49:03PM +0800, Kever Yang wrote:
>
> This patch set adds rk3562 SoC and its evb support.
>
> Split out patches belong to different subsystem.
>
> Test with GMAC, USB, PCIe, EMMC, SD Card.
>
> This patch set is base on the patche set for rk3576 evb1 support.
>
> Changes in v2:
> - Update in sort order
> - remove grf in cru
> - Update some properties order
>
> Finley Xiao (2):
> arm64: dts: rockchip: add core dtsi for RK3562 Soc
> arm64: dts: rockchip: Add RK3562 evb2 devicetree
>
> Kever Yang (15):
> dt-bindings: PCI: dwc: rockchip: Add rk3562 support
> dt-bindings: mmc: Add support for rk3562 eMMC
> dt-bindings: mmc: rockchip-dw-mshc: Add rk3562 compatible string
> dt-bindings: power: rockchip: Add bindings for rk3562
> dt-bindings: i2c: i2c-rk3x: Add rk3562 compatible
> dt-bindings: gpu: Add rockchip,rk3562-mali compatible
> dt-bindings: watchdog: Add rk3562 compatible
> dt-bindings: spi: Add rockchip,rk3562-spi compatible
> dt-bindings: serial: snps-dw-apb-uart: Add support for rk3562
> dt-bindings: usb: dwc3: add compatible for rk3562
> dt-bindings: pwm: rockchip: Add rockchip,rk3562-pwm
> dt-bindings: rockchip: pmu: Add rk3562 compatible
> dt-bindings: soc: rockchip: Add rk3562 syscon compatibles
> dt-bindings: arm: rockchip: Add rk3562 evb2 board
> dt-bindings: mfd: syscon: Add rk3562 QoS register compatible
You squezzed here like 12 different subsystems. Some of these changes
suggest missing drivers.
Please read basic upstreaming guide, some previous discussions and get
internal rock-chips help so we want repeat basics over and over.
Bindings are with drivers. Send them to respective subsystems.
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH v2 00/17] rockchip: Add rk3562 support
2024-12-27 7:38 ` [PATCH v2 00/17] rockchip: Add rk3562 support Krzysztof Kozlowski
@ 2025-01-10 7:58 ` Kever Yang
0 siblings, 0 replies; 11+ messages in thread
From: Kever Yang @ 2025-01-10 7:58 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: heiko, linux-rockchip, Simon Xue, Guenter Roeck, Mark Brown,
Chris Morgan, Frank Wang, Jamie Iles, Bjorn Helgaas, linux-pci,
Jonas Karlman, Johan Jonker, David Airlie, dri-devel,
Sebastian Reichel, linux-i2c, Shawn Lin, Simona Vetter,
Elaine Zhang, Conor Dooley, Finley Xiao, Maxime Ripard,
Krzysztof Wilczyński, FUKAUMI Naoki, linux-pwm,
Krzysztof Kozlowski, Andy Yan, linux-serial, Michael Riesch,
Greg Kroah-Hartman, Jiri Slaby, Andi Shyti, devicetree,
Diederik de Haas, linux-watchdog, Rob Herring, Lee Jones,
Cristian Ciocaltea, Wim Van Sebroeck, Shresth Prasad, Tim Lunn,
Lorenzo Pieralisi, Maarten Lankhorst, linux-arm-kernel,
Ulf Hansson, Jisheng Zhang, Dragan Simic, Detlev Casanova,
linux-mmc, linux-kernel, linux-spi, linux-usb,
Manivannan Sadhasivam, Thomas Zimmermann, Uwe Kleine-König
Hi Krzysztof,
Thanks very much for your review.
On 2024/12/27 15:38, Krzysztof Kozlowski wrote:
> On Tue, Dec 24, 2024 at 05:49:03PM +0800, Kever Yang wrote:
>> This patch set adds rk3562 SoC and its evb support.
>>
>> Split out patches belong to different subsystem.
>>
>> Test with GMAC, USB, PCIe, EMMC, SD Card.
>>
>> This patch set is base on the patche set for rk3576 evb1 support.
>>
>> Changes in v2:
>> - Update in sort order
>> - remove grf in cru
>> - Update some properties order
>>
>> Finley Xiao (2):
>> arm64: dts: rockchip: add core dtsi for RK3562 Soc
>> arm64: dts: rockchip: Add RK3562 evb2 devicetree
>>
>> Kever Yang (15):
>> dt-bindings: PCI: dwc: rockchip: Add rk3562 support
>> dt-bindings: mmc: Add support for rk3562 eMMC
>> dt-bindings: mmc: rockchip-dw-mshc: Add rk3562 compatible string
>> dt-bindings: power: rockchip: Add bindings for rk3562
>> dt-bindings: i2c: i2c-rk3x: Add rk3562 compatible
>> dt-bindings: gpu: Add rockchip,rk3562-mali compatible
>> dt-bindings: watchdog: Add rk3562 compatible
>> dt-bindings: spi: Add rockchip,rk3562-spi compatible
>> dt-bindings: serial: snps-dw-apb-uart: Add support for rk3562
>> dt-bindings: usb: dwc3: add compatible for rk3562
>> dt-bindings: pwm: rockchip: Add rockchip,rk3562-pwm
>> dt-bindings: rockchip: pmu: Add rk3562 compatible
>> dt-bindings: soc: rockchip: Add rk3562 syscon compatibles
>> dt-bindings: arm: rockchip: Add rk3562 evb2 board
>> dt-bindings: mfd: syscon: Add rk3562 QoS register compatible
> You squezzed here like 12 different subsystems. Some of these changes
> suggest missing drivers.
I have split out all the patches with driver change as separate patch set.
All the other dt-binding patches in this patchset is re-use the driver
without any change,
but only add a new "rockchip, rk3562-" based compatible entry, and also
no more info
need to explain in the commit message which I usually copy from commit
msg already in tree
and change the soc to rk3562.
I think this patch set will be clear enough for the new soc/board
support. So do you mean
I have to send the 1st~15th of this patchset one by one separately so
that they can reach
to different subsystems? I believe there is no much useful change for
the cc list is provide
by the tool automatically and the commit msg can update as Uwe's
suggestion:
The PWM core on Rockchip's RK3562 is the same as the one already
included in RK3328. Extend the binding accordingly to allow
compatible = "rockchip,rk3562-pwm", "rockchip,rk3328-pwm";
Thanks,
- Kever
>
> Please read basic upstreaming guide, some previous discussions and get
> internal rock-chips help so we want repeat basics over and over.
>
> Bindings are with drivers. Send them to respective subsystems.
>
> Best regards,
> Krzysztof
>
>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH v2 00/17] rockchip: Add rk3562 support
2024-12-24 9:49 [PATCH v2 00/17] rockchip: Add rk3562 support Kever Yang
` (2 preceding siblings ...)
2024-12-27 7:38 ` [PATCH v2 00/17] rockchip: Add rk3562 support Krzysztof Kozlowski
@ 2024-12-27 8:32 ` Krzysztof Kozlowski
3 siblings, 0 replies; 11+ messages in thread
From: Krzysztof Kozlowski @ 2024-12-27 8:32 UTC (permalink / raw)
To: Kever Yang
Cc: heiko, linux-rockchip, Simon Xue, Guenter Roeck, Mark Brown,
Chris Morgan, Frank Wang, Jamie Iles, Bjorn Helgaas, linux-pci,
Jonas Karlman, Johan Jonker, David Airlie, dri-devel,
Sebastian Reichel, linux-i2c, Shawn Lin, Simona Vetter,
Elaine Zhang, Conor Dooley, Finley Xiao, Maxime Ripard,
Krzysztof Wilczyński, FUKAUMI Naoki, linux-pwm,
Krzysztof Kozlowski, Andy Yan, linux-serial, Michael Riesch,
Greg Kroah-Hartman, Jiri Slaby, Andi Shyti, devicetree,
Diederik de Haas, linux-watchdog, Rob Herring, Lee Jones,
Cristian Ciocaltea, Wim Van Sebroeck, Shresth Prasad, Tim Lunn,
Lorenzo Pieralisi, Maarten Lankhorst, linux-arm-kernel,
Ulf Hansson, Jisheng Zhang, Dragan Simic, Detlev Casanova,
linux-mmc, linux-kernel, linux-spi, linux-usb,
Manivannan Sadhasivam, Thomas Zimmermann, Uwe Kleine-König
On Tue, Dec 24, 2024 at 05:49:03PM +0800, Kever Yang wrote:
>
> This patch set adds rk3562 SoC and its evb support.
>
> Split out patches belong to different subsystem.
>
> Test with GMAC, USB, PCIe, EMMC, SD Card.
>
> This patch set is base on the patche set for rk3576 evb1 support.
>
I am going through patchwork and marking all your patches as changes
requested. All my comments apply to each of your patches and each of
your patchsets.
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 11+ messages in thread