All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <BF555A06-59CD-4697-927E-04657E6F1DB1@kernel.crashing.org>

diff --git a/a/1.txt b/N1/1.txt
index f13193d..d4403b2 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -9,41 +9,32 @@ On Aug 6, 2013, at 3:43 PM, Gerhard Sittig wrote:
 > - introduces support for the common clock framework (CCF, COMMON_CLK
 > Kconfig option) in the PowerPC based MPC512x platform, which brings
 > device tree based clock lookup as well
->=20
-> although the series does touch several subsystems -- tty (serial), =
-spi,
-> net (can, fs_enet), mtd (nfc), usb, i2c, media (viu), and dts -- all =
-of
+> 
+> although the series does touch several subsystems -- tty (serial), spi,
+> net (can, fs_enet), mtd (nfc), usb, i2c, media (viu), and dts -- all of
 > the patches are strictly clock related or trivial
->=20
+> 
 > it appears most appropriate to take this series through either the clk
 > or the powerpc trees after it has passed review and other subsystem
 > maintainers ACKed the clock setup related driver modifications
->=20
-> the series passes 'checkpatch.pl --strict' except for one warning =
-which
-> cannot get resolved, since that either breaks compilation (the data =
-type
+> 
+> the series passes 'checkpatch.pl --strict' except for one warning which
+> cannot get resolved, since that either breaks compilation (the data type
 > is preset by the clk-provider.h API) or requires a cast which shadows
 > real mismatches:
->=20
-> WARNING: static const char * array should probably be static const =
-char * const
+> 
+> WARNING: static const char * array should probably be static const char * const
 > #431: FILE: arch/powerpc/platforms/512x/clock-commonclk.c:334:
-> +static const char *parent_names_mux0[] =3D {
->=20
+> +static const char *parent_names_mux0[] = {
+> 
 > total: 0 errors, 1 warnings, 0 checks, 807 lines checked
->=20
-> each step in the series was build and run tested (with a display that =
-is
-> attached to the DIU as well as SPI, with an SPI attached NOR flash, =
-with
-> multiple UART ports such that one is not the boot console, with =
-EEPROMs
+> 
+> each step in the series was build and run tested (with a display that is
+> attached to the DIU as well as SPI, with an SPI attached NOR flash, with
+> multiple UART ports such that one is not the boot console, with EEPROMs
 > attached to I2C, with an SD card, booting from network)
->=20
+> 
 
-How do the driver changes impact other PPC SoCs that use the same =
-drivers (i2c, fs_enet, usb) ?
+How do the driver changes impact other PPC SoCs that use the same drivers (i2c, fs_enet, usb) ?
 
-- k=
\ No newline at end of file
+- k
\ No newline at end of file
diff --git a/a/content_digest b/N1/content_digest
index 8902e19..a441ed2 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -5,32 +5,16 @@
   "ref\0001375821851-31609-1-git-send-email-gsi\@denx.de\0"
 ]
 [
-  "From\0Kumar Gala <galak\@kernel.crashing.org>\0"
+  "From\0galak\@kernel.crashing.org (Kumar Gala)\0"
 ]
 [
-  "Subject\0Re: [PATCH v4 00/31] add COMMON_CLK support for PowerPC MPC512x\0"
+  "Subject\0[PATCH v4 00/31] add COMMON_CLK support for PowerPC MPC512x\0"
 ]
 [
   "Date\0Wed, 7 Aug 2013 10:40:24 -0500\0"
 ]
 [
-  "To\0Gerhard Sittig <gsi\@denx.de>\0"
-]
-[
-  "Cc\0devicetree\@vger.kernel.org",
-  " Mike Turquette <mturquette\@linaro.org>",
-  " Detlev Zundel <dzu\@denx.de>",
-  " Wolfram Sang <wsa\@the-dreams.de>",
-  " Greg Kroah-Hartman <gregkh\@linuxfoundation.org>",
-  " Rob Herring <rob.herring\@calxeda.com>",
-  " Mark Brown <broonie\@kernel.org>",
-  " Marc Kleine-Budde <mkl\@pengutronix.de>",
-  " Wolfgang Grandegger <wg\@grandegger.com>",
-  " Anatolij Gustschin <agust\@denx.de>",
-  " linuxppc-dev\@lists.ozlabs.org",
-  " David Woodhouse <dwmw2\@infradead.org>",
-  " linux-arm-kernel\@lists.infradead.org",
-  " Mauro Carvalho Chehab <m.chehab\@samsung.com>\0"
+  "To\0linux-arm-kernel\@lists.infradead.org\0"
 ]
 [
   "\0000:1\0"
@@ -50,44 +34,35 @@
   "> - introduces support for the common clock framework (CCF, COMMON_CLK\n",
   "> Kconfig option) in the PowerPC based MPC512x platform, which brings\n",
   "> device tree based clock lookup as well\n",
-  ">=20\n",
-  "> although the series does touch several subsystems -- tty (serial), =\n",
-  "spi,\n",
-  "> net (can, fs_enet), mtd (nfc), usb, i2c, media (viu), and dts -- all =\n",
-  "of\n",
+  "> \n",
+  "> although the series does touch several subsystems -- tty (serial), spi,\n",
+  "> net (can, fs_enet), mtd (nfc), usb, i2c, media (viu), and dts -- all of\n",
   "> the patches are strictly clock related or trivial\n",
-  ">=20\n",
+  "> \n",
   "> it appears most appropriate to take this series through either the clk\n",
   "> or the powerpc trees after it has passed review and other subsystem\n",
   "> maintainers ACKed the clock setup related driver modifications\n",
-  ">=20\n",
-  "> the series passes 'checkpatch.pl --strict' except for one warning =\n",
-  "which\n",
-  "> cannot get resolved, since that either breaks compilation (the data =\n",
-  "type\n",
+  "> \n",
+  "> the series passes 'checkpatch.pl --strict' except for one warning which\n",
+  "> cannot get resolved, since that either breaks compilation (the data type\n",
   "> is preset by the clk-provider.h API) or requires a cast which shadows\n",
   "> real mismatches:\n",
-  ">=20\n",
-  "> WARNING: static const char * array should probably be static const =\n",
-  "char * const\n",
+  "> \n",
+  "> WARNING: static const char * array should probably be static const char * const\n",
   "> #431: FILE: arch/powerpc/platforms/512x/clock-commonclk.c:334:\n",
-  "> +static const char *parent_names_mux0[] =3D {\n",
-  ">=20\n",
+  "> +static const char *parent_names_mux0[] = {\n",
+  "> \n",
   "> total: 0 errors, 1 warnings, 0 checks, 807 lines checked\n",
-  ">=20\n",
-  "> each step in the series was build and run tested (with a display that =\n",
-  "is\n",
-  "> attached to the DIU as well as SPI, with an SPI attached NOR flash, =\n",
-  "with\n",
-  "> multiple UART ports such that one is not the boot console, with =\n",
-  "EEPROMs\n",
+  "> \n",
+  "> each step in the series was build and run tested (with a display that is\n",
+  "> attached to the DIU as well as SPI, with an SPI attached NOR flash, with\n",
+  "> multiple UART ports such that one is not the boot console, with EEPROMs\n",
   "> attached to I2C, with an SD card, booting from network)\n",
-  ">=20\n",
+  "> \n",
   "\n",
-  "How do the driver changes impact other PPC SoCs that use the same =\n",
-  "drivers (i2c, fs_enet, usb) ?\n",
+  "How do the driver changes impact other PPC SoCs that use the same drivers (i2c, fs_enet, usb) ?\n",
   "\n",
-  "- k="
+  "- k"
 ]
 
-1fc76b95e9b560d1fe608f568d9b7c0e3c2919646af8926a29549f513b2aecd6
+02434ccffc801d717327fb3506d929348b520dfa56a4f1b7cae31b76da9ba21b

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.