All of lore.kernel.org
 help / color / mirror / Atom feed
From: Johan Jonker <jbx6244@gmail.com>
To: kever.yang@rock-chips.com
Cc: sjg@chromium.org, philipp.tomsich@vrull.eu, robh+dt@kernel.org,
	krzysztof.kozlowski+dt@linaro.org, heiko@sntech.de,
	ulf.hansson@linaro.org, miquel.raynal@bootlin.com,
	richard@nod.at, vigneshr@ti.com, kishon@ti.com, vkoul@kernel.org,
	thierry.reding@gmail.com, u.kleine-koenig@pengutronix.de,
	gregkh@linuxfoundation.org, broonie@kernel.org,
	wim@linux-watchdog.org, linux@roeck-us.net,
	zhangqing@rock-chips.com, jamie@jamieiles.com,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org,
	linux-i2c@vger.kernel.org, linux-mmc@vger.kernel.org,
	linux-mtd@lists.infradead.org, linux-phy@lists.infradead.org,
	linux-pwm@vger.kernel.org, linux-serial@vger.kernel.org,
	linux-spi@vger.kernel.org, linux-usb@vger.kernel.org,
	linux-watchdog@vger.kernel.org
Subject: [PATCH v1 08/11] dt-bindings: arm: rockchip: pmu: add rockchip,rk3128-pmu
Date: Sat, 10 Sep 2022 00:01:52 +0200	[thread overview]
Message-ID: <faf2b30e-1a1a-0dc1-04ce-f40e5d758718@gmail.com> (raw)
In-Reply-To: <20220909212543.17428-1-jbx6244@gmail.com>

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


WARNING: multiple messages have this Message-ID (diff)
From: Johan Jonker <jbx6244@gmail.com>
To: kever.yang@rock-chips.com
Cc: sjg@chromium.org, philipp.tomsich@vrull.eu, robh+dt@kernel.org,
	krzysztof.kozlowski+dt@linaro.org, heiko@sntech.de,
	ulf.hansson@linaro.org, miquel.raynal@bootlin.com,
	richard@nod.at, vigneshr@ti.com, kishon@ti.com, vkoul@kernel.org,
	thierry.reding@gmail.com, u.kleine-koenig@pengutronix.de,
	gregkh@linuxfoundation.org, broonie@kernel.org,
	wim@linux-watchdog.org, linux@roeck-us.net,
	zhangqing@rock-chips.com, jamie@jamieiles.com,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org,
	linux-i2c@vger.kernel.org, linux-mmc@vger.kernel.org,
	linux-mtd@lists.infradead.org, linux-phy@lists.infradead.org,
	linux-pwm@vger.kernel.org, linux-serial@vger.kernel.org,
	linux-spi@vger.kernel.org, linux-usb@vger.kernel.org,
	linux-watchdog@vger.kernel.org
Subject: [PATCH v1 08/11] dt-bindings: arm: rockchip: pmu: add rockchip,rk3128-pmu
Date: Sat, 10 Sep 2022 00:01:52 +0200	[thread overview]
Message-ID: <faf2b30e-1a1a-0dc1-04ce-f40e5d758718@gmail.com> (raw)
In-Reply-To: <20220909212543.17428-1-jbx6244@gmail.com>

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


_______________________________________________
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: Johan Jonker <jbx6244@gmail.com>
To: kever.yang@rock-chips.com
Cc: sjg@chromium.org, philipp.tomsich@vrull.eu, robh+dt@kernel.org,
	krzysztof.kozlowski+dt@linaro.org, heiko@sntech.de,
	ulf.hansson@linaro.org, miquel.raynal@bootlin.com,
	richard@nod.at, vigneshr@ti.com, kishon@ti.com, vkoul@kernel.org,
	thierry.reding@gmail.com, u.kleine-koenig@pengutronix.de,
	gregkh@linuxfoundation.org, broonie@kernel.org,
	wim@linux-watchdog.org, linux@roeck-us.net,
	zhangqing@rock-chips.com, jamie@jamieiles.com,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org,
	linux-i2c@vger.kernel.org, linux-mmc@vger.kernel.org,
	linux-mtd@lists.infradead.org, linux-phy@lists.infradead.org,
	linux-pwm@vger.kernel.org, linux-serial@vger.kernel.org,
	linux-spi@vger.kernel.org, linux-usb@vger.kernel.org,
	linux-watchdog@vger.kernel.org
