All of lore.kernel.org
 help / color / mirror / Atom feed
* ARM: dts: mmp devicetree updates
@ 2021-01-21  3:41 ` Lubomir Rintel
  0 siblings, 0 replies; 39+ messages in thread
From: Lubomir Rintel @ 2021-01-21  3:41 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson
  Cc: Rob Herring, SoC Team, linux-arm-kernel, devicetree, linux-kernel

Hi,

chained to this message is a handful of patches related to MMP device
trees and bindings. Please take a look and consider queueing them for
for 5.12.

Thank you
Lubo



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

* ARM: dts: mmp devicetree updates
@ 2021-01-21  3:41 ` Lubomir Rintel
  0 siblings, 0 replies; 39+ messages in thread
From: Lubomir Rintel @ 2021-01-21  3:41 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson
  Cc: devicetree, SoC Team, Rob Herring, linux-kernel, linux-arm-kernel

Hi,

chained to this message is a handful of patches related to MMP device
trees and bindings. Please take a look and consider queueing them for
for 5.12.

Thank you
Lubo



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH 01/12] dt-bindings: gpio: mrvl-gpio: Fix the gpio-ranges property
@ 2021-01-21  3:41   ` Lubomir Rintel
  0 siblings, 0 replies; 39+ messages in thread
From: Lubomir Rintel @ 2021-01-21  3:41 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson
  Cc: Rob Herring, SoC Team, linux-arm-kernel, devicetree,
	linux-kernel, Lubomir Rintel

The property specifies a list of GPIO-capable pins. Don't limit it to a
single element as there's  presumably more than one GPIO pin.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
---
 Documentation/devicetree/bindings/gpio/mrvl-gpio.yaml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/gpio/mrvl-gpio.yaml b/Documentation/devicetree/bindings/gpio/mrvl-gpio.yaml
index 4db3b8a3332c2..9cf6137dd5241 100644
--- a/Documentation/devicetree/bindings/gpio/mrvl-gpio.yaml
+++ b/Documentation/devicetree/bindings/gpio/mrvl-gpio.yaml
@@ -82,8 +82,7 @@ properties:
   '#gpio-cells':
     const: 2
 
-  gpio-ranges:
-    maxItems: 1
+  gpio-ranges: true
 
   interrupts: true
 
-- 
2.29.2


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

* [PATCH 01/12] dt-bindings: gpio: mrvl-gpio: Fix the gpio-ranges property
@ 2021-01-21  3:41   ` Lubomir Rintel
  0 siblings, 0 replies; 39+ messages in thread
From: Lubomir Rintel @ 2021-01-21  3:41 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson
  Cc: devicetree, linux-kernel, Lubomir Rintel, SoC Team, Rob Herring,
	linux-arm-kernel

The property specifies a list of GPIO-capable pins. Don't limit it to a
single element as there's  presumably more than one GPIO pin.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
---
 Documentation/devicetree/bindings/gpio/mrvl-gpio.yaml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/gpio/mrvl-gpio.yaml b/Documentation/devicetree/bindings/gpio/mrvl-gpio.yaml
index 4db3b8a3332c2..9cf6137dd5241 100644
--- a/Documentation/devicetree/bindings/gpio/mrvl-gpio.yaml
+++ b/Documentation/devicetree/bindings/gpio/mrvl-gpio.yaml
@@ -82,8 +82,7 @@ properties:
   '#gpio-cells':
     const: 2
 
-  gpio-ranges:
-    maxItems: 1
+  gpio-ranges: true
 
   interrupts: true
 
-- 
2.29.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH 02/12] media: dt-bindings: marvell,mmp2-ccic: Allow power-domains property
@ 2021-01-21  3:41   ` Lubomir Rintel
  0 siblings, 0 replies; 39+ messages in thread
From: Lubomir Rintel @ 2021-01-21  3:41 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson
  Cc: Rob Herring, SoC Team, linux-arm-kernel, devicetree,
	linux-kernel, Lubomir Rintel

On MMP3 the camera interface is on a separate power island. This
property tells the driver to enable it when appropriate.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
---
 .../devicetree/bindings/media/marvell,mmp2-ccic.yaml         | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/media/marvell,mmp2-ccic.yaml b/Documentation/devicetree/bindings/media/marvell,mmp2-ccic.yaml
index 49bff738aca54..52eab686a1774 100644
--- a/Documentation/devicetree/bindings/media/marvell,mmp2-ccic.yaml
+++ b/Documentation/devicetree/bindings/media/marvell,mmp2-ccic.yaml
@@ -23,6 +23,9 @@ properties:
   interrupts:
     maxItems: 1
 
+  power-domains:
+    maxItems: 1
+
   port:
     type: object
     additionalProperties: false
@@ -75,6 +78,7 @@ additionalProperties: false
 examples:
   - |
     #include <dt-bindings/clock/marvell,mmp2.h>
+    #include <dt-bindings/power/marvell,mmp2.h>
 
     camera@d420a000 {
       compatible = "marvell,mmp2-ccic";
@@ -84,6 +88,7 @@ examples:
       clock-names = "axi";
       #clock-cells = <0>;
       clock-output-names = "mclk";
+      power-domains = <&soc_clocks MMP3_POWER_DOMAIN_CAMERA>;
 
       port {
         camera0_0: endpoint {
-- 
2.29.2


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

* [PATCH 02/12] media: dt-bindings: marvell, mmp2-ccic: Allow power-domains property
@ 2021-01-21  3:41   ` Lubomir Rintel
  0 siblings, 0 replies; 39+ messages in thread
From: Lubomir Rintel @ 2021-01-21  3:41 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson
  Cc: devicetree, linux-kernel, Lubomir Rintel, SoC Team, Rob Herring,
	linux-arm-kernel

On MMP3 the camera interface is on a separate power island. This
property tells the driver to enable it when appropriate.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
---
 .../devicetree/bindings/media/marvell,mmp2-ccic.yaml         | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/media/marvell,mmp2-ccic.yaml b/Documentation/devicetree/bindings/media/marvell,mmp2-ccic.yaml
index 49bff738aca54..52eab686a1774 100644
--- a/Documentation/devicetree/bindings/media/marvell,mmp2-ccic.yaml
+++ b/Documentation/devicetree/bindings/media/marvell,mmp2-ccic.yaml
@@ -23,6 +23,9 @@ properties:
   interrupts:
     maxItems: 1
 
+  power-domains:
+    maxItems: 1
+
   port:
     type: object
     additionalProperties: false
@@ -75,6 +78,7 @@ additionalProperties: false
 examples:
   - |
     #include <dt-bindings/clock/marvell,mmp2.h>
