All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <51F923F8.6080700@ti.com>

diff --git a/a/1.txt b/N1/1.txt
index 0c10d72..7d7546e 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -39,7 +39,7 @@ On 07/30/2013 10:27 PM, Nishanth Menon wrote:
 > /include/ "omap44xx-clocks.dtsi" might avoid including that header in
 > corresponding SoC dtsi,
 > OR:
->> +bandgap_fclk: bandgap_fclk@4a307888 {
+>> +bandgap_fclk: bandgap_fclk at 4a307888 {
 >> +    #clock-cells = <0>;
 >> +    compatible = "gate-clock";
 >> +    clocks = <&sys_32k_ck>;
@@ -67,7 +67,7 @@ files to answer.
 >> +++ b/arch/arm/boot/dts/omap44xx-clocks.dtsi
 > [...]
 >
->> +dpll_abe_m2x2_ck: dpll_abe_m2x2_ck@4a0041f0 {
+>> +dpll_abe_m2x2_ck: dpll_abe_m2x2_ck at 4a0041f0 {
 >> +    #clock-cells = <0>;
 >> +    compatible = "divider-clock";
 >> +    clocks = <&dpll_abe_x2_ck>;
@@ -86,7 +86,7 @@ files to answer.
 >> +    clock-div = <8>;
 >> +};
 >> +
->> +abe_clk: abe_clk@4a004108 {
+>> +abe_clk: abe_clk at 4a004108 {
 >> +    #clock-cells = <0>;
 >> +    compatible = "divider-clock";
 >> +    clocks = <&dpll_abe_m2x2_ck>;
@@ -95,7 +95,7 @@ files to answer.
 >> +    index-power-of-two;
 >> +};
 >> +
->> +aess_fclk: aess_fclk@4a004528 {
+>> +aess_fclk: aess_fclk at 4a004528 {
 > is there a naming convention used here? abe_clk, fclk etc?
 
 The clock names are directly converted from existing data, so whatever 
@@ -113,7 +113,7 @@ currently is there, will be in the DT also.
 > [...]
 >
 >> +
->> +ocp2scp_usb_phy_phy_48m: ocp2scp_usb_phy_phy_48m@4a0093e0 {
+>> +ocp2scp_usb_phy_phy_48m: ocp2scp_usb_phy_phy_48m at 4a0093e0 {
 > _ck?
 >
 > [...]
diff --git a/a/content_digest b/N1/content_digest
index aa7fcb3..53c2afe 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,18 +1,10 @@
  "ref\01374564028-11352-1-git-send-email-t-kristo@ti.com\0"
  "ref\01374564028-11352-9-git-send-email-t-kristo@ti.com\0"
  "ref\051F813B3.7020000@ti.com\0"
- "From\0Tero Kristo <t-kristo@ti.com>\0"
- "Subject\0Re: [PATCHv4 08/33] ARM: dts: omap4 clock data\0"
+ "From\0t-kristo@ti.com (Tero Kristo)\0"
+ "Subject\0[PATCHv4 08/33] ARM: dts: omap4 clock data\0"
  "Date\0Wed, 31 Jul 2013 17:49:28 +0300\0"
- "To\0Nishanth Menon <nm@ti.com>\0"
- "Cc\0paul@pwsan.com"
-  khilman@linaro.org
-  mturquette@linaro.org
-  tony@atomide.com
-  devicetree-discuss@lists.ozlabs.org
-  rnayak@ti.com
-  linux-omap@vger.kernel.org
- " linux-arm-kernel@lists.infradead.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On 07/30/2013 10:27 PM, Nishanth Menon wrote:\n"
@@ -56,7 +48,7 @@
  "> /include/ \"omap44xx-clocks.dtsi\" might avoid including that header in\n"
  "> corresponding SoC dtsi,\n"
  "> OR:\n"
- ">> +bandgap_fclk: bandgap_fclk@4a307888 {\n"
+ ">> +bandgap_fclk: bandgap_fclk at 4a307888 {\n"
  ">> +    #clock-cells = <0>;\n"
  ">> +    compatible = \"gate-clock\";\n"
  ">> +    clocks = <&sys_32k_ck>;\n"
@@ -84,7 +76,7 @@
  ">> +++ b/arch/arm/boot/dts/omap44xx-clocks.dtsi\n"
  "> [...]\n"
  ">\n"
- ">> +dpll_abe_m2x2_ck: dpll_abe_m2x2_ck@4a0041f0 {\n"
+ ">> +dpll_abe_m2x2_ck: dpll_abe_m2x2_ck at 4a0041f0 {\n"
  ">> +    #clock-cells = <0>;\n"
  ">> +    compatible = \"divider-clock\";\n"
  ">> +    clocks = <&dpll_abe_x2_ck>;\n"
@@ -103,7 +95,7 @@
  ">> +    clock-div = <8>;\n"
  ">> +};\n"
  ">> +\n"
- ">> +abe_clk: abe_clk@4a004108 {\n"
+ ">> +abe_clk: abe_clk at 4a004108 {\n"
  ">> +    #clock-cells = <0>;\n"
  ">> +    compatible = \"divider-clock\";\n"
  ">> +    clocks = <&dpll_abe_m2x2_ck>;\n"
@@ -112,7 +104,7 @@
  ">> +    index-power-of-two;\n"
  ">> +};\n"
  ">> +\n"
- ">> +aess_fclk: aess_fclk@4a004528 {\n"
+ ">> +aess_fclk: aess_fclk at 4a004528 {\n"
  "> is there a naming convention used here? abe_clk, fclk etc?\n"
  "\n"
  "The clock names are directly converted from existing data, so whatever \n"
@@ -130,11 +122,11 @@
  "> [...]\n"
  ">\n"
  ">> +\n"
- ">> +ocp2scp_usb_phy_phy_48m: ocp2scp_usb_phy_phy_48m@4a0093e0 {\n"
+ ">> +ocp2scp_usb_phy_phy_48m: ocp2scp_usb_phy_phy_48m at 4a0093e0 {\n"
  "> _ck?\n"
  ">\n"
  "> [...]\n"
  ">\n"
  >
 
-68b0d925d4c021541ee7c485914dd96c17dda89b82f6ebd6120e66dfee0ed823
+aa001dc2bbfa06bfc43c860b81b6f938e0b9d92cb57c876fc090e7d010da8e34

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.