All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20150811170928.2416.70005@quantum>

diff --git a/a/1.txt b/N1/1.txt
index ca9ef9e..3b094da 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,27 +1,21 @@
 Quoting Geert Uytterhoeven (2015-08-11 03:11:05)
 > Hi Maxime,
-> =
-
+> 
 > On Tue, Aug 11, 2015 at 12:02 PM, Maxime Coquelin
 > <maxime.coquelin@st.com> wrote:
 > > How can we pass CLK_ENABLE_HAND_OFF flag to a specific clock on STi
 > > platform?
-> =
-
+> 
 > Add the flag to the relevant clocks in the C code, e.g. in
 > clk_register_flexgen():
-> =
-
+> 
 >         if (!strcmp(name, "clk-icn-cpu"))
->                 init.flags |=3D CLK_ENABLE_HAND_OFF;
-> =
-
-> > Could we imagine having a kind of "clocks-enable-hand-off" property we =
-could
+>                 init.flags |= CLK_ENABLE_HAND_OFF;
+> 
+> > Could we imagine having a kind of "clocks-enable-hand-off" property we could
 > > use in our clock controller DT node?
-> =
-
-> You can imagine doing "flex_flags |=3D CLK_ENABLE_HAND_OFF" in
+> 
+> You can imagine doing "flex_flags |= CLK_ENABLE_HAND_OFF" in
 > st_of_flexgen_setup(), depending on the presence of such a property.
 
 This is precisely what Lee is trying to avoid. The would constitute a
@@ -39,28 +33,19 @@ Then everyone should be happy.
 Regards,
 Mike
 
-> =
-
-> However, not disabling clocks is a software policy, not a hardware descri=
-ption,
+> 
+> However, not disabling clocks is a software policy, not a hardware description,
 > so IMHO it doesn't belong in DT.
-> =
-
+> 
 > Gr{oetje,eeting}s,
-> =
-
+> 
 >                         Geert
-> =
-
+> 
 > --
-> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m6=
-8k.org
-> =
-
-> In personal conversations with technical people, I call myself a hacker. =
-But
-> when I'm talking to journalists I just say "programmer" or something like=
- that.
+> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
+> 
+> In personal conversations with technical people, I call myself a hacker. But
+> when I'm talking to journalists I just say "programmer" or something like that.
 >                                 -- Linus Torvalds
 > --
 > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
diff --git a/a/content_digest b/N1/content_digest
index 0f09f65..135ab07 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -20,28 +20,22 @@
  "b\0"
  "Quoting Geert Uytterhoeven (2015-08-11 03:11:05)\n"
  "> Hi Maxime,\n"
- "> =\n"
- "\n"
+ "> \n"
  "> On Tue, Aug 11, 2015 at 12:02 PM, Maxime Coquelin\n"
  "> <maxime.coquelin@st.com> wrote:\n"
  "> > How can we pass CLK_ENABLE_HAND_OFF flag to a specific clock on STi\n"
  "> > platform?\n"
- "> =\n"
- "\n"
+ "> \n"
  "> Add the flag to the relevant clocks in the C code, e.g. in\n"
  "> clk_register_flexgen():\n"
- "> =\n"
- "\n"
+ "> \n"
  ">         if (!strcmp(name, \"clk-icn-cpu\"))\n"
- ">                 init.flags |=3D CLK_ENABLE_HAND_OFF;\n"
- "> =\n"
- "\n"
- "> > Could we imagine having a kind of \"clocks-enable-hand-off\" property we =\n"
- "could\n"
+ ">                 init.flags |= CLK_ENABLE_HAND_OFF;\n"
+ "> \n"
+ "> > Could we imagine having a kind of \"clocks-enable-hand-off\" property we could\n"
  "> > use in our clock controller DT node?\n"
- "> =\n"
- "\n"
- "> You can imagine doing \"flex_flags |=3D CLK_ENABLE_HAND_OFF\" in\n"
+ "> \n"
+ "> You can imagine doing \"flex_flags |= CLK_ENABLE_HAND_OFF\" in\n"
  "> st_of_flexgen_setup(), depending on the presence of such a property.\n"
  "\n"
  "This is precisely what Lee is trying to avoid. The would constitute a\n"
@@ -59,28 +53,19 @@
  "Regards,\n"
  "Mike\n"
  "\n"
- "> =\n"
- "\n"
- "> However, not disabling clocks is a software policy, not a hardware descri=\n"
- "ption,\n"
+ "> \n"
+ "> However, not disabling clocks is a software policy, not a hardware description,\n"
  "> so IMHO it doesn't belong in DT.\n"
- "> =\n"
- "\n"
+ "> \n"
  "> Gr{oetje,eeting}s,\n"
- "> =\n"
- "\n"
+ "> \n"
  ">                         Geert\n"
- "> =\n"
- "\n"
+ "> \n"
  "> --\n"
- "> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m6=\n"
- "8k.org\n"
- "> =\n"
- "\n"
- "> In personal conversations with technical people, I call myself a hacker. =\n"
- "But\n"
- "> when I'm talking to journalists I just say \"programmer\" or something like=\n"
- " that.\n"
+ "> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org\n"
+ "> \n"
+ "> In personal conversations with technical people, I call myself a hacker. But\n"
+ "> when I'm talking to journalists I just say \"programmer\" or something like that.\n"
  ">                                 -- Linus Torvalds\n"
  "> --\n"
  "> To unsubscribe from this list: send the line \"unsubscribe linux-kernel\" in\n"
@@ -88,4 +73,4 @@
  "> More majordomo info at  http://vger.kernel.org/majordomo-info.html\n"
  > Please read the FAQ at  http://www.tux.org/lkml/
 
-c2622f650162938913209a8879984b9c552215969cb62f33f9975ab5ee6a5cf5
+230af888edfdc50f3728ccd2c40fd860ac8eb39da53aa37a4ced16d05fde7f9d

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.