All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1397006752-19494-1-git-send-email-sboyd@codeaurora.org>

diff --git a/a/1.txt b/N1/1.txt
index c24cb0b..9a9a72b 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -23,7 +23,7 @@ index a58fb88315f6..6f61c54a653e 100644
 +};
 +
 +&pmicintc {
-+	keypad@148 {
++	keypad at 148 {
 +		linux,keymap = <
 +			MATRIX_KEY(0, 0, KEY_VOLUMEUP)
 +			MATRIX_KEY(0, 1, KEY_VOLUMEDOWN)
@@ -43,7 +43,7 @@ index 997b7b94e117..fb7d3beece6d 100644
  		reg = <0x500000 0x1000>;
  		qcom,controller-type = "pmic-arbiter";
 +
-+		pmicintc: pmic@0 {
++		pmicintc: pmic at 0 {
 +			compatible = "qcom,pm8921";
 +			interrupt-parent = <&msmgpio>;
 +			interrupts = <104 8>;
@@ -52,7 +52,7 @@ index 997b7b94e117..fb7d3beece6d 100644
 +			#address-cells = <1>;
 +			#size-cells = <0>;
 +
-+			pwrkey@1c {
++			pwrkey at 1c {
 +				compatible = "qcom,pm8921-pwrkey";
 +				reg = <0x1c>;
 +				interrupt-parent = <&pmicintc>;
@@ -61,7 +61,7 @@ index 997b7b94e117..fb7d3beece6d 100644
 +				pull-up;
 +			};
 +
-+			keypad@148 {
++			keypad at 148 {
 +				compatible = "qcom,pm8921-keypad";
 +				reg = <0x148>;
 +				interrupt-parent = <&pmicintc>;
@@ -71,7 +71,7 @@ index 997b7b94e117..fb7d3beece6d 100644
 +				row-hold = <91500>;
 +			};
 +
-+			rtc@11d {
++			rtc at 11d {
 +				compatible = "qcom,pm8921-rtc";
 +				interrupt-parent = <&pmicintc>;
 +				interrupts = <39 1>;
@@ -81,7 +81,7 @@ index 997b7b94e117..fb7d3beece6d 100644
 +		};
  	};
  
- 	rng@1a500000 {
+ 	rng at 1a500000 {
 -- 
 The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
 hosted by The Linux Foundation
diff --git a/a/content_digest b/N1/content_digest
index 4d2e9eb..fb6f618 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,11 +1,7 @@
- "From\0Stephen Boyd <sboyd@codeaurora.org>\0"
+ "From\0sboyd@codeaurora.org (Stephen Boyd)\0"
  "Subject\0[PATCH 1/2] ARM: dts: msm: Add 8921 PMIC to ssbi bus\0"
  "Date\0Tue,  8 Apr 2014 18:25:51 -0700\0"
- "To\0David Brown <davidb@codeaurora.org>"
- " Kumar Gala <galak@codeaurora.org>\0"
- "Cc\0linux-kernel@vger.kernel.org"
-  linux-arm-msm@vger.kernel.org
- " linux-arm-kernel@lists.infradead.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Add the PMIC and the sub-devices that are currently supported in\n"
@@ -33,7 +29,7 @@
  "+};\n"
  "+\n"
  "+&pmicintc {\n"
- "+\tkeypad@148 {\n"
+ "+\tkeypad at 148 {\n"
  "+\t\tlinux,keymap = <\n"
  "+\t\t\tMATRIX_KEY(0, 0, KEY_VOLUMEUP)\n"
  "+\t\t\tMATRIX_KEY(0, 1, KEY_VOLUMEDOWN)\n"
@@ -53,7 +49,7 @@
  " \t\treg = <0x500000 0x1000>;\n"
  " \t\tqcom,controller-type = \"pmic-arbiter\";\n"
  "+\n"
- "+\t\tpmicintc: pmic@0 {\n"
+ "+\t\tpmicintc: pmic at 0 {\n"
  "+\t\t\tcompatible = \"qcom,pm8921\";\n"
  "+\t\t\tinterrupt-parent = <&msmgpio>;\n"
  "+\t\t\tinterrupts = <104 8>;\n"
@@ -62,7 +58,7 @@
  "+\t\t\t#address-cells = <1>;\n"
  "+\t\t\t#size-cells = <0>;\n"
  "+\n"
- "+\t\t\tpwrkey@1c {\n"
+ "+\t\t\tpwrkey at 1c {\n"
  "+\t\t\t\tcompatible = \"qcom,pm8921-pwrkey\";\n"
  "+\t\t\t\treg = <0x1c>;\n"
  "+\t\t\t\tinterrupt-parent = <&pmicintc>;\n"
@@ -71,7 +67,7 @@
  "+\t\t\t\tpull-up;\n"
  "+\t\t\t};\n"
  "+\n"
- "+\t\t\tkeypad@148 {\n"
+ "+\t\t\tkeypad at 148 {\n"
  "+\t\t\t\tcompatible = \"qcom,pm8921-keypad\";\n"
  "+\t\t\t\treg = <0x148>;\n"
  "+\t\t\t\tinterrupt-parent = <&pmicintc>;\n"
@@ -81,7 +77,7 @@
  "+\t\t\t\trow-hold = <91500>;\n"
  "+\t\t\t};\n"
  "+\n"
- "+\t\t\trtc@11d {\n"
+ "+\t\t\trtc at 11d {\n"
  "+\t\t\t\tcompatible = \"qcom,pm8921-rtc\";\n"
  "+\t\t\t\tinterrupt-parent = <&pmicintc>;\n"
  "+\t\t\t\tinterrupts = <39 1>;\n"
@@ -91,9 +87,9 @@
  "+\t\t};\n"
  " \t};\n"
  " \n"
- " \trng@1a500000 {\n"
+ " \trng at 1a500000 {\n"
  "-- \n"
  "The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,\n"
  hosted by The Linux Foundation
 
-a1f7f0958488b259c5f7592475c139bd4ae5aef0952041e0acbf0eefa629a9f7
+c1645ee55eda1aff70b21c9f74920de5864f1f4bfe5ed57410063aff05d73840

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.