diff for duplicates of <20151020134343.20687.16333@quantum> diff --git a/a/1.txt b/N1/1.txt index 9644708..26246e8 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -16,18 +16,18 @@ clk_register is really all that we need since we've had struct clk_init_data for a while. Initializing a multiplier should be as simple as: - struct clk_multiplier clk_foo =3D { - .hw.init =3D &(struct clk_init_data){ - .name =3D "foo", - .parent_names =3D (const char *[]){ + struct clk_multiplier clk_foo = { + .hw.init = &(struct clk_init_data){ + .name = "foo", + .parent_names = (const char *[]){ "bar", }, - .num_parents =3D 1; - .ops =3D &clk_multiplier_ops, + .num_parents = 1; + .ops = &clk_multiplier_ops, }, - .reg =3D 0xd34db33f, - .shift =3D 1, - .width =3D 2, + .reg = 0xd34db33f, + .shift = 1, + .width = 2, }; clk_register(dev, &clk_foo.hw); diff --git a/a/content_digest b/N1/content_digest index 29d1f7c..6d60b25 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,17 +1,9 @@ "ref\01445326609-6314-1-git-send-email-maxime.ripard@free-electrons.com\0" "ref\01445326609-6314-2-git-send-email-maxime.ripard@free-electrons.com\0" - "From\0Michael Turquette <mturquette@baylibre.com>\0" - "Subject\0Re: [PATCH v6 1/5] clk: Add a basic multiplier clock\0" + "From\0mturquette@baylibre.com (Michael Turquette)\0" + "Subject\0[PATCH v6 1/5] clk: Add a basic multiplier clock\0" "Date\0Tue, 20 Oct 2015 06:43:43 -0700\0" - "To\0Maxime Ripard <maxime.ripard@free-electrons.com>" - Stephen Boyd <sboyd@codeaurora.org> - " Emilio Lopez <emilio@elopez.com.ar>\0" - "Cc\0linux-arm-kernel@lists.infradead.org" - linux-clk@vger.kernel.org - Chen-Yu Tsai <wens@csie.org> - Hans de Goede <hdegoede@redhat.com> - linux-sunxi@googlegroups.com - " Maxime Ripard <maxime.ripard@free-electrons.com>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Hi Maxime,\n" @@ -32,18 +24,18 @@ "clk_init_data for a while. Initializing a multiplier should be as simple\n" "as:\n" "\n" - "\tstruct clk_multiplier clk_foo =3D {\n" - "\t\t.hw.init =3D &(struct clk_init_data){\n" - "\t\t\t.name =3D \"foo\",\n" - "\t\t\t.parent_names =3D (const char *[]){\n" + "\tstruct clk_multiplier clk_foo = {\n" + "\t\t.hw.init = &(struct clk_init_data){\n" + "\t\t\t.name = \"foo\",\n" + "\t\t\t.parent_names = (const char *[]){\n" "\t\t\t\t\"bar\",\n" "\t\t\t},\n" - "\t\t\t.num_parents =3D 1;\n" - "\t\t\t.ops =3D &clk_multiplier_ops,\n" + "\t\t\t.num_parents = 1;\n" + "\t\t\t.ops = &clk_multiplier_ops,\n" "\t\t},\n" - "\t\t.reg =3D 0xd34db33f,\n" - "\t\t.shift =3D 1,\n" - "\t\t.width =3D 2,\n" + "\t\t.reg = 0xd34db33f,\n" + "\t\t.shift = 1,\n" + "\t\t.width = 2,\n" "\t};\n" "\n" "\tclk_register(dev, &clk_foo.hw);\n" @@ -61,4 +53,4 @@ "Regards,\n" Mike -b45c89de9fe3f8710d725d157bc84e050348cc9873f0e52af26d3a78c55a75c0 +82311e2de1e20297c45dea4bd800023aa5969af86a25a477393a9d57cb96e7ec
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.