diff for duplicates of <53BC4DD7.20906@codeaurora.org> diff --git a/a/1.txt b/N1/1.txt index 359de8c..4de130c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -8,7 +8,7 @@ of different drivers. In devicetree this looks a little odd because these drivers end up having an extra reg property (or two) that points to a register in the efuse and some length, i.e you see this: - thermal-sensor@34000 { + thermal-sensor at 34000 { compatible = "sensor"; reg = <0x34000 0x1000>, <0x10018 0xc>; reg-names = "sensor", "efuse_calib"; @@ -17,12 +17,12 @@ to a register in the efuse and some length, i.e you see this: I imagine in DT we want something more like this: - efuse: efuse@10000 { + efuse: efuse at 10000 { compatible = "efuse"; reg = <0x10000 0x1000>; } - thermal-sensor@34000 { + thermal-sensor at 34000 { compatible = "sensor"; reg = <0x34000 0x1000>; efuse = <&efuse 0x18>; diff --git a/a/content_digest b/N1/content_digest index 486c58c..d363a6c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,14 +1,7 @@ - "From\0Stephen Boyd <sboyd@codeaurora.org>\0" + "From\0sboyd@codeaurora.org (Stephen Boyd)\0" "Subject\0a case for a common efuse API?\0" "Date\0Tue, 08 Jul 2014 13:00:23 -0700\0" - "To\0linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>\0" - "Cc\0Linux Kernel Mailing List <linux-kernel@vger.kernel.org>" - Bjorn Andersson <bjorn.andersson@sonymobile.com> - Stephen Warren <swarren@nvidia.com> - Peter De Schrijver <pdeschrijver@nvidia.com> - Arnd Bergmann <arnd@arndb.de> - linux-arm-msm@vger.kernel.org <linux-arm-msm@vger.kernel.org> - " devicetree@vger.kernel.org <devicetree@vger.kernel.org>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Hi,\n" @@ -21,7 +14,7 @@ "these drivers end up having an extra reg property (or two) that points\n" "to a register in the efuse and some length, i.e you see this:\n" "\n" - "\tthermal-sensor@34000 {\n" + "\tthermal-sensor at 34000 {\n" "\t\tcompatible = \"sensor\";\n" "\t\treg = <0x34000 0x1000>, <0x10018 0xc>;\n" "\t\treg-names = \"sensor\", \"efuse_calib\";\n" @@ -30,12 +23,12 @@ "\n" "I imagine in DT we want something more like this:\n" "\n" - "\tefuse: efuse@10000 {\n" + "\tefuse: efuse at 10000 {\n" "\t\tcompatible = \"efuse\";\n" "\t\treg = <0x10000 0x1000>;\n" "\t}\n" "\n" - "\tthermal-sensor@34000 {\n" + "\tthermal-sensor at 34000 {\n" "\t\tcompatible = \"sensor\";\n" "\t\treg = <0x34000 0x1000>;\n" "\t\tefuse = <&efuse 0x18>;\n" @@ -69,4 +62,4 @@ "Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,\n" hosted by The Linux Foundation -1302cba228548a31bef149a78336465ac1b4210c9a681de2ac44be519bd62979 +1ac92f7794febb8fcc7c926c39339b9138f6d222a236769bdceed646fe1b5641
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.