diff for duplicates of <56039020.4060300@broadcom.com> diff --git a/a/1.txt b/N1/1.txt index 15ff2cc..e6d9e4b 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -13,7 +13,7 @@ On 9/23/2015 2:55 PM, Ray Jui wrote: >>>>> + #address-cells = <1>; >>>>> + #size-cells = <1>; >>>> ->>>>> + pinctrl: pinctrl at 0301d0c8 { +>>>>> + pinctrl: pinctrl@0301d0c8 { >>>>> >>>> >>>> Similarly to the core bus, this seems to have address ranges 0x03xxxxxx and @@ -28,14 +28,14 @@ On 9/23/2015 2:55 PM, Ray Jui wrote: >>> >>> For example, the gpio_ccm has registers in the following regions: >>> ->>> gpio_ccm: gpio at 1800a000 { +>>> gpio_ccm: gpio@1800a000 { >>> compatible = "brcm,cygnus-ccm-gpio"; >>> reg = <0x1800a000 0x50>, >>> <0x0301d164 0x20>; >>> >>> NAND is worse, it has registers in 3 different separate regions: >>> ->>> nand: nand at 18046000 { +>>> nand: nand@18046000 { >>> compatible = "brcm,nand-iproc", "brcm,brcmnand-v6.1", >>> "brcm,brcmnand"; >>> reg = <0x18046000 0x600>, <0xf8105408 0x600>, diff --git a/a/content_digest b/N1/content_digest index 14b295d..5fa164c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,10 +3,20 @@ "ref\055FC8C0F.9020308@broadcom.com\0" "ref\01969821.ZhaOpCV2D1@wuerfel\0" "ref\056031FD6.3070306@broadcom.com\0" - "From\0rjui@broadcom.com (Ray Jui)\0" - "Subject\0[PATCH v2 5/9] ARM: dts: Move all Cygnus peripherals into soc bus\0" + "From\0Ray Jui <rjui@broadcom.com>\0" + "Subject\0Re: [PATCH v2 5/9] ARM: dts: Move all Cygnus peripherals into soc bus\0" "Date\0Wed, 23 Sep 2015 22:54:40 -0700\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Arnd Bergmann <arnd@arndb.de>\0" + "Cc\0linux-arm-kernel@lists.infradead.org" + Florian Fainelli <f.fainelli@gmail.com> + Rob Herring <robh+dt@kernel.org> + Mark Rutland <mark.rutland@arm.com> + devicetree@vger.kernel.org + Pawel Moll <pawel.moll@arm.com> + Ian Campbell <ijc+devicetree@hellion.org.uk> + linux-kernel@vger.kernel.org + bcm-kernel-feedback-list@broadcom.com + " Kumar Gala <galak@codeaurora.org>\0" "\00:1\0" "b\0" "\n" @@ -24,7 +34,7 @@ ">>>>> + #address-cells = <1>;\n" ">>>>> + #size-cells = <1>;\n" ">>>>\n" - ">>>>> + pinctrl: pinctrl at 0301d0c8 {\n" + ">>>>> + pinctrl: pinctrl@0301d0c8 {\n" ">>>>>\n" ">>>>\n" ">>>> Similarly to the core bus, this seems to have address ranges 0x03xxxxxx and\n" @@ -39,14 +49,14 @@ ">>>\n" ">>> For example, the gpio_ccm has registers in the following regions:\n" ">>>\n" - ">>> gpio_ccm: gpio at 1800a000 {\n" + ">>> gpio_ccm: gpio@1800a000 {\n" ">>> compatible = \"brcm,cygnus-ccm-gpio\";\n" ">>> reg = <0x1800a000 0x50>,\n" ">>> <0x0301d164 0x20>;\n" ">>>\n" ">>> NAND is worse, it has registers in 3 different separate regions:\n" ">>>\n" - ">>> nand: nand at 18046000 {\n" + ">>> nand: nand@18046000 {\n" ">>> compatible = \"brcm,nand-iproc\", \"brcm,brcmnand-v6.1\",\n" ">>> \"brcm,brcmnand\";\n" ">>> reg = <0x18046000 0x600>, <0xf8105408 0x600>,\n" @@ -98,4 +108,4 @@ "\n" Ray -ffdea42e9506330b1e0c9c393cffb4241f06795301a36927e4c1eda63bb5ad77 +be88cb607b766c2c60803b87d8527860e4db7f56098cc94485d0f80931f4627f
diff --git a/a/1.txt b/N2/1.txt index 15ff2cc..e6d9e4b 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -13,7 +13,7 @@ On 9/23/2015 2:55 PM, Ray Jui wrote: >>>>> + #address-cells = <1>; >>>>> + #size-cells = <1>; >>>> ->>>>> + pinctrl: pinctrl at 0301d0c8 { +>>>>> + pinctrl: pinctrl@0301d0c8 { >>>>> >>>> >>>> Similarly to the core bus, this seems to have address ranges 0x03xxxxxx and @@ -28,14 +28,14 @@ On 9/23/2015 2:55 PM, Ray Jui wrote: >>> >>> For example, the gpio_ccm has registers in the following regions: >>> ->>> gpio_ccm: gpio at 1800a000 { +>>> gpio_ccm: gpio@1800a000 { >>> compatible = "brcm,cygnus-ccm-gpio"; >>> reg = <0x1800a000 0x50>, >>> <0x0301d164 0x20>; >>> >>> NAND is worse, it has registers in 3 different separate regions: >>> ->>> nand: nand at 18046000 { +>>> nand: nand@18046000 { >>> compatible = "brcm,nand-iproc", "brcm,brcmnand-v6.1", >>> "brcm,brcmnand"; >>> reg = <0x18046000 0x600>, <0xf8105408 0x600>, diff --git a/a/content_digest b/N2/content_digest index 14b295d..539659e 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -3,10 +3,20 @@ "ref\055FC8C0F.9020308@broadcom.com\0" "ref\01969821.ZhaOpCV2D1@wuerfel\0" "ref\056031FD6.3070306@broadcom.com\0" - "From\0rjui@broadcom.com (Ray Jui)\0" - "Subject\0[PATCH v2 5/9] ARM: dts: Move all Cygnus peripherals into soc bus\0" + "From\0Ray Jui <rjui@broadcom.com>\0" + "Subject\0Re: [PATCH v2 5/9] ARM: dts: Move all Cygnus peripherals into soc bus\0" "Date\0Wed, 23 Sep 2015 22:54:40 -0700\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Arnd Bergmann <arnd@arndb.de>\0" + "Cc\0<linux-arm-kernel@lists.infradead.org>" + Florian Fainelli <f.fainelli@gmail.com> + Rob Herring <robh+dt@kernel.org> + Mark Rutland <mark.rutland@arm.com> + <devicetree@vger.kernel.org> + Pawel Moll <pawel.moll@arm.com> + Ian Campbell <ijc+devicetree@hellion.org.uk> + <linux-kernel@vger.kernel.org> + <bcm-kernel-feedback-list@broadcom.com> + " Kumar Gala <galak@codeaurora.org>\0" "\00:1\0" "b\0" "\n" @@ -24,7 +34,7 @@ ">>>>> + #address-cells = <1>;\n" ">>>>> + #size-cells = <1>;\n" ">>>>\n" - ">>>>> + pinctrl: pinctrl at 0301d0c8 {\n" + ">>>>> + pinctrl: pinctrl@0301d0c8 {\n" ">>>>>\n" ">>>>\n" ">>>> Similarly to the core bus, this seems to have address ranges 0x03xxxxxx and\n" @@ -39,14 +49,14 @@ ">>>\n" ">>> For example, the gpio_ccm has registers in the following regions:\n" ">>>\n" - ">>> gpio_ccm: gpio at 1800a000 {\n" + ">>> gpio_ccm: gpio@1800a000 {\n" ">>> compatible = \"brcm,cygnus-ccm-gpio\";\n" ">>> reg = <0x1800a000 0x50>,\n" ">>> <0x0301d164 0x20>;\n" ">>>\n" ">>> NAND is worse, it has registers in 3 different separate regions:\n" ">>>\n" - ">>> nand: nand at 18046000 {\n" + ">>> nand: nand@18046000 {\n" ">>> compatible = \"brcm,nand-iproc\", \"brcm,brcmnand-v6.1\",\n" ">>> \"brcm,brcmnand\";\n" ">>> reg = <0x18046000 0x600>, <0xf8105408 0x600>,\n" @@ -98,4 +108,4 @@ "\n" Ray -ffdea42e9506330b1e0c9c393cffb4241f06795301a36927e4c1eda63bb5ad77 +4453abd709dc143a27c0a61d032f90a2dec0344d1e82788887c6c8b8059cfcab
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.