linux-samsung-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/8] ARM: dts: iextend leds on Exynos boards
@ 2022-06-20 17:57 Krzysztof Kozlowski
  2022-06-20 17:57 ` [PATCH v2 1/8] ARM: dts: exynos: add function to LED node in Origen 4210 Krzysztof Kozlowski
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Krzysztof Kozlowski @ 2022-06-20 17:57 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Alim Akhtar, devicetree,
	linux-arm-kernel, linux-samsung-soc, linux-kernel
  Cc: Krzysztof Kozlowski

Hi,

Changes since v1
================
1. Drop the label from several places, per discussions with Jacek on other
patchset.

Best regards,
Krzysztof

Krzysztof Kozlowski (8):
  ARM: dts: exynos: add function to LED node in Origen 4210
  ARM: dts: exynos: add function to LED nodes in Tiny4412
  ARM: dts: exynos: add function and color to LED nodes in Itop Elite
  ARM: dts: exynos: add function and color to LED node in Odroid U3
  ARM: dts: exynos: add function and color to LED nodes in Odroid X/X2
  ARM: dts: exynos: add function and color to LED node in Odroid HC1
  ARM: dts: exynos: add function and color to LED node in Odroid XU4
  ARM: dts: exynos: add function and color to LED nodes in Odroid XU/XU3

 arch/arm/boot/dts/exynos4210-origen.dts         | 2 ++
 arch/arm/boot/dts/exynos4412-itop-elite.dts     | 5 ++++-
 arch/arm/boot/dts/exynos4412-odroidu3.dts       | 4 +++-
 arch/arm/boot/dts/exynos4412-odroidx.dts        | 5 ++++-
 arch/arm/boot/dts/exynos4412-tiny4412.dts       | 3 +++
 arch/arm/boot/dts/exynos5422-odroidhc1.dts      | 4 +++-
 arch/arm/boot/dts/exynos5422-odroidxu4.dts      | 4 +++-
 arch/arm/boot/dts/exynos54xx-odroidxu-leds.dtsi | 8 +++++++-
 8 files changed, 29 insertions(+), 6 deletions(-)

-- 
2.34.1


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

* [PATCH v2 1/8] ARM: dts: exynos: add function to LED node in Origen 4210
  2022-06-20 17:57 [PATCH v2 0/8] ARM: dts: iextend leds on Exynos boards Krzysztof Kozlowski
@ 2022-06-20 17:57 ` Krzysztof Kozlowski
  2022-06-20 17:57 ` [PATCH v2 2/8] ARM: dts: exynos: add function to LED nodes in Tiny4412 Krzysztof Kozlowski
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Krzysztof Kozlowski @ 2022-06-20 17:57 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Alim Akhtar, devicetree,
	linux-arm-kernel, linux-samsung-soc, linux-kernel
  Cc: Krzysztof Kozlowski

Add common LED property - the function - to LED node in Origen 4210.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm/boot/dts/exynos4210-origen.dts | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/exynos4210-origen.dts b/arch/arm/boot/dts/exynos4210-origen.dts
index a08ce2f37ea2..82c4ebdf98ac 100644
--- a/arch/arm/boot/dts/exynos4210-origen.dts
+++ b/arch/arm/boot/dts/exynos4210-origen.dts
@@ -15,6 +15,7 @@
 #include "exynos4210.dtsi"
 #include <dt-bindings/gpio/gpio.h>
 #include <dt-bindings/input/input.h>
+#include <dt-bindings/leds/common.h>
 #include "exynos-mfc-reserved-memory.dtsi"
 
 / {
@@ -86,6 +87,7 @@ leds {
 		compatible = "gpio-leds";
 		status {
 			gpios = <&gpx1 3 GPIO_ACTIVE_LOW>;
+			function = LED_FUNCTION_HEARTBEAT;
 			linux,default-trigger = "heartbeat";
 		};
 	};
-- 
2.34.1


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

* [PATCH v2 2/8] ARM: dts: exynos: add function to LED nodes in Tiny4412
  2022-06-20 17:57 [PATCH v2 0/8] ARM: dts: iextend leds on Exynos boards Krzysztof Kozlowski
  2022-06-20 17:57 ` [PATCH v2 1/8] ARM: dts: exynos: add function to LED node in Origen 4210 Krzysztof Kozlowski
