linux-watchdog.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 11/11] dt-bindings: mtd: rockchip: add rockchip,rk3128-nfc
       [not found] <20220909212543.17428-1-jbx6244@gmail.com>
@ 2022-09-09 22:01 ` Johan Jonker
  2022-09-10  7:46   ` Krzysztof Kozlowski
  2022-09-09 22:01 ` [PATCH v1 01/11] dt-bindings: serial: rockchip: add rockchip,rk3128-uart Johan Jonker
                   ` (9 subsequent siblings)
  10 siblings, 1 reply; 33+ messages in thread
From: Johan Jonker @ 2022-09-09 22:01 UTC (permalink / raw)
  To: kever.yang
  Cc: sjg, philipp.tomsich, robh+dt, krzysztof.kozlowski+dt, heiko,
	ulf.hansson, miquel.raynal, richard, vigneshr, kishon, vkoul,
	thierry.reding, u.kleine-koenig, gregkh, broonie, wim, linux,
	zhangqing, jamie, devicetree, linux-arm-kernel, linux-rockchip,
	linux-kernel, linux-i2c, linux-mmc, linux-mtd, linux-phy,
	linux-pwm, linux-serial, linux-spi, linux-usb, linux-watchdog

Add rockchip,rk3128-nfc compatible string.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
---
 .../devicetree/bindings/mtd/rockchip,nand-controller.yaml     | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/mtd/rockchip,nand-controller.yaml b/Documentation/devicetree/bindings/mtd/rockchip,nand-controller.yaml
index d681a4676..566f33085 100644
--- a/Documentation/devicetree/bindings/mtd/rockchip,nand-controller.yaml
+++ b/Documentation/devicetree/bindings/mtd/rockchip,nand-controller.yaml
@@ -19,7 +19,9 @@ properties:
       - const: rockchip,rk2928-nfc
       - const: rockchip,rv1108-nfc
       - items:
-          - const: rockchip,rk3036-nfc
+          - enum:
+              - rockchip,rk3036-nfc
+              - rockchip,rk3128-nfc
           - const: rockchip,rk2928-nfc
       - items:
           - const: rockchip,rk3308-nfc
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [PATCH v1 01/11] dt-bindings: serial: rockchip: add rockchip,rk3128-uart
       [not found] <20220909212543.17428-1-jbx6244@gmail.com>
  2022-09-09 22:01 ` [PATCH v1 11/11] dt-bindings: mtd: rockchip: add rockchip,rk3128-nfc Johan Jonker
@ 2022-09-09 22:01 ` Johan Jonker
  2022-09-10 15:42   ` (subset) " Mark Brown
                     ` (3 more replies)
  2022-09-09 22:01 ` [PATCH v1 10/11] dt-bindings: soc: rockchip: grf: add rockchip,rk3128-grf Johan Jonker
                   ` (8 subsequent siblings)
  10 siblings, 4 replies; 33+ messages in thread
From: Johan Jonker @ 2022-09-09 22:01 UTC (permalink / raw)
  To: kever.yang
  Cc: sjg, philipp.tomsich, robh+dt, krzysztof.kozlowski+dt, heiko,
	ulf.hansson, miquel.raynal, richard, vigneshr, kishon, vkoul,
	thierry.reding, u.kleine-koenig, gregkh, broonie, wim, linux,
	zhangqing, jamie, devicetree, linux-arm-kernel, linux-rockchip,
	linux-kernel, linux-i2c, linux-mmc, linux-mtd, linux-phy,
	linux-pwm, linux-serial, linux-spi, linux-usb, linux-watchdog

Add rockchip,rk3128-uart compatible string.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
---
 Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml b/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml
index dc74643ae..b9c2287c5 100644
--- a/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml
+++ b/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml
@@ -26,6 +26,7 @@ properties:
               - rockchip,rk1808-uart
               - rockchip,rk3036-uart
               - rockchip,rk3066-uart
+              - rockchip,rk3128-uart
               - rockchip,rk3188-uart
               - rockchip,rk3288-uart
               - rockchip,rk3308-uart
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [PATCH v1 10/11] dt-bindings: soc: rockchip: grf: add rockchip,rk3128-grf
       [not found] <20220909212543.17428-1-jbx6244@gmail.com>
  2022-09-09 22:01 ` [PATCH v1 11/11] dt-bindings: mtd: rockchip: add rockchip,rk3128-nfc Johan Jonker
  2022-09-09 22:01 ` [PATCH v1 01/11] dt-bindings: serial: rockchip: add rockchip,rk3128-uart Johan Jonker
@ 2022-09-09 22:01 ` Johan Jonker
  2022-09-13 14:06   ` Rob Herring
  2022-09-09 22:01 ` [PATCH v1 09/11] dt-bindings: phy: phy-rockchip-inno-usb2: add rockchip,rk3128-usb2phy Johan Jonker
                   ` (7 subsequent siblings)
  10 siblings, 1 reply; 33+ messages in thread
From: Johan Jonker @ 2022-09-09 22:01 UTC (permalink / raw)
  To: kever.yang
  Cc: sjg, philipp.tomsich, robh+dt, krzysztof.kozlowski+dt, heiko,
	ulf.hansson, miquel.raynal, richard, vigneshr, kishon, vkoul,
	thierry.reding, u.kleine-koenig, gregkh, broonie, wim, linux,
	zhangqing, jamie, devicetree, linux-arm-kernel, linux-rockchip,
	linux-kernel, linux-i2c, linux-mmc, linux-mtd, linux-phy,
	linux-pwm, linux-serial, linux-spi, linux-usb, linux-watchdog

Add rockchip,rk3128-grf compatible string.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
---
 Documentation/devicetree/bindings/soc/rockchip/grf.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/soc/rockchip/grf.yaml b/Documentation/devicetree/bindings/soc/rockchip/grf.yaml
index 75a2b8bb2..08d705ab4 100644
--- a/Documentation/devicetree/bindings/soc/rockchip/grf.yaml
+++ b/Documentation/devicetree/bindings/soc/rockchip/grf.yaml
@@ -28,6 +28,7 @@ properties:
               - rockchip,px30-usb2phy-grf
               - rockchip,rk3036-grf
               - rockchip,rk3066-grf
+              - rockchip,rk3128-grf
               - rockchip,rk3188-grf
               - rockchip,rk3228-grf
               - rockchip,rk3288-grf
@@ -178,6 +179,7 @@ allOf:
           contains:
             enum:
               - rockchip,px30-usb2phy-grf
+              - rockchip,rk3128-grf
               - rockchip,rk3228-grf
               - rockchip,rk3308-usb2phy-grf
               - rockchip,rk3328-usb2phy-grf
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [PATCH v1 09/11] dt-bindings: phy: phy-rockchip-inno-usb2: add rockchip,rk3128-usb2phy
       [not found] <20220909212543.17428-1-jbx6244@gmail.com>
                   ` (2 preceding siblings ...)
  2022-09-09 22:01 ` [PATCH v1 10/11] dt-bindings: soc: rockchip: grf: add rockchip,rk3128-grf Johan Jonker
