diff for duplicates of <77553409.zvN7VkNGe7@avalon> diff --git a/a/1.txt b/N1/1.txt index c5a2ddb..5226f7f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -7,7 +7,7 @@ On Thursday 27 March 2014 13:16:19 Sylwester Nawrocki wrote: > as specified in clock-parents, clock-rates DT properties for a consumer > device and a call to it before driver is bound to a device. > -> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> +> Signed-off-by: Sylwester Nawrocki <s.nawrocki-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> > --- > Changes since v2: > - edited in clock-bindings.txt, added note about 'assigned-clocks' @@ -55,7 +55,7 @@ On Thursday 27 March 2014 13:16:19 Sylwester Nawrocki wrote: > +a list of parent clocks in form of phandle and clock specifier pairs, the > +latter the list of assigned clock frequency values (one cell each). > + -> + uart at a000 { +> + uart@a000 { > + compatible = "fsl,imx-uart"; > + reg = <0xa000 0x1000>; > + ... @@ -127,7 +127,7 @@ sounds unclear to me. I'm not sure what you mean exactly. > @@ -0,0 +1,87 @@ > +/* > + * Copyright (C) 2014 Samsung Electronics Co., Ltd. -> + * Sylwester Nawrocki <s.nawrocki@samsung.com> +> + * Sylwester Nawrocki <s.nawrocki-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> > + * > + * 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 @@ -256,7 +256,7 @@ sounds unclear to me. I'm not sure what you mean exactly. > @@ -0,0 +1,19 @@ > +/* > + * Copyright (C) 2014 Samsung Electronics Co., Ltd. -> + * Sylwester Nawrocki <s.nawrocki@samsung.com> +> + * Sylwester Nawrocki <s.nawrocki-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> > + * > + * 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 @@ -278,3 +278,8 @@ sounds unclear to me. I'm not sure what you mean exactly. Regards, Laurent Pinchart + +-- +To unsubscribe from this list: send the line "unsubscribe devicetree" 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 65c0600..5b4ec63 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,24 @@ "ref\01395922579-28547-1-git-send-email-s.nawrocki@samsung.com\0" "ref\01395922579-28547-3-git-send-email-s.nawrocki@samsung.com\0" - "From\0laurent.pinchart@ideasonboard.com (Laurent Pinchart)\0" - "Subject\0[PATCH RFC v3 2/2] clk: Add handling of clk parent and rate assigned from DT\0" + "ref\01395922579-28547-3-git-send-email-s.nawrocki-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org\0" + "From\0Laurent Pinchart <laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org>\0" + "Subject\0Re: [PATCH RFC v3 2/2] clk: Add handling of clk parent and rate assigned from DT\0" "Date\0Thu, 27 Mar 2014 14:24:44 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0" + "Cc\0Sylwester Nawrocki <s.nawrocki-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>" + mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org + mark.rutland-5wv7dgnIgG8@public.gmane.org + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org + gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org + t.figa-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org + sw0312.kim-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org + linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + kyungmin.park-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org + robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org + galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org + grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org + " m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org\0" "\00:1\0" "b\0" "Hi Sylwester,\n" @@ -15,7 +30,7 @@ "> as specified in clock-parents, clock-rates DT properties for a consumer\n" "> device and a call to it before driver is bound to a device.\n" "> \n" - "> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>\n" + "> Signed-off-by: Sylwester Nawrocki <s.nawrocki-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\n" "> ---\n" "> Changes since v2:\n" "> - edited in clock-bindings.txt, added note about 'assigned-clocks'\n" @@ -63,7 +78,7 @@ "> +a list of parent clocks in form of phandle and clock specifier pairs, the\n" "> +latter the list of assigned clock frequency values (one cell each).\n" "> +\n" - "> + uart at a000 {\n" + "> + uart@a000 {\n" "> + compatible = \"fsl,imx-uart\";\n" "> + reg = <0xa000 0x1000>;\n" "> + ...\n" @@ -135,7 +150,7 @@ "> @@ -0,0 +1,87 @@\n" "> +/*\n" "> + * Copyright (C) 2014 Samsung Electronics Co., Ltd.\n" - "> + * Sylwester Nawrocki <s.nawrocki@samsung.com>\n" + "> + * Sylwester Nawrocki <s.nawrocki-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\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" @@ -264,7 +279,7 @@ "> @@ -0,0 +1,19 @@\n" "> +/*\n" "> + * Copyright (C) 2014 Samsung Electronics Co., Ltd.\n" - "> + * Sylwester Nawrocki <s.nawrocki@samsung.com>\n" + "> + * Sylwester Nawrocki <s.nawrocki-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\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" @@ -285,6 +300,11 @@ "-- \n" "Regards,\n" "\n" - Laurent Pinchart + "Laurent Pinchart\n" + "\n" + "--\n" + "To unsubscribe from this list: send the line \"unsubscribe devicetree\" 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 -72af4b7217680ec219882192da392874317cdfd12d61045bf9b98e55db127e49 +c3c41d0eec7f40612acdaed31005f69c4e59d76ab4fd054393d28378fa962ce0
diff --git a/a/1.txt b/N2/1.txt index c5a2ddb..f1f3ac5 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -55,7 +55,7 @@ On Thursday 27 March 2014 13:16:19 Sylwester Nawrocki wrote: > +a list of parent clocks in form of phandle and clock specifier pairs, the > +latter the list of assigned clock frequency values (one cell each). > + -> + uart at a000 { +> + uart@a000 { > + compatible = "fsl,imx-uart"; > + reg = <0xa000 0x1000>; > + ... diff --git a/a/content_digest b/N2/content_digest index 65c0600..b171244 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,9 +1,23 @@ "ref\01395922579-28547-1-git-send-email-s.nawrocki@samsung.com\0" "ref\01395922579-28547-3-git-send-email-s.nawrocki@samsung.com\0" - "From\0laurent.pinchart@ideasonboard.com (Laurent Pinchart)\0" - "Subject\0[PATCH RFC v3 2/2] clk: Add handling of clk parent and rate assigned from DT\0" + "From\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0" + "Subject\0Re: [PATCH RFC v3 2/2] clk: Add handling of clk parent and rate assigned from DT\0" "Date\0Thu, 27 Mar 2014 14:24:44 +0100\0" "To\0linux-arm-kernel@lists.infradead.org\0" + "Cc\0Sylwester Nawrocki <s.nawrocki@samsung.com>" + mturquette@linaro.org + mark.rutland@arm.com + devicetree@vger.kernel.org + linux@arm.linux.org.uk + gregkh@linuxfoundation.org + t.figa@samsung.com + sw0312.kim@samsung.com + linux-kernel@vger.kernel.org + kyungmin.park@samsung.com + robh+dt@kernel.org + galak@codeaurora.org + grant.likely@linaro.org + " m.szyprowski@samsung.com\0" "\00:1\0" "b\0" "Hi Sylwester,\n" @@ -63,7 +77,7 @@ "> +a list of parent clocks in form of phandle and clock specifier pairs, the\n" "> +latter the list of assigned clock frequency values (one cell each).\n" "> +\n" - "> + uart at a000 {\n" + "> + uart@a000 {\n" "> + compatible = \"fsl,imx-uart\";\n" "> + reg = <0xa000 0x1000>;\n" "> + ...\n" @@ -287,4 +301,4 @@ "\n" Laurent Pinchart -72af4b7217680ec219882192da392874317cdfd12d61045bf9b98e55db127e49 +50be80c49f006be45ae35f1641f1122f90a056a5ba3a7510874a9a864ad612f2
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.