diff for duplicates of <1478755050.21746.8.camel@buserror.net> diff --git a/a/content_digest b/N1/content_digest index 3f437cb..78f186f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -22,13 +22,7 @@ Russell King <linux@arm.linux.org.uk> Jochen Friedrich <jochen@scram.de> Joerg Roedel <joro@8bytes.org> - Claudiu Manoil <claudiu.manoil@freescale.com> - Bhupesh Sharma <bhupesh.sharma@freescale.com> - Qiang Zhao <qiang.zhao@nxp.com> - Kumar Gala <galak@codeaurora.org> - Leo Li <leoyang.li@nxp.com> - X.B. Xie <xiaobo.xie@nxp.com> - " M.H. Lian <minghuan.lian@nxp.com>\0" + " Claudiu Manoil <claudiu.manoil@freescale.co>\0" "\00:1\0" "b\0" "On Thu, 2016-11-10 at 04:11 +0000, Y.B. Lu wrote:\n" @@ -178,4 +172,4 @@ "\n" -Scott -2a69a1e77a7046d4cde6f30b2292e61bfbf69bd7d7c7225c0f7360e205e85d6e +8ea0b2b19cdcd0da168daf73db0ff7d815a070caa0316bfba3bee2e4a859a56e
diff --git a/a/1.txt b/N2/1.txt index 80aa365..05e3add 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -4,24 +4,24 @@ On Thu, 2016-11-10 at 04:11 +0000, Y.B. Lu wrote: > > From: Y.B. Lu > > Sent: Thursday, November 10, 2016 12:06 PM > > To: 'Scott Wood'; Ulf Hansson -> > Cc: linux-mmc; Arnd Bergmann; linuxppc-dev@lists.ozlabs.org; -> > devicetree@vger.kernel.org; linux-arm-kernel@lists.infradead.org; linux- -> > kernel@vger.kernel.org; linux-clk; iommu@lists.linux-foundation.org; -> > netdev@vger.kernel.org; Greg Kroah-Hartman; Mark Rutland; Rob Herring; +> > Cc: linux-mmc; Arnd Bergmann; linuxppc-dev at lists.ozlabs.org; +> > devicetree at vger.kernel.org; linux-arm-kernel at lists.infradead.org; linux- +> > kernel at vger.kernel.org; linux-clk; iommu at lists.linux-foundation.org; +> > netdev at vger.kernel.org; Greg Kroah-Hartman; Mark Rutland; Rob Herring; > > Russell King; Jochen Friedrich; Joerg Roedel; Claudiu Manoil; Bhupesh > > Sharma; Qiang Zhao; Kumar Gala; Leo Li; X.B. Xie; M.H. Lian > > Subject: RE: [v16, 0/7] Fix eSDHC host version register bug > > > > > > > > -----Original Message----- -> > > From: linux-mmc-owner@vger.kernel.org [mailto:linux-mmc- -> > > owner@vger.kernel.org] On Behalf Of Scott Wood +> > > From: linux-mmc-owner at vger.kernel.org [mailto:linux-mmc- +> > > owner at vger.kernel.org] On Behalf Of Scott Wood > > > Sent: Thursday, November 10, 2016 11:55 AM > > > To: Ulf Hansson; Y.B. Lu -> > > Cc: linux-mmc; Arnd Bergmann; linuxppc-dev@lists.ozlabs.org; -> > > devicetree@vger.kernel.org; linux-arm-kernel@lists.infradead.org; -> > > linux- kernel@vger.kernel.org; linux-clk; -> > > iommu@lists.linux-foundation.org; netdev@vger.kernel.org; Greg +> > > Cc: linux-mmc; Arnd Bergmann; linuxppc-dev at lists.ozlabs.org; +> > > devicetree at vger.kernel.org; linux-arm-kernel at lists.infradead.org; +> > > linux- kernel at vger.kernel.org; linux-clk; +> > > iommu at lists.linux-foundation.org; netdev at vger.kernel.org; Greg > > > Kroah-Hartman; Mark Rutland; Rob Herring; Russell King; Jochen > > > Friedrich; Joerg Roedel; Claudiu Manoil; Bhupesh Sharma; Qiang Zhao; > > > Kumar Gala; Leo Li; X.B. Xie; M.H. Lian @@ -41,10 +41,10 @@ On Thu, 2016-11-10 at 04:11 +0000, Y.B. Lu wrote: > > > > > previous version patchsets had tried many methods but all of them > > > > > were rejected by reviewers. > > > > > Such as -> > > > > - dts compatible method -> > > > > - syscon method -> > > > > - ifdef PPC method -> > > > > - GUTS driver getting SVR method Anrd suggested a +> > > > > ????????- dts compatible method +> > > > > ????????- syscon method +> > > > > ????????- ifdef PPC method +> > > > > ????????- GUTS driver getting SVR method Anrd suggested a > > > > > soc_device_match method in v10, and this is the only available > > > > > method left now. This v11 patchset introduces the soc_device_match > > > > > interface in soc driver. @@ -57,57 +57,57 @@ On Thu, 2016-11-10 at 04:11 +0000, Y.B. Lu wrote: > > > > > > > > > > --- > > > > > Changes for v15: -> > > > > - Dropped patch 'dt: bindings: update Freescale DCFG +> > > > > ????????- Dropped patch 'dt: bindings: update Freescale DCFG > > > compatible' > > > > > > > > > -> > > > > since the work had been done by below patch on +> > > > > ??????????since the work had been done by below patch on > > > > > ShawnGuo's linux tree. -> > > > > 'dt-bindings: fsl: add LS1043A/LS1046A/LS2080A +> > > > > ??????????'dt-bindings: fsl: add LS1043A/LS1046A/LS2080A > > > > > compatible for SCFG -> > > > > and DCFG' -> > > > > - Fixed error code issue in guts driver Changes for v16: -> > > > > - Dropped patch 'powerpc/fsl: move mpc85xx.h to +> > > > > ???????????and DCFG' +> > > > > ????????- Fixed error code issue in guts driver Changes for v16: +> > > > > ????????- Dropped patch 'powerpc/fsl: move mpc85xx.h to > > > include/linux/fsl' > > > > > > > > > -> > > > > - Added a bug-fix patch from Geert +> > > > > ????????- Added a bug-fix patch from Geert > > > > > --- > > > > > > > > > > Arnd Bergmann (1): -> > > > > base: soc: introduce soc_device_match() interface +> > > > > ? base: soc: introduce soc_device_match() interface > > > > > > > > > > Geert Uytterhoeven (1): -> > > > > base: soc: Check for NULL SoC device attributes +> > > > > ? base: soc: Check for NULL SoC device attributes > > > > > > > > > > Yangbo Lu (5): -> > > > > ARM64: dts: ls2080a: add device configuration node -> > > > > dt: bindings: move guts devicetree doc out of powerpc directory -> > > > > soc: fsl: add GUTS driver for QorIQ platforms -> > > > > MAINTAINERS: add entry for Freescale SoC drivers -> > > > > mmc: sdhci-of-esdhc: fix host version for T4240-R1.0-R2.0 +> > > > > ? ARM64: dts: ls2080a: add device configuration node +> > > > > ? dt: bindings: move guts devicetree doc out of powerpc directory +> > > > > ? soc: fsl: add GUTS driver for QorIQ platforms +> > > > > ? MAINTAINERS: add entry for Freescale SoC drivers +> > > > > ? mmc: sdhci-of-esdhc: fix host version for T4240-R1.0-R2.0 > > > > > -> > > > > .../bindings/{powerpc => soc}/fsl/guts.txt | 3 + -> > > > > MAINTAINERS | 11 +- -> > > > > arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi | 6 + -> > > > > drivers/base/Kconfig | 1 + -> > > > > drivers/base/soc.c | 70 ++++++ -> > > > > drivers/mmc/host/Kconfig | 1 + -> > > > > drivers/mmc/host/sdhci-of-esdhc.c | 20 ++ -> > > > > drivers/soc/Kconfig | 3 +- -> > > > > drivers/soc/fsl/Kconfig | 18 ++ -> > > > > drivers/soc/fsl/Makefile | 1 + -> > > > > drivers/soc/fsl/guts.c | 236 +> > > > > ?.../bindings/{powerpc => soc}/fsl/guts.txt?????????|???3 + +> > > > > ?MAINTAINERS????????????????????????????????????????|??11 +- +> > > > > ?arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi?????|???6 + +> > > > > ?drivers/base/Kconfig???????????????????????????????|???1 + +> > > > > ?drivers/base/soc.c?????????????????????????????????|??70 ++++++ +> > > > > ?drivers/mmc/host/Kconfig???????????????????????????|???1 + +> > > > > ?drivers/mmc/host/sdhci-of-esdhc.c??????????????????|??20 ++ +> > > > > ?drivers/soc/Kconfig????????????????????????????????|???3 +- +> > > > > ?drivers/soc/fsl/Kconfig????????????????????????????|??18 ++ +> > > > > ?drivers/soc/fsl/Makefile???????????????????????????|???1 + +> > > > > ?drivers/soc/fsl/guts.c?????????????????????????????| 236 > > > > > +++++++++++++++++++++ -> > > > > include/linux/fsl/guts.h | 125 +> > > > > ?include/linux/fsl/guts.h???????????????????????????| 125 > > > > > ++++++----- -> > > > > include/linux/sys_soc.h | 3 + -> > > > > 13 files changed, 447 insertions(+), 51 deletions(-) -> > > > > rename Documentation/devicetree/bindings/{powerpc => +> > > > > ?include/linux/sys_soc.h????????????????????????????|???3 + +> > > > > ?13 files changed, 447 insertions(+), 51 deletions(-) +> > > > > ?rename Documentation/devicetree/bindings/{powerpc => > > > > > soc}/fsl/guts.txt > > > > > (91%) -> > > > > create mode 100644 drivers/soc/fsl/Kconfig -> > > > > create mode 100644 drivers/soc/fsl/guts.c +> > > > > ?create mode 100644 drivers/soc/fsl/Kconfig +> > > > > ?create mode 100644 drivers/soc/fsl/guts.c > > > > > > > > > > -- > > > > > 2.1.0.27.g96db324 @@ -118,13 +118,13 @@ On Thu, 2016-11-10 at 04:11 +0000, Y.B. Lu wrote: > > > > checkpatch. Please fix that asap! > > > They are documented, in fsl/guts.txt (the file moved in patch 2/7): > > > > -> > > > - compatible : Should define the compatible device type for -> > > > global-utilities. -> > > > Possible compatibles: -> > > > "fsl,qoriq-device-config-1.0" -> > > > "fsl,qoriq-device-config-2.0" -> > > > "fsl,<chip>-device-config" -> > > > "fsl,<chip>-guts" +> > > > ?- compatible : Should define the compatible device type for +> > > > ???global-utilities. +> > > > ???Possible compatibles: +> > > > ????????"fsl,qoriq-device-config-1.0" +> > > > ????????"fsl,qoriq-device-config-2.0" +> > > > ????????"fsl,<chip>-device-config" +> > > > ????????"fsl,<chip>-guts" > > > Checkpatch doesn't understand compatibles defined in such a way. > > [Lu Yangbo-B47093] You're right, Scott. I dropped DT patch 'dt: bindings: > > update Freescale DCFG compatible ' @@ -136,7 +136,7 @@ On Thu, 2016-11-10 at 04:11 +0000, Y.B. Lu wrote: > [Lu Yangbo-B47093] Both 'fsl,<chip>-guts' and 'fsl,<chip>-dcfg' would have > no un-doc issue after Shaohui's patch are pulled :) -I don't follow. The link above points to a patch that addresses -dcfg and +I don't follow. ?The link above points to a patch that addresses -dcfg and -scfg, not -device-config or -guts -- and it also doesn't do it in a manner that checkpatch will understand. diff --git a/a/content_digest b/N2/content_digest index 3f437cb..2206c04 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,33 +2,10 @@ "ref\0CAPDyKFrcAN_pqgtGaUanfB2zh97zGcL23m5VDtJ3g==NJeRrfA@mail.gmail.com\0" "ref\01478750114.21746.4.camel@buserror.net\0" "ref\0DB6PR0401MB25369DEFDDDED2A96851259EF8B80@DB6PR0401MB2536.eurprd04.prod.outlook.com\0" - "From\0Scott Wood <oss@buserror.net>\0" - "Subject\0Re: [v16, 0/7] Fix eSDHC host version register bug\0" + "From\0oss@buserror.net (Scott Wood)\0" + "Subject\0[v16, 0/7] Fix eSDHC host version register bug\0" "Date\0Wed, 09 Nov 2016 23:17:30 -0600\0" - "To\0Y.B. Lu <yangbo.lu@nxp.com>" - " Ulf Hansson <ulf.hansson@linaro.org>\0" - "Cc\0linux-mmc <linux-mmc@vger.kernel.org>" - Arnd Bergmann <arnd@arndb.de> - linuxppc-dev@lists.ozlabs.org <linuxppc-dev@lists.ozlabs.org> - devicetree@vger.kernel.org <devicetree@vger.kernel.org> - linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org> - linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org> - linux-clk <linux-clk@vger.kernel.org> - iommu@lists.linux-foundation.org <iommu@lists.linux-foundation.org> - netdev@vger.kernel.org <netdev@vger.kernel.org> - Greg Kroah-Hartman <gregkh@linuxfoundation.org> - Mark Rutland <mark.rutland@arm.com> - Rob Herring <robh+dt@kernel.org> - Russell King <linux@arm.linux.org.uk> - Jochen Friedrich <jochen@scram.de> - Joerg Roedel <joro@8bytes.org> - Claudiu Manoil <claudiu.manoil@freescale.com> - Bhupesh Sharma <bhupesh.sharma@freescale.com> - Qiang Zhao <qiang.zhao@nxp.com> - Kumar Gala <galak@codeaurora.org> - Leo Li <leoyang.li@nxp.com> - X.B. Xie <xiaobo.xie@nxp.com> - " M.H. Lian <minghuan.lian@nxp.com>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Thu, 2016-11-10 at 04:11 +0000, Y.B. Lu wrote:\n" @@ -37,24 +14,24 @@ "> > From: Y.B. Lu\n" "> > Sent: Thursday, November 10, 2016 12:06 PM\n" "> > To: 'Scott Wood'; Ulf Hansson\n" - "> > Cc: linux-mmc; Arnd Bergmann; linuxppc-dev@lists.ozlabs.org;\n" - "> > devicetree@vger.kernel.org; linux-arm-kernel@lists.infradead.org; linux-\n" - "> > kernel@vger.kernel.org; linux-clk; iommu@lists.linux-foundation.org;\n" - "> > netdev@vger.kernel.org; Greg Kroah-Hartman; Mark Rutland; Rob Herring;\n" + "> > Cc: linux-mmc; Arnd Bergmann; linuxppc-dev at lists.ozlabs.org;\n" + "> > devicetree at vger.kernel.org; linux-arm-kernel at lists.infradead.org; linux-\n" + "> > kernel at vger.kernel.org; linux-clk; iommu at lists.linux-foundation.org;\n" + "> > netdev at vger.kernel.org; Greg Kroah-Hartman; Mark Rutland; Rob Herring;\n" "> > Russell King; Jochen Friedrich; Joerg Roedel; Claudiu Manoil; Bhupesh\n" "> > Sharma; Qiang Zhao; Kumar Gala; Leo Li; X.B. Xie; M.H. Lian\n" "> > Subject: RE: [v16, 0/7] Fix eSDHC host version register bug\n" "> > \n" "> > > \n" "> > > -----Original Message-----\n" - "> > > From: linux-mmc-owner@vger.kernel.org [mailto:linux-mmc-\n" - "> > > owner@vger.kernel.org] On Behalf Of Scott Wood\n" + "> > > From: linux-mmc-owner at vger.kernel.org [mailto:linux-mmc-\n" + "> > > owner at vger.kernel.org] On Behalf Of Scott Wood\n" "> > > Sent: Thursday, November 10, 2016 11:55 AM\n" "> > > To: Ulf Hansson; Y.B. Lu\n" - "> > > Cc: linux-mmc; Arnd Bergmann; linuxppc-dev@lists.ozlabs.org;\n" - "> > > devicetree@vger.kernel.org; linux-arm-kernel@lists.infradead.org;\n" - "> > > linux- kernel@vger.kernel.org; linux-clk;\n" - "> > > iommu@lists.linux-foundation.org; netdev@vger.kernel.org; Greg\n" + "> > > Cc: linux-mmc; Arnd Bergmann; linuxppc-dev at lists.ozlabs.org;\n" + "> > > devicetree at vger.kernel.org; linux-arm-kernel at lists.infradead.org;\n" + "> > > linux- kernel at vger.kernel.org; linux-clk;\n" + "> > > iommu at lists.linux-foundation.org; netdev at vger.kernel.org; Greg\n" "> > > Kroah-Hartman; Mark Rutland; Rob Herring; Russell King; Jochen\n" "> > > Friedrich; Joerg Roedel; Claudiu Manoil; Bhupesh Sharma; Qiang Zhao;\n" "> > > Kumar Gala; Leo Li; X.B. Xie; M.H. Lian\n" @@ -74,10 +51,10 @@ "> > > > > previous version patchsets had tried many methods but all of them\n" "> > > > > were rejected by reviewers.\n" "> > > > > Such as\n" - "> > > > > \302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240- dts compatible method\n" - "> > > > > \302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240- syscon method\n" - "> > > > > \302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240- ifdef PPC method\n" - "> > > > > \302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240- GUTS driver getting SVR method Anrd suggested a\n" + "> > > > > ????????- dts compatible method\n" + "> > > > > ????????- syscon method\n" + "> > > > > ????????- ifdef PPC method\n" + "> > > > > ????????- GUTS driver getting SVR method Anrd suggested a\n" "> > > > > soc_device_match method in v10, and this is the only available\n" "> > > > > method left now. This v11 patchset introduces the soc_device_match\n" "> > > > > interface in soc driver.\n" @@ -90,57 +67,57 @@ "> > > > > \n" "> > > > > ---\n" "> > > > > Changes for v15:\n" - "> > > > > \302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240- Dropped patch 'dt: bindings: update Freescale DCFG\n" + "> > > > > ????????- Dropped patch 'dt: bindings: update Freescale DCFG\n" "> > > compatible'\n" "> > > > \n" "> > > > > \n" - "> > > > > \302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240since the work had been done by below patch on\n" + "> > > > > ??????????since the work had been done by below patch on\n" "> > > > > ShawnGuo's linux tree.\n" - "> > > > > \302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240'dt-bindings: fsl: add LS1043A/LS1046A/LS2080A\n" + "> > > > > ??????????'dt-bindings: fsl: add LS1043A/LS1046A/LS2080A\n" "> > > > > compatible for SCFG\n" - "> > > > > \302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240and DCFG'\n" - "> > > > > \302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240- Fixed error code issue in guts driver Changes for v16:\n" - "> > > > > \302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240- Dropped patch 'powerpc/fsl: move mpc85xx.h to\n" + "> > > > > ???????????and DCFG'\n" + "> > > > > ????????- Fixed error code issue in guts driver Changes for v16:\n" + "> > > > > ????????- Dropped patch 'powerpc/fsl: move mpc85xx.h to\n" "> > > include/linux/fsl'\n" "> > > > \n" "> > > > > \n" - "> > > > > \302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240- Added a bug-fix patch from Geert\n" + "> > > > > ????????- Added a bug-fix patch from Geert\n" "> > > > > ---\n" "> > > > > \n" "> > > > > Arnd Bergmann (1):\n" - "> > > > > \302\240 base: soc: introduce soc_device_match() interface\n" + "> > > > > ? base: soc: introduce soc_device_match() interface\n" "> > > > > \n" "> > > > > Geert Uytterhoeven (1):\n" - "> > > > > \302\240 base: soc: Check for NULL SoC device attributes\n" + "> > > > > ? base: soc: Check for NULL SoC device attributes\n" "> > > > > \n" "> > > > > Yangbo Lu (5):\n" - "> > > > > \302\240 ARM64: dts: ls2080a: add device configuration node\n" - "> > > > > \302\240 dt: bindings: move guts devicetree doc out of powerpc directory\n" - "> > > > > \302\240 soc: fsl: add GUTS driver for QorIQ platforms\n" - "> > > > > \302\240 MAINTAINERS: add entry for Freescale SoC drivers\n" - "> > > > > \302\240 mmc: sdhci-of-esdhc: fix host version for T4240-R1.0-R2.0\n" + "> > > > > ? ARM64: dts: ls2080a: add device configuration node\n" + "> > > > > ? dt: bindings: move guts devicetree doc out of powerpc directory\n" + "> > > > > ? soc: fsl: add GUTS driver for QorIQ platforms\n" + "> > > > > ? MAINTAINERS: add entry for Freescale SoC drivers\n" + "> > > > > ? mmc: sdhci-of-esdhc: fix host version for T4240-R1.0-R2.0\n" "> > > > > \n" - "> > > > > \302\240.../bindings/{powerpc => soc}/fsl/guts.txt\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\240\302\2403 +\n" - "> > > > > \302\240MAINTAINERS\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\24011 +-\n" - "> > > > > \302\240arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi\302\240\302\240\302\240\302\240\302\240|\302\240\302\240\302\2406 +\n" - "> > > > > \302\240drivers/base/Kconfig\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\240\302\2401 +\n" - "> > > > > \302\240drivers/base/soc.c\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\24070 ++++++\n" - "> > > > > \302\240drivers/mmc/host/Kconfig\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\240\302\2401 +\n" - "> > > > > \302\240drivers/mmc/host/sdhci-of-esdhc.c\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\24020 ++\n" - "> > > > > \302\240drivers/soc/Kconfig\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\240\302\2403 +-\n" - "> > > > > \302\240drivers/soc/fsl/Kconfig\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\24018 ++\n" - "> > > > > \302\240drivers/soc/fsl/Makefile\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\240\302\2401 +\n" - "> > > > > \302\240drivers/soc/fsl/guts.c\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240| 236\n" + "> > > > > ?.../bindings/{powerpc => soc}/fsl/guts.txt?????????|???3 +\n" + "> > > > > ?MAINTAINERS????????????????????????????????????????|??11 +-\n" + "> > > > > ?arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi?????|???6 +\n" + "> > > > > ?drivers/base/Kconfig???????????????????????????????|???1 +\n" + "> > > > > ?drivers/base/soc.c?????????????????????????????????|??70 ++++++\n" + "> > > > > ?drivers/mmc/host/Kconfig???????????????????????????|???1 +\n" + "> > > > > ?drivers/mmc/host/sdhci-of-esdhc.c??????????????????|??20 ++\n" + "> > > > > ?drivers/soc/Kconfig????????????????????????????????|???3 +-\n" + "> > > > > ?drivers/soc/fsl/Kconfig????????????????????????????|??18 ++\n" + "> > > > > ?drivers/soc/fsl/Makefile???????????????????????????|???1 +\n" + "> > > > > ?drivers/soc/fsl/guts.c?????????????????????????????| 236\n" "> > > > > +++++++++++++++++++++\n" - "> > > > > \302\240include/linux/fsl/guts.h\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240| 125\n" + "> > > > > ?include/linux/fsl/guts.h???????????????????????????| 125\n" "> > > > > ++++++-----\n" - "> > > > > \302\240include/linux/sys_soc.h\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\240\302\2403 +\n" - "> > > > > \302\24013 files changed, 447 insertions(+), 51 deletions(-)\n" - "> > > > > \302\240rename Documentation/devicetree/bindings/{powerpc =>\n" + "> > > > > ?include/linux/sys_soc.h????????????????????????????|???3 +\n" + "> > > > > ?13 files changed, 447 insertions(+), 51 deletions(-)\n" + "> > > > > ?rename Documentation/devicetree/bindings/{powerpc =>\n" "> > > > > soc}/fsl/guts.txt\n" "> > > > > (91%)\n" - "> > > > > \302\240create mode 100644 drivers/soc/fsl/Kconfig\n" - "> > > > > \302\240create mode 100644 drivers/soc/fsl/guts.c\n" + "> > > > > ?create mode 100644 drivers/soc/fsl/Kconfig\n" + "> > > > > ?create mode 100644 drivers/soc/fsl/guts.c\n" "> > > > > \n" "> > > > > --\n" "> > > > > 2.1.0.27.g96db324\n" @@ -151,13 +128,13 @@ "> > > > checkpatch. Please fix that asap!\n" "> > > They are documented, in fsl/guts.txt (the file moved in patch 2/7):\n" "> > > > \n" - "> > > > \302\240- compatible : Should define the compatible device type for\n" - "> > > > \302\240\302\240\302\240global-utilities.\n" - "> > > > \302\240\302\240\302\240Possible compatibles:\n" - "> > > > \302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\"fsl,qoriq-device-config-1.0\"\n" - "> > > > \302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\"fsl,qoriq-device-config-2.0\"\n" - "> > > > \302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\"fsl,<chip>-device-config\"\n" - "> > > > \302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\"fsl,<chip>-guts\"\n" + "> > > > ?- compatible : Should define the compatible device type for\n" + "> > > > ???global-utilities.\n" + "> > > > ???Possible compatibles:\n" + "> > > > ????????\"fsl,qoriq-device-config-1.0\"\n" + "> > > > ????????\"fsl,qoriq-device-config-2.0\"\n" + "> > > > ????????\"fsl,<chip>-device-config\"\n" + "> > > > ????????\"fsl,<chip>-guts\"\n" "> > > Checkpatch doesn't understand compatibles defined in such a way.\n" "> > [Lu Yangbo-B47093] You're right, Scott. I dropped DT patch 'dt: bindings:\n" "> > update Freescale DCFG compatible '\n" @@ -169,7 +146,7 @@ "> [Lu Yangbo-B47093] Both 'fsl,<chip>-guts' and 'fsl,<chip>-dcfg' would have\n" "> no un-doc issue after Shaohui's patch are pulled :)\n" "\n" - "I don't follow. \302\240The link above points to a patch that addresses -dcfg and\n" + "I don't follow. ?The link above points to a patch that addresses -dcfg and\n" "-scfg, not -device-config or -guts -- and it also doesn't do it in a manner\n" "that checkpatch will understand.\n" "\n" @@ -178,4 +155,4 @@ "\n" -Scott -2a69a1e77a7046d4cde6f30b2292e61bfbf69bd7d7c7225c0f7360e205e85d6e +dd7e0741c5ffd512d37f3e37175107d858f0e8ab699a4a33f9f85c827f3bd13d
diff --git a/a/content_digest b/N3/content_digest index 3f437cb..2cb0ca3 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -22,13 +22,7 @@ Russell King <linux@arm.linux.org.uk> Jochen Friedrich <jochen@scram.de> Joerg Roedel <joro@8bytes.org> - Claudiu Manoil <claudiu.manoil@freescale.com> - Bhupesh Sharma <bhupesh.sharma@freescale.com> - Qiang Zhao <qiang.zhao@nxp.com> - Kumar Gala <galak@codeaurora.org> - Leo Li <leoyang.li@nxp.com> - X.B. Xie <xiaobo.xie@nxp.com> - " M.H. Lian <minghuan.lian@nxp.com>\0" + " Claudiu Manoil <claudiu.manoil@freescale.co\0" "\00:1\0" "b\0" "On Thu, 2016-11-10 at 04:11 +0000, Y.B. Lu wrote:\n" @@ -178,4 +172,4 @@ "\n" -Scott -2a69a1e77a7046d4cde6f30b2292e61bfbf69bd7d7c7225c0f7360e205e85d6e +796eef5ab7c4b448882437f86efd06a6c7d145c0a0c0e60ad7d6de70ebe6013f
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.