@ 2022-09-09 22:01 ` Johan Jonker
  2022-09-13 14:06   ` Rob Herring
  2022-09-13 16:42   ` Vinod Koul
  2022-09-09 22:01 ` [PATCH v1 08/11] dt-bindings: arm: rockchip: pmu: add rockchip,rk3128-pmu Johan Jonker
                   ` (6 subsequent siblings)
  10 siblings, 2 replies; 33+ messages in thread
From: Johan Jonker @ 2022-09-09 22:01 UTC (permalink / raw)
  To: kever.yang
  Cc: sjg, philipp.tomsich, robh+dt, krzysztof.kozlowski+dt, heiko,
	ulf.hansson, miquel.raynal, richard, vigneshr, kishon, vkoul,
	thierry.reding, u.kleine-koenig, gregkh, broonie, wim, linux,
	zhangqing, jamie, devicetree, linux-arm-kernel, linux-rockchip,
	linux-kernel, linux-i2c, linux-mmc, linux-mtd, linux-phy,
	linux-pwm, linux-serial, linux-spi, linux-usb, linux-watchdog

Add rockchip,rk3128-usb2phy compatible string.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
---
 .../devicetree/bindings/phy/phy-rockchip-inno-usb2.yaml          | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/phy/phy-rockchip-inno-usb2.yaml b/Documentation/devicetree/bindings/phy/phy-rockchip-inno-usb2.yaml
index 4b7528973..f71920082 100644
--- a/Documentation/devicetree/bindings/phy/phy-rockchip-inno-usb2.yaml
+++ b/Documentation/devicetree/bindings/phy/phy-rockchip-inno-usb2.yaml
@@ -13,6 +13,7 @@ properties:
   compatible:
     enum:
       - rockchip,px30-usb2phy
+      - rockchip,rk3128-usb2phy
       - rockchip,rk3228-usb2phy
       - rockchip,rk3308-usb2phy
       - rockchip,rk3328-usb2phy
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [PATCH v1 08/11] dt-bindings: arm: rockchip: pmu: add rockchip,rk3128-pmu
       [not found] <20220909212543.17428-1-jbx6244@gmail.com>
                   ` (3 preceding siblings ...)
  2022-09-09 22:01 ` [PATCH v1 09/11] dt-bindings: phy: phy-rockchip-inno-usb2: add rockchip,rk3128-usb2phy Johan Jonker
@ 2022-09-09 22:01 ` Johan Jonker
  2022-09-13 14:06   ` Rob Herring
  2022-09-09 22:01 ` [PATCH v1 07/11] dt-bindings: watchdog: rockchip: add rockchip,rk3128-wdt Johan Jonker
                   ` (5 subsequent siblings)
  10 siblings, 1 reply; 33+ messages in thread
From: Johan Jonker @ 2022-09-09 22:01 UTC (permalink / raw)
  To: kever.yang
  Cc: sjg, philipp.tomsich, robh+dt, krzysztof.kozlowski+dt, heiko,
	ulf.hansson, miquel.raynal, richard, vigneshr, kishon, vkoul,
	thierry.reding, u.kleine-koenig, gregkh, broonie, wim, linux,
	zhangqing, jamie, devicetree, linux-arm-kernel, linux-rockchip,
	linux-kernel, linux-i2c, linux-mmc, linux-mtd, linux-phy,
	linux-pwm, linux-serial, linux-spi, linux-usb, linux-watchdog

Add rockchip,rk3128-pmu compatible string.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
---
 Documentation/devicetree/bindings/arm/rockchip/pmu.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/rockchip/pmu.yaml b/Documentation/devicetree/bindings/arm/rockchip/pmu.yaml
index 5ece38065..f5800f7cc 100644
--- a/Documentation/devicetree/bindings/arm/rockchip/pmu.yaml
+++ b/Documentation/devicetree/bindings/arm/rockchip/pmu.yaml
@@ -21,6 +21,7 @@ select:
         enum:
           - rockchip,px30-pmu
           - rockchip,rk3066-pmu
+          - rockchip,rk3128-pmu
           - rockchip,rk3288-pmu
           - rockchip,rk3368-pmu
           - rockchip,rk3399-pmu
@@ -35,6 +36,7 @@ properties:
       - enum:
           - rockchip,px30-pmu
           - rockchip,rk3066-pmu
+          - rockchip,rk3128-pmu
           - rockchip,rk3288-pmu
           - rockchip,rk3368-pmu
           - rockchip,rk3399-pmu
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [PATCH v1 07/11] dt-bindings: watchdog: rockchip: add rockchip,rk3128-wdt
       [not found] <20220909212543.17428-1-jbx6244@gmail.com>
                   ` (4 preceding siblings ...)
  2022-09-09 22:01 ` [PATCH v1 08/11] dt-bindings: arm: rockchip: pmu: add rockchip,rk3128-pmu Johan Jonker
@ 2022-09-09 22:01 ` Johan Jonker
  2022-09-10 14:30   ` Guenter Roeck
  2022-09-13 14:06   ` Rob Herring
  2022-09-09 22:02 ` [PATCH v1 06/11] dt-bindings: usb: dwc2: rockchip: add rockchip,rk3128-usb Johan Jonker
                   ` (4 subsequent siblings)
  10 siblings, 2 replies; 33+ messages in thread
From: Johan Jonker @ 2022-09-09 22:01 UTC (permalink / raw)
  To: kever.yang
  Cc: sjg, philipp.tomsich, robh+dt, krzysztof.kozlowski+dt, heiko,
	ulf.hansson, miquel.raynal, richard, vigneshr, kishon, vkoul,
	thierry.reding, u.kleine-koenig, gregkh, broonie, wim, linux,
	zhangqing, jamie, devicetree, linux-arm-kernel, linux-rockchip,
	linux-kernel, linux-i2c, linux-mmc, linux-mtd, linux-phy,
	linux-pwm, linux-serial, linux-spi, linux-usb, linux-watchdog

Add rockchip,rk3128-wdt compatible string.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
---
 Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml b/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml
index 6461eb4f4..92df6e453 100644
--- a/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml
+++ b/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml
@@ -20,6 +20,7 @@ properties:
           - enum:
               - rockchip,px30-wdt
               - rockchip,rk3066-wdt
+              - rockchip,rk3128-wdt
               - rockchip,rk3188-wdt
               - rockchip,rk3228-wdt
               - rockchip,rk3288-wdt
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [PATCH v1 06/11] dt-bindings: usb: dwc2: rockchip: add rockchip,rk3128-usb
       [not found] <20220909212543.17428-1-jbx6244@gmail.com>
                   ` (5 preceding siblings ...)
  2022-09-09 22:01 ` [PATCH v1 07/11] dt-bindings: watchdog: rockchip: add rockchip,rk3128-wdt Johan Jonker
@ 2022-09-09 22:02 ` Johan Jonker
  2022-09-13 14:06   ` Rob Herring
  2022-09-09 22:02 ` [PATCH v1 05/11] dt-bindings: spi: rockchip: add rockchip,rk3128-spi Johan Jonker
                   ` (3 subsequent siblings)
  10 siblings, 1 reply; 33+ messages in thread
From: Johan Jonker @ 2022-09-09 22:02 UTC (permalink / raw)
  To: kever.yang
  Cc: sjg, philipp.tomsich, robh+dt, krzysztof.kozlowski+dt, heiko,
	ulf.hansson, miquel.raynal, richard, vigneshr, kishon, vkoul,
	thierry.reding, u.kleine-koenig, gregkh, broonie, wim, linux,
	zhangqing, jamie, devicetree, linux-arm-kernel, linux-rockchip,
	linux-kernel, linux-i2c, linux-mmc, linux-mtd, linux-phy,
	linux-pwm, linux-serial, linux-spi, linux-usb, linux-watchdog

Add rockchip,rk3128-usb compatible string.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
---
 Documentation/devicetree/bindings/usb/dwc2.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/usb/dwc2.yaml b/Documentation/devicetree/bindings/usb/dwc2.yaml
index 1bfbc6ef1..dc4988c00 100644
--- a/Documentation/devicetree/bindings/usb/dwc2.yaml
+++ b/Documentation/devicetree/bindings/usb/dwc2.yaml
@@ -32,6 +32,7 @@ properties:
           - enum:
               - rockchip,px30-usb
               - rockchip,rk3036-usb
+              - rockchip,rk3128-usb
               - rockchip,rk3188-usb
               - rockchip,rk3228-usb
               - rockchip,rk3288-usb
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [PATCH v1 05/11] dt-bindings: spi: rockchip: add rockchip,rk3128-spi
       [not found] <20220909212543.17428-1-jbx6244@gmail.com>
                   ` (6 preceding siblings ...)
  2022-09-09 22:02 ` [PATCH v1 06/11] dt-bindings: usb: dwc2: rockchip: add rockchip,rk3128-usb Johan Jonker
@ 2022-09-09 22:02 ` Johan Jonker
  2022-09-10 14:53   ` Rob Herring
  2022-09-09 22:02 ` [PATCH v1 04/11] dt-bindings: mmc: rockchip: add rockchip,rk3128-dw-mshc Johan Jonker
                   ` (2 subsequent siblings)
  10 siblings, 1 reply; 33+ messages in thread
From: Johan Jonker @ 2022-09-09 22:02 UTC (permalink / raw)
  To: kever.yang
  Cc: sjg, philipp.tomsich, robh+dt, krzysztof.kozlowski+dt, heiko,
	ulf.hansson, miquel.raynal, richard, vigneshr, kishon, vkoul,
	thierry.reding, u.kleine-koenig, gregkh, broonie, wim, linux,
	zhangqing, jamie, devicetree, linux-arm-kernel, linux-rockchip,
	linux-kernel, linux-i2c, linux-mmc, linux-mtd, linux-phy,
	linux-pwm, linux-serial, linux-spi, linux-usb, linux-watchdog

