diff for duplicates of <20130612025451.8816.19385@quantum> diff --git a/a/1.txt b/N1/1.txt index 05a7cbb..7a1a81e 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -11,7 +11,7 @@ forward or is this conversion just an intermediate step? Regards, Mike -> Signed-off-by: Tomasz Figa <tomasz.figa-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> +> Signed-off-by: Tomasz Figa <tomasz.figa@gmail.com> > --- > .../bindings/clock/samsung,s3c64xx-clock.txt | 48 ++ > drivers/clk/samsung/Makefile | 3 + @@ -55,7 +55,7 @@ Mike > + > +Example: Clock controller node: > + -> + clocks: clock-controller@7e00f000 { +> + clocks: clock-controller at 7e00f000 { > + compatible = "samsung,s3c6410-clock"; > + reg = <0x7e00f000 0x1000>; > + #clock-cells = <1>; @@ -65,7 +65,7 @@ Mike > + controller (refer to the standard clock bindings for information about > + "clocks" and "clock-names" properties): > + -> + uart0: serial@7f005000 { +> + uart0: serial at 7f005000 { > + compatible = "samsung,s3c6400-uart"; > + reg = <0x7f005000 0x100>; > + interrupt-parent = <&vic1>; @@ -94,7 +94,7 @@ Mike > +++ b/drivers/clk/samsung/clk-s3c64xx.c > @@ -0,0 +1,503 @@ > +/* -> + * Copyright (c) 2013 Tomasz Figa <tomasz.figa at gmail.com> +> + * Copyright (c) 2013 Tomasz Figa <tomasz.figa@gmail.com> > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License version 2 as @@ -603,7 +603,7 @@ Mike > +++ b/include/dt-bindings/clock/samsung,s3c64xx-clock.h > @@ -0,0 +1,144 @@ > +/* -> + * Copyright (c) 2013 Tomasz Figa <tomasz.figa at gmail.com> +> + * Copyright (c) 2013 Tomasz Figa <tomasz.figa@gmail.com> > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License version 2 as @@ -748,7 +748,3 @@ Mike > +#endif /* _DT_BINDINGS_CLOCK_SAMSUNG_S3C64XX_CLOCK_H */ > -- > 1.8.2.1 --- -To unsubscribe from this list: send the line "unsubscribe linux-usb" in -the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org -More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index a0a874e..3a87c86 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,19 +1,9 @@ "ref\01370476651-6743-1-git-send-email-tomasz.figa@gmail.com\0" "ref\01370476651-6743-3-git-send-email-tomasz.figa@gmail.com\0" - "ref\01370476651-6743-3-git-send-email-tomasz.figa-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org\0" - "From\0Mike Turquette <mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0" - "Subject\0Re: [PATCH 2/7] clk: samsung: Add clock driver for S3C64xx SoCs\0" + "From\0mturquette@linaro.org (Mike Turquette)\0" + "Subject\0[PATCH 2/7] clk: samsung: Add clock driver for S3C64xx SoCs\0" "Date\0Tue, 11 Jun 2013 19:54:51 -0700\0" - "To\0linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0" - "Cc\0linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" - Kukjin Kim <kgene.kim-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> - Mark Brown <broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> - Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org> - Olof Johansson <olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org> - stern-nwvwT67g6+6dFdvTe/nMLpVzexx5G7lz@public.gmane.org - gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org - linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - " Tomasz Figa <tomasz.figa-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Quoting Tomasz Figa (2013-06-05 16:57:26)\n" @@ -29,7 +19,7 @@ "Regards,\n" "Mike\n" "\n" - "> Signed-off-by: Tomasz Figa <tomasz.figa-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n" + "> Signed-off-by: Tomasz Figa <tomasz.figa@gmail.com>\n" "> ---\n" "> .../bindings/clock/samsung,s3c64xx-clock.txt | 48 ++\n" "> drivers/clk/samsung/Makefile | 3 +\n" @@ -73,7 +63,7 @@ "> +\n" "> +Example: Clock controller node:\n" "> +\n" - "> + clocks: clock-controller@7e00f000 {\n" + "> + clocks: clock-controller at 7e00f000 {\n" "> + compatible = \"samsung,s3c6410-clock\";\n" "> + reg = <0x7e00f000 0x1000>;\n" "> + #clock-cells = <1>;\n" @@ -83,7 +73,7 @@ "> + controller (refer to the standard clock bindings for information about\n" "> + \"clocks\" and \"clock-names\" properties):\n" "> +\n" - "> + uart0: serial@7f005000 {\n" + "> + uart0: serial at 7f005000 {\n" "> + compatible = \"samsung,s3c6400-uart\";\n" "> + reg = <0x7f005000 0x100>;\n" "> + interrupt-parent = <&vic1>;\n" @@ -112,7 +102,7 @@ "> +++ b/drivers/clk/samsung/clk-s3c64xx.c\n" "> @@ -0,0 +1,503 @@\n" "> +/*\n" - "> + * Copyright (c) 2013 Tomasz Figa <tomasz.figa at gmail.com>\n" + "> + * Copyright (c) 2013 Tomasz Figa <tomasz.figa@gmail.com>\n" "> + *\n" "> + * This program is free software; you can redistribute it and/or modify\n" "> + * it under the terms of the GNU General Public License version 2 as\n" @@ -621,7 +611,7 @@ "> +++ b/include/dt-bindings/clock/samsung,s3c64xx-clock.h\n" "> @@ -0,0 +1,144 @@\n" "> +/*\n" - "> + * Copyright (c) 2013 Tomasz Figa <tomasz.figa at gmail.com>\n" + "> + * Copyright (c) 2013 Tomasz Figa <tomasz.figa@gmail.com>\n" "> + *\n" "> + * This program is free software; you can redistribute it and/or modify\n" "> + * it under the terms of the GNU General Public License version 2 as\n" @@ -765,10 +755,6 @@ "> +\n" "> +#endif /* _DT_BINDINGS_CLOCK_SAMSUNG_S3C64XX_CLOCK_H */\n" "> -- \n" - "> 1.8.2.1\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe linux-usb\" in\n" - "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + > 1.8.2.1 -86c974895a53b34196dda452c8d9dd9232b7186e3abc1bb37ccbe5ae3ab95e7a +f7ff1d404ddebdf82bf3fb0a57966341f81db36c1d0cb66a83f0f2bccccbb4cc
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.