diff for duplicates of <1478750114.21746.4.camel@buserror.net> diff --git a/a/content_digest b/N1/content_digest index 8f17f4b..745207d 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -22,11 +22,7 @@ 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> - Xiaobo Xie <xiaobo.xie@nxp.com> - " Minghuan Lian <minghuan.lian@nxp.com>\0" + " Qiang\0" "\00:1\0" "b\0" "On Wed, 2016-11-09 at 19:27 +0100, Ulf Hansson wrote:\n" @@ -126,4 +122,4 @@ "\n" -Scott -3a01250f6b80116873bcccc0dac77a1257f022cc119d5c202c5f37c3bac78904 +d5b6008e4ee671eb83eb7980e1e818e8857c00356cc2477292feaf26e9b2a695
diff --git a/a/1.txt b/N2/1.txt index 06d8c75..d1b393c 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -10,10 +10,10 @@ On Wed, 2016-11-09 at 19:27 +0100, Ulf Hansson wrote: > > 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 +> > ????????- 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 @@ -29,50 +29,50 @@ On Wed, 2016-11-09 at 19:27 +0100, Ulf Hansson wrote: > > > > --- > > Changes for v15: -> > - Dropped patch 'dt: bindings: update Freescale DCFG compatible' -> > since the work had been done by below patch on ShawnGuo's linux +> > ????????- Dropped patch 'dt: bindings: update Freescale DCFG compatible' +> > ??????????since the work had been done by below patch on ShawnGuo's linux > > tree. -> > 'dt-bindings: fsl: add LS1043A/LS1046A/LS2080A compatible for +> > ??????????'dt-bindings: fsl: add LS1043A/LS1046A/LS2080A compatible for > > SCFG -> > and DCFG' -> > - Fixed error code issue in guts driver +> > ???????????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 +> > ????????- Dropped patch 'powerpc/fsl: move mpc85xx.h to include/linux/fsl' +> > ????????- 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/sys_soc.h | 3 + -> > 13 files changed, 447 insertions(+), 51 deletions(-) -> > rename Documentation/devicetree/bindings/{powerpc => soc}/fsl/guts.txt +> > ?include/linux/fsl/guts.h???????????????????????????| 125 ++++++----- +> > ?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 @@ -83,13 +83,13 @@ On Wed, 2016-11-09 at 19:27 +0100, Ulf Hansson 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. diff --git a/a/content_digest b/N2/content_digest index 8f17f4b..124d022 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,32 +1,9 @@ "ref\01478661252-42439-1-git-send-email-yangbo.lu@nxp.com\0" "ref\0CAPDyKFrcAN_pqgtGaUanfB2zh97zGcL23m5VDtJ3g==NJeRrfA@mail.gmail.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 21:55:14 -0600\0" - "To\0Ulf Hansson <ulf.hansson@linaro.org>" - " Yangbo Lu <yangbo.lu@nxp.com>\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 - 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> - Xiaobo Xie <xiaobo.xie@nxp.com> - " Minghuan Lian <minghuan.lian@nxp.com>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Wed, 2016-11-09 at 19:27 +0100, Ulf Hansson wrote:\n" @@ -41,10 +18,10 @@ "> > patchsets had tried many methods but all of them were rejected by\n" "> > 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\n" + "> > ????????- dts compatible method\n" + "> > ????????- syscon method\n" + "> > ????????- ifdef PPC method\n" + "> > ????????- GUTS driver getting SVR method\n" "> > Anrd suggested a soc_device_match method in v10, and this is the only\n" "> > available\n" "> > method left now. This v11 patchset introduces the soc_device_match\n" @@ -60,50 +37,50 @@ "> > \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 compatible'\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 ShawnGuo's linux\n" + "> > ????????- Dropped patch 'dt: bindings: update Freescale DCFG compatible'\n" + "> > ??????????since the work had been done by below patch on ShawnGuo's linux\n" "> > 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 compatible for\n" + "> > ??????????'dt-bindings: fsl: add LS1043A/LS1046A/LS2080A compatible for\n" "> > 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\n" + "> > ???????????and DCFG'\n" + "> > ????????- Fixed error code issue in guts driver\n" "> > 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 include/linux/fsl'\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" + "> > ????????- Dropped patch 'powerpc/fsl: move mpc85xx.h to include/linux/fsl'\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" - "> > \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 => soc}/fsl/guts.txt\n" + "> > ?include/linux/fsl/guts.h???????????????????????????| 125 ++++++-----\n" + "> > ?include/linux/sys_soc.h????????????????????????????|???3 +\n" + "> > ?13 files changed, 447 insertions(+), 51 deletions(-)\n" + "> > ?rename Documentation/devicetree/bindings/{powerpc => 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" @@ -114,16 +91,16 @@ "> checkpatch. Please fix that asap!\n" "\n" "They are documented, in fsl/guts.txt (the file moved in patch 2/7):\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" "\n" "Checkpatch doesn't understand compatibles defined in such a way.\n" "\n" -Scott -3a01250f6b80116873bcccc0dac77a1257f022cc119d5c202c5f37c3bac78904 +4e7747bcf543f1ae528d0d691e3426c3c36c74717bf02606903c7d3a05b577a6
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.