Add rockchip,rk3128-spi compatible string.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
---
 Documentation/devicetree/bindings/spi/spi-rockchip.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/spi/spi-rockchip.yaml b/Documentation/devicetree/bindings/spi/spi-rockchip.yaml
index 21f2de785..52768894b 100644
--- a/Documentation/devicetree/bindings/spi/spi-rockchip.yaml
+++ b/Documentation/devicetree/bindings/spi/spi-rockchip.yaml
@@ -27,6 +27,7 @@ properties:
       - items:
           - enum:
               - rockchip,px30-spi
+              - rockchip,rk3128-spi
               - rockchip,rk3188-spi
               - rockchip,rk3288-spi
               - rockchip,rk3308-spi
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [PATCH v1 04/11] dt-bindings: mmc: rockchip: add rockchip,rk3128-dw-mshc
       [not found] <20220909212543.17428-1-jbx6244@gmail.com>
                   ` (7 preceding siblings ...)
  2022-09-09 22:02 ` [PATCH v1 05/11] dt-bindings: spi: rockchip: add rockchip,rk3128-spi Johan Jonker
@ 2022-09-09 22:02 ` Johan Jonker
  2022-09-13 14:15   ` Rob Herring
  2022-09-14 14:00   ` Ulf Hansson
  2022-09-09 22:02 ` [PATCH v1 03/11] dt-bindings: pwm: rockchip: add rockchip,rk3128-pwm Johan Jonker
  2022-09-09 22:02 ` [PATCH v1 02/11] dt-bindings: i2c: rockchip: add rockchip,rk3128-i2c Johan Jonker
  10 siblings, 2 replies; 33+ messages in thread
From: Johan Jonker @ 2022-09-09 22:02 UTC (permalink / raw)
  To: kever.yang
  Cc: sjg, philipp.tomsich, robh+dt, krzysztof.kozlowski+dt, heiko,
	ulf.hansson, miquel.raynal, richard, vigneshr, kishon, vkoul,
	thierry.reding, u.kleine-koenig, gregkh, broonie, wim, linux,
	zhangqing, jamie, devicetree, linux-arm-kernel, linux-rockchip,
	linux-kernel, linux-i2c, linux-mmc, linux-mtd, linux-phy,
	linux-pwm, linux-serial, linux-spi, linux-usb, linux-watchdog

Add rockchip,rk3128-dw-mshc compatible string.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
---
 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 bad28bc74..95f59a5e3 100644
--- a/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml
+++ b/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml
@@ -32,6 +32,7 @@ properties:
               - rockchip,px30-dw-mshc
               - rockchip,rk1808-dw-mshc
               - rockchip,rk3036-dw-mshc
+              - rockchip,rk3128-dw-mshc
               - rockchip,rk3228-dw-mshc
               - rockchip,rk3308-dw-mshc
               - rockchip,rk3328-dw-mshc
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [PATCH v1 03/11] dt-bindings: pwm: rockchip: add rockchip,rk3128-pwm
       [not found] <20220909212543.17428-1-jbx6244@gmail.com>
                   ` (8 preceding siblings ...)
  2022-09-09 22:02 ` [PATCH v1 04/11] dt-bindings: mmc: rockchip: add rockchip,rk3128-dw-mshc Johan Jonker
@ 2022-09-09 22:02 ` Johan Jonker
  2022-09-10 14:53   ` Rob Herring
                     ` (3 more replies)
  2022-09-09 22:02 ` [PATCH v1 02/11] dt-bindings: i2c: rockchip: add rockchip,rk3128-i2c Johan Jonker
  10 siblings, 4 replies; 33+ messages in thread
From: Johan Jonker @ 2022-09-09 22:02 UTC (permalink / raw)
  To: kever.yang
  Cc: sjg, philipp.tomsich, robh+dt, krzysztof.kozlowski+dt, heiko,
	ulf.hansson, miquel.raynal, richard, vigneshr, kishon, vkoul,
	thierry.reding, u.kleine-koenig, gregkh, broonie, wim, linux,
	zhangqing, jamie, devicetree, linux-arm-kernel, linux-rockchip,
	linux-kernel, linux-i2c, linux-mmc, linux-mtd, linux-phy,
	linux-pwm, linux-serial, linux-spi, linux-usb, linux-watchdog

Add rockchip,rk3128-pwm compatible string.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
---
 Documentation/devicetree/bindings/pwm/pwm-rockchip.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/pwm/pwm-rockchip.yaml b/Documentation/devicetree/bindings/pwm/pwm-rockchip.yaml
index a336ff936..f86170871 100644
--- a/Documentation/devicetree/bindings/pwm/pwm-rockchip.yaml
+++ b/Documentation/devicetree/bindings/pwm/pwm-rockchip.yaml
@@ -21,6 +21,7 @@ properties:
           - const: rockchip,rk2928-pwm
       - items:
           - enum:
+              - rockchip,rk3128-pwm
               - rockchip,rk3368-pwm
               - rockchip,rk3399-pwm
               - rockchip,rv1108-pwm
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [PATCH v1 02/11] dt-bindings: i2c: rockchip: add rockchip,rk3128-i2c
       [not found] <20220909212543.17428-1-jbx6244@gmail.com>
                   ` (9 preceding siblings ...)
  2022-09-09 22:02 ` [PATCH v1 03/11] dt-bindings: pwm: rockchip: add rockchip,rk3128-pwm Johan Jonker
@ 2022-09-09 22:02 ` Johan Jonker
  2022-09-13 14:26   ` Rob Herring
  2022-09-16 19:57   ` Wolfram Sang
  10 siblings, 2 replies; 33+ messages in thread
From: Johan Jonker @ 2022-09-09 22:02 UTC (permalink / raw)
  To: kever.yang
  Cc: sjg, philipp.tomsich, robh+dt, krzysztof.kozlowski+dt, heiko,
	ulf.hansson, miquel.raynal, richard, vigneshr, kishon, vkoul,
	thierry.reding, u.kleine-koenig, gregkh, broonie, wim, linux,
	zhangqing, jamie, devicetree, linux-arm-kernel, linux-rockchip,
	linux-kernel, linux-i2c, linux-mmc, linux-mtd, linux-phy,
	linux-pwm, linux-serial, linux-spi, linux-usb, linux-watchdog

Add rockchip,rk3128-i2c compatible string.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
---
 Documentation/devicetree/bindings/i2c/i2c-rk3x.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/i2c/i2c-rk3x.yaml b/Documentation/devicetree/bindings/i2c/i2c-rk3x.yaml
index ee9f8b91d..82b9d6682 100644
--- a/Documentation/devicetree/bindings/i2c/i2c-rk3x.yaml
+++ b/Documentation/devicetree/bindings/i2c/i2c-rk3x.yaml
@@ -29,6 +29,7 @@ properties:
       - items:
           - enum:
               - rockchip,rk3036-i2c
+              - rockchip,rk3128-i2c
               - rockchip,rk3368-i2c
           - const: rockchip,rk3288-i2c
       - items:
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* Re: [PATCH v1 11/11] dt-bindings: mtd: rockchip: add rockchip,rk3128-nfc
  2022-09-09 22:01 ` [PATCH v1 11/11] dt-bindings: mtd: rockchip: add rockchip,rk3128-nfc Johan Jonker
@ 2022-09-10  7:46   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 33+ messages in thread
From: Krzysztof Kozlowski @ 2022-09-10  7:46 UTC (permalink / raw)
  To: Johan Jonker, kever.yang
  Cc: sjg, philipp.tomsich, robh+dt, krzysztof.kozlowski+dt, heiko,
	ulf.hansson, miquel.raynal, richard, vigneshr, kishon, vkoul,
	thierry.reding, u.kleine-koenig, gregkh, broonie, wim, linux,
	zhangqing, jamie, devicetree, linux-arm-kernel, linux-rockchip,
	linux-kernel, linux-i2c, linux-mmc, linux-mtd, linux-phy,
	linux-pwm, linux-serial, linux-spi, linux-usb, linux-watchdog

On 10/09/2022 00:01, Johan Jonker wrote:
> Add rockchip,rk3128-nfc compatible string.
> 
> Signed-off-by: Johan Jonker <jbx6244@gmail.com>


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


Best regards,
Krzysztof

^ permalink raw reply	[flat|nested] 33+ messages in thread

* Re: [PATCH v1 07/11] dt-bindings: watchdog: rockchip: add rockchip,rk3128-wdt
  2022-09-09 22:01 ` [PATCH v1 07/11] dt-bindings: watchdog: rockchip: add rockchip,rk3128-wdt Johan Jonker