Subject: [PATCH v1 08/11] dt-bindings: arm: rockchip: pmu: add rockchip,rk3128-pmu
Date: Sat, 10 Sep 2022 00:01:52 +0200	[thread overview]
Message-ID: <faf2b30e-1a1a-0dc1-04ce-f40e5d758718@gmail.com> (raw)
In-Reply-To: <20220909212543.17428-1-jbx6244@gmail.com>

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


______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

WARNING: multiple messages have this Message-ID (diff)
From: Johan Jonker <jbx6244@gmail.com>
To: kever.yang@rock-chips.com
Cc: sjg@chromium.org, philipp.tomsich@vrull.eu, robh+dt@kernel.org,
	krzysztof.kozlowski+dt@linaro.org, heiko@sntech.de,
	ulf.hansson@linaro.org, miquel.raynal@bootlin.com,
	richard@nod.at, vigneshr@ti.com, kishon@ti.com, vkoul@kernel.org,
	thierry.reding@gmail.com, u.kleine-koenig@pengutronix.de,
	gregkh@linuxfoundation.org, broonie@kernel.org,
	wim@linux-watchdog.org, linux@roeck-us.net,
	zhangqing@rock-chips.com, jamie@jamieiles.com,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org,
	linux-i2c@vger.kernel.org, linux-mmc@vger.kernel.org,
	linux-mtd@lists.infradead.org, linux-phy@lists.infradead.org,
	linux-pwm@vger.kernel.org, linux-serial@vger.kernel.org,
	linux-spi@vger.kernel.org, linux-usb@vger.kernel.org,
	linux-watchdog@vger.kernel.org
Subject: [PATCH v1 08/11] dt-bindings: arm: rockchip: pmu: add rockchip,rk3128-pmu
Date: Sat, 10 Sep 2022 00:01:52 +0200	[thread overview]
Message-ID: <faf2b30e-1a1a-0dc1-04ce-f40e5d758718@gmail.com> (raw)
In-Reply-To: <20220909212543.17428-1-jbx6244@gmail.com>

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


_______________________________________________
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: Johan Jonker <jbx6244@gmail.com>
To: kever.yang@rock-chips.com
Cc: sjg@chromium.org, philipp.tomsich@vrull.eu, robh+dt@kernel.org,
	krzysztof.kozlowski+dt@linaro.org, heiko@sntech.de,
	ulf.hansson@linaro.org, miquel.raynal@bootlin.com,
	richard@nod.at, vigneshr@ti.com, kishon@ti.com, vkoul@kernel.org,
	thierry.reding@gmail.com, u.kleine-koenig@pengutronix.de,
	gregkh@linuxfoundation.org, broonie@kernel.org,
	wim@linux-watchdog.org, linux@roeck-us.net,
	zhangqing@rock-chips.com, jamie@jamieiles.com,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org,
	linux-i2c@vger.kernel.org, linux-mmc@vger.kernel.org,
	linux-mtd@lists.infradead.org, linux-phy@lists.infradead.org,
	linux-pwm@vger.kernel.org, linux-serial@vger.kernel.org,
	linux-spi@vger.kernel.org, linux-usb@vger.kernel.org,
	linux-watchdog@vger.kernel.org
Subject: [PATCH v1 08/11] dt-bindings: arm: rockchip: pmu: add rockchip,rk3128-pmu
Date: Sat, 10 Sep 2022 00:01:52 +0200	[thread overview]
Message-ID: <faf2b30e-1a1a-0dc1-04ce-f40e5d758718@gmail.com> (raw)
In-Reply-To: <20220909212543.17428-1-jbx6244@gmail.com>

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


-- 
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy

  parent reply	other threads:[~2022-09-09 22:02 UTC|newest]

