All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20170602181346.32166-2-krzk@kernel.org>

diff --git a/a/1.txt b/N1/1.txt
index 13c32e2..83a690d 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,8 +1,8 @@
 Replace hard-coded values of interrupt flags with respective macros from
 header to increase code readability.
 
-Suggested-by: Marek Szyprowski <m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
-Signed-off-by: Krzysztof Kozlowski <krzk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
+Suggested-by: Marek Szyprowski <m.szyprowski@samsung.com>
+Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
 ---
  arch/arm/boot/dts/exynos3250-monk.dts             | 6 +++---
  arch/arm/boot/dts/exynos3250-rinato.dts           | 6 +++---
@@ -21,7 +21,7 @@ index cccfe4b791d1..accee81da266 100644
 --- a/arch/arm/boot/dts/exynos3250-monk.dts
 +++ b/arch/arm/boot/dts/exynos3250-monk.dts
 @@ -67,7 +67,7 @@
- 		max77836: subpmic@25 {
+ 		max77836: subpmic at 25 {
  			compatible = "maxim,max77836";
  			interrupt-parent = <&gpx1>;
 -			interrupts = <5 0>;
@@ -30,7 +30,7 @@ index cccfe4b791d1..accee81da266 100644
  			wakeup-source;
  
 @@ -191,7 +191,7 @@
- 	s2mps14_pmic@66 {
+ 	s2mps14_pmic at 66 {
  		compatible = "samsung,s2mps14-pmic";
  		interrupt-parent = <&gpx0>;
 -		interrupts = <7 0>;
@@ -39,7 +39,7 @@ index cccfe4b791d1..accee81da266 100644
  		wakeup-source;
  
 @@ -414,7 +414,7 @@
- 	fuelgauge@36 {
+ 	fuelgauge at 36 {
  		compatible = "maxim,max77836-battery";
  		interrupt-parent = <&gpx1>;
 -		interrupts = <2 8>;
@@ -52,7 +52,7 @@ index c9f191ca7b9c..118235b72e90 100644
 --- a/arch/arm/boot/dts/exynos3250-rinato.dts
 +++ b/arch/arm/boot/dts/exynos3250-rinato.dts
 @@ -58,7 +58,7 @@
- 		max77836: subpmic@25 {
+ 		max77836: subpmic at 25 {
  			compatible = "maxim,max77836";
  			interrupt-parent = <&gpx1>;
 -			interrupts = <5 0>;
@@ -61,7 +61,7 @@ index c9f191ca7b9c..118235b72e90 100644
  			wakeup-source;
  
 @@ -295,7 +295,7 @@
- 	s2mps14_pmic@66 {
+ 	s2mps14_pmic at 66 {
  		compatible = "samsung,s2mps14-pmic";
  		interrupt-parent = <&gpx0>;
 -		interrupts = <7 0>;
@@ -70,7 +70,7 @@ index c9f191ca7b9c..118235b72e90 100644
  		wakeup-source;
  
 @@ -626,7 +626,7 @@
- 	fuelgauge@36 {
+ 	fuelgauge at 36 {
  		compatible = "maxim,max77836-battery";
  		interrupt-parent = <&gpx1>;
 -		interrupts = <2 8>;
@@ -127,7 +127,7 @@ index 0f1ff792fe44..219d587c5a85 100644
  			linux,code = <KEY_POWER>;
  			label = "power key";
 @@ -266,7 +266,7 @@
- 	max77686: pmic@09 {
+ 	max77686: pmic at 09 {
  		compatible = "maxim,max77686";
  		interrupt-parent = <&gpx3>;
 -		interrupts = <2 0>;
@@ -162,7 +162,7 @@ index 82221a00444d..35e9b94b86b8 100644
 --- a/arch/arm/boot/dts/exynos4412-trats2.dts
 +++ b/arch/arm/boot/dts/exynos4412-trats2.dts
 @@ -144,7 +144,7 @@
- 		max77693@66 {
+ 		max77693 at 66 {
  			compatible = "maxim,max77693";
  			interrupt-parent = <&gpx1>;
 -			interrupts = <5 2>;
@@ -189,7 +189,7 @@ index 82221a00444d..35e9b94b86b8 100644
  		y-size = <1280>;
  		avdd-supply = <&ldo23_reg>;
 @@ -611,7 +611,7 @@
- 	max77686: max77686_pmic@09 {
+ 	max77686: max77686_pmic at 09 {
  		compatible = "maxim,max77686";
  		interrupt-parent = <&gpx0>;
 -		interrupts = <7 0>;
@@ -202,7 +202,7 @@ index 2cd65699a29c..f9a75bfd3f2b 100644
 --- a/arch/arm/boot/dts/exynos5420-peach-pit.dts
 +++ b/arch/arm/boot/dts/exynos5420-peach-pit.dts
 @@ -603,7 +603,7 @@
- 	max98090: codec@10 {
+ 	max98090: codec at 10 {
  		compatible = "maxim,max98090";
  		reg = <0x10>;
 -		interrupts = <2 0>;
@@ -211,7 +211,7 @@ index 2cd65699a29c..f9a75bfd3f2b 100644
  		pinctrl-names = "default";
  		pinctrl-0 = <&max98090_irq>;
 @@ -944,7 +944,7 @@
- 	cros_ec: cros-ec@0 {
+ 	cros_ec: cros-ec at 0 {
  		compatible = "google,cros-ec-spi";
  		interrupt-parent = <&gpx1>;
 -		interrupts = <5 0>;
@@ -237,7 +237,7 @@ index ecf1c916e8fc..953dc8677dc8 100644
 --- a/arch/arm/boot/dts/exynos5800-peach-pi.dts
 +++ b/arch/arm/boot/dts/exynos5800-peach-pi.dts
 @@ -603,7 +603,7 @@
- 	max98091: codec@10 {
+ 	max98091: codec at 10 {
  		compatible = "maxim,max98091";
  		reg = <0x10>;
 -		interrupts = <2 0>;
@@ -246,7 +246,7 @@ index ecf1c916e8fc..953dc8677dc8 100644
  		pinctrl-names = "default";
  		pinctrl-0 = <&max98091_irq>;
 @@ -913,7 +913,7 @@
- 	cros_ec: cros-ec@0 {
+ 	cros_ec: cros-ec at 0 {
  		compatible = "google,cros-ec-spi";
  		interrupt-parent = <&gpx1>;
 -		interrupts = <5 0>;
@@ -256,8 +256,3 @@ index ecf1c916e8fc..953dc8677dc8 100644
  		reg = <0>;
 -- 
 2.9.3
-
---
-To unsubscribe from this list: send the line "unsubscribe devicetree" in
-the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N1/content_digest
index 2c33092..77717cf 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,22 +1,15 @@
  "ref\020170602181346.32166-1-krzk@kernel.org\0"
- "ref\020170602181346.32166-1-krzk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org\0"
- "From\0Krzysztof Kozlowski <krzk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0"
+ "From\0krzk@kernel.org (Krzysztof Kozlowski)\0"
  "Subject\0[PATCH 1/2] ARM: dts: exynos: Use human-friendly symbols for interrupt flags in board sources\0"
  "Date\0Fri,  2 Jun 2017 20:13:45 +0200\0"
- "To\0Kukjin Kim <kgene-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>"
-  Krzysztof Kozlowski <krzk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
-  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
-  linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
- " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
- "Cc\0Marek Szyprowski <m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Replace hard-coded values of interrupt flags with respective macros from\n"
  "header to increase code readability.\n"
  "\n"
- "Suggested-by: Marek Szyprowski <m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\n"
- "Signed-off-by: Krzysztof Kozlowski <krzk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\n"
+ "Suggested-by: Marek Szyprowski <m.szyprowski@samsung.com>\n"
+ "Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>\n"
  "---\n"
  " arch/arm/boot/dts/exynos3250-monk.dts             | 6 +++---\n"
  " arch/arm/boot/dts/exynos3250-rinato.dts           | 6 +++---\n"
@@ -35,7 +28,7 @@
  "--- a/arch/arm/boot/dts/exynos3250-monk.dts\n"
  "+++ b/arch/arm/boot/dts/exynos3250-monk.dts\n"
  "@@ -67,7 +67,7 @@\n"
- " \t\tmax77836: subpmic@25 {\n"
+ " \t\tmax77836: subpmic at 25 {\n"
  " \t\t\tcompatible = \"maxim,max77836\";\n"
  " \t\t\tinterrupt-parent = <&gpx1>;\n"
  "-\t\t\tinterrupts = <5 0>;\n"
@@ -44,7 +37,7 @@
  " \t\t\twakeup-source;\n"
  " \n"
  "@@ -191,7 +191,7 @@\n"
- " \ts2mps14_pmic@66 {\n"
+ " \ts2mps14_pmic at 66 {\n"
  " \t\tcompatible = \"samsung,s2mps14-pmic\";\n"
  " \t\tinterrupt-parent = <&gpx0>;\n"
  "-\t\tinterrupts = <7 0>;\n"
@@ -53,7 +46,7 @@
  " \t\twakeup-source;\n"
  " \n"
  "@@ -414,7 +414,7 @@\n"
- " \tfuelgauge@36 {\n"
+ " \tfuelgauge at 36 {\n"
  " \t\tcompatible = \"maxim,max77836-battery\";\n"
  " \t\tinterrupt-parent = <&gpx1>;\n"
  "-\t\tinterrupts = <2 8>;\n"
@@ -66,7 +59,7 @@
  "--- a/arch/arm/boot/dts/exynos3250-rinato.dts\n"
  "+++ b/arch/arm/boot/dts/exynos3250-rinato.dts\n"
  "@@ -58,7 +58,7 @@\n"
- " \t\tmax77836: subpmic@25 {\n"
+ " \t\tmax77836: subpmic at 25 {\n"
  " \t\t\tcompatible = \"maxim,max77836\";\n"
  " \t\t\tinterrupt-parent = <&gpx1>;\n"
  "-\t\t\tinterrupts = <5 0>;\n"
@@ -75,7 +68,7 @@
  " \t\t\twakeup-source;\n"
  " \n"
  "@@ -295,7 +295,7 @@\n"
- " \ts2mps14_pmic@66 {\n"
+ " \ts2mps14_pmic at 66 {\n"
  " \t\tcompatible = \"samsung,s2mps14-pmic\";\n"
  " \t\tinterrupt-parent = <&gpx0>;\n"
  "-\t\tinterrupts = <7 0>;\n"
@@ -84,7 +77,7 @@
  " \t\twakeup-source;\n"
  " \n"
  "@@ -626,7 +626,7 @@\n"
- " \tfuelgauge@36 {\n"
+ " \tfuelgauge at 36 {\n"
  " \t\tcompatible = \"maxim,max77836-battery\";\n"
  " \t\tinterrupt-parent = <&gpx1>;\n"
  "-\t\tinterrupts = <2 8>;\n"
@@ -141,7 +134,7 @@
  " \t\t\tlinux,code = <KEY_POWER>;\n"
  " \t\t\tlabel = \"power key\";\n"
  "@@ -266,7 +266,7 @@\n"
- " \tmax77686: pmic@09 {\n"
+ " \tmax77686: pmic at 09 {\n"
  " \t\tcompatible = \"maxim,max77686\";\n"
  " \t\tinterrupt-parent = <&gpx3>;\n"
  "-\t\tinterrupts = <2 0>;\n"
@@ -176,7 +169,7 @@
  "--- a/arch/arm/boot/dts/exynos4412-trats2.dts\n"
  "+++ b/arch/arm/boot/dts/exynos4412-trats2.dts\n"
  "@@ -144,7 +144,7 @@\n"
- " \t\tmax77693@66 {\n"
+ " \t\tmax77693 at 66 {\n"
  " \t\t\tcompatible = \"maxim,max77693\";\n"
  " \t\t\tinterrupt-parent = <&gpx1>;\n"
  "-\t\t\tinterrupts = <5 2>;\n"
@@ -203,7 +196,7 @@
  " \t\ty-size = <1280>;\n"
  " \t\tavdd-supply = <&ldo23_reg>;\n"
  "@@ -611,7 +611,7 @@\n"
- " \tmax77686: max77686_pmic@09 {\n"
+ " \tmax77686: max77686_pmic at 09 {\n"
  " \t\tcompatible = \"maxim,max77686\";\n"
  " \t\tinterrupt-parent = <&gpx0>;\n"
  "-\t\tinterrupts = <7 0>;\n"
@@ -216,7 +209,7 @@
  "--- a/arch/arm/boot/dts/exynos5420-peach-pit.dts\n"
  "+++ b/arch/arm/boot/dts/exynos5420-peach-pit.dts\n"
  "@@ -603,7 +603,7 @@\n"
- " \tmax98090: codec@10 {\n"
+ " \tmax98090: codec at 10 {\n"
  " \t\tcompatible = \"maxim,max98090\";\n"
  " \t\treg = <0x10>;\n"
  "-\t\tinterrupts = <2 0>;\n"
@@ -225,7 +218,7 @@
  " \t\tpinctrl-names = \"default\";\n"
  " \t\tpinctrl-0 = <&max98090_irq>;\n"
  "@@ -944,7 +944,7 @@\n"
- " \tcros_ec: cros-ec@0 {\n"
+ " \tcros_ec: cros-ec at 0 {\n"
  " \t\tcompatible = \"google,cros-ec-spi\";\n"
  " \t\tinterrupt-parent = <&gpx1>;\n"
  "-\t\tinterrupts = <5 0>;\n"
@@ -251,7 +244,7 @@
  "--- a/arch/arm/boot/dts/exynos5800-peach-pi.dts\n"
  "+++ b/arch/arm/boot/dts/exynos5800-peach-pi.dts\n"
  "@@ -603,7 +603,7 @@\n"
- " \tmax98091: codec@10 {\n"
+ " \tmax98091: codec at 10 {\n"
  " \t\tcompatible = \"maxim,max98091\";\n"
  " \t\treg = <0x10>;\n"
  "-\t\tinterrupts = <2 0>;\n"
@@ -260,7 +253,7 @@
  " \t\tpinctrl-names = \"default\";\n"
  " \t\tpinctrl-0 = <&max98091_irq>;\n"
  "@@ -913,7 +913,7 @@\n"
- " \tcros_ec: cros-ec@0 {\n"
+ " \tcros_ec: cros-ec at 0 {\n"
  " \t\tcompatible = \"google,cros-ec-spi\";\n"
  " \t\tinterrupt-parent = <&gpx1>;\n"
  "-\t\tinterrupts = <5 0>;\n"
@@ -269,11 +262,6 @@
  " \t\tpinctrl-0 = <&ec_spi_cs &ec_irq>;\n"
  " \t\treg = <0>;\n"
  "-- \n"
- "2.9.3\n"
- "\n"
- "--\n"
- "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n"
- "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
- More majordomo info at  http://vger.kernel.org/majordomo-info.html
+ 2.9.3
 
-b3d96d6f5c270e6a7927e8c05646db58a157d62c4e14222eb2229aa2e9578838
+a0d8dd26c693fffd5f5bb5ee7edec5c5b75df6e391ddf0c601a67cf00c1d24de

diff --git a/a/1.txt b/N2/1.txt
index 13c32e2..c27f64b 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,8 +1,8 @@
 Replace hard-coded values of interrupt flags with respective macros from
 header to increase code readability.
 
-Suggested-by: Marek Szyprowski <m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
-Signed-off-by: Krzysztof Kozlowski <krzk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
+Suggested-by: Marek Szyprowski <m.szyprowski@samsung.com>
+Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
 ---
  arch/arm/boot/dts/exynos3250-monk.dts             | 6 +++---
  arch/arm/boot/dts/exynos3250-rinato.dts           | 6 +++---
@@ -256,8 +256,3 @@ index ecf1c916e8fc..953dc8677dc8 100644
  		reg = <0>;
 -- 
 2.9.3
-
---
-To unsubscribe from this list: send the line "unsubscribe devicetree" in
-the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N2/content_digest
index 2c33092..a50d397 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,22 +1,21 @@
  "ref\020170602181346.32166-1-krzk@kernel.org\0"
- "ref\020170602181346.32166-1-krzk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org\0"
- "From\0Krzysztof Kozlowski <krzk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0"
+ "From\0Krzysztof Kozlowski <krzk@kernel.org>\0"
  "Subject\0[PATCH 1/2] ARM: dts: exynos: Use human-friendly symbols for interrupt flags in board sources\0"
  "Date\0Fri,  2 Jun 2017 20:13:45 +0200\0"
- "To\0Kukjin Kim <kgene-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>"
-  Krzysztof Kozlowski <krzk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
-  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
-  linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
- " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
- "Cc\0Marek Szyprowski <m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\0"
+ "To\0Kukjin Kim <kgene@kernel.org>"
+  Krzysztof Kozlowski <krzk@kernel.org>
+  devicetree@vger.kernel.org
+  linux-arm-kernel@lists.infradead.org
+  linux-samsung-soc@vger.kernel.org
+ " linux-kernel@vger.kernel.org\0"
+ "Cc\0Marek Szyprowski <m.szyprowski@samsung.com>\0"
  "\00:1\0"
  "b\0"
  "Replace hard-coded values of interrupt flags with respective macros from\n"
  "header to increase code readability.\n"
  "\n"
- "Suggested-by: Marek Szyprowski <m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\n"
- "Signed-off-by: Krzysztof Kozlowski <krzk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\n"
+ "Suggested-by: Marek Szyprowski <m.szyprowski@samsung.com>\n"
+ "Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>\n"
  "---\n"
  " arch/arm/boot/dts/exynos3250-monk.dts             | 6 +++---\n"
  " arch/arm/boot/dts/exynos3250-rinato.dts           | 6 +++---\n"
@@ -269,11 +268,6 @@
  " \t\tpinctrl-0 = <&ec_spi_cs &ec_irq>;\n"
  " \t\treg = <0>;\n"
  "-- \n"
- "2.9.3\n"
- "\n"
- "--\n"
- "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n"
- "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
- More majordomo info at  http://vger.kernel.org/majordomo-info.html
+ 2.9.3
 
-b3d96d6f5c270e6a7927e8c05646db58a157d62c4e14222eb2229aa2e9578838
+4f7d82db9eb7556ffecf92c539b2b186aca9490c299dbf9db03a681019dc881c

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.