@ 2022-09-10 14:30   ` Guenter Roeck
  2022-09-13 14:06   ` Rob Herring
  1 sibling, 0 replies; 33+ messages in thread
From: Guenter Roeck @ 2022-09-10 14:30 UTC (permalink / raw)
  To: Johan Jonker, kever.yang
  Cc: sjg, philipp.tomsich, robh+dt, krzysztof.kozlowski+dt, heiko,
	ulf.hansson, miquel.raynal, richard, vigneshr, kishon, vkoul,
	thierry.reding, u.kleine-koenig, gregkh, broonie, wim, zhangqing,
	jamie, devicetree, linux-arm-kernel, linux-rockchip,
	linux-kernel, linux-i2c, linux-mmc, linux-mtd, linux-phy,
	linux-pwm, linux-serial, linux-spi, linux-usb, linux-watchdog

On 9/9/22 15:01, Johan Jonker wrote:
> Add rockchip,rk3128-wdt compatible string.
> 
> Signed-off-by: Johan Jonker <jbx6244@gmail.com>

Reviewed-by: Guenter Roeck <linux@roeck-us.net>

> ---
>   Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml b/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml
> index 6461eb4f4..92df6e453 100644
> --- a/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml
> +++ b/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml
> @@ -20,6 +20,7 @@ properties:
>             - enum:
>                 - rockchip,px30-wdt
>                 - rockchip,rk3066-wdt
> +              - rockchip,rk3128-wdt
>                 - rockchip,rk3188-wdt
>                 - rockchip,rk3228-wdt
>                 - rockchip,rk3288-wdt


^ permalink raw reply	[flat|nested] 33+ messages in thread

* Re: [PATCH v1 05/11] dt-bindings: spi: rockchip: add rockchip,rk3128-spi
  2022-09-09 22:02 ` [PATCH v1 05/11] dt-bindings: spi: rockchip: add rockchip,rk3128-spi Johan Jonker
@ 2022-09-10 14:53   ` Rob Herring
  0 siblings, 0 replies; 33+ messages in thread
From: Rob Herring @ 2022-09-10 14:53 UTC (permalink / raw)
  To: Johan Jonker
  Cc: linux-mmc, linux-rockchip, vkoul, gregkh, wim, broonie, sjg,
	linux, linux-watchdog, linux-mtd, linux-serial, richard,
	kever.yang, zhangqing, vigneshr, jamie, linux-pwm,
	krzysztof.kozlowski+dt, heiko, linux-arm-kernel, robh+dt,
	miquel.raynal, u.kleine-koenig, linux-usb, linux-i2c,
	ulf.hansson, kishon, devicetree, thierry.reding, linux-kernel,
	philipp.tomsich, linux-spi, linux-phy

On Sat, 10 Sep 2022 00:02:07 +0200, Johan Jonker wrote:
> Add rockchip,rk3128-spi compatible string.
> 
> Signed-off-by: Johan Jonker <jbx6244@gmail.com>
> ---
>  Documentation/devicetree/bindings/spi/spi-rockchip.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Running 'make dtbs_check' with the schema in this patch gives the
following warnings. Consider if they are expected or the schema is
incorrect. These may not be new warnings.

Note that it is not yet a requirement to have 0 warnings for dtbs_check.
This will change in the future.

Full log is available here: https://patchwork.ozlabs.org/patch/


spi@ff1d0000: Unevaluated properties are not allowed ('max-freq' was unexpected)
	arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dtb

spi@ff200000: Unevaluated properties are not allowed ('power-domains' was unexpected)
	arch/arm64/boot/dts/rockchip/rk3399-evb.dtb
	arch/arm64/boot/dts/rockchip/rk3399-ficus.dtb
	arch/arm64/boot/dts/rockchip/rk3399-firefly.dtb
	arch/arm64/boot/dts/rockchip/rk3399-gru-bob.dtb
	arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dtb
	arch/arm64/boot/dts/rockchip/rk3399-gru-scarlet-dumo.dtb
	arch/arm64/boot/dts/rockchip/rk3399-gru-scarlet-inx.dtb
	arch/arm64/boot/dts/rockchip/rk3399-gru-scarlet-kd.dtb
	arch/arm64/boot/dts/rockchip/rk3399-hugsun-x99.dtb
	arch/arm64/boot/dts/rockchip/rk3399-khadas-edge-captain.dtb
	arch/arm64/boot/dts/rockchip/rk3399-khadas-edge.dtb
	arch/arm64/boot/dts/rockchip/rk3399-khadas-edge-v.dtb
	arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dtb
	arch/arm64/boot/dts/rockchip/rk3399-leez-p710.dtb
	arch/arm64/boot/dts/rockchip/rk3399-nanopc-t4.dtb
	arch/arm64/boot/dts/rockchip/rk3399-nanopi-m4b.dtb
	arch/arm64/boot/dts/rockchip/rk3399-nanopi-m4.dtb
	arch/arm64/boot/dts/rockchip/rk3399-nanopi-neo4.dtb
	arch/arm64/boot/dts/rockchip/rk3399-nanopi-r4s.dtb
	arch/arm64/boot/dts/rockchip/rk3399-orangepi.dtb
	arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dtb
	arch/arm64/boot/dts/rockchip/rk3399pro-rock-pi-n10.dtb
	arch/arm64/boot/dts/rockchip/rk3399-puma-haikou.dtb
	arch/arm64/boot/dts/rockchip/rk3399-rock960.dtb
	arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4a.dtb
	arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4a-plus.dtb
	arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4b.dtb
	arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4b-plus.dtb
	arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4c.dtb
	arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtb
	arch/arm64/boot/dts/rockchip/rk3399-rockpro64-v2.dtb
	arch/arm64/boot/dts/rockchip/rk3399-roc-pc.dtb
	arch/arm64/boot/dts/rockchip/rk3399-roc-pc-mezzanine.dtb
	arch/arm64/boot/dts/rockchip/rk3399-roc-pc-plus.dtb
	arch/arm64/boot/dts/rockchip/rk3399-sapphire.dtb
	arch/arm64/boot/dts/rockchip/rk3399-sapphire-excavator.dtb


^ permalink raw reply	[flat|nested] 33+ messages in thread

* Re: [PATCH v1 03/11] dt-bindings: pwm: rockchip: add rockchip,rk3128-pwm
  2022-09-09 22:02 ` [PATCH v1 03/11] dt-bindings: pwm: rockchip: add rockchip,rk3128-pwm Johan Jonker
@ 2022-09-10 14:53   ` Rob Herring
  2022-09-12  8:35   ` Uwe Kleine-König
                     ` (2 subsequent siblings)
  3 siblings, 0 replies; 33+ messages in thread
From: Rob Herring @ 2022-09-10 14:53 UTC (permalink / raw)
  To: Johan Jonker
  Cc: linux-mtd, richard, thierry.reding, linux-rockchip,
	philipp.tomsich, vigneshr, wim, linux-arm-kernel, linux-usb,
	miquel.raynal, krzysztof.kozlowski+dt, linux-serial, robh+dt,
	kishon, linux-spi, vkoul, linux-i2c, linux-phy, devicetree,
	linux-pwm, kever.yang, zhangqing, linux-kernel, broonie, linux,
	gregkh, ulf.hansson, linux-watchdog, jamie, sjg, u.kleine-koenig,
	heiko, linux-mmc

On Sat, 10 Sep 2022 00:02:22 +0200, Johan Jonker wrote:
> Add rockchip,rk3128-pwm compatible string.
> 
> Signed-off-by: Johan Jonker <jbx6244@gmail.com>
> ---
>  Documentation/devicetree/bindings/pwm/pwm-rockchip.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Running 'make dtbs_check' with the schema in this patch gives the
following warnings. Consider if they are expected or the schema is
incorrect. These may not be new warnings.

Note that it is not yet a requirement to have 0 warnings for dtbs_check.
This will change in the future.

Full log is available here: https://patchwork.ozlabs.org/patch/


pwm@10280000: 'interrupts' does not match any of the regexes: 'pinctrl-[0-9]+'
	arch/arm/boot/dts/rv1108-elgin-r1.dtb
	arch/arm/boot/dts/rv1108-evb.dtb

pwm@10280010: 'interrupts' does not match any of the regexes: 'pinctrl-[0-9]+'
	arch/arm/boot/dts/rv1108-elgin-r1.dtb
	arch/arm/boot/dts/rv1108-evb.dtb

