diff for duplicates of <20151022095701.20687.92456@quantum> diff --git a/a/1.txt b/N1/1.txt index 0a4e0a2..0627476 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,15 +1,13 @@ Quoting Geert Uytterhoeven (2015-10-21 09:46:35) > Hi Mike, -> = - +> > On Wed, Oct 21, 2015 at 5:50 PM, Michael Turquette > <mturquette@baylibre.com> wrote: > > Quoting Russell King - ARM Linux (2015-10-21 03:59:32) > >> On Wed, Oct 21, 2015 at 11:50:07AM +0200, Geert Uytterhoeven wrote: > >> > On Tue, Oct 20, 2015 at 2:40 PM, Michael Turquette > >> > <mturquette@baylibre.com> wrote: -> >> > > Why not keep the reference to the struct clk after get'ing it the = -first +> >> > > Why not keep the reference to the struct clk after get'ing it the first > >> > > time? > >> > > >> > And store it where? @@ -47,11 +45,9 @@ first > > clk_id's to figure out the number of clocks. Or we could just add > > .num_clk to the struct, fix up all 4 users of it and drop the NULL > > sentinel used the .clk_id's... Hmm that would have been better. -> = - +> > Thanks for trying. -> = - +> > > index 25266c6..45e58fe 100644 > > --- a/include/linux/pm_clock.h > > +++ b/include/linux/pm_clock.h @@ -63,11 +59,9 @@ first > > }; > > > > struct clk; -> = - +> > Unfortunately that won't work: while the .con_ids[] array is per-platform, -> the .clks[] array should be per-device. I.e. it should be tied to the str= -uct +> the .clks[] array should be per-device. I.e. it should be tied to the struct > device, not to the struct pm_clk_notifier_block. Well you're right about that. But the problem needs to be solved at some @@ -76,26 +70,19 @@ other than, "it's been this way for a while now, so let's keep it". Essentially it's blocking the per-user imbalance checks that I'd like to merge. -Or we could accept lots of noisy warns for the CONFIG_PM=3Dn case. +Or we could accept lots of noisy warns for the CONFIG_PM=n case. Regards, Mike -> = - +> > 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 diff --git a/a/content_digest b/N1/content_digest index ee929c4..f4a65e2 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -9,37 +9,34 @@ "From\0Michael Turquette <mturquette@baylibre.com>\0" "Subject\0Re: [PATCH RFC RFT 2/3] clk: clk_put WARNs if user has not disabled clk\0" "Date\0Thu, 22 Oct 2015 02:57:01 -0700\0" - "To\0Geert Uytterhoeven <geert@linux-m68k.org>" - "\0" + "To\0Geert Uytterhoeven <geert@linux-m68k.org>\0" "Cc\0Russell King - ARM Linux <linux@arm.linux.org.uk>" - linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org> - linux-clk <linux-clk@vger.kernel.org> - Stephen Boyd <sboyd@codeaurora.org> - Lee Jones <lee.jones@linaro.org> - Maxime Ripard <maxime.ripard@free-electrons.com> - Sascha Hauer <s.hauer@pengutronix.de> - Sekhar Nori <nsekhar@ti.com> Kevin Hilman <khilman@kernel.org> - Santosh Shilimkar <ssantosh@kernel.org> Tony Lindgren <tony@atomide.com> - linux-omap@vger.kernel.org <linux-omap@vger.kernel.org> - linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org> + Sekhar Nori <nsekhar@ti.com> + Sascha Hauer <s.hauer@pengutronix.de> Linux-sh list <linux-sh@vger.kernel.org> - " Linux PM list <linux-pm@vger.kernel.org>\0" + Stephen Boyd <sboyd@codeaurora.org> + linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org> + Santosh Shilimkar <ssantosh@kernel.org> + Linux PM list <linux-pm@vger.kernel.org> + Maxime Ripard <maxime.ripard@free-electrons.com> + linux-omap@vger.kernel.org <linux-omap@vger.kernel.org> + Lee Jones <lee.jones@linaro.org> + linux-clk <linux-clk@vger.kernel.org> + " linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>\0" "\00:1\0" "b\0" "Quoting Geert Uytterhoeven (2015-10-21 09:46:35)\n" "> Hi Mike,\n" - "> =\n" - "\n" + "> \n" "> On Wed, Oct 21, 2015 at 5:50 PM, Michael Turquette\n" "> <mturquette@baylibre.com> wrote:\n" "> > Quoting Russell King - ARM Linux (2015-10-21 03:59:32)\n" "> >> On Wed, Oct 21, 2015 at 11:50:07AM +0200, Geert Uytterhoeven wrote:\n" "> >> > On Tue, Oct 20, 2015 at 2:40 PM, Michael Turquette\n" "> >> > <mturquette@baylibre.com> wrote:\n" - "> >> > > Why not keep the reference to the struct clk after get'ing it the =\n" - "first\n" + "> >> > > Why not keep the reference to the struct clk after get'ing it the first\n" "> >> > > time?\n" "> >> >\n" "> >> > And store it where?\n" @@ -77,11 +74,9 @@ "> > clk_id's to figure out the number of clocks. Or we could just add\n" "> > .num_clk to the struct, fix up all 4 users of it and drop the NULL\n" "> > sentinel used the .clk_id's... Hmm that would have been better.\n" - "> =\n" - "\n" + "> \n" "> Thanks for trying.\n" - "> =\n" - "\n" + "> \n" "> > index 25266c6..45e58fe 100644\n" "> > --- a/include/linux/pm_clock.h\n" "> > +++ b/include/linux/pm_clock.h\n" @@ -93,11 +88,9 @@ "> > };\n" "> >\n" "> > struct clk;\n" - "> =\n" - "\n" + "> \n" "> Unfortunately that won't work: while the .con_ids[] array is per-platform,\n" - "> the .clks[] array should be per-device. I.e. it should be tied to the str=\n" - "uct\n" + "> the .clks[] array should be per-device. I.e. it should be tied to the struct\n" "> device, not to the struct pm_clk_notifier_block.\n" "\n" "Well you're right about that. But the problem needs to be solved at some\n" @@ -106,28 +99,21 @@ "Essentially it's blocking the per-user imbalance checks that I'd like to\n" "merge.\n" "\n" - "Or we could accept lots of noisy warns for the CONFIG_PM=3Dn case.\n" + "Or we could accept lots of noisy warns for the CONFIG_PM=n case.\n" "\n" "Regards,\n" "Mike\n" "\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 -d61054bafdd5a8ffe57fb2b1762940a5358a56ce22966d770b22cb81f1ad00fa +d2e31ef49531c8c168d5906061e3bdfbf8ef42a7af054bf86567b5333878fc2d
diff --git a/a/1.txt b/N2/1.txt index 0a4e0a2..588aebc 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,15 +1,13 @@ Quoting Geert Uytterhoeven (2015-10-21 09:46:35) > Hi Mike, -> = - +> > On Wed, Oct 21, 2015 at 5:50 PM, Michael Turquette > <mturquette@baylibre.com> wrote: > > Quoting Russell King - ARM Linux (2015-10-21 03:59:32) > >> On Wed, Oct 21, 2015 at 11:50:07AM +0200, Geert Uytterhoeven wrote: > >> > On Tue, Oct 20, 2015 at 2:40 PM, Michael Turquette > >> > <mturquette@baylibre.com> wrote: -> >> > > Why not keep the reference to the struct clk after get'ing it the = -first +> >> > > Why not keep the reference to the struct clk after get'ing it the first > >> > > time? > >> > > >> > And store it where? @@ -47,11 +45,9 @@ first > > clk_id's to figure out the number of clocks. Or we could just add > > .num_clk to the struct, fix up all 4 users of it and drop the NULL > > sentinel used the .clk_id's... Hmm that would have been better. -> = - +> > Thanks for trying. -> = - +> > > index 25266c6..45e58fe 100644 > > --- a/include/linux/pm_clock.h > > +++ b/include/linux/pm_clock.h @@ -63,11 +59,9 @@ first > > }; > > > > struct clk; -> = - +> > Unfortunately that won't work: while the .con_ids[] array is per-platform, -> the .clks[] array should be per-device. I.e. it should be tied to the str= -uct +> the .clks[] array should be per-device. I.e. it should be tied to the struct > device, not to the struct pm_clk_notifier_block. Well you're right about that. But the problem needs to be solved at some @@ -76,26 +70,19 @@ other than, "it's been this way for a while now, so let's keep it". Essentially it's blocking the per-user imbalance checks that I'd like to merge. -Or we could accept lots of noisy warns for the CONFIG_PM=3Dn case. +Or we could accept lots of noisy warns for the CONFIG_PM=n case. Regards, Mike -> = - +> > 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 at 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 diff --git a/a/content_digest b/N2/content_digest index ee929c4..b062cfc 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -6,40 +6,22 @@ "ref\020151021105932.GP32536@n2100.arm.linux.org.uk\0" "ref\020151021155057.20687.14055@quantum\0" "ref\0CAMuHMdWgf8DOhaDLcQ=qJx0r7G0zK_yfWRpVOPBV--SW2Rw1kA@mail.gmail.com\0" - "From\0Michael Turquette <mturquette@baylibre.com>\0" - "Subject\0Re: [PATCH RFC RFT 2/3] clk: clk_put WARNs if user has not disabled clk\0" + "From\0mturquette@baylibre.com (Michael Turquette)\0" + "Subject\0[PATCH RFC RFT 2/3] clk: clk_put WARNs if user has not disabled clk\0" "Date\0Thu, 22 Oct 2015 02:57:01 -0700\0" - "To\0Geert Uytterhoeven <geert@linux-m68k.org>" - "\0" - "Cc\0Russell King - ARM Linux <linux@arm.linux.org.uk>" - linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org> - linux-clk <linux-clk@vger.kernel.org> - Stephen Boyd <sboyd@codeaurora.org> - Lee Jones <lee.jones@linaro.org> - Maxime Ripard <maxime.ripard@free-electrons.com> - Sascha Hauer <s.hauer@pengutronix.de> - Sekhar Nori <nsekhar@ti.com> - Kevin Hilman <khilman@kernel.org> - Santosh Shilimkar <ssantosh@kernel.org> - Tony Lindgren <tony@atomide.com> - linux-omap@vger.kernel.org <linux-omap@vger.kernel.org> - linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org> - Linux-sh list <linux-sh@vger.kernel.org> - " Linux PM list <linux-pm@vger.kernel.org>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Quoting Geert Uytterhoeven (2015-10-21 09:46:35)\n" "> Hi Mike,\n" - "> =\n" - "\n" + "> \n" "> On Wed, Oct 21, 2015 at 5:50 PM, Michael Turquette\n" "> <mturquette@baylibre.com> wrote:\n" "> > Quoting Russell King - ARM Linux (2015-10-21 03:59:32)\n" "> >> On Wed, Oct 21, 2015 at 11:50:07AM +0200, Geert Uytterhoeven wrote:\n" "> >> > On Tue, Oct 20, 2015 at 2:40 PM, Michael Turquette\n" "> >> > <mturquette@baylibre.com> wrote:\n" - "> >> > > Why not keep the reference to the struct clk after get'ing it the =\n" - "first\n" + "> >> > > Why not keep the reference to the struct clk after get'ing it the first\n" "> >> > > time?\n" "> >> >\n" "> >> > And store it where?\n" @@ -77,11 +59,9 @@ "> > clk_id's to figure out the number of clocks. Or we could just add\n" "> > .num_clk to the struct, fix up all 4 users of it and drop the NULL\n" "> > sentinel used the .clk_id's... Hmm that would have been better.\n" - "> =\n" - "\n" + "> \n" "> Thanks for trying.\n" - "> =\n" - "\n" + "> \n" "> > index 25266c6..45e58fe 100644\n" "> > --- a/include/linux/pm_clock.h\n" "> > +++ b/include/linux/pm_clock.h\n" @@ -93,11 +73,9 @@ "> > };\n" "> >\n" "> > struct clk;\n" - "> =\n" - "\n" + "> \n" "> Unfortunately that won't work: while the .con_ids[] array is per-platform,\n" - "> the .clks[] array should be per-device. I.e. it should be tied to the str=\n" - "uct\n" + "> the .clks[] array should be per-device. I.e. it should be tied to the struct\n" "> device, not to the struct pm_clk_notifier_block.\n" "\n" "Well you're right about that. But the problem needs to be solved at some\n" @@ -106,28 +84,21 @@ "Essentially it's blocking the per-user imbalance checks that I'd like to\n" "merge.\n" "\n" - "Or we could accept lots of noisy warns for the CONFIG_PM=3Dn case.\n" + "Or we could accept lots of noisy warns for the CONFIG_PM=n case.\n" "\n" "Regards,\n" "Mike\n" "\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 at 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 -d61054bafdd5a8ffe57fb2b1762940a5358a56ce22966d770b22cb81f1ad00fa +5a223ec1bec75062b4effa775bbf4b3f2b292a9f9bc95201129d8ccbd1ce67c7
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.