diff for duplicates of <1503402390.7032.11.camel@baylibre.com> diff --git a/a/1.txt b/N1/1.txt index 5eba538..4a5a666 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -17,32 +17,32 @@ On Tue, 2017-08-22 at 13:15 +0200, Ulf Hansson wrote: > > > > Changes since v1 [0]: > > * Reorder patches to have fixes first, then rework and finally -> > ? enhancements. +> > enhancements. > > * Use CCF to manage clock phases > > -> > [0]: https://lkml.kernel.org/r/20170804174353.16486-1-jbrunet at baylibre.com +> > [0]: https://lkml.kernel.org/r/20170804174353.16486-1-jbrunet@baylibre.com > > > > Jerome Brunet (16): -> > ? mmc: meson-gx: fix mux mask definition -> > ? mmc: meson-gx: remove CLK_DIVIDER_ALLOW_ZERO clock flag -> > ? mmc: meson-gx: clean up some constants -> > ? mmc: meson-gx: use _irqsave variant of spinlock -> > ? mmc: meson-gx: cfg init overwrite values -> > ? mmc: meson-gx: rework set_ios function -> > ? mmc: meson-gx: rework clk_set function -> > ? mmc: meson-gx: rework clock init function -> > ? mmc: meson-gx: fix dual data rate mode frequencies -> > ? mmc: meson-gx: work around clk-stop issue -> > ? mmc: meson-gx: simplify interrupt handler -> > ? mmc: meson-gx: implement card_busy callback -> > ? mmc: meson-gx: use CCF to handle the clock phases -> > ? mmc: meson-gx: implement voltage switch callback -> > ? mmc: meson-gx: change default tx phase -> > ? mmc: meson-gx: rework tuning function -> > -> > ?drivers/mmc/host/meson-gx-mmc.c | 718 +++++++++++++++++++++++++++-------- +> > mmc: meson-gx: fix mux mask definition +> > mmc: meson-gx: remove CLK_DIVIDER_ALLOW_ZERO clock flag +> > mmc: meson-gx: clean up some constants +> > mmc: meson-gx: use _irqsave variant of spinlock +> > mmc: meson-gx: cfg init overwrite values +> > mmc: meson-gx: rework set_ios function +> > mmc: meson-gx: rework clk_set function +> > mmc: meson-gx: rework clock init function +> > mmc: meson-gx: fix dual data rate mode frequencies +> > mmc: meson-gx: work around clk-stop issue +> > mmc: meson-gx: simplify interrupt handler +> > mmc: meson-gx: implement card_busy callback +> > mmc: meson-gx: use CCF to handle the clock phases +> > mmc: meson-gx: implement voltage switch callback +> > mmc: meson-gx: change default tx phase +> > mmc: meson-gx: rework tuning function +> > +> > drivers/mmc/host/meson-gx-mmc.c | 718 +++++++++++++++++++++++++++-------- > > ----- -> > ?1 file changed, 497 insertions(+), 221 deletions(-) +> > 1 file changed, 497 insertions(+), 221 deletions(-) > > > > -- > > 2.9.5 diff --git a/a/content_digest b/N1/content_digest index eeb6d6d..3ab08e3 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,15 @@ "ref\020170821160301.21899-1-jbrunet@baylibre.com\0" "ref\0CAPDyKFoBebVf0wqJ+z5UHC+aMju2Qy0ONc1OVYrwzZKk+XgGTg@mail.gmail.com\0" - "From\0jbrunet@baylibre.com (Jerome Brunet)\0" - "Subject\0[PATCH v2 00/16] mmc: meson-gx: driver fixups and upgrades\0" + "From\0Jerome Brunet <jbrunet@baylibre.com>\0" + "Subject\0Re: [PATCH v2 00/16] mmc: meson-gx: driver fixups and upgrades\0" "Date\0Tue, 22 Aug 2017 13:46:30 +0200\0" - "To\0linus-amlogic@lists.infradead.org\0" + "To\0Ulf Hansson <ulf.hansson@linaro.org>\0" + "Cc\0Kevin Hilman <khilman@baylibre.com>" + Carlo Caione <carlo@caione.org> + linux-mmc@vger.kernel.org <linux-mmc@vger.kernel.org> + open list:ARM/Amlogic Meson... <linux-amlogic@lists.infradead.org> + linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org> + " linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>\0" "\00:1\0" "b\0" "On Tue, 2017-08-22 at 13:15 +0200, Ulf Hansson wrote:\n" @@ -25,32 +31,32 @@ "> > \n" "> > Changes since v1 [0]:\n" "> > * Reorder patches to have fixes first, then rework and finally\n" - "> > ? enhancements.\n" + "> > \302\240 enhancements.\n" "> > * Use CCF to manage clock phases\n" "> > \n" - "> > [0]: https://lkml.kernel.org/r/20170804174353.16486-1-jbrunet at baylibre.com\n" + "> > [0]: https://lkml.kernel.org/r/20170804174353.16486-1-jbrunet@baylibre.com\n" "> > \n" "> > Jerome Brunet (16):\n" - "> > ? mmc: meson-gx: fix mux mask definition\n" - "> > ? mmc: meson-gx: remove CLK_DIVIDER_ALLOW_ZERO clock flag\n" - "> > ? mmc: meson-gx: clean up some constants\n" - "> > ? mmc: meson-gx: use _irqsave variant of spinlock\n" - "> > ? mmc: meson-gx: cfg init overwrite values\n" - "> > ? mmc: meson-gx: rework set_ios function\n" - "> > ? mmc: meson-gx: rework clk_set function\n" - "> > ? mmc: meson-gx: rework clock init function\n" - "> > ? mmc: meson-gx: fix dual data rate mode frequencies\n" - "> > ? mmc: meson-gx: work around clk-stop issue\n" - "> > ? mmc: meson-gx: simplify interrupt handler\n" - "> > ? mmc: meson-gx: implement card_busy callback\n" - "> > ? mmc: meson-gx: use CCF to handle the clock phases\n" - "> > ? mmc: meson-gx: implement voltage switch callback\n" - "> > ? mmc: meson-gx: change default tx phase\n" - "> > ? mmc: meson-gx: rework tuning function\n" + "> > \302\240 mmc: meson-gx: fix mux mask definition\n" + "> > \302\240 mmc: meson-gx: remove CLK_DIVIDER_ALLOW_ZERO clock flag\n" + "> > \302\240 mmc: meson-gx: clean up some constants\n" + "> > \302\240 mmc: meson-gx: use _irqsave variant of spinlock\n" + "> > \302\240 mmc: meson-gx: cfg init overwrite values\n" + "> > \302\240 mmc: meson-gx: rework set_ios function\n" + "> > \302\240 mmc: meson-gx: rework clk_set function\n" + "> > \302\240 mmc: meson-gx: rework clock init function\n" + "> > \302\240 mmc: meson-gx: fix dual data rate mode frequencies\n" + "> > \302\240 mmc: meson-gx: work around clk-stop issue\n" + "> > \302\240 mmc: meson-gx: simplify interrupt handler\n" + "> > \302\240 mmc: meson-gx: implement card_busy callback\n" + "> > \302\240 mmc: meson-gx: use CCF to handle the clock phases\n" + "> > \302\240 mmc: meson-gx: implement voltage switch callback\n" + "> > \302\240 mmc: meson-gx: change default tx phase\n" + "> > \302\240 mmc: meson-gx: rework tuning function\n" "> > \n" - "> > ?drivers/mmc/host/meson-gx-mmc.c | 718 +++++++++++++++++++++++++++--------\n" + "> > \302\240drivers/mmc/host/meson-gx-mmc.c | 718 +++++++++++++++++++++++++++--------\n" "> > -----\n" - "> > ?1 file changed, 497 insertions(+), 221 deletions(-)\n" + "> > \302\2401 file changed, 497 insertions(+), 221 deletions(-)\n" "> > \n" "> > --\n" "> > 2.9.5\n" @@ -66,4 +72,4 @@ "> Kind regards\n" > Uffe -fededb1ca4887b0a2658a7ce9176495c1a5700bf5f2fd92eb75b60fb6af9a59d +112e5b05b62396ffef2f36bdccbad0db920752faa14210f886489299bb227f00
diff --git a/a/content_digest b/N2/content_digest index eeb6d6d..8b28e91 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -3,7 +3,7 @@ "From\0jbrunet@baylibre.com (Jerome Brunet)\0" "Subject\0[PATCH v2 00/16] mmc: meson-gx: driver fixups and upgrades\0" "Date\0Tue, 22 Aug 2017 13:46:30 +0200\0" - "To\0linus-amlogic@lists.infradead.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Tue, 2017-08-22 at 13:15 +0200, Ulf Hansson wrote:\n" @@ -66,4 +66,4 @@ "> Kind regards\n" > Uffe -fededb1ca4887b0a2658a7ce9176495c1a5700bf5f2fd92eb75b60fb6af9a59d +1dc8ec77bc3bede6594db497549276e9ca1eec95794b6766a4cd81ed421d5b5a
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.