pwm@10280020: 'interrupts' does not match any of the regexes: 'pinctrl-[0-9]+'
	arch/arm/boot/dts/rv1108-elgin-r1.dtb
	arch/arm/boot/dts/rv1108-evb.dtb

pwm@10280030: 'interrupts' does not match any of the regexes: 'pinctrl-[0-9]+'
	arch/arm/boot/dts/rv1108-elgin-r1.dtb
	arch/arm/boot/dts/rv1108-evb.dtb

pwm@20040000: 'interrupts' does not match any of the regexes: 'pinctrl-[0-9]+'
	arch/arm/boot/dts/rv1108-elgin-r1.dtb
	arch/arm/boot/dts/rv1108-evb.dtb

pwm@20040010: 'interrupts' does not match any of the regexes: 'pinctrl-[0-9]+'
	arch/arm/boot/dts/rv1108-elgin-r1.dtb
	arch/arm/boot/dts/rv1108-evb.dtb

pwm@20040020: 'interrupts' does not match any of the regexes: 'pinctrl-[0-9]+'
	arch/arm/boot/dts/rv1108-elgin-r1.dtb
	arch/arm/boot/dts/rv1108-evb.dtb

pwm@20040030: 'interrupts' does not match any of the regexes: 'pinctrl-[0-9]+'
	arch/arm/boot/dts/rv1108-elgin-r1.dtb
	arch/arm/boot/dts/rv1108-evb.dtb

pwm@ff1b0030: 'interrupts' does not match any of the regexes: 'pinctrl-[0-9]+'
	arch/arm64/boot/dts/rockchip/rk3318-a95x-z2.dtb
	arch/arm64/boot/dts/rockchip/rk3328-a1.dtb
	arch/arm64/boot/dts/rockchip/rk3328-evb.dtb
	arch/arm64/boot/dts/rockchip/rk3328-nanopi-r2s.dtb
	arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dtb
	arch/arm64/boot/dts/rockchip/rk3328-rock64.dtb
	arch/arm64/boot/dts/rockchip/rk3328-rock-pi-e.dtb
	arch/arm64/boot/dts/rockchip/rk3328-roc-pc.dtb


^ permalink raw reply	[flat|nested] 33+ messages in thread

* Re: (subset) [PATCH v1 01/11] dt-bindings: serial: rockchip: add rockchip,rk3128-uart
  2022-09-09 22:01 ` [PATCH v1 01/11] dt-bindings: serial: rockchip: add rockchip,rk3128-uart Johan Jonker
@ 2022-09-10 15:42   ` Mark Brown
  2022-09-13 14:05   ` Rob Herring
                     ` (2 subsequent siblings)
  3 siblings, 0 replies; 33+ messages in thread
From: Mark Brown @ 2022-09-10 15:42 UTC (permalink / raw)
  To: Johan Jonker, kever.yang
  Cc: linux, vigneshr, sjg, miquel.raynal, gregkh, linux-pwm, richard,
	heiko, robh+dt, jamie, u.kleine-koenig, linux-mtd,
	philipp.tomsich, ulf.hansson, linux-kernel, wim, thierry.reding,
	linux-arm-kernel, linux-usb, devicetree, linux-mmc, linux-serial,
	vkoul, zhangqing, linux-rockchip, linux-phy,
	krzysztof.kozlowski+dt, kishon, linux-watchdog, linux-spi,
	linux-i2c

On Sat, 10 Sep 2022 00:01:28 +0200, Johan Jonker wrote:
> Add rockchip,rk3128-uart compatible string.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next

Thanks!

[05/11] dt-bindings: spi: rockchip: add rockchip,rk3128-spi
        commit: 14c3ffd7947ef3623682148be07b9c0bb8737f37

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

^ permalink raw reply	[flat|nested] 33+ messages in thread

* Re: [PATCH v1 03/11] dt-bindings: pwm: rockchip: add rockchip,rk3128-pwm
  2022-09-09 22:02 ` [PATCH v1 03/11] dt-bindings: pwm: rockchip: add rockchip,rk3128-pwm Johan Jonker
  2022-09-10 14:53   ` Rob Herring
@ 2022-09-12  8:35   ` Uwe Kleine-König
  2022-09-13 14:26   ` Rob Herring
  2022-09-20  6:21   ` Uwe Kleine-König
  3 siblings, 0 replies; 33+ messages in thread
From: Uwe Kleine-König @ 2022-09-12  8:35 UTC (permalink / raw)
  To: Johan Jonker
  Cc: kever.yang, sjg, philipp.tomsich, robh+dt,
	krzysztof.kozlowski+dt, heiko, ulf.hansson, miquel.raynal,
	richard, vigneshr, kishon, vkoul, thierry.reding, gregkh,
	broonie, wim, linux, zhangqing, jamie, devicetree,
	linux-arm-kernel, linux-rockchip, linux-kernel, linux-i2c,
	linux-mmc, linux-mtd, linux-phy, linux-pwm, linux-serial,
	linux-spi, linux-usb, linux-watchdog

[-- Attachment #1: Type: text/plain, Size: 495 bytes --]

Hello,

On Sat, Sep 10, 2022 at 12:02:22AM +0200, Johan Jonker wrote:
> Add rockchip,rk3128-pwm compatible string.
> 
> Signed-off-by: Johan Jonker <jbx6244@gmail.com>

Considering the problems pointed out by Rob as orthogonal to this
change:

Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>

Best regards
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | https://www.pengutronix.de/ |

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 33+ messages in thread

* Re: [PATCH v1 01/11] dt-bindings: serial: rockchip: add rockchip,rk3128-uart
  2022-09-09 22:01 ` [PATCH v1 01/11] dt-bindings: serial: rockchip: add rockchip,rk3128-uart Johan Jonker
  2022-09-10 15:42   ` (subset) " Mark Brown
@ 2022-09-13 14:05   ` Rob Herring
  2022-09-13 14:37   ` Jamie Iles
  2022-09-14  8:52   ` (subset) " Heiko Stuebner
  3 siblings, 0 replies; 33+ messages in thread
From: Rob Herring @ 2022-09-13 14:05 UTC (permalink / raw)
  To: Johan Jonker
  Cc: philipp.tomsich, linux-kernel, sjg, heiko, thierry.reding,
	vigneshr, linux-rockchip, linux-mmc, gregkh, linux,
	u.kleine-koenig, kishon, robh+dt, miquel.raynal, jamie, wim,
	broonie, krzysztof.kozlowski+dt, zhangqing, linux-watchdog,
	linux-i2c, linux-pwm, vkoul, richard, linux-mtd, linux-phy,
	linux-arm-kernel, devicetree, linux-serial, linux-spi, linux-usb,
	ulf.hansson, kever.yang

On Sat, 10 Sep 2022 00:01:28 +0200, Johan Jonker wrote:
> Add rockchip,rk3128-uart compatible string.
> 
> Signed-off-by: Johan Jonker <jbx6244@gmail.com>
> ---
>  Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring <robh@kernel.org>

^ permalink raw reply	[flat|nested] 33+ messages in thread

* Re: [PATCH v1 10/11] dt-bindings: soc: rockchip: grf: add rockchip,rk3128-grf
  2022-09-09 22:01 ` [PATCH v1 10/11] dt-bindings: soc: rockchip: grf: add rockchip,rk3128-grf Johan Jonker
@ 2022-09-13 14:06   ` Rob Herring
  0 siblings, 0 replies; 33+ messages in thread
From: Rob Herring @ 2022-09-13 14:06 UTC (permalink / raw)
  To: Johan Jonker
  Cc: linux-watchdog, wim, linux-serial, linux-arm-kernel,
	krzysztof.kozlowski+dt, linux-rockchip, linux-kernel, linux-phy,
	richard, vigneshr, miquel.raynal, kever.yang, linux-pwm,
	linux-i2c, jamie, robh+dt, kishon, thierry.reding, linux-mmc,
	linux-mtd, gregkh, linux-spi, u.kleine-koenig, broonie,
	philipp.tomsich, devicetree, linux, linux-usb, ulf.hansson, sjg,
	heiko, zhangqing, vkoul

On Sat, 10 Sep 2022 00:01:39 +0200, Johan Jonker wrote:
> Add rockchip,rk3128-grf compatible string.
> 
> Signed-off-by: Johan Jonker <jbx6244@gmail.com>
> ---
>  Documentation/devicetree/bindings/soc/rockchip/grf.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 

Acked-by: Rob Herring <robh@kernel.org>

^ permalink raw reply	[flat|nested] 33+ messages in thread

