diff for duplicates of <1444280468-17159-8-git-send-email-rnayak@codeaurora.org> diff --git a/a/1.txt b/N1/1.txt index f6aa67a..c20129a 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -23,12 +23,12 @@ index d2e94d6..6a0866b 100644 + thermal-sensors = <&gcc 7>; + + trips { -+ cpu_alert0: trip@0 { ++ cpu_alert0: trip at 0 { + temperature = <75000>; + hysteresis = <2000>; + type = "passive"; + }; -+ cpu_crit0: trip@1 { ++ cpu_crit0: trip at 1 { + temperature = <95000>; + hysteresis = <2000>; + type = "critical"; @@ -43,12 +43,12 @@ index d2e94d6..6a0866b 100644 + thermal-sensors = <&gcc 8>; + + trips { -+ cpu_alert1: trip@0 { ++ cpu_alert1: trip at 0 { + temperature = <75000>; + hysteresis = <2000>; + type = "passive"; + }; -+ cpu_crit1: trip@1 { ++ cpu_crit1: trip at 1 { + temperature = <95000>; + hysteresis = <2000>; + type = "critical"; @@ -63,12 +63,12 @@ index d2e94d6..6a0866b 100644 + thermal-sensors = <&gcc 9>; + + trips { -+ cpu_alert2: trip@0 { ++ cpu_alert2: trip at 0 { + temperature = <75000>; + hysteresis = <2000>; + type = "passive"; + }; -+ cpu_crit2: trip@1 { ++ cpu_crit2: trip at 1 { + temperature = <95000>; + hysteresis = <2000>; + type = "critical"; @@ -83,12 +83,12 @@ index d2e94d6..6a0866b 100644 + thermal-sensors = <&gcc 10>; + + trips { -+ cpu_alert3: trip@0 { ++ cpu_alert3: trip at 0 { + temperature = <75000>; + hysteresis = <2000>; + type = "passive"; + }; -+ cpu_crit3: trip@1 { ++ cpu_crit3: trip at 1 { + temperature = <95000>; + hysteresis = <2000>; + type = "critical"; @@ -104,7 +104,7 @@ index d2e94d6..6a0866b 100644 }; }; -+ qfprom: qfprom@00700000 { ++ qfprom: qfprom at 00700000 { + compatible = "qcom,qfprom"; + reg = <0x00700000 0x1000>; + #address-cells = <1>; @@ -118,7 +118,7 @@ index d2e94d6..6a0866b 100644 + }; + }; + - gcc: clock-controller@900000 { + gcc: clock-controller at 900000 { compatible = "qcom,gcc-apq8064"; reg = <0x00900000 0x4000>; + nvmem-cells = <&tsens_calib>, <&tsens_backup>; @@ -130,7 +130,7 @@ index d2e94d6..6a0866b 100644 + #thermal-sensor-cells = <1>; }; - lcc: clock-controller@28000000 { + lcc: clock-controller at 28000000 { -- QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation diff --git a/a/content_digest b/N1/content_digest index 79b5c6d..25ff59d 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,19 +1,8 @@ "ref\01444280468-17159-1-git-send-email-rnayak@codeaurora.org\0" - "From\0Rajendra Nayak <rnayak@codeaurora.org>\0" + "From\0rnayak@codeaurora.org (Rajendra Nayak)\0" "Subject\0[PATCH v3 7/9] arm: dts: apq8064: Add thermal zones, tsens and qfprom nodes\0" "Date\0Thu, 8 Oct 2015 10:31:06 +0530\0" - "To\0linux-arm-msm@vger.kernel.org" - linux-arm-kernel@lists.infradead.org - linux-pm@vger.kernel.org - rui.zhang@intel.com - " edubezval@gmail.com\0" - "Cc\0sboyd@codeaurora.org" - srinivas.kandagatla@linaro.org - nrajan@codeaurora.org - lina.iyer@linaro.org - punit.agrawal@arm.com - Rajendra Nayak <rnayak@codeaurora.org> - " Andy Gross <agross@codeaurora.org>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "TSENS is part of GCC, hence add TSENS properties as part of GCC node.\n" @@ -41,12 +30,12 @@ "+\t\t\tthermal-sensors = <&gcc 7>;\n" "+\n" "+\t\t\ttrips {\n" - "+\t\t\t\tcpu_alert0: trip@0 {\n" + "+\t\t\t\tcpu_alert0: trip at 0 {\n" "+\t\t\t\t\ttemperature = <75000>;\n" "+\t\t\t\t\thysteresis = <2000>;\n" "+\t\t\t\t\ttype = \"passive\";\n" "+\t\t\t\t};\n" - "+\t\t\t\tcpu_crit0: trip@1 {\n" + "+\t\t\t\tcpu_crit0: trip at 1 {\n" "+\t\t\t\t\ttemperature = <95000>;\n" "+\t\t\t\t\thysteresis = <2000>;\n" "+\t\t\t\t\ttype = \"critical\";\n" @@ -61,12 +50,12 @@ "+\t\t\tthermal-sensors = <&gcc 8>;\n" "+\n" "+\t\t\ttrips {\n" - "+\t\t\t\tcpu_alert1: trip@0 {\n" + "+\t\t\t\tcpu_alert1: trip at 0 {\n" "+\t\t\t\t\ttemperature = <75000>;\n" "+\t\t\t\t\thysteresis = <2000>;\n" "+\t\t\t\t\ttype = \"passive\";\n" "+\t\t\t\t};\n" - "+\t\t\t\tcpu_crit1: trip@1 {\n" + "+\t\t\t\tcpu_crit1: trip at 1 {\n" "+\t\t\t\t\ttemperature = <95000>;\n" "+\t\t\t\t\thysteresis = <2000>;\n" "+\t\t\t\t\ttype = \"critical\";\n" @@ -81,12 +70,12 @@ "+\t\t\tthermal-sensors = <&gcc 9>;\n" "+\n" "+\t\t\ttrips {\n" - "+\t\t\t\tcpu_alert2: trip@0 {\n" + "+\t\t\t\tcpu_alert2: trip at 0 {\n" "+\t\t\t\t\ttemperature = <75000>;\n" "+\t\t\t\t\thysteresis = <2000>;\n" "+\t\t\t\t\ttype = \"passive\";\n" "+\t\t\t\t};\n" - "+\t\t\t\tcpu_crit2: trip@1 {\n" + "+\t\t\t\tcpu_crit2: trip at 1 {\n" "+\t\t\t\t\ttemperature = <95000>;\n" "+\t\t\t\t\thysteresis = <2000>;\n" "+\t\t\t\t\ttype = \"critical\";\n" @@ -101,12 +90,12 @@ "+\t\t\tthermal-sensors = <&gcc 10>;\n" "+\n" "+\t\t\ttrips {\n" - "+\t\t\t\tcpu_alert3: trip@0 {\n" + "+\t\t\t\tcpu_alert3: trip at 0 {\n" "+\t\t\t\t\ttemperature = <75000>;\n" "+\t\t\t\t\thysteresis = <2000>;\n" "+\t\t\t\t\ttype = \"passive\";\n" "+\t\t\t\t};\n" - "+\t\t\t\tcpu_crit3: trip@1 {\n" + "+\t\t\t\tcpu_crit3: trip at 1 {\n" "+\t\t\t\t\ttemperature = <95000>;\n" "+\t\t\t\t\thysteresis = <2000>;\n" "+\t\t\t\t\ttype = \"critical\";\n" @@ -122,7 +111,7 @@ " \t\t\t};\n" " \t\t};\n" " \n" - "+\t\tqfprom: qfprom@00700000 {\n" + "+\t\tqfprom: qfprom at 00700000 {\n" "+\t\t\tcompatible\t= \"qcom,qfprom\";\n" "+\t\t\treg\t\t= <0x00700000 0x1000>;\n" "+\t\t\t#address-cells\t= <1>;\n" @@ -136,7 +125,7 @@ "+\t\t\t};\n" "+\t\t};\n" "+\n" - " \t\tgcc: clock-controller@900000 {\n" + " \t\tgcc: clock-controller at 900000 {\n" " \t\t\tcompatible = \"qcom,gcc-apq8064\";\n" " \t\t\treg = <0x00900000 0x4000>;\n" "+\t\t\tnvmem-cells = <&tsens_calib>, <&tsens_backup>;\n" @@ -148,9 +137,9 @@ "+\t\t\t#thermal-sensor-cells = <1>;\n" " \t\t};\n" " \n" - " \t\tlcc: clock-controller@28000000 {\n" + " \t\tlcc: clock-controller at 28000000 {\n" "-- \n" "QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member\n" of Code Aurora Forum, hosted by The Linux Foundation -d8e4c474b980037afac9eba8e23967b158041a712d0679e5c3c0e33832c192ae +580abc3cbfc3f7e44208c8332458881df827b783b7f177846b690c702fea9953
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.