diff for duplicates of <20150811182535.31346.52965@quantum> diff --git a/a/content_digest b/N1/content_digest index f71a188..30ac916 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,8 +2,7 @@ "From\0Michael Turquette <mturquette@linaro.org>\0" "Subject\0Re: [RFC PATCH 0/8] clk: qoriq: Move chip-specific knowledge into driver\0" "Date\0Tue, 11 Aug 2015 11:25:35 -0700\0" - "To\0Scott Wood <scottwood@freescale.com>" - " Tang Yuantian <Yuantian.Tang@freescale.com>\0" + "To\0Tang Yuantian <Yuantian.Tang@freescale.com>\0" "Cc\0Rafael J. Wysocki <rjw@rjwysocki.net>" Liberman Igal-B31950 <Igal.Liberman@freescale.com> Bucur Madalin-Cristian-B32716 <madalin.bucur@freescale.com> @@ -93,4 +92,4 @@ "> 2.1.4\n" > -0dc06a1e219a4b79bbbdb3a67e20c774771aa3c177af0da7fc8646465a24db2d +8e80e114ee469ce7a4a617ba8792f1a4ec2fc5c24e01ace67f45e25e67c9905d
diff --git a/a/1.txt b/N2/1.txt index 1899851..e768a70 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,7 +1,8 @@ Hi Scott, Quoting Scott Wood (2015-06-18 19:49:10) -> The existing device tree bindings are error-prone and inflexible. +> The existing device tree bindings are error-prone and inflexible. = + > Correct the mistake by moving the knowledge into the driver, which > has more flexibility in describing the quirks of each chip. This leaves > the device tree to its proper role of identifying a programming interface @@ -18,9 +19,11 @@ Acked-by: Michael Turquette <mturquette@baylibre.com> Regards, Mike -> +> = + > For more detail, see the commit message of patch 4. -> +> = + > Scott Wood (8): > ARM: dts: ls1021a: Fix clockgen node > cpufreq: qoriq: Don't look at clock implementation details @@ -30,7 +33,8 @@ Mike > cpufreq: qoriq: Remove frequency masking and minimum > clk: qoriq: Expose OF clocks directly from the clockgen node > powerpc/fsl: Use new clockgen binding -> +> = + > .../devicetree/bindings/clock/qoriq-clock.txt | 57 +- > arch/arm/boot/dts/ls1021a.dtsi | 3 + > arch/powerpc/boot/dts/fsl/b4420si-pre.dtsi | 4 +- @@ -62,16 +66,20 @@ Mike > arch/powerpc/platforms/85xx/smp.c | 2 +- > arch/powerpc/platforms/85xx/twr_p102x.c | 2 +- > arch/powerpc/platforms/86xx/mpc8610_hpcd.c | 2 +- -> drivers/clk/clk-qoriq.c | 1191 ++++++++++++++++---- +> drivers/clk/clk-qoriq.c | 1191 ++++++++++++++= +++---- > drivers/cpufreq/qoriq-cpufreq.c | 139 +-- > drivers/iommu/fsl_pamu.c | 2 +- -> .../asm/fsl_guts.h => include/linux/fsl/guts.h | 6 +- +> .../asm/fsl_guts.h =3D> include/linux/fsl/guts.h | 6 +- > sound/soc/fsl/mpc8610_hpcd.c | 2 +- > sound/soc/fsl/p1022_ds.c | 2 +- > sound/soc/fsl/p1022_rdk.c | 2 +- > 38 files changed, 1107 insertions(+), 776 deletions(-) -> rename arch/powerpc/include/asm/fsl_guts.h => include/linux/fsl/guts.h (98%) -> -> -- +> rename arch/powerpc/include/asm/fsl_guts.h =3D> include/linux/fsl/guts.h= + (98%) +> = + +> -- = + > 2.1.4 -> +>=20 diff --git a/a/content_digest b/N2/content_digest index f71a188..533c99b 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -18,7 +18,8 @@ "Hi Scott,\n" "\n" "Quoting Scott Wood (2015-06-18 19:49:10)\n" - "> The existing device tree bindings are error-prone and inflexible. \n" + "> The existing device tree bindings are error-prone and inflexible. =\n" + "\n" "> Correct the mistake by moving the knowledge into the driver, which\n" "> has more flexibility in describing the quirks of each chip. This leaves\n" "> the device tree to its proper role of identifying a programming interface\n" @@ -35,9 +36,11 @@ "Regards,\n" "Mike\n" "\n" - "> \n" + "> =\n" + "\n" "> For more detail, see the commit message of patch 4.\n" - "> \n" + "> =\n" + "\n" "> Scott Wood (8):\n" "> ARM: dts: ls1021a: Fix clockgen node\n" "> cpufreq: qoriq: Don't look at clock implementation details\n" @@ -47,7 +50,8 @@ "> cpufreq: qoriq: Remove frequency masking and minimum\n" "> clk: qoriq: Expose OF clocks directly from the clockgen node\n" "> powerpc/fsl: Use new clockgen binding\n" - "> \n" + "> =\n" + "\n" "> .../devicetree/bindings/clock/qoriq-clock.txt | 57 +-\n" "> arch/arm/boot/dts/ls1021a.dtsi | 3 +\n" "> arch/powerpc/boot/dts/fsl/b4420si-pre.dtsi | 4 +-\n" @@ -79,18 +83,22 @@ "> arch/powerpc/platforms/85xx/smp.c | 2 +-\n" "> arch/powerpc/platforms/85xx/twr_p102x.c | 2 +-\n" "> arch/powerpc/platforms/86xx/mpc8610_hpcd.c | 2 +-\n" - "> drivers/clk/clk-qoriq.c | 1191 ++++++++++++++++----\n" + "> drivers/clk/clk-qoriq.c | 1191 ++++++++++++++=\n" + "++----\n" "> drivers/cpufreq/qoriq-cpufreq.c | 139 +--\n" "> drivers/iommu/fsl_pamu.c | 2 +-\n" - "> .../asm/fsl_guts.h => include/linux/fsl/guts.h | 6 +-\n" + "> .../asm/fsl_guts.h =3D> include/linux/fsl/guts.h | 6 +-\n" "> sound/soc/fsl/mpc8610_hpcd.c | 2 +-\n" "> sound/soc/fsl/p1022_ds.c | 2 +-\n" "> sound/soc/fsl/p1022_rdk.c | 2 +-\n" "> 38 files changed, 1107 insertions(+), 776 deletions(-)\n" - "> rename arch/powerpc/include/asm/fsl_guts.h => include/linux/fsl/guts.h (98%)\n" - "> \n" - "> -- \n" + "> rename arch/powerpc/include/asm/fsl_guts.h =3D> include/linux/fsl/guts.h=\n" + " (98%)\n" + "> =\n" + "\n" + "> -- =\n" + "\n" "> 2.1.4\n" - > + >=20 -0dc06a1e219a4b79bbbdb3a67e20c774771aa3c177af0da7fc8646465a24db2d +8185533e6acd193b463c43b7675261d1e0c4d6de790a5157fb5b84ec7a1140cf
diff --git a/a/content_digest b/N3/content_digest index f71a188..87f796a 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -1,18 +1,8 @@ "ref\01434682158-7243-1-git-send-email-scottwood@freescale.com\0" - "From\0Michael Turquette <mturquette@linaro.org>\0" - "Subject\0Re: [RFC PATCH 0/8] clk: qoriq: Move chip-specific knowledge into driver\0" + "From\0mturquette@linaro.org (Michael Turquette)\0" + "Subject\0[RFC PATCH 0/8] clk: qoriq: Move chip-specific knowledge into driver\0" "Date\0Tue, 11 Aug 2015 11:25:35 -0700\0" - "To\0Scott Wood <scottwood@freescale.com>" - " Tang Yuantian <Yuantian.Tang@freescale.com>\0" - "Cc\0Rafael J. Wysocki <rjw@rjwysocki.net>" - Liberman Igal-B31950 <Igal.Liberman@freescale.com> - Bucur Madalin-Cristian-B32716 <madalin.bucur@freescale.com> - linux-clk@vger.kernel.org - linux-pm@vger.kernel.org - linuxppc-dev@lists.ozlabs.org - linux-arm-kernel@lists.infradead.org - devicetree@vger.kernel.org - " Scott Wood <scottwood@freescale.com>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Hi Scott,\n" @@ -93,4 +83,4 @@ "> 2.1.4\n" > -0dc06a1e219a4b79bbbdb3a67e20c774771aa3c177af0da7fc8646465a24db2d +308bda05c6726ffa396e65ca458056dfa1aa85d8b70b4fb33a8271d98fa24c5c
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.