* Re: [PATCH v1 09/11] dt-bindings: phy: phy-rockchip-inno-usb2: add rockchip,rk3128-usb2phy
  2022-09-09 22:01 ` [PATCH v1 09/11] dt-bindings: phy: phy-rockchip-inno-usb2: add rockchip,rk3128-usb2phy Johan Jonker
@ 2022-09-13 14:06   ` Rob Herring
  2022-09-13 16:42   ` Vinod Koul
  1 sibling, 0 replies; 33+ messages in thread
From: Rob Herring @ 2022-09-13 14:06 UTC (permalink / raw)
  To: Johan Jonker
  Cc: zhangqing, broonie, u.kleine-koenig, linux-kernel,
	philipp.tomsich, miquel.raynal, heiko, linux-mmc, sjg,
	linux-rockchip, gregkh, linux, linux-i2c, robh+dt,
	krzysztof.kozlowski+dt, wim, linux-mtd, linux-pwm, richard,
	kever.yang, devicetree, linux-phy, kishon, linux-arm-kernel,
	jamie, linux-serial, linux-spi, linux-watchdog, vkoul, linux-usb,
	thierry.reding, vigneshr, ulf.hansson

On Sat, 10 Sep 2022 00:01:45 +0200, Johan Jonker wrote:
> Add rockchip,rk3128-usb2phy compatible string.
> 
> Signed-off-by: Johan Jonker <jbx6244@gmail.com>
> ---
>  .../devicetree/bindings/phy/phy-rockchip-inno-usb2.yaml          | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring <robh@kernel.org>

^ permalink raw reply	[flat|nested] 33+ messages in thread

* Re: [PATCH v1 08/11] dt-bindings: arm: rockchip: pmu: add rockchip,rk3128-pmu
  2022-09-09 22:01 ` [PATCH v1 08/11] dt-bindings: arm: rockchip: pmu: add rockchip,rk3128-pmu Johan Jonker
@ 2022-09-13 14:06   ` Rob Herring
  0 siblings, 0 replies; 33+ messages in thread
From: Rob Herring @ 2022-09-13 14:06 UTC (permalink / raw)
  To: Johan Jonker
  Cc: linux-usb, miquel.raynal, wim, linux-phy, robh+dt, linux,
	linux-pwm, linux-rockchip, richard, linux-serial, linux-spi,
	krzysztof.kozlowski+dt, linux-mmc, devicetree, vkoul, vigneshr,
	u.kleine-koenig, linux-arm-kernel, heiko, sjg, linux-kernel,
	broonie, ulf.hansson, philipp.tomsich, kishon, jamie, linux-i2c,
	zhangqing, thierry.reding, kever.yang, gregkh, linux-watchdog,
	linux-mtd

On Sat, 10 Sep 2022 00:01:52 +0200, Johan Jonker wrote:
> Add rockchip,rk3128-pmu compatible string.
> 
> Signed-off-by: Johan Jonker <jbx6244@gmail.com>
> ---
>  Documentation/devicetree/bindings/arm/rockchip/pmu.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 

Acked-by: Rob Herring <robh@kernel.org>

^ permalink raw reply	[flat|nested] 33+ messages in thread

* Re: [PATCH v1 07/11] dt-bindings: watchdog: rockchip: add rockchip,rk3128-wdt
  2022-09-09 22:01 ` [PATCH v1 07/11] dt-bindings: watchdog: rockchip: add rockchip,rk3128-wdt Johan Jonker
  2022-09-10 14:30   ` Guenter Roeck
@ 2022-09-13 14:06   ` Rob Herring
  1 sibling, 0 replies; 33+ messages in thread
From: Rob Herring @ 2022-09-13 14:06 UTC (permalink / raw)
  To: Johan Jonker
  Cc: vkoul, thierry.reding, robh+dt, linux-usb, u.kleine-koenig,
	linux-i2c, linux-rockchip, kever.yang, broonie, ulf.hansson, wim,
	linux-kernel, linux-pwm, linux, miquel.raynal, linux-serial,
	linux-phy, sjg, vigneshr, kishon, linux-spi, philipp.tomsich,
	linux-arm-kernel, krzysztof.kozlowski+dt, heiko, linux-mmc,
	linux-watchdog, jamie, zhangqing, richard, linux-mtd, devicetree,
	gregkh

On Sat, 10 Sep 2022 00:01:56 +0200, Johan Jonker wrote:
> Add rockchip,rk3128-wdt compatible string.
> 
> Signed-off-by: Johan Jonker <jbx6244@gmail.com>
> ---
>  Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring <robh@kernel.org>

^ permalink raw reply	[flat|nested] 33+ messages in thread

* Re: [PATCH v1 06/11] dt-bindings: usb: dwc2: rockchip: add rockchip,rk3128-usb
  2022-09-09 22:02 ` [PATCH v1 06/11] dt-bindings: usb: dwc2: rockchip: add rockchip,rk3128-usb Johan Jonker
@ 2022-09-13 14:06   ` Rob Herring
  0 siblings, 0 replies; 33+ messages in thread
From: Rob Herring @ 2022-09-13 14:06 UTC (permalink / raw)
  To: Johan Jonker
  Cc: robh+dt, linux-i2c, linux-mtd, linux-watchdog,
	krzysztof.kozlowski+dt, linux-usb, linux-rockchip, jamie, sjg,
	wim, vkoul, ulf.hansson, heiko, linux, thierry.reding,
	miquel.raynal, philipp.tomsich, kever.yang, vigneshr, broonie,
	zhangqing, devicetree, u.kleine-koenig, linux-mmc, kishon,
	linux-phy, linux-spi, gregkh, linux-serial, linux-arm-kernel,
	richard, linux-kernel, linux-pwm

On Sat, 10 Sep 2022 00:02:01 +0200, Johan Jonker wrote:
> Add rockchip,rk3128-usb compatible string.
> 
> Signed-off-by: Johan Jonker <jbx6244@gmail.com>
> ---
>  Documentation/devicetree/bindings/usb/dwc2.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring <robh@kernel.org>

^ permalink raw reply	[flat|nested] 33+ messages in thread

* Re: [PATCH v1 04/11] dt-bindings: mmc: rockchip: add rockchip,rk3128-dw-mshc
  2022-09-09 22:02 ` [PATCH v1 04/11] dt-bindings: mmc: rockchip: add rockchip,rk3128-dw-mshc Johan Jonker
@ 2022-09-13 14:15   ` Rob Herring
  2022-09-14 14:00   ` Ulf Hansson
  1 sibling, 0 replies; 33+ messages in thread
From: Rob Herring @ 2022-09-13 14:15 UTC (permalink / raw)
  To: Johan Jonker
  Cc: kishon, wim, linux, sjg, heiko, linux-watchdog,
	krzysztof.kozlowski+dt, linux-serial, linux-i2c, broonie,
	miquel.raynal, linux-rockchip, linux-mtd, devicetree, linux-usb,
	richard, ulf.hansson, linux-arm-kernel, zhangqing, jamie,
	thierry.reding, linux-mmc, robh+dt, kever.yang, linux-spi,
	gregkh, linux-kernel, vkoul, philipp.tomsich, linux-phy,
	linux-pwm, u.kleine-koenig, vigneshr

On Sat, 10 Sep 2022 00:02:14 +0200, Johan Jonker wrote:
> Add rockchip,rk3128-dw-mshc compatible string.
> 
> Signed-off-by: Johan Jonker <jbx6244@gmail.com>
> ---
>  Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring <robh@kernel.org>

^ permalink raw reply	[flat|nested] 33+ messages in thread

* Re: [PATCH v1 03/11] dt-bindings: pwm: rockchip: add rockchip,rk3128-pwm
  2022-09-09 22:02 ` [PATCH v1 03/11] dt-bindings: pwm: rockchip: add rockchip,rk3128-pwm Johan Jonker
  2022-09-10 14:53   ` Rob Herring
  2022-09-12  8:35   ` Uwe Kleine-König
@ 2022-09-13 14:26   ` Rob Herring
  2022-09-20  6:21   ` Uwe Kleine-König
  3 siblings, 0 replies; 33+ messages in thread
From: Rob Herring @ 2022-09-13 14:26 UTC (permalink / raw)
  To: Johan Jonker
  Cc: devicetree, jamie, vkoul, richard, linux-i2c, linux-usb,
	u.kleine-koenig, zhangqing, linux-spi, linux-mmc, linux,
	linux-watchdog, vigneshr, linux-kernel, kishon, kever.yang,
	heiko, linux-serial, robh+dt, linux-arm-kernel, linux-mtd,
	linux-phy, krzysztof.kozlowski+dt, linux-pwm, philipp.tomsich,
	sjg, gregkh, ulf.hansson, wim, broonie, linux-rockchip,
	miquel.raynal, thierry.reding