+    #include <dt-bindings/power/marvell,mmp2.h>
 
     camera@d420a000 {
       compatible = "marvell,mmp2-ccic";
@@ -84,6 +88,7 @@ examples:
       clock-names = "axi";
       #clock-cells = <0>;
       clock-output-names = "mclk";
+      power-domains = <&soc_clocks MMP3_POWER_DOMAIN_CAMERA>;
 
       port {
         camera0_0: endpoint {
-- 
2.29.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH 03/12] ARM: dts: mmp2-olpc-xo-1-75: Fix memory node name
@ 2021-01-21  3:41   ` Lubomir Rintel
  0 siblings, 0 replies; 39+ messages in thread
From: Lubomir Rintel @ 2021-01-21  3:41 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson
  Cc: Rob Herring, SoC Team, linux-arm-kernel, devicetree,
	linux-kernel, Lubomir Rintel

It contains a reg property. Add its base to the node name.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
---
 arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts b/arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts
index 342304f5653af..e16171ddd93ec 100644
--- a/arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts
+++ b/arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts
@@ -32,7 +32,7 @@ framebuffer@1fc00000 {
 		};
 	};
 
-	memory {
+	memory@0 {
 		linux,usable-memory = <0x0 0x1f800000>;
 		available = <0xcf000 0x1ef31000 0x1000 0xbf000>;
 		reg = <0x0 0x20000000>;
-- 
2.29.2


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

* [PATCH 03/12] ARM: dts: mmp2-olpc-xo-1-75: Fix memory node name
@ 2021-01-21  3:41   ` Lubomir Rintel
  0 siblings, 0 replies; 39+ messages in thread
From: Lubomir Rintel @ 2021-01-21  3:41 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson
  Cc: devicetree, linux-kernel, Lubomir Rintel, SoC Team, Rob Herring,
	linux-arm-kernel

It contains a reg property. Add its base to the node name.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
---
 arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts b/arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts
index 342304f5653af..e16171ddd93ec 100644
--- a/arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts
+++ b/arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts
@@ -32,7 +32,7 @@ framebuffer@1fc00000 {
 		};
 	};
 
-	memory {
+	memory@0 {
 		linux,usable-memory = <0x0 0x1f800000>;
 		available = <0xcf000 0x1ef31000 0x1000 0xbf000>;
 		reg = <0x0 0x20000000>;
-- 
2.29.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH 04/12] ARM: dts: mmp2-olpc-xo-1-75: Drop linux,usable-memory from /memory
@ 2021-01-21  3:41   ` Lubomir Rintel
  0 siblings, 0 replies; 39+ messages in thread
From: Lubomir Rintel @ 2021-01-21  3:41 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson
  Cc: Rob Herring, SoC Team, linux-arm-kernel, devicetree,
	linux-kernel, Lubomir Rintel

Drop the linux,usable-memory properties; the schema is unhappy about
them:

  mmp2-olpc-xo-1-75.dt.yaml: /: memory: False schema does not allow
  {'linux,usable-memory': [[0, 528482304]],
   'available': [[847872, 519245824, 4096, 782336]],
   'reg': [[0, 536870912]], 'device_type': ['memory']}

They've been cargo-culted from Open Firmware and I don't know what
purpose they serve. Perhaps they are meant to provide the OFW runtime.
In that case it's still okay to drop them from here; OFW is welcome to add
it upon boot.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
---
 arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts b/arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts
index e16171ddd93ec..0f8b5ad48deed 100644
--- a/arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts
+++ b/arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts
@@ -33,7 +33,6 @@ framebuffer@1fc00000 {
 	};
 
 	memory@0 {
-		linux,usable-memory = <0x0 0x1f800000>;
 		available = <0xcf000 0x1ef31000 0x1000 0xbf000>;
 		reg = <0x0 0x20000000>;
 		device_type = "memory";
-- 
2.29.2


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

* [PATCH 04/12] ARM: dts: mmp2-olpc-xo-1-75: Drop linux, usable-memory from /memory
@ 2021-01-21  3:41   ` Lubomir Rintel
  0 siblings, 0 replies; 39+ messages in thread
From: Lubomir Rintel @ 2021-01-21  3:41 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson
  Cc: devicetree, linux-kernel, Lubomir Rintel, SoC Team, Rob Herring,
	linux-arm-kernel

Drop the linux,usable-memory properties; the schema is unhappy about
them:

  mmp2-olpc-xo-1-75.dt.yaml: /: memory: False schema does not allow
  {'linux,usable-memory': [[0, 528482304]],
   'available': [[847872, 519245824, 4096, 782336]],
   'reg': [[0, 536870912]], 'device_type': ['memory']}

They've been cargo-culted from Open Firmware and I don't know what
purpose they serve. Perhaps they are meant to provide the OFW runtime.
In that case it's still okay to drop them from here; OFW is welcome to add
it upon boot.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
---
 arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts b/arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts
index e16171ddd93ec..0f8b5ad48deed 100644
--- a/arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts
+++ b/arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts
@@ -33,7 +33,6 @@ framebuffer@1fc00000 {
 	};
 
 	memory@0 {
-		linux,usable-memory = <0x0 0x1f800000>;
 		available = <0xcf000 0x1ef31000 0x1000 0xbf000>;
 		reg = <0x0 0x20000000>;
 		device_type = "memory";
-- 
2.29.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH 05/12] ARM: dts: mmp3-dell-ariel: Drop linux,usable-memory from /memory
@ 2021-01-21  3:41   ` Lubomir Rintel
  0 siblings, 0 replies; 39+ messages in thread
From: Lubomir Rintel @ 2021-01-21  3:41 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson
  Cc: Rob Herring, SoC Team, linux-arm-kernel, devicetree,
	linux-kernel, Lubomir Rintel

Drop the linux,usable-memory properties; the schema is unhappy about
them.

They've been cargo-culted from Open Firmware and I don't know what
purpose they serve. Perhaps they are meant to provide the OFW runtime.
In that case it's still okay to drop them from here; OFW is welcome to add
it upon boot.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
---
 arch/arm/boot/dts/mmp3-dell-ariel.dts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/boot/dts/mmp3-dell-ariel.dts b/arch/arm/boot/dts/mmp3-dell-ariel.dts
index fe3b1cd695eeb..53714cb0d171e 100644
--- a/arch/arm/boot/dts/mmp3-dell-ariel.dts
+++ b/arch/arm/boot/dts/mmp3-dell-ariel.dts
@@ -26,7 +26,6 @@ chosen {
 	};
 
 	memory@0 {
-		linux,usable-memory = <0x0 0x7f600000>;
 		available = <0x7f700000 0x7ff00000 0x00000000 0x7f600000>;
 		reg = <0x0 0x80000000>;
 		device_type = "memory";
-- 
2.29.2


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

* [PATCH 05/12] ARM: dts: mmp3-dell-ariel: Drop linux, usable-memory from /memory
@ 2021-01-21  3:41   ` Lubomir Rintel
  0 siblings, 0 replies; 39+ messages in thread
From: Lubomir Rintel @ 2021-01-21  3:41 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson
  Cc: devicetree, linux-kernel, Lubomir Rintel, SoC Team, Rob Herring,
	linux-arm-kernel

Drop the linux,usable-memory properties; the schema is unhappy about
them.

They've been cargo-culted from Open Firmware and I don't know what
purpose they serve. Perhaps they are meant to provide the OFW runtime.
In that case it's still okay to drop them from here; OFW is welcome to add
it upon boot.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
---
 arch/arm/boot/dts/mmp3-dell-ariel.dts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/boot/dts/mmp3-dell-ariel.dts b/arch/arm/boot/dts/mmp3-dell-ariel.dts
index fe3b1cd695eeb..53714cb0d171e 100644
--- a/arch/arm/boot/dts/mmp3-dell-ariel.dts
+++ b/arch/arm/boot/dts/mmp3-dell-ariel.dts
@@ -26,7 +26,6 @@ chosen {
 	};
 
 	memory@0 {
-		linux,usable-memory = <0x0 0x7f600000>;
 		available = <0x7f700000 0x7ff00000 0x00000000 0x7f600000>;
 		reg = <0x0 0x80000000>;
 		device_type = "memory";
-- 
2.29.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH 06/12] ARM: dts: mmp3: Extend the MPMU reg range
@ 2021-01-21  3:41   ` Lubomir Rintel
  0 siblings, 0 replies; 39+ messages in thread
From: Lubomir Rintel @ 2021-01-21  3:41 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson
  Cc: Rob Herring, SoC Team, linux-arm-kernel, devicetree,
	linux-kernel, Lubomir Rintel

The ACGR register is at the offset of 0x1024, beyond the 4k originally
assigned to the MPMU range.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
---
 arch/arm/boot/dts/mmp3.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/mmp3.dtsi b/arch/arm/boot/dts/mmp3.dtsi
index 4ae630d37d094..9f2b059f0900b 100644
--- a/arch/arm/boot/dts/mmp3.dtsi
+++ b/arch/arm/boot/dts/mmp3.dtsi
@@ -567,7 +567,7 @@ l2: cache-controller@d0020000 {
 
 		soc_clocks: clocks@d4050000 {
 			compatible = "marvell,mmp3-clock";
-			reg = <0xd4050000 0x1000>,
+			reg = <0xd4050000 0x2000>,
 			      <0xd4282800 0x400>,
 			      <0xd4015000 0x1000>;
 			reg-names = "mpmu", "apmu", "apbc";
-- 
2.29.2


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

* [PATCH 06/12] ARM: dts: mmp3: Extend the MPMU reg range
@ 2021-01-21  3:41   ` Lubomir Rintel
  0 siblings, 0 replies; 39+ messages in thread
From: Lubomir Rintel @ 2021-01-21  3:41 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson
  Cc: devicetree, linux-kernel, Lubomir Rintel, SoC Team, Rob Herring,
	linux-arm-kernel

The ACGR register is at the offset of 0x1024, beyond the 4k originally
assigned to the MPMU range.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
---
 arch/arm/boot/dts/mmp3.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/mmp3.dtsi b/arch/arm/boot/dts/mmp3.dtsi
index 4ae630d37d094..9f2b059f0900b 100644
--- a/arch/arm/boot/dts/mmp3.dtsi
+++ b/arch/arm/boot/dts/mmp3.dtsi
@@ -567,7 +567,7 @@ l2: cache-controller@d0020000 {
 
 		soc_clocks: clocks@d4050000 {
 			compatible = "marvell,mmp3-clock";
-			reg = <0xd4050000 0x1000>,
+			reg = <0xd4050000 0x2000>,
 			      <0xd4282800 0x400>,
 			      <0xd4015000 0x1000>;
 			reg-names = "mpmu", "apmu", "apbc";
-- 
2.29.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH 07/12] ARM: dts: mmp2: Use symbolic names for audio clocks
@ 2021-01-21  3:41   ` Lubomir Rintel
  0 siblings, 0 replies; 39+ messages in thread
From: Lubomir Rintel @ 2021-01-21  3:41 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson
  Cc: Rob Herring, SoC Team, linux-arm-kernel, devicetree,
	linux-kernel, Lubomir Rintel

These are slighly easier to read.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
---
 arch/arm/boot/dts/mmp2.dtsi | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/mmp2.dtsi b/arch/arm/boot/dts/mmp2.dtsi
index 445bdcd50b9ed..46984d4c5224f 100644
--- a/arch/arm/boot/dts/mmp2.dtsi
+++ b/arch/arm/boot/dts/mmp2.dtsi
@@ -6,6 +6,7 @@
 
 #include <dt-bindings/clock/marvell,mmp2.h>
 #include <dt-bindings/power/marvell,mmp2.h>
+#include <dt-bindings/clock/marvell,mmp2-audio.h>
 
 / {
 	#address-cells = <1>;
@@ -243,7 +244,7 @@ sspa0: audio-controller@d42a0c00 {
 				interrupts = <2>;
 				clock-names = "audio", "bitclk";
 				clocks = <&soc_clocks MMP2_CLK_AUDIO>,
-					 <&audio_clk 1>;
+					 <&audio_clk MMP2_CLK_AUDIO_SSPA0>;
 				power-domains = <&soc_clocks MMP2_POWER_DOMAIN_AUDIO>;
 				#sound-dai-cells = <0>;
 				status = "disabled";
@@ -256,7 +257,7 @@ sspa1: audio-controller@d42a0d00 {
 				interrupts = <3>;
 				clock-names = "audio", "bitclk";
 				clocks = <&soc_clocks MMP2_CLK_AUDIO>,
-					 <&audio_clk 2>;
+					 <&audio_clk MMP2_CLK_AUDIO_SSPA1>;
 				power-domains = <&soc_clocks MMP2_POWER_DOMAIN_AUDIO>;
 				#sound-dai-cells = <0>;
 				status = "disabled";
-- 
2.29.2


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

* [PATCH 07/12] ARM: dts: mmp2: Use symbolic names for audio clocks
@ 2021-01-21  3:41   ` Lubomir Rintel
  0 siblings, 0 replies; 39+ messages in thread
From: Lubomir Rintel @ 2021-01-21  3:41 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson
  Cc: devicetree, linux-kernel, Lubomir Rintel, SoC Team, Rob Herring,
	linux-arm-kernel

These are slighly easier to read.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
---
 arch/arm/boot/dts/mmp2.dtsi | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/mmp2.dtsi b/arch/arm/boot/dts/mmp2.dtsi
index 445bdcd50b9ed..46984d4c5224f 100644
--- a/arch/arm/boot/dts/mmp2.dtsi
+++ b/arch/arm/boot/dts/mmp2.dtsi
@@ -6,6 +6,7 @@
 
 #include <dt-bindings/clock/marvell,mmp2.h>
 #include <dt-bindings/power/marvell,mmp2.h>
+#include <dt-bindings/clock/marvell,mmp2-audio.h>
 
 / {
 	#address-cells = <1>;
@@ -243,7 +244,7 @@ sspa0: audio-controller@d42a0c00 {
 				interrupts = <2>;
 				clock-names = "audio", "bitclk";
 				clocks = <&soc_clocks MMP2_CLK_AUDIO>,
-					 <&audio_clk 1>;
+					 <&audio_clk MMP2_CLK_AUDIO_SSPA0>;
 				power-domains = <&soc_clocks MMP2_POWER_DOMAIN_AUDIO>;
 				#sound-dai-cells = <0>;
 				status = "disabled";
@@ -256,7 +257,7 @@ sspa1: audio-controller@d42a0d00 {
 				interrupts = <3>;
 				clock-names = "audio", "bitclk";
 				clocks = <&soc_clocks MMP2_CLK_AUDIO>,
-					 <&audio_clk 2>;
+					 <&audio_clk MMP2_CLK_AUDIO_SSPA1>;
 				power-domains = <&soc_clocks MMP2_POWER_DOMAIN_AUDIO>;
 				#sound-dai-cells = <0>;
 				status = "disabled";
-- 
2.29.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH 08/12] ARM: dts: mmp2-olpc-xo-1-75: Use symbolic names for audio clocks
@ 2021-01-21  3:41   ` Lubomir Rintel
  0 siblings, 0 replies; 39+ messages in thread
From: Lubomir Rintel @ 2021-01-21  3:41 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson
  Cc: Rob Herring, SoC Team, linux-arm-kernel, devicetree,
	linux-kernel, Lubomir Rintel

These are slighly easier to read.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
---
 arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts b/arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts
index 0f8b5ad48deed..55ea87870af3e 100644
--- a/arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts
+++ b/arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts
@@ -2,7 +2,7 @@
 /*
  * OLPC XO 1.75 Laptop.
  *
- * Copyright (C) 2018,2019 Lubomir Rintel <lkundrak@v3.sk>
+ * Copyright (C) 2018,2019,2020 Lubomir Rintel <lkundrak@v3.sk>
  */
 
 /dts-v1/;
@@ -10,6 +10,7 @@
 #include <dt-bindings/gpio/gpio.h>
 #include <dt-bindings/input/linux-event-codes.h>
 #include <dt-bindings/interrupt-controller/irq.h>
+#include <dt-bindings/clock/marvell,mmp2-audio.h>
 
 / {
 	model = "OLPC XO-1.75";
@@ -194,7 +195,7 @@ audio-codec@1a {
 		port {
 			rt5631_0: endpoint {
 				mclk-fs = <256>;
-				clocks = <&audio_clk 0>;
+				clocks = <&audio_clk MMP2_CLK_AUDIO_SYSCLK>;
 				remote-endpoint = <&sspa0_0>;
 			};
 		};
-- 
2.29.2


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

* [PATCH 08/12] ARM: dts: mmp2-olpc-xo-1-75: Use symbolic names for audio clocks
@ 2021-01-21  3:41   ` Lubomir Rintel
  0 siblings, 0 replies; 39+ messages in thread
From: Lubomir Rintel @ 2021-01-21  3:41 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson
  Cc: devicetree, linux-kernel, Lubomir Rintel, SoC Team, Rob Herring,
	linux-arm-kernel

These are slighly easier to read.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
---
 arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts b/arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts
index 0f8b5ad48deed..55ea87870af3e 100644
--- a/arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts
+++ b/arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts
@@ -2,7 +2,7 @@
 /*
  * OLPC XO 1.75 Laptop.
  *
- * Copyright (C) 2018,2019 Lubomir Rintel <lkundrak@v3.sk>
+ * Copyright (C) 2018,2019,2020 Lubomir Rintel <lkundrak@v3.sk>
  */
 
 /dts-v1/;
@@ -10,6 +10,7 @@
 #include <dt-bindings/gpio/gpio.h>
 #include <dt-bindings/input/linux-event-codes.h>
 #include <dt-bindings/interrupt-controller/irq.h>
+#include <dt-bindings/clock/marvell,mmp2-audio.h>
 
 / {
 	model = "OLPC XO-1.75";
@@ -194,7 +195,7 @@ audio-codec@1a {
 		port {
 			rt5631_0: endpoint {
 				mclk-fs = <256>;
-				clocks = <&audio_clk 0>;
+				clocks = <&audio_clk MMP2_CLK_AUDIO_SYSCLK>;
 				remote-endpoint = <&sspa0_0>;
 			};
 		};
-- 
2.29.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH 09/12] ARM: dts: mmp3-dell-ariel: Add the embedded controller
@ 2021-01-21  3:41   ` Lubomir Rintel
  0 siblings, 0 replies; 39+ messages in thread
From: Lubomir Rintel @ 2021-01-21  3:41 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson
  Cc: Rob Herring, SoC Team, linux-arm-kernel, devicetree,
	linux-kernel, Lubomir Rintel

Add the device node for the computer's embedded controller, responsible
for controlling the LEDs and system power.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
---
 arch/arm/boot/dts/mmp3-dell-ariel.dts | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/arch/arm/boot/dts/mmp3-dell-ariel.dts b/arch/arm/boot/dts/mmp3-dell-ariel.dts
index 53714cb0d171e..565cd0fadf3d3 100644
--- a/arch/arm/boot/dts/mmp3-dell-ariel.dts
+++ b/arch/arm/boot/dts/mmp3-dell-ariel.dts
@@ -95,6 +95,15 @@ &twsi3 {
 
 &twsi4 {
 	status = "okay";
+
+	embedded-controller@58 {
+		compatible = "dell,wyse-ariel-ec", "ene,kb3930";
+		reg = <0x58>;
+		system-power-controller;
+
+		off-gpios = <&gpio 126 GPIO_ACTIVE_HIGH>,
+			    <&gpio 127 GPIO_ACTIVE_HIGH>;
+	};
 };
 
 &ssp1 {
-- 
2.29.2


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

* [PATCH 09/12] ARM: dts: mmp3-dell-ariel: Add the embedded controller
@ 2021-01-21  3:41   ` Lubomir Rintel
  0 siblings, 0 replies; 39+ messages in thread
From: Lubomir Rintel @ 2021-01-21  3:41 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson
  Cc: devicetree, linux-kernel, Lubomir Rintel, SoC Team, Rob Herring,
	linux-arm-kernel

Add the device node for the computer's embedded controller, responsible
for controlling the LEDs and system power.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
---
 arch/arm/boot/dts/mmp3-dell-ariel.dts | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/arch/arm/boot/dts/mmp3-dell-ariel.dts b/arch/arm/boot/dts/mmp3-dell-ariel.dts
index 53714cb0d171e..565cd0fadf3d3 100644
--- a/arch/arm/boot/dts/mmp3-dell-ariel.dts
+++ b/arch/arm/boot/dts/mmp3-dell-ariel.dts
@@ -95,6 +95,15 @@ &twsi3 {
 
 &twsi4 {
 	status = "okay";
+
+	embedded-controller@58 {
+		compatible = "dell,wyse-ariel-ec", "ene,kb3930";
+		reg = <0x58>;
+		system-power-controller;
+
+		off-gpios = <&gpio 126 GPIO_ACTIVE_HIGH>,
+			    <&gpio 127 GPIO_ACTIVE_HIGH>;
+	};
 };
 
 &ssp1 {
-- 
2.29.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH 10/12] ARM: dts: mmp3-dell-ariel: Add the power button node
@ 2021-01-21  3:41   ` Lubomir Rintel
  0 siblings, 0 replies; 39+ messages in thread
From: Lubomir Rintel @ 2021-01-21  3:41 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson
  Cc: Rob Herring, SoC Team, linux-arm-kernel, devicetree,
	linux-kernel, Lubomir Rintel

This adds support for the power button attached to the Embedded Controller
on a Dell Wyse 3020 "Ariel" board.

However, while the EC itself is controlled via I2C, the input capability
for the power button acts as a separate device attached to the SPI, hence
it has a separate device node.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
---
 arch/arm/boot/dts/mmp3-dell-ariel.dts | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/mmp3-dell-ariel.dts b/arch/arm/boot/dts/mmp3-dell-ariel.dts
index 565cd0fadf3d3..c4a6bd876d849 100644
--- a/arch/arm/boot/dts/mmp3-dell-ariel.dts
+++ b/arch/arm/boot/dts/mmp3-dell-ariel.dts
@@ -119,8 +119,16 @@ firmware-flash@0 {
 };
 
 &ssp2 {
-	cs-gpios = <&gpio 56 GPIO_ACTIVE_LOW>;
 	status = "okay";
+	cs-gpios = <&gpio 56 GPIO_ACTIVE_LOW>;
+
+	power-button@0 {
+		reg = <0>;
+		interrupt-parent = <&gpio>;
+		interrupts = <60 IRQ_TYPE_EDGE_RISING>;
+		compatible = "dell,wyse-ariel-ec-input", "ene,kb3930-input";
+		spi-max-frequency = <33000000>;
+	};
 };
 
 &gpu_2d {
-- 
2.29.2


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

* [PATCH 10/12] ARM: dts: mmp3-dell-ariel: Add the power button node
@ 2021-01-21  3:41   ` Lubomir Rintel
  0 siblings, 0 replies; 39+ messages in thread
From: Lubomir Rintel @ 2021-01-21  3:41 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson
  Cc: devicetree, linux-kernel, Lubomir Rintel, SoC Team, Rob Herring,
	linux-arm-kernel

This adds support for the power button attached to the Embedded Controller
on a Dell Wyse 3020 "Ariel" board.

However, while the EC itself is controlled via I2C, the input capability
for the power button acts as a separate device attached to the SPI, hence
it has a separate device node.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
---
 arch/arm/boot/dts/mmp3-dell-ariel.dts | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/mmp3-dell-ariel.dts b/arch/arm/boot/dts/mmp3-dell-ariel.dts
index 565cd0fadf3d3..c4a6bd876d849 100644
--- a/arch/arm/boot/dts/mmp3-dell-ariel.dts
+++ b/arch/arm/boot/dts/mmp3-dell-ariel.dts
@@ -119,8 +119,16 @@ firmware-flash@0 {
 };
 
 &ssp2 {
-	cs-gpios = <&gpio 56 GPIO_ACTIVE_LOW>;
 	status = "okay";
+	cs-gpios = <&gpio 56 GPIO_ACTIVE_LOW>;
+
+	power-button@0 {
+		reg = <0>;
+		interrupt-parent = <&gpio>;
+		interrupts = <60 IRQ_TYPE_EDGE_RISING>;
+		compatible = "dell,wyse-ariel-ec-input", "ene,kb3930-input";
+		spi-max-frequency = <33000000>;
+	};
 };
 
 &gpu_2d {
-- 
2.29.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH 11/12] ARM: dts: mmp3-dell-ariel: Replace SSP2 with spi-gpio
@ 2021-01-21  3:41   ` Lubomir Rintel
  0 siblings, 0 replies; 39+ messages in thread
From: Lubomir Rintel @ 2021-01-21  3:41 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson
  Cc: Rob Herring, SoC Team, linux-arm-kernel, devicetree,
	linux-kernel, Lubomir Rintel

The firmware leaves the pins in GPIO mode. Until we have a proper pinmux
driver hooked on we just need to bitbang SPI. No big deal, this is just
used for the power button and performance is not important.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
---
 arch/arm/boot/dts/mmp3-dell-ariel.dts | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/mmp3-dell-ariel.dts b/arch/arm/boot/dts/mmp3-dell-ariel.dts
index c4a6bd876d849..fe6df364a9eb6 100644
--- a/arch/arm/boot/dts/mmp3-dell-ariel.dts
+++ b/arch/arm/boot/dts/mmp3-dell-ariel.dts
@@ -30,6 +30,17 @@ memory@0 {
 		reg = <0x0 0x80000000>;
 		device_type = "memory";
 	};
+
+	ec_input_spi: spi {
+		compatible = "spi-gpio";
+		#address-cells = <1>;
+		#size-cells = <0>;
+
+		num-chipselects = <0>;
+		sck-gpios = <&gpio 55 GPIO_ACTIVE_HIGH>;
+		miso-gpios = <&gpio 57 GPIO_ACTIVE_HIGH>;
+		mosi-gpios = <&gpio 58 GPIO_ACTIVE_HIGH>;
+	};
 };
 
 &uart3 {
@@ -118,7 +129,7 @@ firmware-flash@0 {
 	};
 };
 
-&ssp2 {
+&ec_input_spi {
 	status = "okay";
 	cs-gpios = <&gpio 56 GPIO_ACTIVE_LOW>;
 
-- 
2.29.2


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

* [PATCH 11/12] ARM: dts: mmp3-dell-ariel: Replace SSP2 with spi-gpio
@ 2021-01-21  3:41   ` Lubomir Rintel
  0 siblings, 0 replies; 39+ messages in thread
From: Lubomir Rintel @ 2021-01-21  3:41 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson
  Cc: devicetree, linux-kernel, Lubomir Rintel, SoC Team, Rob Herring,
	linux-arm-kernel

The firmware leaves the pins in GPIO mode. Until we have a proper pinmux
driver hooked on we just need to bitbang SPI. No big deal, this is just
used for the power button and performance is not important.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
---
 arch/arm/boot/dts/mmp3-dell-ariel.dts | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/mmp3-dell-ariel.dts b/arch/arm/boot/dts/mmp3-dell-ariel.dts
index c4a6bd876d849..fe6df364a9eb6 100644
--- a/arch/arm/boot/dts/mmp3-dell-ariel.dts
+++ b/arch/arm/boot/dts/mmp3-dell-ariel.dts
@@ -30,6 +30,17 @@ memory@0 {
 		reg = <0x0 0x80000000>;
 		device_type = "memory";
 	};
+
+	ec_input_spi: spi {
+		compatible = "spi-gpio";
+		#address-cells = <1>;
+		#size-cells = <0>;
+
+		num-chipselects = <0>;
+		sck-gpios = <&gpio 55 GPIO_ACTIVE_HIGH>;
+		miso-gpios = <&gpio 57 GPIO_ACTIVE_HIGH>;
+		mosi-gpios = <&gpio 58 GPIO_ACTIVE_HIGH>;
+	};
 };
 
 &uart3 {
@@ -118,7 +129,7 @@ firmware-flash@0 {
 	};
 };
 
-&ssp2 {
+&ec_input_spi {
 	status = "okay";
 	cs-gpios = <&gpio 56 GPIO_ACTIVE_LOW>;
 
-- 
2.29.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH 12/12] ARM: dts: mmp3: Fix the CCIC interrupts
@ 2021-01-21  3:41   ` Lubomir Rintel
  0 siblings, 0 replies; 39+ messages in thread
From: Lubomir Rintel @ 2021-01-21  3:41 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson
  Cc: Rob Herring, SoC Team, linux-arm-kernel, devicetree,
	linux-kernel, Lubomir Rintel

A copy & paste oversight from MMP2; camera interrupts are handled
via a multiplexer on MMP3.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
---
 arch/arm/boot/dts/mmp3.dtsi | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/mmp3.dtsi b/arch/arm/boot/dts/mmp3.dtsi
index 9f2b059f0900b..a4fb9203ec1fb 100644
--- a/arch/arm/boot/dts/mmp3.dtsi
+++ b/arch/arm/boot/dts/mmp3.dtsi
@@ -293,7 +293,8 @@ mmc5: mmc@d4217000 {
 			camera0: camera@d420a000 {
 				compatible = "marvell,mmp2-ccic";
 				reg = <0xd420a000 0x800>;
-				interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
+				interrupts = <1>;
+				interrupt-parent = <&ci_mux>;
 				clocks = <&soc_clocks MMP2_CLK_CCIC0>;
 				clock-names = "axi";
 				power-domains = <&soc_clocks MMP3_POWER_DOMAIN_CAMERA>;
@@ -305,7 +306,8 @@ camera0: camera@d420a000 {
 			camera1: camera@d420a800 {
 				compatible = "marvell,mmp2-ccic";
 				reg = <0xd420a800 0x800>;
-				interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
+				interrupts = <2>;
+				interrupt-parent = <&ci_mux>;
 				clocks = <&soc_clocks MMP2_CLK_CCIC1>;
 				clock-names = "axi";
 				power-domains = <&soc_clocks MMP3_POWER_DOMAIN_CAMERA>;
-- 
2.29.2


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

* [PATCH 12/12] ARM: dts: mmp3: Fix the CCIC interrupts
@ 2021-01-21  3:41   ` Lubomir Rintel
  0 siblings, 0 replies; 39+ messages in thread
From: Lubomir Rintel @ 2021-01-21  3:41 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson
  Cc: devicetree, linux-kernel, Lubomir Rintel, SoC Team, Rob Herring,
	linux-arm-kernel

A copy & paste oversight from MMP2; camera interrupts are handled
via a multiplexer on MMP3.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
---
 arch/arm/boot/dts/mmp3.dtsi | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/mmp3.dtsi b/arch/arm/boot/dts/mmp3.dtsi
index 9f2b059f0900b..a4fb9203ec1fb 100644
--- a/arch/arm/boot/dts/mmp3.dtsi
+++ b/arch/arm/boot/dts/mmp3.dtsi
@@ -293,7 +293,8 @@ mmc5: mmc@d4217000 {
 			camera0: camera@d420a000 {
 				compatible = "marvell,mmp2-ccic";
 				reg = <0xd420a000 0x800>;
-				interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
+				interrupts = <1>;
+				interrupt-parent = <&ci_mux>;
 				clocks = <&soc_clocks MMP2_CLK_CCIC0>;
 				clock-names = "axi";
 				power-domains = <&soc_clocks MMP3_POWER_DOMAIN_CAMERA>;
@@ -305,7 +306,8 @@ camera0: camera@d420a000 {
 			camera1: camera@d420a800 {
 				compatible = "marvell,mmp2-ccic";
 				reg = <0xd420a800 0x800>;
-				interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
+				interrupts = <2>;
+				interrupt-parent = <&ci_mux>;
 				clocks = <&soc_clocks MMP2_CLK_CCIC1>;
 				clock-names = "axi";
 				power-domains = <&soc_clocks MMP3_POWER_DOMAIN_CAMERA>;
-- 
2.29.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: ARM: dts: mmp devicetree updates
@ 2021-01-22 14:09   ` Arnd Bergmann
  0 siblings, 0 replies; 39+ messages in thread
From: Arnd Bergmann @ 2021-01-22 14:09 UTC (permalink / raw)
  To: Lubomir Rintel
  Cc: Arnd Bergmann, Olof Johansson, Rob Herring, SoC Team, Linux ARM,
	DTML, linux-kernel

On Thu, Jan 21, 2021 at 4:41 AM Lubomir Rintel <lkundrak@v3.sk> wrote:
>
> Hi,
>
> chained to this message is a handful of patches related to MMP device
> trees and bindings. Please take a look and consider queueing them for
> for 5.12.

These all look good to me, but I notice that a lot of them seem to be
bugfixes, so please have another look and decide if any of them should
go into v5.11 and perhaps backported to stable kernels as well.

       Arnd

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

* Re: ARM: dts: mmp devicetree updates
@ 2021-01-22 14:09   ` Arnd Bergmann
  0 siblings, 0 replies; 39+ messages in thread
From: Arnd Bergmann @ 2021-01-22 14:09 UTC (permalink / raw)
  To: Lubomir Rintel
  Cc: DTML, Arnd Bergmann, linux-kernel, SoC Team, Rob Herring,
	Olof Johansson, Linux ARM

On Thu, Jan 21, 2021 at 4:41 AM Lubomir Rintel <lkundrak@v3.sk> wrote:
>
> Hi,
>
> chained to this message is a handful of patches related to MMP device
> trees and bindings. Please take a look and consider queueing them for
> for 5.12.

These all look good to me, but I notice that a lot of them seem to be
bugfixes, so please have another look and decide if any of them should
go into v5.11 and perhaps backported to stable kernels as well.

       Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: ARM: dts: mmp devicetree updates
@ 2021-01-29 22:12     ` Lubomir Rintel
  0 siblings, 0 replies; 39+ messages in thread
From: Lubomir Rintel @ 2021-01-29 22:12 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: Arnd Bergmann, Olof Johansson, Rob Herring, SoC Team, Linux ARM,
	DTML, linux-kernel

On Fri, Jan 22, 2021 at 03:09:14PM +0100, Arnd Bergmann wrote:
> On Thu, Jan 21, 2021 at 4:41 AM Lubomir Rintel <lkundrak@v3.sk> wrote:
> >
> > Hi,
> >
> > chained to this message is a handful of patches related to MMP device
> > trees and bindings. Please take a look and consider queueing them for
> > for 5.12.
> 
> These all look good to me, but I notice that a lot of them seem to be
> bugfixes, so please have another look and decide if any of them should
> go into v5.11 and perhaps backported to stable kernels as well.

I'm not sure any of these are worth backporting to stable. I believe
actually only these two are bugfixes:

  [PATCH 06/12] ARM: dts: mmp3: Extend the MPMU reg range
  [PATCH 12/12] ARM: dts: mmp3: Fix the CCIC interrupts

The first one only affects the audio, but the MMP I2S driver doesn't
work on MMP3 yet. The second one affects the camera, but the only board
DTS shipped at this point doesn't have one. Therefore both are somewhat
inconequential for older kernels.

> 
>        Arnd

Thanks
Lubo

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

* Re: ARM: dts: mmp devicetree updates
@ 2021-01-29 22:12     ` Lubomir Rintel
  0 siblings, 0 replies; 39+ messages in thread
From: Lubomir Rintel @ 2021-01-29 22:12 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: DTML, Arnd Bergmann, linux-kernel, SoC Team, Rob Herring,
	Olof Johansson, Linux ARM

On Fri, Jan 22, 2021 at 03:09:14PM +0100, Arnd Bergmann wrote:
> On Thu, Jan 21, 2021 at 4:41 AM Lubomir Rintel <lkundrak@v3.sk> wrote:
> >
> > Hi,
> >
> > chained to this message is a handful of patches related to MMP device
> > trees and bindings. Please take a look and consider queueing them for
> > for 5.12.
> 
> These all look good to me, but I notice that a lot of them seem to be
> bugfixes, so please have another look and decide if any of them should
> go into v5.11 and perhaps backported to stable kernels as well.

I'm not sure any of these are worth backporting to stable. I believe
actually only these two are bugfixes:

  [PATCH 06/12] ARM: dts: mmp3: Extend the MPMU reg range
  [PATCH 12/12] ARM: dts: mmp3: Fix the CCIC interrupts

The first one only affects the audio, but the MMP I2S driver doesn't
work on MMP3 yet. The second one affects the camera, but the only board
DTS shipped at this point doesn't have one. Therefore both are somewhat
inconequential for older kernels.

> 
>        Arnd

Thanks
Lubo

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: ARM: dts: mmp devicetree updates
@ 2021-02-02 16:41     ` Arnd Bergmann
  0 siblings, 0 replies; 39+ messages in thread
From: Arnd Bergmann @ 2021-02-02 16:41 UTC (permalink / raw)
  To: Lubomir Rintel
  Cc: Arnd Bergmann, Olof Johansson, Rob Herring, SoC Team, Linux ARM,
	DTML, linux-kernel

On Fri, Jan 22, 2021 at 3:09 PM Arnd Bergmann <arnd@kernel.org> wrote:
> On Thu, Jan 21, 2021 at 4:41 AM Lubomir Rintel <lkundrak@v3.sk> wrote:
> >
> > chained to this message is a handful of patches related to MMP device
> > trees and bindings. Please take a look and consider queueing them for
> > for 5.12.
>
> These all look good to me, but I notice that a lot of them seem to be
> bugfixes, so please have another look and decide if any of them should
> go into v5.11 and perhaps backported to stable kernels as well.

Hi Lubomir,

not sure if you missed my earlier mail. To clarify, I have not applied
any of the patches so far. Can you recheck if some of them should be
part of the v5.11 release so I know which tree to apply them to?

       Arnd

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

* Re: ARM: dts: mmp devicetree updates
@ 2021-02-02 16:41     ` Arnd Bergmann
  0 siblings, 0 replies; 39+ messages in thread
From: Arnd Bergmann @ 2021-02-02 16:41 UTC (permalink / raw)
  To: Lubomir Rintel
  Cc: DTML, Arnd Bergmann, linux-kernel, SoC Team, Rob Herring,
	Olof Johansson, Linux ARM

On Fri, Jan 22, 2021 at 3:09 PM Arnd Bergmann <arnd@kernel.org> wrote:
> On Thu, Jan 21, 2021 at 4:41 AM Lubomir Rintel <lkundrak@v3.sk> wrote:
> >
> > chained to this message is a handful of patches related to MMP device
> > trees and bindings. Please take a look and consider queueing them for
> > for 5.12.
>
> These all look good to me, but I notice that a lot of them seem to be
> bugfixes, so please have another look and decide if any of them should
> go into v5.11 and perhaps backported to stable kernels as well.

Hi Lubomir,

not sure if you missed my earlier mail. To clarify, I have not applied
any of the patches so far. Can you recheck if some of them should be
part of the v5.11 release so I know which tree to apply them to?

       Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: ARM: dts: mmp devicetree updates
@ 2021-02-02 17:13       ` Arnd Bergmann
  0 siblings, 0 replies; 39+ messages in thread
From: Arnd Bergmann @ 2021-02-02 17:13 UTC (permalink / raw)
  To: Lubomir Rintel
  Cc: Arnd Bergmann, Olof Johansson, Rob Herring, SoC Team, Linux ARM,
	DTML, linux-kernel

On Tue, Feb 2, 2021 at 5:41 PM Arnd Bergmann <arnd@kernel.org> wrote:
>
> On Fri, Jan 22, 2021 at 3:09 PM Arnd Bergmann <arnd@kernel.org> wrote:
> > On Thu, Jan 21, 2021 at 4:41 AM Lubomir Rintel <lkundrak@v3.sk> wrote:
> > >
> > > chained to this message is a handful of patches related to MMP device
> > > trees and bindings. Please take a look and consider queueing them for
> > > for 5.12.
> >
> > These all look good to me, but I notice that a lot of them seem to be
> > bugfixes, so please have another look and decide if any of them should
> > go into v5.11 and perhaps backported to stable kernels as well.
>
> Hi Lubomir,
>
> not sure if you missed my earlier mail. To clarify, I have not applied
> any of the patches so far. Can you recheck if some of them should be
> part of the v5.11 release so I know which tree to apply them to?

Nevermind, I just found your earlier reply in my spam folder. Applying
the patches now.

         Arnd

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

* Re: ARM: dts: mmp devicetree updates
@ 2021-02-02 17:13       ` Arnd Bergmann
  0 siblings, 0 replies; 39+ messages in thread
From: Arnd Bergmann @ 2021-02-02 17:13 UTC (permalink / raw)
  To: Lubomir Rintel
  Cc: DTML, Arnd Bergmann, linux-kernel, SoC Team, Rob Herring,
	Olof Johansson, Linux ARM

On Tue, Feb 2, 2021 at 5:41 PM Arnd Bergmann <arnd@kernel.org> wrote:
>
> On Fri, Jan 22, 2021 at 3:09 PM Arnd Bergmann <arnd@kernel.org> wrote:
> > On Thu, Jan 21, 2021 at 4:41 AM Lubomir Rintel <lkundrak@v3.sk> wrote:
> > >
> > > chained to this message is a handful of patches related to MMP device
> > > trees and bindings. Please take a look and consider queueing them for
> > > for 5.12.
> >
> > These all look good to me, but I notice that a lot of them seem to be
> > bugfixes, so please have another look and decide if any of them should
> > go into v5.11 and perhaps backported to stable kernels as well.
>
> Hi Lubomir,
>
> not sure if you missed my earlier mail. To clarify, I have not applied
> any of the patches so far. Can you recheck if some of them should be
> part of the v5.11 release so I know which tree to apply them to?

Nevermind, I just found your earlier reply in my spam folder. Applying
the patches now.

         Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH 01/12] dt-bindings: gpio: mrvl-gpio: Fix the gpio-ranges property
  2021-01-21  3:41   ` Lubomir Rintel
  (?)
@ 2021-02-02 17:20   ` patchwork-bot+linux-soc
  -1 siblings, 0 replies; 39+ messages in thread
From: patchwork-bot+linux-soc @ 2021-02-02 17:20 UTC (permalink / raw)
  To: Lubomir Rintel; +Cc: soc

Hello:

This series was applied to soc/soc.git (refs/heads/for-next):

On Thu, 21 Jan 2021 04:41:19 +0100 you wrote:
> The property specifies a list of GPIO-capable pins. Don't limit it to a
> single element as there's  presumably more than one GPIO pin.
> 
> Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
> ---
>  Documentation/devicetree/bindings/gpio/mrvl-gpio.yaml | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)

Here is the summary with links:
  - [01/12] dt-bindings: gpio: mrvl-gpio: Fix the gpio-ranges property
    https://git.kernel.org/soc/soc/c/1adacc491909
  - [02/12] media: dt-bindings: marvell,mmp2-ccic: Allow power-domains property
    https://git.kernel.org/soc/soc/c/fa432444095a
  - [03/12] ARM: dts: mmp2-olpc-xo-1-75: Fix memory node name
    https://git.kernel.org/soc/soc/c/7ca1ea0db2de
  - [04/12] ARM: dts: mmp2-olpc-xo-1-75: Drop linux,usable-memory from /memory
    https://git.kernel.org/soc/soc/c/ebfdb34c277d
  - [05/12] ARM: dts: mmp3-dell-ariel: Drop linux,usable-memory from /memory
    https://git.kernel.org/soc/soc/c/1130466a4101
  - [06/12] ARM: dts: mmp3: Extend the MPMU reg range
    https://git.kernel.org/soc/soc/c/5fb4df28da3b
  - [07/12] ARM: dts: mmp2: Use symbolic names for audio clocks
    https://git.kernel.org/soc/soc/c/d2192c0d3cfb
  - [08/12] ARM: dts: mmp2-olpc-xo-1-75: Use symbolic names for audio clocks
    https://git.kernel.org/soc/soc/c/a2decdbd7592
  - [09/12] ARM: dts: mmp3-dell-ariel: Add the embedded controller
    https://git.kernel.org/soc/soc/c/e691d58e3383
  - [10/12] ARM: dts: mmp3-dell-ariel: Add the power button node
    https://git.kernel.org/soc/soc/c/49061130eb1f
  - [11/12] ARM: dts: mmp3-dell-ariel: Replace SSP2 with spi-gpio
    https://git.kernel.org/soc/soc/c/0561cba77caf
  - [12/12] ARM: dts: mmp3: Fix the CCIC interrupts
    https://git.kernel.org/soc/soc/c/fff342100771

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

* Re: ARM: dts: mmp devicetree updates
@ 2021-02-02 19:01         ` Lubomir Rintel
  0 siblings, 0 replies; 39+ messages in thread
From: Lubomir Rintel @ 2021-02-02 19:01 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: Arnd Bergmann, Olof Johansson, Rob Herring, SoC Team, Linux ARM,
	DTML, linux-kernel

On Tue, Feb 02, 2021 at 06:13:18PM +0100, Arnd Bergmann wrote:
> On Tue, Feb 2, 2021 at 5:41 PM Arnd Bergmann <arnd@kernel.org> wrote:
> >
> > On Fri, Jan 22, 2021 at 3:09 PM Arnd Bergmann <arnd@kernel.org> wrote:
> > > On Thu, Jan 21, 2021 at 4:41 AM Lubomir Rintel <lkundrak@v3.sk> wrote:
> > > >
> > > > chained to this message is a handful of patches related to MMP device
> > > > trees and bindings. Please take a look and consider queueing them for
> > > > for 5.12.
> > >
> > > These all look good to me, but I notice that a lot of them seem to be
> > > bugfixes, so please have another look and decide if any of them should
> > > go into v5.11 and perhaps backported to stable kernels as well.
> >
> > Hi Lubomir,
> >
> > not sure if you missed my earlier mail. To clarify, I have not applied
> > any of the patches so far. Can you recheck if some of them should be
> > part of the v5.11 release so I know which tree to apply them to?
> 
> Nevermind, I just found your earlier reply in my spam folder. Applying
> the patches now.

Would you mind sharing why your spam filter decided to flag my message? (the
X-Spam* headers, if there's anything relevant there). I'm wondering if it's
possible other spam filters drop my messages for the same reason and if it's
something I could fix.

Thank you.

Lubo

> 
>          Arnd

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

* Re: ARM: dts: mmp devicetree updates
@ 2021-02-02 19:01         ` Lubomir Rintel
  0 siblings, 0 replies; 39+ messages in thread
From: Lubomir Rintel @ 2021-02-02 19:01 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: DTML, Arnd Bergmann, linux-kernel, SoC Team, Rob Herring,
	Olof Johansson, Linux ARM

On Tue, Feb 02, 2021 at 06:13:18PM +0100, Arnd Bergmann wrote:
> On Tue, Feb 2, 2021 at 5:41 PM Arnd Bergmann <arnd@kernel.org> wrote:
> >
> > On Fri, Jan 22, 2021 at 3:09 PM Arnd Bergmann <arnd@kernel.org> wrote:
> > > On Thu, Jan 21, 2021 at 4:41 AM Lubomir Rintel <lkundrak@v3.sk> wrote:
> > > >
> > > > chained to this message is a handful of patches related to MMP device
> > > > trees and bindings. Please take a look and consider queueing them for
> > > > for 5.12.
> > >
> > > These all look good to me, but I notice that a lot of them seem to be
> > > bugfixes, so please have another look and decide if any of them should
> > > go into v5.11 and perhaps backported to stable kernels as well.
> >
> > Hi Lubomir,
> >
> > not sure if you missed my earlier mail. To clarify, I have not applied
> > any of the patches so far. Can you recheck if some of them should be
> > part of the v5.11 release so I know which tree to apply them to?
> 
> Nevermind, I just found your earlier reply in my spam folder. Applying
> the patches now.

Would you mind sharing why your spam filter decided to flag my message? (the
X-Spam* headers, if there's anything relevant there). I'm wondering if it's
possible other spam filters drop my messages for the same reason and if it's
something I could fix.

Thank you.

Lubo

> 
>          Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: ARM: dts: mmp devicetree updates
@ 2021-02-02 19:26           ` Arnd Bergmann
  0 siblings, 0 replies; 39+ messages in thread
From: Arnd Bergmann @ 2021-02-02 19:26 UTC (permalink / raw)
  To: Lubomir Rintel
  Cc: Arnd Bergmann, Olof Johansson, Rob Herring, SoC Team, Linux ARM,
	DTML, linux-kernel

On Tue, Feb 2, 2021 at 8:01 PM Lubomir Rintel <lkundrak@v3.sk> wrote:
>
> On Tue, Feb 02, 2021 at 06:13:18PM +0100, Arnd Bergmann wrote:
> > On Tue, Feb 2, 2021 at 5:41 PM Arnd Bergmann <arnd@kernel.org> wrote:
> > >
> > > On Fri, Jan 22, 2021 at 3:09 PM Arnd Bergmann <arnd@kernel.org> wrote:
> > > > On Thu, Jan 21, 2021 at 4:41 AM Lubomir Rintel <lkundrak@v3.sk> wrote:
> > > > >
> > > > > chained to this message is a handful of patches related to MMP device
> > > > > trees and bindings. Please take a look and consider queueing them for
> > > > > for 5.12.
> > > >
> > > > These all look good to me, but I notice that a lot of them seem to be
> > > > bugfixes, so please have another look and decide if any of them should
> > > > go into v5.11 and perhaps backported to stable kernels as well.
> > >
> > > Hi Lubomir,
> > >
> > > not sure if you missed my earlier mail. To clarify, I have not applied
> > > any of the patches so far. Can you recheck if some of them should be
> > > part of the v5.11 release so I know which tree to apply them to?
> >
> > Nevermind, I just found your earlier reply in my spam folder. Applying
> > the patches now.
>
> Would you mind sharing why your spam filter decided to flag my message? (the
> X-Spam* headers, if there's anything relevant there). I'm wondering if it's
> possible other spam filters drop my messages for the same reason and if it's
> something I could fix.

Unfortunately, I don't see any relevant headers in there. It was gmail that
flagged it, and I marked it as "not spam" in there.

See below for the full headers:

Delivered-To: ...
Received: by 2002:a9d:620c:0:0:0:0:0 with SMTP id g12csp2295920otj;
        Fri, 29 Jan 2021 14:15:00 -0800 (PST)
X-Google-Smtp-Source:
ABdhPJzh9TqNk6chd2GuAc+VY/qSFLUcq1DVs2jFDmeV6JHdeXrU/LXSmWGGU24ph2aD1H9+30Qey6k4iLc=
X-Received: by 2002:aca:ad92:: with SMTP id w140mr3935107oie.128.1611958498462;
        Fri, 29 Jan 2021 14:14:58 -0800 (PST)
Authentication-Results: mx.google.com;
       spf=pass (google.com: domain of lkundrak@v3.sk designates
167.172.186.51 as permitted sender) smtp.mailfrom=lkundrak@v3.sk
Received-SPF: pass (google.com: domain of lkundrak@v3.sk designates
167.172.186.51 as permitted sender) client-ip=167.172.186.51;
Received: by 2002:a9d:628c:: with POP3 id x12mf3147715otk.2;
        Fri, 29 Jan 2021 14:14:57 -0800 (PST)
X-Gmail-Fetch-Info: arnd@arndb.de 3 pop.1und1.com 995 m38634048-1
Return-Path: <lkundrak@v3.sk>
Received: from shell.v3.sk ([167.172.186.51]) by mx.kundenserver.de
(mxeue112 [217.72.192.67]) with ESMTPS (Nemesis) id
1MEnZF-1lD5AP0cZf-00GEVg for <arnd@arndb.de>; Fri, 29 Jan 2021
23:12:10 +0100
Received: from localhost (localhost.localdomain [127.0.0.1]) by
zimbra.v3.sk (Postfix) with ESMTP id 6FADEE0B4F; Fri, 29 Jan 2021
22:08:03 +0000 (UTC)
Received: from shell.v3.sk ([127.0.0.1]) by localhost (zimbra.v3.sk
[127.0.0.1]) (amavisd-new, port 10032) with ESMTP id WVW95jXP8lLx;
Fri, 29 Jan 2021 22:08:02 +0000 (UTC)
Received: from localhost (localhost.localdomain [127.0.0.1]) by
zimbra.v3.sk (Postfix) with ESMTP id 90B8DE0B4C; Fri, 29 Jan 2021
22:08:02 +0000 (UTC)
X-Virus-Scanned: amavisd-new at zimbra.v3.sk
Received: from shell.v3.sk ([127.0.0.1]) by localhost (zimbra.v3.sk
[127.0.0.1]) (amavisd-new, port 10026) with ESMTP id SBoZVgSkdasp;
Fri, 29 Jan 2021 22:08:01 +0000 (UTC)
Received: from localhost (unknown [109.183.109.54]) by zimbra.v3.sk
(Postfix) with ESMTPSA id 3BAA3DF932; Fri, 29 Jan 2021 22:08:01 +0000
(UTC)
Date: Fri, 29 Jan 2021 23:12:07 +0100
From: Lubomir Rintel <lkundrak@v3.sk>
To: Arnd Bergmann <arnd@kernel.org>
Cc: Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>,
Rob Herring <robh+dt@kernel.org>, SoC Team <soc@kernel.org>, Linux ARM
<linux-arm-kernel@lists.infradead.org>, DTML
<devicetree@vger.kernel.org>, "linux-kernel@vger.kernel.org"
<linux-kernel@vger.kernel.org>
Subject: Re: ARM: dts: mmp devicetree updates
Message-ID: <20210129221207.GA77366@demiurge.local>
References: <20210121034130.1381872-1-lkundrak@v3.sk>
<CAK8P3a2DYX3c-AMX9URSyrcQckY2UaRRTmnOwe=4q3P4cJ-t5A@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <CAK8P3a2DYX3c-AMX9URSyrcQckY2UaRRTmnOwe=4q3P4cJ-t5A@mail.gmail.com>
Envelope-To: <arnd@arndb.de>
X-Spam-Flag: NO
X-UI-Filterresults:
notjunk:1;V03:K0:G4Tnf8n73JA=:Xs89A/ylYGzE26U+VVjQs7m3EY
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

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

* Re: ARM: dts: mmp devicetree updates
@ 2021-02-02 19:26           ` Arnd Bergmann
  0 siblings, 0 replies; 39+ messages in thread
From: Arnd Bergmann @ 2021-02-02 19:26 UTC (permalink / raw)
  To: Lubomir Rintel
  Cc: DTML, Arnd Bergmann, linux-kernel, SoC Team, Rob Herring,
	Olof Johansson, Linux ARM

On Tue, Feb 2, 2021 at 8:01 PM Lubomir Rintel <lkundrak@v3.sk> wrote:
>
> On Tue, Feb 02, 2021 at 06:13:18PM +0100, Arnd Bergmann wrote:
> > On Tue, Feb 2, 2021 at 5:41 PM Arnd Bergmann <arnd@kernel.org> wrote:
> > >
> > > On Fri, Jan 22, 2021 at 3:09 PM Arnd Bergmann <arnd@kernel.org> wrote:
> > > > On Thu, Jan 21, 2021 at 4:41 AM Lubomir Rintel <lkundrak@v3.sk> wrote:
> > > > >
> > > > > chained to this message is a handful of patches related to MMP device
> > > > > trees and bindings. Please take a look and consider queueing them for
> > > > > for 5.12.
> > > >
> > > > These all look good to me, but I notice that a lot of them seem to be
> > > > bugfixes, so please have another look and decide if any of them should
> > > > go into v5.11 and perhaps backported to stable kernels as well.
> > >
> > > Hi Lubomir,
> > >
> > > not sure if you missed my earlier mail. To clarify, I have not applied
> > > any of the patches so far. Can you recheck if some of them should be
> > > part of the v5.11 release so I know which tree to apply them to?
> >
> > Nevermind, I just found your earlier reply in my spam folder. Applying
> > the patches now.
>
> Would you mind sharing why your spam filter decided to flag my message? (the
> X-Spam* headers, if there's anything relevant there). I'm wondering if it's
> possible other spam filters drop my messages for the same reason and if it's
> something I could fix.

Unfortunately, I don't see any relevant headers in there. It was gmail that
flagged it, and I marked it as "not spam" in there.

See below for the full headers:

Delivered-To: ...
Received: by 2002:a9d:620c:0:0:0:0:0 with SMTP id g12csp2295920otj;
        Fri, 29 Jan 2021 14:15:00 -0800 (PST)
X-Google-Smtp-Source:
ABdhPJzh9TqNk6chd2GuAc+VY/qSFLUcq1DVs2jFDmeV6JHdeXrU/LXSmWGGU24ph2aD1H9+30Qey6k4iLc=
X-Received: by 2002:aca:ad92:: with SMTP id w140mr3935107oie.128.1611958498462;
        Fri, 29 Jan 2021 14:14:58 -0800 (PST)
Authentication-Results: mx.google.com;
       spf=pass (google.com: domain of lkundrak@v3.sk designates
167.172.186.51 as permitted sender) smtp.mailfrom=lkundrak@v3.sk
Received-SPF: pass (google.com: domain of lkundrak@v3.sk designates
167.172.186.51 as permitted sender) client-ip=167.172.186.51;
Received: by 2002:a9d:628c:: with POP3 id x12mf3147715otk.2;
        Fri, 29 Jan 2021 14:14:57 -0800 (PST)
X-Gmail-Fetch-Info: arnd@arndb.de 3 pop.1und1.com 995 m38634048-1
Return-Path: <lkundrak@v3.sk>
Received: from shell.v3.sk ([167.172.186.51]) by mx.kundenserver.de
(mxeue112 [217.72.192.67]) with ESMTPS (Nemesis) id
1MEnZF-1lD5AP0cZf-00GEVg for <arnd@arndb.de>; Fri, 29 Jan 2021
23:12:10 +0100
Received: from localhost (localhost.localdomain [127.0.0.1]) by
zimbra.v3.sk (Postfix) with ESMTP id 6FADEE0B4F; Fri, 29 Jan 2021
22:08:03 +0000 (UTC)
Received: from shell.v3.sk ([127.0.0.1]) by localhost (zimbra.v3.sk
[127.0.0.1]) (amavisd-new, port 10032) with ESMTP id WVW95jXP8lLx;
Fri, 29 Jan 2021 22:08:02 +0000 (UTC)
Received: from localhost (localhost.localdomain [127.0.0.1]) by
zimbra.v3.sk (Postfix) with ESMTP id 90B8DE0B4C; Fri, 29 Jan 2021
22:08:02 +0000 (UTC)
X-Virus-Scanned: amavisd-new at zimbra.v3.sk
Received: from shell.v3.sk ([127.0.0.1]) by localhost (zimbra.v3.sk
[127.0.0.1]) (amavisd-new, port 10026) with ESMTP id SBoZVgSkdasp;
Fri, 29 Jan 2021 22:08:01 +0000 (UTC)
Received: from localhost (unknown [109.183.109.54]) by zimbra.v3.sk
(Postfix) with ESMTPSA id 3BAA3DF932; Fri, 29 Jan 2021 22:08:01 +0000
(UTC)
Date: Fri, 29 Jan 2021 23:12:07 +0100
From: Lubomir Rintel <lkundrak@v3.sk>
To: Arnd Bergmann <arnd@kernel.org>
Cc: Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>,
Rob Herring <robh+dt@kernel.org>, SoC Team <soc@kernel.org>, Linux ARM
<linux-arm-kernel@lists.infradead.org>, DTML
<devicetree@vger.kernel.org>, "linux-kernel@vger.kernel.org"
<linux-kernel@vger.kernel.org>
Subject: Re: ARM: dts: mmp devicetree updates
Message-ID: <20210129221207.GA77366@demiurge.local>
References: <20210121034130.1381872-1-lkundrak@v3.sk>
<CAK8P3a2DYX3c-AMX9URSyrcQckY2UaRRTmnOwe=4q3P4cJ-t5A@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <CAK8P3a2DYX3c-AMX9URSyrcQckY2UaRRTmnOwe=4q3P4cJ-t5A@mail.gmail.com>
Envelope-To: <arnd@arndb.de>
X-Spam-Flag: NO
X-UI-Filterresults:
notjunk:1;V03:K0:G4Tnf8n73JA=:Xs89A/ylYGzE26U+VVjQs7m3EY
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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2021-02-02 19:28 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-21  3:41 ARM: dts: mmp devicetree updates Lubomir Rintel
2021-01-21  3:41 ` Lubomir Rintel
2021-01-21  3:41 ` [PATCH 01/12] dt-bindings: gpio: mrvl-gpio: Fix the gpio-ranges property Lubomir Rintel
2021-01-21  3:41   ` Lubomir Rintel
2021-02-02 17:20   ` patchwork-bot+linux-soc
2021-01-21  3:41 ` [PATCH 02/12] media: dt-bindings: marvell,mmp2-ccic: Allow power-domains property Lubomir Rintel
2021-01-21  3:41   ` [PATCH 02/12] media: dt-bindings: marvell, mmp2-ccic: " Lubomir Rintel
2021-01-21  3:41 ` [PATCH 03/12] ARM: dts: mmp2-olpc-xo-1-75: Fix memory node name Lubomir Rintel
2021-01-21  3:41   ` Lubomir Rintel
2021-01-21  3:41 ` [PATCH 04/12] ARM: dts: mmp2-olpc-xo-1-75: Drop linux,usable-memory from /memory Lubomir Rintel
2021-01-21  3:41   ` [PATCH 04/12] ARM: dts: mmp2-olpc-xo-1-75: Drop linux, usable-memory " Lubomir Rintel
2021-01-21  3:41 ` [PATCH 05/12] ARM: dts: mmp3-dell-ariel: Drop linux,usable-memory " Lubomir Rintel
2021-01-21  3:41   ` [PATCH 05/12] ARM: dts: mmp3-dell-ariel: Drop linux, usable-memory " Lubomir Rintel
2021-01-21  3:41 ` [PATCH 06/12] ARM: dts: mmp3: Extend the MPMU reg range Lubomir Rintel
2021-01-21  3:41   ` Lubomir Rintel
2021-01-21  3:41 ` [PATCH 07/12] ARM: dts: mmp2: Use symbolic names for audio clocks Lubomir Rintel
2021-01-21  3:41   ` Lubomir Rintel
2021-01-21  3:41 ` [PATCH 08/12] ARM: dts: mmp2-olpc-xo-1-75: " Lubomir Rintel
2021-01-21  3:41   ` Lubomir Rintel
2021-01-21  3:41 ` [PATCH 09/12] ARM: dts: mmp3-dell-ariel: Add the embedded controller Lubomir Rintel
2021-01-21  3:41   ` Lubomir Rintel
2021-01-21  3:41 ` [PATCH 10/12] ARM: dts: mmp3-dell-ariel: Add the power button node Lubomir Rintel
2021-01-21  3:41   ` Lubomir Rintel
2021-01-21  3:41 ` [PATCH 11/12] ARM: dts: mmp3-dell-ariel: Replace SSP2 with spi-gpio Lubomir Rintel
2021-01-21  3:41   ` Lubomir Rintel
2021-01-21  3:41 ` [PATCH 12/12] ARM: dts: mmp3: Fix the CCIC interrupts Lubomir Rintel
2021-01-21  3:41   ` Lubomir Rintel
2021-01-22 14:09 ` ARM: dts: mmp devicetree updates Arnd Bergmann
2021-01-22 14:09   ` Arnd Bergmann
2021-01-29 22:12   ` Lubomir Rintel
2021-01-29 22:12     ` Lubomir Rintel
2021-02-02 16:41   ` Arnd Bergmann
2021-02-02 16:41     ` Arnd Bergmann
2021-02-02 17:13     ` Arnd Bergmann
2021-02-02 17:13       ` Arnd Bergmann
2021-02-02 19:01       ` Lubomir Rintel
2021-02-02 19:01         ` Lubomir Rintel
2021-02-02 19:26         ` Arnd Bergmann
2021-02-02 19:26           ` Arnd Bergmann

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.