diff for duplicates of <20120405181509.GA28693@codeaurora.org> diff --git a/a/1.txt b/N1/1.txt index ac83017..8e81151 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -6,12 +6,12 @@ Ken Heitke posted last year <https://lkml.org/lkml/2011/2/17/503>. A naive conversion to device tree, would result in something like this: - qcom,ssbi@500000 { + qcom,ssbi at 500000 { compatible = "qcom,ssbi"; reg = <0x500000 0x1000>; qcom,controller-type = "ssbi"; - qcom,pmic8058@0 { + qcom,pmic8058 at 0 { reg = <0x0 0x01>; ... } @@ -24,7 +24,7 @@ the ssbi driver to traverse this small tree to find these nodes. Another approach would be to make the pmic driver the actual device, and just have it use the ssbi code as a library. Something like: - qcom,pmic8058@500000 { + qcom,pmic8058 at 500000 { compatible = "qcom,pmic8058"; reg = <0x500000 0x1000>; qcom,ssbi-type = "ssbi"; diff --git a/a/content_digest b/N1/content_digest index 6b0fc45..e62ceb2 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,10 +1,7 @@ - "From\0David Brown <davidb@codeaurora.org>\0" + "From\0davidb@codeaurora.org (David Brown)\0" "Subject\0Point-to-point bus in device tree\0" "Date\0Thu, 5 Apr 2012 11:15:09 -0700\0" - "To\0devicetree-discuss@lists.ozlabs.org\0" - "Cc\0linux-arm-msm@vger.kernel.org" - linux-kernel@vger.kernel.org - " linux-arm-kernel@lists.infradead.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Some MSM SoCs have a small serial-type \"bus\" that is used to\n" @@ -15,12 +12,12 @@ "A naive conversion to device tree, would result in something like\n" "this:\n" "\n" - "\tqcom,ssbi@500000 {\n" + "\tqcom,ssbi at 500000 {\n" "\t\tcompatible = \"qcom,ssbi\";\n" "\t\treg = <0x500000 0x1000>;\n" "\t\tqcom,controller-type = \"ssbi\";\n" "\n" - "\t\tqcom,pmic8058@0 {\n" + "\t\tqcom,pmic8058 at 0 {\n" "\t\t\treg = <0x0 0x01>;\n" "\t\t\t...\n" "\t\t}\n" @@ -33,7 +30,7 @@ "Another approach would be to make the pmic driver the actual device,\n" "and just have it use the ssbi code as a library. Something like:\n" "\n" - "\tqcom,pmic8058@500000 {\n" + "\tqcom,pmic8058 at 500000 {\n" "\t\tcompatible = \"qcom,pmic8058\";\n" "\t\treg = <0x500000 0x1000>;\n" "\t\tqcom,ssbi-type = \"ssbi\";\n" @@ -52,4 +49,4 @@ "Sent by an employee of the Qualcomm Innovation Center, Inc.\n" The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum. -caede6cf6d1996b241a829a40730be4cf6167ef01a0741d8b03d798e93a411e0 +b5e181335933c50b7c33e290f224f1a55f19741846912a4b9d147b979360ece7
diff --git a/a/content_digest b/N2/content_digest index 6b0fc45..7d44831 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,9 +2,9 @@ "Subject\0Point-to-point bus in device tree\0" "Date\0Thu, 5 Apr 2012 11:15:09 -0700\0" "To\0devicetree-discuss@lists.ozlabs.org\0" - "Cc\0linux-arm-msm@vger.kernel.org" - linux-kernel@vger.kernel.org - " linux-arm-kernel@lists.infradead.org\0" + "Cc\0linux-arm-kernel@lists.infradead.org" + linux-arm-msm@vger.kernel.org + " linux-kernel@vger.kernel.org\0" "\00:1\0" "b\0" "Some MSM SoCs have a small serial-type \"bus\" that is used to\n" @@ -52,4 +52,4 @@ "Sent by an employee of the Qualcomm Innovation Center, Inc.\n" The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum. -caede6cf6d1996b241a829a40730be4cf6167ef01a0741d8b03d798e93a411e0 +805825d5d2a748e486bccda3bbd3a222742664e874504bf461a748c912feba9d
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.