On Sat, 10 Sep 2022 00:02:22 +0200, Johan Jonker wrote:
> Add rockchip,rk3128-pwm compatible string.
> 
> Signed-off-by: Johan Jonker <jbx6244@gmail.com>
> ---
>  Documentation/devicetree/bindings/pwm/pwm-rockchip.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring <robh@kernel.org>

^ permalink raw reply	[flat|nested] 33+ messages in thread

* Re: [PATCH v1 02/11] dt-bindings: i2c: rockchip: add rockchip,rk3128-i2c
  2022-09-09 22:02 ` [PATCH v1 02/11] dt-bindings: i2c: rockchip: add rockchip,rk3128-i2c Johan Jonker
@ 2022-09-13 14:26   ` Rob Herring
  2022-09-16 19:57   ` Wolfram Sang
  1 sibling, 0 replies; 33+ messages in thread
From: Rob Herring @ 2022-09-13 14:26 UTC (permalink / raw)
  To: Johan Jonker
  Cc: kever.yang, jamie, philipp.tomsich, u.kleine-koenig, linux-spi,
	krzysztof.kozlowski+dt, zhangqing, linux-i2c, linux-phy, linux,
	linux-usb, linux-kernel, linux-serial, kishon, linux-pwm,
	linux-mmc, sjg, gregkh, ulf.hansson, linux-rockchip,
	miquel.raynal, vigneshr, thierry.reding, broonie, heiko,
	linux-mtd, linux-watchdog, linux-arm-kernel, vkoul, wim,
	devicetree, robh+dt, richard

On Sat, 10 Sep 2022 00:02:30 +0200, Johan Jonker wrote:
> Add rockchip,rk3128-i2c compatible string.
> 
> Signed-off-by: Johan Jonker <jbx6244@gmail.com>
> ---
>  Documentation/devicetree/bindings/i2c/i2c-rk3x.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring <robh@kernel.org>

^ permalink raw reply	[flat|nested] 33+ messages in thread

* Re: [PATCH v1 01/11] dt-bindings: serial: rockchip: add rockchip,rk3128-uart
  2022-09-09 22:01 ` [PATCH v1 01/11] dt-bindings: serial: rockchip: add rockchip,rk3128-uart Johan Jonker
  2022-09-10 15:42   ` (subset) " Mark Brown
  2022-09-13 14:05   ` Rob Herring
@ 2022-09-13 14:37   ` Jamie Iles
  2022-09-14  8:52   ` (subset) " Heiko Stuebner
  3 siblings, 0 replies; 33+ messages in thread
From: Jamie Iles @ 2022-09-13 14:37 UTC (permalink / raw)
  To: Johan Jonker
  Cc: kever.yang, sjg, philipp.tomsich, robh+dt,
	krzysztof.kozlowski+dt, heiko, ulf.hansson, miquel.raynal,
	richard, vigneshr, kishon, vkoul, thierry.reding,
	u.kleine-koenig, gregkh, broonie, wim, linux, zhangqing, jamie,
	devicetree, linux-arm-kernel, linux-rockchip, linux-kernel,
	linux-i2c, linux-mmc, linux-mtd, linux-phy, linux-pwm,
	linux-serial, linux-spi, linux-usb, linux-watchdog

On Sat, Sep 10, 2022 at 12:01:28AM +0200, Johan Jonker wrote:
> Add rockchip,rk3128-uart compatible string.
> 
> Signed-off-by: Johan Jonker <jbx6244@gmail.com>

Acked-by: Jamie Iles <jamie@jamieiles.com>

^ permalink raw reply	[flat|nested] 33+ messages in thread

* Re: [PATCH v1 09/11] dt-bindings: phy: phy-rockchip-inno-usb2: add rockchip,rk3128-usb2phy
  2022-09-09 22:01 ` [PATCH v1 09/11] dt-bindings: phy: phy-rockchip-inno-usb2: add rockchip,rk3128-usb2phy Johan Jonker
  2022-09-13 14:06   ` Rob Herring
@ 2022-09-13 16:42   ` Vinod Koul
  1 sibling, 0 replies; 33+ messages in thread
From: Vinod Koul @ 2022-09-13 16:42 UTC (permalink / raw)
  To: Johan Jonker
  Cc: kever.yang, sjg, philipp.tomsich, robh+dt,
	krzysztof.kozlowski+dt, heiko, ulf.hansson, miquel.raynal,
	richard, vigneshr, kishon, thierry.reding, u.kleine-koenig,
	gregkh, broonie, wim, linux, zhangqing, jamie, devicetree,
	linux-arm-kernel, linux-rockchip, linux-kernel, linux-i2c,
	linux-mmc, linux-mtd, linux-phy, linux-pwm, linux-serial,
	linux-spi, linux-usb, linux-watchdog

On 10-09-22, 00:01, Johan Jonker wrote:
> Add rockchip,rk3128-usb2phy compatible string.

Applied, thanks

-- 
~Vinod

^ permalink raw reply	[flat|nested] 33+ messages in thread

* Re: (subset) [PATCH v1 01/11] dt-bindings: serial: rockchip: add rockchip,rk3128-uart
  2022-09-09 22:01 ` [PATCH v1 01/11] dt-bindings: serial: rockchip: add rockchip,rk3128-uart Johan Jonker
                     ` (2 preceding siblings ...)
  2022-09-13 14:37   ` Jamie Iles
@ 2022-09-14  8:52   ` Heiko Stuebner
  3 siblings, 0 replies; 33+ messages in thread
From: Heiko Stuebner @ 2022-09-14  8:52 UTC (permalink / raw)
  To: Johan Jonker, kever.yang
  Cc: Heiko Stuebner, linux-rockchip, vkoul, vigneshr, linux,
	ulf.hansson, devicetree, linux-phy, linux-watchdog, linux-usb,
	linux-arm-kernel, u.kleine-koenig, linux-mtd, zhangqing,
	linux-pwm, jamie, krzysztof.kozlowski+dt, linux-spi, gregkh,
	thierry.reding, sjg, philipp.tomsich, kishon, richard,
	linux-kernel, linux-i2c, robh+dt, linux-mmc, broonie, wim,
	linux-serial, miquel.raynal

On Sat, 10 Sep 2022 00:01:28 +0200, Johan Jonker wrote:
> Add rockchip,rk3128-uart compatible string.

Applied, thanks!

[08/11] dt-bindings: arm: rockchip: pmu: add rockchip,rk3128-pmu
        commit: 9c2f4521344f3b14fa0be050100ef726edc36cbc
[10/11] dt-bindings: soc: rockchip: grf: add rockchip,rk3128-grf
        commit: adc4f190260a6c004f950992d8c9ee3aec8da38b

Best regards,
-- 
Heiko Stuebner <heiko@sntech.de>

^ permalink raw reply	[flat|nested] 33+ messages in thread

* Re: [PATCH v1 04/11] dt-bindings: mmc: rockchip: add rockchip,rk3128-dw-mshc
  2022-09-09 22:02 ` [PATCH v1 04/11] dt-bindings: mmc: rockchip: add rockchip,rk3128-dw-mshc Johan Jonker
  2022-09-13 14:15   ` Rob Herring
@ 2022-09-14 14:00   ` Ulf Hansson
  1 sibling, 0 replies; 33+ messages in thread
From: Ulf Hansson @ 2022-09-14 14:00 UTC (permalink / raw)
  To: Johan Jonker
  Cc: kever.yang, sjg, philipp.tomsich, robh+dt,
	krzysztof.kozlowski+dt, heiko, miquel.raynal, richard, vigneshr,
	kishon, vkoul, thierry.reding, u.kleine-koenig, gregkh, broonie,
	wim, linux, zhangqing, jamie, devicetree, linux-arm-kernel,
	linux-rockchip, linux-kernel, linux-i2c, linux-mmc, linux-mtd,
	linux-phy, linux-pwm, linux-serial, linux-spi, linux-usb,
	linux-watchdog

On Sat, 10 Sept 2022 at 00:02, Johan Jonker <jbx6244@gmail.com> wrote:
>
> Add rockchip,rk3128-dw-mshc compatible string.
>
> Signed-off-by: Johan Jonker <jbx6244@gmail.com>

Applied for next, thanks!

Kind regards
Uffe