@ 2022-06-20 17:57 ` Krzysztof Kozlowski
  2022-06-20 17:57 ` [PATCH v2 3/8] ARM: dts: exynos: add function and color to LED nodes in Itop Elite Krzysztof Kozlowski
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Krzysztof Kozlowski @ 2022-06-20 17:57 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Alim Akhtar, devicetree,
	linux-arm-kernel, linux-samsung-soc, linux-kernel
  Cc: Krzysztof Kozlowski

Add common LED property - the function - to LED nodes in Tiny4412.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm/boot/dts/exynos4412-tiny4412.dts | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm/boot/dts/exynos4412-tiny4412.dts b/arch/arm/boot/dts/exynos4412-tiny4412.dts
index 017b26108bb0..04388c575efe 100644
--- a/arch/arm/boot/dts/exynos4412-tiny4412.dts
+++ b/arch/arm/boot/dts/exynos4412-tiny4412.dts
@@ -11,6 +11,7 @@
 /dts-v1/;
 #include "exynos4412.dtsi"
 #include <dt-bindings/gpio/gpio.h>
+#include <dt-bindings/leds/common.h>
 
 / {
 	model = "FriendlyARM TINY4412 board based on Exynos4412";
@@ -30,6 +31,7 @@ leds {
 
 		led1 {
 			label = "led1";
+			function = LED_FUNCTION_HEARTBEAT;
 			gpios = <&gpm4 0 GPIO_ACTIVE_LOW>;
 			default-state = "off";
 			linux,default-trigger = "heartbeat";
@@ -49,6 +51,7 @@ led3 {
 
 		led4 {
 			label = "led4";
+			function = LED_FUNCTION_DISK_ACTIVITY;
 			gpios = <&gpm4 3 GPIO_ACTIVE_LOW>;
 			default-state = "off";
 			linux,default-trigger = "mmc0";
-- 
2.34.1


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

* [PATCH v2 3/8] ARM: dts: exynos: add function and color to LED nodes in Itop Elite
  2022-06-20 17:57 [PATCH v2 0/8] ARM: dts: iextend leds on Exynos boards Krzysztof Kozlowski
  2022-06-20 17:57 ` [PATCH v2 1/8] ARM: dts: exynos: add function to LED node in Origen 4210 Krzysztof Kozlowski
  2022-06-20 17:57 ` [PATCH v2 2/8] ARM: dts: exynos: add function to LED nodes in Tiny4412 Krzysztof Kozlowski
@ 2022-06-20 17:57 ` Krzysztof Kozlowski
  2022-06-20 17:57 ` [PATCH v2 4/8] ARM: dts: exynos: add function and color to LED node in Odroid U3 Krzysztof Kozlowski
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Krzysztof Kozlowski @ 2022-06-20 17:57 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Alim Akhtar, devicetree,
	linux-arm-kernel, linux-samsung-soc, linux-kernel
  Cc: Krzysztof Kozlowski

Add common LED properties - the function and color - to LED nodes in
Exynos4412 Itop Elite, so we can drop in some places deprecated label
property.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm/boot/dts/exynos4412-itop-elite.dts | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/exynos4412-itop-elite.dts b/arch/arm/boot/dts/exynos4412-itop-elite.dts
index a9406280b979..ccba69dea750 100644
--- a/arch/arm/boot/dts/exynos4412-itop-elite.dts
+++ b/arch/arm/boot/dts/exynos4412-itop-elite.dts
@@ -11,6 +11,7 @@
  */
 
 /dts-v1/;
+#include <dt-bindings/leds/common.h>
 #include <dt-bindings/pwm/pwm.h>
 #include <dt-bindings/sound/samsung-i2s.h>
 #include "exynos4412-itop-scp-core.dtsi"
@@ -28,7 +29,8 @@ leds {
 		compatible = "gpio-leds";
 
 		led2 {
-			label = "red:system";
+			function = LED_FUNCTION_HEARTBEAT;
+			color = <LED_COLOR_ID_RED>;
 			gpios = <&gpx1 0 GPIO_ACTIVE_HIGH>;
 			default-state = "off";
 			linux,default-trigger = "heartbeat";
@@ -36,6 +38,7 @@ led2 {
 
 		led3 {
 			label = "red:user";
+			color = <LED_COLOR_ID_RED>;
 			gpios = <&gpk1 1 GPIO_ACTIVE_HIGH>;
 			default-state = "off";
 		};
-- 
2.34.1


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

* [PATCH v2 4/8] ARM: dts: exynos: add function and color to LED node in Odroid U3
  2022-06-20 17:57 [PATCH v2 0/8] ARM: dts: iextend leds on Exynos boards Krzysztof Kozlowski
                   ` (2 preceding siblings ...)
  2022-06-20 17:57 ` [PATCH v2 3/8] ARM: dts: exynos: add function and color to LED nodes in Itop Elite Krzysztof Kozlowski
@ 2022-06-20 17:57 ` Krzysztof Kozlowski
  2022-06-20 17:57 ` [PATCH v2 5/8] ARM: dts: exynos: add function and color to LED nodes in Odroid X/X2 Krzysztof Kozlowski
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Krzysztof Kozlowski @ 2022-06-20 17:57 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Alim Akhtar, devicetree,
	linux-arm-kernel, linux-samsung-soc, linux-kernel
  Cc: Krzysztof Kozlowski

Add common LED properties - the function and color - to LED node in
Exynos4412 Odroid U3, so we can drop deprecated label property.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm/boot/dts/exynos4412-odroidu3.dts | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/exynos4412-odroidu3.dts b/arch/arm/boot/dts/exynos4412-odroidu3.dts
index 36c369c42b77..a5ad88b897ff 100644
--- a/arch/arm/boot/dts/exynos4412-odroidu3.dts
+++ b/arch/arm/boot/dts/exynos4412-odroidu3.dts
@@ -9,6 +9,7 @@
  */
 
 /dts-v1/;
+#include <dt-bindings/leds/common.h>
 #include "exynos4412-odroid-common.dtsi"
 #include "exynos4412-prime.dtsi"
 
@@ -37,7 +38,8 @@ vbus_otg_reg: regulator-1 {
 	leds {
 		compatible = "gpio-leds";
 		led1 {
-			label = "led1:heart";
+			function = LED_FUNCTION_HEARTBEAT;
+			color = <LED_COLOR_ID_BLUE>;
 			gpios = <&gpc1 0 GPIO_ACTIVE_LOW>;
 			default-state = "on";
 			linux,default-trigger = "heartbeat";
-- 
2.34.1


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

* [PATCH v2 5/8] ARM: dts: exynos: add function and color to LED nodes in Odroid X/X2
  2022-06-20 17:57 [PATCH v2 0/8] ARM: dts: iextend leds on Exynos boards Krzysztof Kozlowski
                   ` (3 preceding siblings ...)
  2022-06-20 17:57 ` [PATCH v2 4/8] ARM: dts: exynos: add function and color to LED node in Odroid U3 Krzysztof Kozlowski
@ 2022-06-20 17:57 ` Krzysztof Kozlowski
  2022-06-20 17:57 ` [PATCH v2 6/8] ARM: dts: exynos: add function and color to LED node in Odroid HC1 Krzysztof Kozlowski
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Krzysztof Kozlowski @ 2022-06-20 17:57 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Alim Akhtar, devicetree,
	linux-arm-kernel, linux-samsung-soc, linux-kernel
  Cc: Krzysztof Kozlowski

Add common LED properties - the function and color - to LED nodes in
Exynos4412 Odroid X/X2, so we can drop in some places deprecated label
property.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm/boot/dts/exynos4412-odroidx.dts | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/exynos4412-odroidx.dts b/arch/arm/boot/dts/exynos4412-odroidx.dts
index 1f17cc30ed14..68d589e081bc 100644
--- a/arch/arm/boot/dts/exynos4412-odroidx.dts
+++ b/arch/arm/boot/dts/exynos4412-odroidx.dts
@@ -9,6 +9,7 @@
  */
 
 /dts-v1/;
+#include <dt-bindings/leds/common.h>
 #include "exynos4412-odroid-common.dtsi"
 
 / {
@@ -27,13 +28,15 @@ memory@40000000 {
 	leds {
 		compatible = "gpio-leds";
 		led1 {
-			label = "led1:heart";
+			function = LED_FUNCTION_HEARTBEAT;
+			color = <LED_COLOR_ID_BLUE>;
 			gpios = <&gpc1 0 GPIO_ACTIVE_LOW>;
 			default-state = "on";
 			linux,default-trigger = "heartbeat";
 		};
 		led2 {
 			label = "led2:mmc0";
+			function = LED_FUNCTION_DISK_ACTIVITY;
 			gpios = <&gpc1 2 GPIO_ACTIVE_LOW>;
 			default-state = "on";
 			linux,default-trigger = "mmc0";
-- 
2.34.1


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

* [PATCH v2 6/8] ARM: dts: exynos: add function and color to LED node in Odroid HC1
  2022-06-20 17:57 [PATCH v2 0/8] ARM: dts: iextend leds on Exynos boards Krzysztof Kozlowski
                   ` (4 preceding siblings ...)
  2022-06-20 17:57 ` [PATCH v2 5/8] ARM: dts: exynos: add function and color to LED nodes in Odroid X/X2 Krzysztof Kozlowski
@ 2022-06-20 17:57 ` Krzysztof Kozlowski
  2022-06-20 17:57 ` [PATCH v2 7/8] ARM: dts: exynos: add function and color to LED node in Odroid XU4 Krzysztof Kozlowski
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Krzysztof Kozlowski @ 2022-06-20 17:57 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Alim Akhtar, devicetree,
	linux-arm-kernel, linux-samsung-soc, linux-kernel
  Cc: Krzysztof Kozlowski

Add common LED properties - the function and color - to LED node in
Exynos5422 Odroid HC1, so we can drop deprecated label property.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm/boot/dts/exynos5422-odroidhc1.dts | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/exynos5422-odroidhc1.dts b/arch/arm/boot/dts/exynos5422-odroidhc1.dts
index d91f7fa2cf80..3de7019572a2 100644
--- a/arch/arm/boot/dts/exynos5422-odroidhc1.dts
+++ b/arch/arm/boot/dts/exynos5422-odroidhc1.dts
@@ -8,6 +8,7 @@
  */
 
 /dts-v1/;
+#include <dt-bindings/leds/common.h>
 #include "exynos5422-odroid-core.dtsi"
 
 / {
@@ -19,7 +20,8 @@ led-controller {
 		compatible = "pwm-leds";
 
 		led-1 {
-			label = "blue:heartbeat";
+			function = LED_FUNCTION_HEARTBEAT;
+			color = <LED_COLOR_ID_BLUE>;
 			pwms = <&pwm 2 2000000 0>;
 			pwm-names = "pwm2";
 			max-brightness = <255>;
-- 
2.34.1


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

* [PATCH v2 7/8] ARM: dts: exynos: add function and color to LED node in Odroid XU4
  2022-06-20 17:57 [PATCH v2 0/8] ARM: dts: iextend leds on Exynos boards Krzysztof Kozlowski
                   ` (5 preceding siblings ...)
  2022-06-20 17:57 ` [PATCH v2 6/8] ARM: dts: exynos: add function and color to LED node in Odroid HC1 Krzysztof Kozlowski
@ 2022-06-20 17:57 ` Krzysztof Kozlowski
  2022-06-20 17:57 ` [PATCH v2 8/8] ARM: dts: exynos: add function and color to LED nodes in Odroid XU/XU3 Krzysztof Kozlowski
  2022-06-22 11:58 ` [PATCH v2 0/8] ARM: dts: iextend leds on Exynos boards Krzysztof Kozlowski
  8 siblings, 0 replies; 10+ messages in thread
From: Krzysztof Kozlowski @ 2022-06-20 17:57 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Alim Akhtar, devicetree,
	linux-arm-kernel, linux-samsung-soc, linux-kernel
  Cc: Krzysztof Kozlowski

Add common LED properties - the function and color - to LED node in
Exynos5422 Odroid XU4, so we can drop deprecated label property.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm/boot/dts/exynos5422-odroidxu4.dts | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/exynos5422-odroidxu4.dts b/arch/arm/boot/dts/exynos5422-odroidxu4.dts
index 1c24f9b35973..f5fb617f46bd 100644
--- a/arch/arm/boot/dts/exynos5422-odroidxu4.dts
+++ b/arch/arm/boot/dts/exynos5422-odroidxu4.dts
@@ -9,6 +9,7 @@
  */
 
 /dts-v1/;
+#include <dt-bindings/leds/common.h>
 #include <dt-bindings/sound/samsung-i2s.h>
 #include "exynos5422-odroidxu3-common.dtsi"
 
@@ -21,7 +22,8 @@ led-controller {
 		compatible = "pwm-leds";
 
 		led-1 {
-			label = "blue:heartbeat";
+			function = LED_FUNCTION_HEARTBEAT;
+			color = <LED_COLOR_ID_BLUE>;
 			pwms = <&pwm 2 2000000 0>;
 			pwm-names = "pwm2";
 			max-brightness = <255>;
-- 
2.34.1


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

* [PATCH v2 8/8] ARM: dts: exynos: add function and color to LED nodes in Odroid XU/XU3
  2022-06-20 17:57 [PATCH v2 0/8] ARM: dts: iextend leds on Exynos boards Krzysztof Kozlowski
                   ` (6 preceding siblings ...)
  2022-06-20 17:57 ` [PATCH v2 7/8] ARM: dts: exynos: add function and color to LED node in Odroid XU4 Krzysztof Kozlowski
@ 2022-06-20 17:57 ` Krzysztof Kozlowski
  2022-06-22 11:58 ` [PATCH v2 0/8] ARM: dts: iextend leds on Exynos boards Krzysztof Kozlowski
  8 siblings, 0 replies; 10+ messages in thread
From: Krzysztof Kozlowski @ 2022-06-20 17:57 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Alim Akhtar, devicetree,
	linux-arm-kernel, linux-samsung-soc, linux-kernel
  Cc: Krzysztof Kozlowski

Add common LED properties - the function and color - to LED nodes in
Exynos5422 Odroid XU/XU3/XU3-Lite, so we can drop in some places
deprecated label property.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm/boot/dts/exynos54xx-odroidxu-leds.dtsi | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/exynos54xx-odroidxu-leds.dtsi b/arch/arm/boot/dts/exynos54xx-odroidxu-leds.dtsi
index 982752e1df24..8c0e1716c0b3 100644
--- a/arch/arm/boot/dts/exynos54xx-odroidxu-leds.dtsi
+++ b/arch/arm/boot/dts/exynos54xx-odroidxu-leds.dtsi
@@ -9,6 +9,7 @@
  */
 
 #include <dt-bindings/gpio/gpio.h>
+#include <dt-bindings/leds/common.h>
 
 / {
 	led-controller-1 {
@@ -16,6 +17,8 @@ led-controller-1 {
 
 		led-1 {
 			label = "green:mmc0";
+			function = LED_FUNCTION_DISK_ACTIVITY;
+			color = <LED_COLOR_ID_GREEN>;
 			pwms = <&pwm 1 2000000 0>;
 			pwm-names = "pwm1";
 			/*
@@ -27,7 +30,8 @@ led-1 {
 		};
 
 		led-2 {
-			label = "blue:heartbeat";
+			function = LED_FUNCTION_HEARTBEAT;
+			color = <LED_COLOR_ID_BLUE>;
 			pwms = <&pwm 2 2000000 0>;
 			pwm-names = "pwm2";
 			max-brightness = <255>;
@@ -40,6 +44,8 @@ led-controller-2 {
 
 		led-3 {
 			label = "red:microSD";
+			function = LED_FUNCTION_DISK_ACTIVITY;
+			color = <LED_COLOR_ID_RED>;
 			gpios = <&gpx2 3 GPIO_ACTIVE_HIGH>;
 			default-state = "off";
 			linux,default-trigger = "mmc1";
-- 
2.34.1


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

* Re: [PATCH v2 0/8] ARM: dts: iextend leds on Exynos boards
  2022-06-20 17:57 [PATCH v2 0/8] ARM: dts: iextend leds on Exynos boards Krzysztof Kozlowski
                   ` (7 preceding siblings ...)
  2022-06-20 17:57 ` [PATCH v2 8/8] ARM: dts: exynos: add function and color to LED nodes in Odroid XU/XU3 Krzysztof Kozlowski
@ 2022-06-22 11:58 ` Krzysztof Kozlowski
  8 siblings, 0 replies; 10+ messages in thread
From: Krzysztof Kozlowski @ 2022-06-22 11:58 UTC (permalink / raw)
  To: devicetree, krzysztof.kozlowski+dt, krzysztof.kozlowski,
	linux-kernel, linux-samsung-soc, robh+dt, linux-arm-kernel,
	alim.akhtar

On Mon, 20 Jun 2022 19:57:08 +0200, Krzysztof Kozlowski wrote:
> Changes since v1
> ================
> 1. Drop the label from several places, per discussions with Jacek on other
> patchset.
> 
> Best regards,
> Krzysztof
> 
> [...]

Applied, thanks!

[1/8] ARM: dts: exynos: add function to LED node in Origen 4210
      https://git.kernel.org/krzk/linux/c/f64bbfca314663886575b6fde16a5ba9afcda0fb
[2/8] ARM: dts: exynos: add function to LED nodes in Tiny4412
      https://git.kernel.org/krzk/linux/c/ff4275fa0737f2312880d6fb0a4f582a73342465
[3/8] ARM: dts: exynos: add function and color to LED nodes in Itop Elite
      https://git.kernel.org/krzk/linux/c/a149eb5f1b118afe27a5b08d71c0abd2572be0a0
[4/8] ARM: dts: exynos: add function and color to LED node in Odroid U3
      https://git.kernel.org/krzk/linux/c/3e8368fdcee3c9072a41946f4a92517b5bfacb03
[5/8] ARM: dts: exynos: add function and color to LED nodes in Odroid X/X2
      https://git.kernel.org/krzk/linux/c/bcad13fca717a56cddb334eb131edba92c6b5494
[6/8] ARM: dts: exynos: add function and color to LED node in Odroid HC1
      https://git.kernel.org/krzk/linux/c/f0945faa4a1a23d288ca8b92abab10d5145f33a1
[7/8] ARM: dts: exynos: add function and color to LED node in Odroid XU4
      https://git.kernel.org/krzk/linux/c/99f6b77f74c88ac1bc4c81e089dd0cbbf882aea6
[8/8] ARM: dts: exynos: add function and color to LED nodes in Odroid XU/XU3
      https://git.kernel.org/krzk/linux/c/82cd16902a51773cfc0ee05bbd1ab470db5181ab

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

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

end of thread, other threads:[~2022-06-22 11:58 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-20 17:57 [PATCH v2 0/8] ARM: dts: iextend leds on Exynos boards Krzysztof Kozlowski
2022-06-20 17:57 ` [PATCH v2 1/8] ARM: dts: exynos: add function to LED node in Origen 4210 Krzysztof Kozlowski
2022-06-20 17:57 ` [PATCH v2 2/8] ARM: dts: exynos: add function to LED nodes in Tiny4412 Krzysztof Kozlowski
2022-06-20 17:57 ` [PATCH v2 3/8] ARM: dts: exynos: add function and color to LED nodes in Itop Elite Krzysztof Kozlowski
2022-06-20 17:57 ` [PATCH v2 4/8] ARM: dts: exynos: add function and color to LED node in Odroid U3 Krzysztof Kozlowski
2022-06-20 17:57 ` [PATCH v2 5/8] ARM: dts: exynos: add function and color to LED nodes in Odroid X/X2 Krzysztof Kozlowski
2022-06-20 17:57 ` [PATCH v2 6/8] ARM: dts: exynos: add function and color to LED node in Odroid HC1 Krzysztof Kozlowski
2022-06-20 17:57 ` [PATCH v2 7/8] ARM: dts: exynos: add function and color to LED node in Odroid XU4 Krzysztof Kozlowski
2022-06-20 17:57 ` [PATCH v2 8/8] ARM: dts: exynos: add function and color to LED nodes in Odroid XU/XU3 Krzysztof Kozlowski
2022-06-22 11:58 ` [PATCH v2 0/8] ARM: dts: iextend leds on Exynos boards Krzysztof Kozlowski

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).