Thread overview: 186+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [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-09 22:01   ` Johan Jonker
2022-09-09 22:01   ` Johan Jonker
2022-09-09 22:01   ` Johan Jonker
2022-09-10  7:46   ` Krzysztof Kozlowski
2022-09-10  7:46     ` Krzysztof Kozlowski
2022-09-10  7:46     ` Krzysztof Kozlowski
2022-09-10  7:46     ` Krzysztof Kozlowski
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-09 22:01   ` Johan Jonker
2022-09-09 22:01   ` Johan Jonker
2022-09-09 22:01   ` Johan Jonker
2022-09-09 22:01   ` Johan Jonker
2022-09-10 15:42   ` (subset) " Mark Brown
2022-09-10 15:42     ` Mark Brown
2022-09-10 15:42     ` Mark Brown
2022-09-10 15:42     ` Mark Brown
2022-09-10 15:42     ` Mark Brown
2022-09-13 14:05   ` Rob Herring
2022-09-13 14:05     ` Rob Herring
2022-09-13 14:05     ` Rob Herring
2022-09-13 14:05     ` Rob Herring
2022-09-13 14:05     ` Rob Herring
2022-09-13 14:37   ` Jamie Iles
2022-09-13 14:37     ` Jamie Iles
2022-09-13 14:37     ` Jamie Iles
2022-09-13 14:37     ` Jamie Iles
2022-09-13 14:37     ` Jamie Iles
2022-09-14  8:52   ` (subset) " Heiko Stuebner
2022-09-14  8:52     ` Heiko Stuebner
2022-09-14  8:52     ` Heiko Stuebner
2022-09-14  8:52     ` Heiko Stuebner
2022-09-14  8:52     ` Heiko Stuebner
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-09 22:01   ` Johan Jonker
2022-09-09 22:01   ` Johan Jonker
2022-09-09 22:01   ` Johan Jonker
2022-09-13 14:06   ` Rob Herring
2022-09-13 14:06     ` Rob Herring
2022-09-13 14:06     ` Rob Herring
2022-09-13 14:06     ` Rob Herring
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-09 22:01   ` Johan Jonker
2022-09-09 22:01   ` Johan Jonker
2022-09-09 22:01   ` Johan Jonker
2022-09-09 22:01   ` Johan Jonker
2022-09-13 14:06   ` Rob Herring
2022-09-13 14:06     ` Rob Herring
2022-09-13 14:06     ` Rob Herring
2022-09-13 14:06     ` Rob Herring
2022-09-13 14:06     ` Rob Herring
2022-09-13 16:42   ` Vinod Koul
2022-09-13 16:42     ` Vinod Koul
2022-09-13 16:42     ` Vinod Koul
2022-09-13 16:42     ` Vinod Koul
2022-09-13 16:42     ` Vinod Koul
2022-09-09 22:01 ` Johan Jonker [this message]
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-09 22:01   ` Johan Jonker
2022-09-09 22:01   ` Johan Jonker
2022-09-13 14:06   ` Rob Herring
2022-09-13 14:06     ` Rob Herring
2022-09-13 14:06     ` Rob Herring
2022-09-13 14:06     ` Rob Herring
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-09 22:01   ` Johan Jonker
2022-09-09 22:01   ` Johan Jonker
2022-09-09 22:01   ` Johan Jonker
2022-09-09 22:01   ` Johan Jonker
2022-09-10 14:30   ` Guenter Roeck
2022-09-10 14:30     ` Guenter Roeck
2022-09-10 14:30     ` Guenter Roeck
2022-09-10 14:30     ` Guenter Roeck
2022-09-10 14:30     ` Guenter Roeck
2022-09-13 14:06   ` Rob Herring
2022-09-13 14:06     ` Rob Herring
2022-09-13 14:06     ` Rob Herring
2022-09-13 14:06     ` Rob Herring
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-09 22:02   ` Johan Jonker
2022-09-09 22:02   ` Johan Jonker
2022-09-09 22:02   ` Johan Jonker
2022-09-09 22:02   ` Johan Jonker
2022-09-13 14:06   ` Rob Herring
2022-09-13 14:06     ` Rob Herring
2022-09-13 14:06     ` Rob Herring
2022-09-13 14:06     ` Rob Herring
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-09 22:02   ` Johan Jonker
2022-09-09 22:02   ` Johan Jonker
2022-09-09 22:02   ` Johan Jonker
2022-09-09 22:02   ` Johan Jonker
2022-09-10 14:53   ` Rob Herring
2022-09-10 14:53     ` Rob Herring
2022-09-10 14:53     ` Rob Herring
2022-09-10 14:53     ` Rob Herring
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-09 22:02   ` Johan Jonker
2022-09-09 22:02   ` Johan Jonker
2022-09-09 22:02   ` Johan Jonker
2022-09-09 22:02   ` Johan Jonker
2022-09-13 14:15   ` Rob Herring
2022-09-13 14:15     ` Rob Herring
2022-09-13 14:15     ` Rob Herring
2022-09-13 14:15     ` Rob Herring
2022-09-13 14:15     ` Rob Herring
2022-09-14 14:00   ` Ulf Hansson
2022-09-14 14:00     ` Ulf Hansson
2022-09-14 14:00     ` Ulf Hansson
2022-09-14 14:00     ` Ulf Hansson
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   ` Johan Jonker
2022-09-09 22:02   ` Johan Jonker
2022-09-09 22:02   ` Johan Jonker
2022-09-09 22:02   ` Johan Jonker
2022-09-10 14:53   ` Rob Herring
2022-09-10 14:53     ` Rob Herring
2022-09-10 14:53     ` Rob Herring
2022-09-10 14:53     ` Rob Herring
2022-09-10 14:53     ` Rob Herring
2022-09-10 19:48     ` Johan Jonker
2022-09-10 19:48       ` Johan Jonker
2022-09-10 19:48       ` Johan Jonker
2022-09-12 16:21       ` Rob Herring
2022-09-12 16:21         ` Rob Herring
2022-09-12 16:21         ` Rob Herring
2022-09-13 14:38         ` Johan Jonker
2022-09-13 14:38           ` Johan Jonker
2022-09-13 14:38           ` Johan Jonker
2022-09-28 11:59           ` Thierry Reding
2022-09-28 11:59             ` Thierry Reding
2022-09-28 11:59             ` Thierry Reding
2022-09-29 10:26             ` Johan Jonker
2022-09-29 10:26               ` Johan Jonker
2022-09-29 10:26               ` Johan Jonker
2022-09-29 15:41               ` Robin Murphy
2022-09-29 15:41                 ` Robin Murphy
2022-09-29 15:41                 ` Robin Murphy
2022-09-30  6:13             ` Biju Das
2022-09-30  6:13               ` Biju Das
2022-09-30  6:13               ` Biju Das
2022-09-12  8:35   ` Uwe Kleine-König
2022-09-12  8:35     ` Uwe Kleine-König
2022-09-12  8:35     ` Uwe Kleine-König
2022-09-12  8:35     ` Uwe Kleine-König
2022-09-12  8:35     ` Uwe Kleine-König
2022-09-13 14:26   ` Rob Herring
2022-09-13 14:26     ` Rob Herring
2022-09-13 14:26     ` Rob Herring
2022-09-13 14:26     ` Rob Herring
2022-09-13 14:26     ` Rob Herring
2022-09-20  6:21   ` Uwe Kleine-König
2022-09-20  6:21     ` Uwe Kleine-König
2022-09-20  6:21     ` Uwe Kleine-König
2022-09-20  6:21     ` Uwe Kleine-König
2022-09-20  6:21     ` Uwe Kleine-König
2022-09-23 10:22     ` Heiko Stuebner
2022-09-23 10:22       ` Heiko Stuebner
2022-09-23 10:22       ` Heiko Stuebner
2022-09-23 10:22       ` Heiko Stuebner
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-09 22:02   ` Johan Jonker
2022-09-09 22:02   ` Johan Jonker
2022-09-09 22:02   ` Johan Jonker
2022-09-09 22:02   ` Johan Jonker
2022-09-13 14:26   ` Rob Herring
2022-09-13 14:26     ` Rob Herring
2022-09-13 14:26     ` Rob Herring
2022-09-13 14:26     ` Rob Herring
2022-09-13 14:26     ` Rob Herring
2022-09-16 19:57   ` Wolfram Sang
2022-09-16 19:57     ` Wolfram Sang
2022-09-16 19:57     ` Wolfram Sang
2022-09-16 19:57     ` Wolfram Sang
2022-09-16 19:57     ` Wolfram Sang

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=faf2b30e-1a1a-0dc1-04ce-f40e5d758718@gmail.com \
    --to=jbx6244@gmail.com \
    --cc=broonie@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=heiko@sntech.de \
    --cc=jamie@jamieiles.com \
    --cc=kever.yang@rock-chips.com \
    --cc=kishon@ti.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=linux-phy@lists.infradead.org \
    --cc=linux-pwm@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=linux-serial@vger.kernel.org \
    --cc=linux-spi@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=linux-watchdog@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=miquel.raynal@bootlin.com \
    --cc=philipp.tomsich@vrull.eu \
    --cc=richard@nod.at \
    --cc=robh+dt@kernel.org \
    --cc=sjg@chromium.org \
    --cc=thierry.reding@gmail.com \
    --cc=u.kleine-koenig@pengutronix.de \
    --cc=ulf.hansson@linaro.org \
    --cc=vigneshr@ti.com \
    --cc=vkoul@kernel.org \
    --cc=wim@linux-watchdog.org \
    --cc=zhangqing@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 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.