> ---
>  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 bad28bc74..95f59a5e3 100644
> --- a/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml
> +++ b/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml
> @@ -32,6 +32,7 @@ properties:
>                - rockchip,px30-dw-mshc
>                - rockchip,rk1808-dw-mshc
>                - rockchip,rk3036-dw-mshc
> +              - rockchip,rk3128-dw-mshc
>                - rockchip,rk3228-dw-mshc
>                - rockchip,rk3308-dw-mshc
>                - rockchip,rk3328-dw-mshc
> --
> 2.20.1
>

^ permalink raw reply	[flat|nested] 33+ messages in thread

* Re: [PATCH v1 02/11] dt-bindings: i2c: rockchip: add rockchip,rk3128-i2c
  2022-09-09 22:02 ` [PATCH v1 02/11] dt-bindings: i2c: rockchip: add rockchip,rk3128-i2c Johan Jonker
  2022-09-13 14:26   ` Rob Herring
@ 2022-09-16 19:57   ` Wolfram Sang
  1 sibling, 0 replies; 33+ messages in thread
From: Wolfram Sang @ 2022-09-16 19:57 UTC (permalink / raw)
  To: Johan Jonker
  Cc: kever.yang, sjg, philipp.tomsich, robh+dt,
	krzysztof.kozlowski+dt, heiko, ulf.hansson, miquel.raynal,
	richard, vigneshr, kishon, vkoul, thierry.reding,
	u.kleine-koenig, gregkh, broonie, wim, linux, zhangqing, jamie,
	devicetree, linux-arm-kernel, linux-rockchip, linux-kernel,
	linux-i2c, linux-mmc, linux-mtd, linux-phy, linux-pwm,
	linux-serial, linux-spi, linux-usb, linux-watchdog

[-- Attachment #1: Type: text/plain, Size: 198 bytes --]

On Sat, Sep 10, 2022 at 12:02:30AM +0200, Johan Jonker wrote:
> Add rockchip,rk3128-i2c compatible string.
> 
> Signed-off-by: Johan Jonker <jbx6244@gmail.com>

Applied to for-next, thanks!


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 33+ messages in thread

* Re: [PATCH v1 03/11] dt-bindings: pwm: rockchip: add rockchip,rk3128-pwm
  2022-09-09 22:02 ` [PATCH v1 03/11] dt-bindings: pwm: rockchip: add rockchip,rk3128-pwm Johan Jonker
                     ` (2 preceding siblings ...)
  2022-09-13 14:26   ` Rob Herring
@ 2022-09-20  6:21   ` Uwe Kleine-König
  2022-09-23 10:22     ` Heiko Stuebner
  3 siblings, 1 reply; 33+ messages in thread
From: Uwe Kleine-König @ 2022-09-20  6:21 UTC (permalink / raw)
  To: Johan Jonker
  Cc: kever.yang, sjg, philipp.tomsich, robh+dt,
	krzysztof.kozlowski+dt, heiko, ulf.hansson, miquel.raynal,
	richard, vigneshr, kishon, vkoul, thierry.reding, gregkh,
	broonie, wim, linux, zhangqing, jamie, devicetree,
	linux-arm-kernel, linux-rockchip, linux-kernel, linux-i2c,
	linux-mmc, linux-mtd, linux-phy, linux-pwm, linux-serial,
	linux-spi, linux-usb, linux-watchdog

[-- Attachment #1: Type: text/plain, Size: 532 bytes --]

Hello,

On Sat, Sep 10, 2022 at 12:02:22AM +0200, Johan Jonker wrote:
> Add rockchip,rk3128-pwm compatible string.
> 
> Signed-off-by: Johan Jonker <jbx6244@gmail.com>

Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>

Is the expectation that this goes in via PWM, or together with the other
patches via the rockchip maintainers?

Best regards
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | https://www.pengutronix.de/ |

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 33+ messages in thread

* Re: [PATCH v1 03/11] dt-bindings: pwm: rockchip: add rockchip,rk3128-pwm
  2022-09-20  6:21   ` Uwe Kleine-König
@ 2022-09-23 10:22     ` Heiko Stuebner
  0 siblings, 0 replies; 33+ messages in thread
From: Heiko Stuebner @ 2022-09-23 10:22 UTC (permalink / raw)
  To: Johan Jonker, Uwe Kleine-König
  Cc: kever.yang, sjg, philipp.tomsich, robh+dt,
	krzysztof.kozlowski+dt, ulf.hansson, miquel.raynal, richard,
	vigneshr, kishon, vkoul, thierry.reding, gregkh, broonie, wim,
	linux, zhangqing, jamie, devicetree, linux-arm-kernel,
	linux-rockchip, linux-kernel, linux-i2c, linux-mmc, linux-mtd,
	linux-phy, linux-pwm, linux-serial, linux-spi, linux-usb,
	linux-watchdog

Am Dienstag, 20. September 2022, 08:21:49 CEST schrieb Uwe Kleine-König:
> Hello,
> 
> On Sat, Sep 10, 2022 at 12:02:22AM +0200, Johan Jonker wrote:
> > Add rockchip,rk3128-pwm compatible string.
> > 
> > Signed-off-by: Johan Jonker <jbx6244@gmail.com>
> 
> Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> 
> Is the expectation that this goes in via PWM, or together with the other
> patches via the rockchip maintainers?

in general I think bindings always go through the subsystem that
they're targetting - PWM in this case.

Acked-by: Heiko Stuebner <heiko@sntech.de>


Heiko



^ permalink raw reply	[flat|nested] 33+ messages in thread

end of thread, other threads:[~2022-09-23 10:23 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220909212543.17428-1-jbx6244@gmail.com>
2022-09-09 22:01 ` [PATCH v1 11/11] dt-bindings: mtd: rockchip: add rockchip,rk3128-nfc Johan Jonker
2022-09-10  7:46   ` Krzysztof Kozlowski
2022-09-09 22:01 ` [PATCH v1 01/11] dt-bindings: serial: rockchip: add rockchip,rk3128-uart Johan Jonker
2022-09-10 15:42   ` (subset) " Mark Brown
2022-09-13 14:05   ` Rob Herring
2022-09-13 14:37   ` Jamie Iles
2022-09-14  8:52   ` (subset) " Heiko Stuebner
2022-09-09 22:01 ` [PATCH v1 10/11] dt-bindings: soc: rockchip: grf: add rockchip,rk3128-grf Johan Jonker
2022-09-13 14:06   ` Rob Herring
2022-09-09 22:01 ` [PATCH v1 09/11] dt-bindings: phy: phy-rockchip-inno-usb2: add rockchip,rk3128-usb2phy Johan Jonker
2022-09-13 14:06   ` Rob Herring
2022-09-13 16:42   ` Vinod Koul
2022-09-09 22:01 ` [PATCH v1 08/11] dt-bindings: arm: rockchip: pmu: add rockchip,rk3128-pmu Johan Jonker
2022-09-13 14:06   ` Rob Herring
2022-09-09 22:01 ` [PATCH v1 07/11] dt-bindings: watchdog: rockchip: add rockchip,rk3128-wdt Johan Jonker
2022-09-10 14:30   ` Guenter Roeck
2022-09-13 14:06   ` Rob Herring
2022-09-09 22:02 ` [PATCH v1 06/11] dt-bindings: usb: dwc2: rockchip: add rockchip,rk3128-usb Johan Jonker
2022-09-13 14:06   ` Rob Herring
2022-09-09 22:02 ` [PATCH v1 05/11] dt-bindings: spi: rockchip: add rockchip,rk3128-spi Johan Jonker
2022-09-10 14:53   ` Rob Herring
2022-09-09 22:02 ` [PATCH v1 04/11] dt-bindings: mmc: rockchip: add rockchip,rk3128-dw-mshc Johan Jonker
2022-09-13 14:15   ` Rob Herring
2022-09-14 14:00   ` Ulf Hansson
2022-09-09 22:02 ` [PATCH v1 03/11] dt-bindings: pwm: rockchip: add rockchip,rk3128-pwm Johan Jonker
2022-09-10 14:53   ` Rob Herring
2022-09-12  8:35   ` Uwe Kleine-König
2022-09-13 14:26   ` Rob Herring
2022-09-20  6:21   ` Uwe Kleine-König
2022-09-23 10:22     ` Heiko Stuebner
2022-09-09 22:02 ` [PATCH v1 02/11] dt-bindings: i2c: rockchip: add rockchip,rk3128-i2c Johan Jonker
2022-09-13 14:26   ` Rob Herring
2022-09-16 19:57   ` Wolfram Sang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).