diff for duplicates of <20131218222023.23538.99276@quantum> diff --git a/a/1.txt b/N1/1.txt index b750ecf..13f2361 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -3,14 +3,12 @@ Quoting Gerhard Sittig (2013-12-10 05:11:33) > MPC512x such that SoC variants 5123 and 5125 get addressed appropriately > (MPC5125 turned out to be rather different from MPC5121 than I perceived > before -- there is much more than "just two FECs and no MBX") -> = - +> > thus this series depends on "add COMMON_CLK support for PowerPC MPC512x" > (v6 sent in <1385851897-23475-1-git-send-email-gsi@denx.de>, applicable > on top of v3.13-rc1 or later, currently applied to mpc5xxx -next, > available at git://git.denx.de/linux-2.6-agust.git next) -> = - +> > this series does not address the issue of outdated or missing device > tree binding documentation for MPC512x peripherals -- that's the scope > of a pending separate series @@ -19,8 +17,7 @@ For the three clock patches: Acked-by: Mike Turquette <mturquette@linaro.org> -> = - +> > v1 initial submission (2013-12-10) > - enforce an even divider value for SDHC (on all MPC512x variants) > - tell 5121/5123/5125 SoC variants apart and only register the @@ -29,55 +26,42 @@ Acked-by: Mike Turquette <mturquette@linaro.org> > MPC5125) > - update the MPC5125 "tower" board DTS (although the code still works in > the absence of device tree clock specs) -> = - +> > the series passes 'checkpatch.pl --strict' except for two warnings which > cannot get fixed because <linux/clk-provider.h> dictates the data type > and "fixing" the warning would break the build -> = - -> WARNING: static const char * array should probably be static const char= - * const +> +> WARNING: static const char * array should probably be static const char * const > #256: FILE: arch/powerpc/platforms/512x/clock-commonclk.c:500: -> +static const char *parent_names_mux0_spdif[] =3D { -> = - -> WARNING: static const char * array should probably be static const char= - * const +> +static const char *parent_names_mux0_spdif[] = { +> +> WARNING: static const char * array should probably be static const char * const > #260: FILE: arch/powerpc/platforms/512x/clock-commonclk.c:504: -> +static const char *parent_names_mux0_canin[] =3D { -> = - +> +static const char *parent_names_mux0_canin[] = { +> > total: 0 errors, 2 warnings, 0 checks, 495 lines checked -> = - +> > the series was build-tested, and was run-tested on the MPC5121 ADS board -> = - +> > Matteo, can you verify the crystal frequency in the DTS update, please? > And that v3.13-rc kernels with v6 of the COMMON_CLK introduction for > MPC512x plus this series for MPC5125 operate your peripherals, both with > an updated device tree as well as with a former device tree that lacks -> clock specs? Thank you! Setting CONFIG_COMMON_CLK_DEBUG=3Dy in your +> clock specs? Thank you! Setting CONFIG_COMMON_CLK_DEBUG=y in your > .config and eyeballing /sys/kernel/debug/clk/clk_summary will help you. -> = - +> > Gerhard Sittig (4): > powerpc/512x: clk: minor comment updates > powerpc/512x: clk: enforce even SDHC divider values > powerpc/512x: clk: support MPC5121/5123/5125 SoC variants > powerpc/512x: dts: add MPC5125 clock specs -> = - +> > arch/powerpc/boot/dts/mpc5125twr.dts | 53 +++- > arch/powerpc/include/asm/mpc5121.h | 7 +- -> arch/powerpc/platforms/512x/clock-commonclk.c | 369 +++++++++++++++++++= -++---- +> arch/powerpc/platforms/512x/clock-commonclk.c | 369 +++++++++++++++++++++---- > include/dt-bindings/clock/mpc512x-clock.h | 9 +- > 4 files changed, 386 insertions(+), 52 deletions(-) -> = - -> -- = - +> +> -- > 1.7.10.4 ->=20 +> diff --git a/a/content_digest b/N1/content_digest index 4e06d92..8328470 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,15 +1,8 @@ "ref\01386681097-14126-1-git-send-email-gsi@denx.de\0" - "From\0Mike Turquette <mturquette@linaro.org>\0" - "Subject\0Re: [PATCH v1 0/4] powerpc/512x: update COMMON_CLK support for MPC5125\0" + "From\0mturquette@linaro.org (Mike Turquette)\0" + "Subject\0[PATCH v1 0/4] powerpc/512x: update COMMON_CLK support for MPC5125\0" "Date\0Wed, 18 Dec 2013 14:20:23 -0800\0" - "To\0Gerhard Sittig <gsi@denx.de>" - linuxppc-dev@lists.ozlabs.org - linux-arm-kernel@lists.infradead.org - Anatolij Gustschin <agust@denx.de> - " Matteo Facchinetti <matteo.facchinetti@sirius-es.it>\0" - "Cc\0Scott Wood <scottwood@freescale.com>" - Gerhard Sittig <gsi@denx.de> - " Detlev Zundel <dzu@denx.de>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Quoting Gerhard Sittig (2013-12-10 05:11:33)\n" @@ -17,14 +10,12 @@ "> MPC512x such that SoC variants 5123 and 5125 get addressed appropriately\n" "> (MPC5125 turned out to be rather different from MPC5121 than I perceived\n" "> before -- there is much more than \"just two FECs and no MBX\")\n" - "> =\n" - "\n" + "> \n" "> thus this series depends on \"add COMMON_CLK support for PowerPC MPC512x\"\n" "> (v6 sent in <1385851897-23475-1-git-send-email-gsi@denx.de>, applicable\n" "> on top of v3.13-rc1 or later, currently applied to mpc5xxx -next,\n" "> available at git://git.denx.de/linux-2.6-agust.git next)\n" - "> =\n" - "\n" + "> \n" "> this series does not address the issue of outdated or missing device\n" "> tree binding documentation for MPC512x peripherals -- that's the scope\n" "> of a pending separate series\n" @@ -33,8 +24,7 @@ "\n" "Acked-by: Mike Turquette <mturquette@linaro.org>\n" "\n" - "> =\n" - "\n" + "> \n" "> v1 initial submission (2013-12-10)\n" "> - enforce an even divider value for SDHC (on all MPC512x variants)\n" "> - tell 5121/5123/5125 SoC variants apart and only register the\n" @@ -43,57 +33,44 @@ "> MPC5125)\n" "> - update the MPC5125 \"tower\" board DTS (although the code still works in\n" "> the absence of device tree clock specs)\n" - "> =\n" - "\n" + "> \n" "> the series passes 'checkpatch.pl --strict' except for two warnings which\n" "> cannot get fixed because <linux/clk-provider.h> dictates the data type\n" "> and \"fixing\" the warning would break the build\n" - "> =\n" - "\n" - "> WARNING: static const char * array should probably be static const char=\n" - " * const\n" + "> \n" + "> WARNING: static const char * array should probably be static const char * const\n" "> #256: FILE: arch/powerpc/platforms/512x/clock-commonclk.c:500:\n" - "> +static const char *parent_names_mux0_spdif[] =3D {\n" - "> =\n" - "\n" - "> WARNING: static const char * array should probably be static const char=\n" - " * const\n" + "> +static const char *parent_names_mux0_spdif[] = {\n" + "> \n" + "> WARNING: static const char * array should probably be static const char * const\n" "> #260: FILE: arch/powerpc/platforms/512x/clock-commonclk.c:504:\n" - "> +static const char *parent_names_mux0_canin[] =3D {\n" - "> =\n" - "\n" + "> +static const char *parent_names_mux0_canin[] = {\n" + "> \n" "> total: 0 errors, 2 warnings, 0 checks, 495 lines checked\n" - "> =\n" - "\n" + "> \n" "> the series was build-tested, and was run-tested on the MPC5121 ADS board\n" - "> =\n" - "\n" + "> \n" "> Matteo, can you verify the crystal frequency in the DTS update, please?\n" "> And that v3.13-rc kernels with v6 of the COMMON_CLK introduction for\n" "> MPC512x plus this series for MPC5125 operate your peripherals, both with\n" "> an updated device tree as well as with a former device tree that lacks\n" - "> clock specs? Thank you! Setting CONFIG_COMMON_CLK_DEBUG=3Dy in your\n" + "> clock specs? Thank you! Setting CONFIG_COMMON_CLK_DEBUG=y in your\n" "> .config and eyeballing /sys/kernel/debug/clk/clk_summary will help you.\n" - "> =\n" - "\n" + "> \n" "> Gerhard Sittig (4):\n" "> powerpc/512x: clk: minor comment updates\n" "> powerpc/512x: clk: enforce even SDHC divider values\n" "> powerpc/512x: clk: support MPC5121/5123/5125 SoC variants\n" "> powerpc/512x: dts: add MPC5125 clock specs\n" - "> =\n" - "\n" + "> \n" "> arch/powerpc/boot/dts/mpc5125twr.dts | 53 +++-\n" "> arch/powerpc/include/asm/mpc5121.h | 7 +-\n" - "> arch/powerpc/platforms/512x/clock-commonclk.c | 369 +++++++++++++++++++=\n" - "++----\n" + "> arch/powerpc/platforms/512x/clock-commonclk.c | 369 +++++++++++++++++++++----\n" "> include/dt-bindings/clock/mpc512x-clock.h | 9 +-\n" "> 4 files changed, 386 insertions(+), 52 deletions(-)\n" - "> =\n" - "\n" - "> -- =\n" - "\n" + "> \n" + "> -- \n" "> 1.7.10.4\n" - >=20 + > -66c4e98f10fce7f3d3b0b31e439b5c1e5104cb750c9a0d079b27f93f3159391a +147e7421241e74e78796a8a2c469508df641370a8aab0925112f4ec36d05d9a5
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.