diff for duplicates of <5549C68B.9090602@xilinx.com> diff --git a/a/content_digest b/N1/content_digest index ca0b6d7..317cc6d 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -7,18 +7,18 @@ "Date\0Wed, 6 May 2015 09:45:15 +0200\0" "To\0Arnd Bergmann <arnd@arndb.de>" " Suman Tripathi <stripathi@apm.com>\0" - "Cc\0Rob Herring <robherring2@gmail.com>" - chris@printf.net <chris@printf.net> + "Cc\0devicetree@vger.kernel.org <devicetree@vger.kernel.org>" + Mark Langsdorf <mlangsdo@redhat.com> + jcm@redhat.com <jcm@redhat.com> Anton Vorontsov <anton@enomsg.org> - Michal Simek <michal.simek@xilinx.com> linux-mmc@vger.kernel.org <linux-mmc@vger.kernel.org> - linuxppc-dev <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> + chris@printf.net <chris@printf.net> + Michal Simek <michal.simek@xilinx.com> + patches@apm.com <patches@apm.com> + Rob Herring <robherring2@gmail.com> Don Dutile <ddutile@redhat.com> - jcm@redhat.com <jcm@redhat.com> - Mark Langsdorf <mlangsdo@redhat.com> - " patches@apm.com <patches@apm.com>\0" + linuxppc-dev <linuxppc-dev@lists.ozlabs.org> + " linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>\0" "\00:1\0" "b\0" "On 05/06/2015 09:31 AM, Arnd Bergmann wrote:\n" @@ -49,4 +49,4 @@ "Thanks,\n" Michal -efd373c048bb4f6470a48144a211c115371ad3f84de8b64b40485c74195128c2 +2a6add7c06979ddb0079fb589022abeb0c047cab4b631b69286476154ac50196
diff --git a/a/1.txt b/N2/1.txt index b7eb88a..6224984 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -4,7 +4,7 @@ On 05/06/2015 09:31 AM, Arnd Bergmann wrote: >>>> interrupts = <0x0 0x4f 0x4>; >>>> }; >>>> ->>>> + sdhc0: sdhc@1c000000 { +>>>> + sdhc0: sdhc at 1c000000 { >>>> + device_type = "sdhc"; >>> >>> device_type generally should not be used (there are a few exceptions). @@ -12,7 +12,7 @@ On 05/06/2015 09:31 AM, Arnd Bergmann wrote: >> Okay !! >> > -> While we're at it, please change sdhc@1c000000 to mmc@1c000000. +> While we're at it, please change sdhc at 1c000000 to mmc at 1c000000. > Even though Linux does not care, we try to use the standard device > names for consistency. @@ -21,7 +21,7 @@ Normally I do use ePARP - generic names recommendation but mmc or sdhci are not listed there. Both combination mmc@ or sdhci@ are used in the kernel. -On zynq and zynqmp we do use shdci@. +On zynq and zynqmp we do use shdci at . Thanks, Michal diff --git a/a/content_digest b/N2/content_digest index ca0b6d7..7bdbaf7 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,23 +2,10 @@ "ref\0CAL_JsqK0pCtL2pbG7RttYd7BDxQHxdECHN_9X9MpLTuVEOxzsQ@mail.gmail.com\0" "ref\0CAOHikRC1dYd0BqhUCzdeZ8=PhSOj77sQR9kzrM8Gus3AJS1ejw@mail.gmail.com\0" "ref\04635229.bceBxngCoe@wuerfel\0" - "From\0Michal Simek <michal.simek@xilinx.com>\0" - "Subject\0Re: [PATCH v5 1/1] arm64: dts: Add the arasan sdhc nodes in apm-storm.dtsi.\0" + "From\0michal.simek@xilinx.com (Michal Simek)\0" + "Subject\0[PATCH v5 1/1] arm64: dts: Add the arasan sdhc nodes in apm-storm.dtsi.\0" "Date\0Wed, 6 May 2015 09:45:15 +0200\0" - "To\0Arnd Bergmann <arnd@arndb.de>" - " Suman Tripathi <stripathi@apm.com>\0" - "Cc\0Rob Herring <robherring2@gmail.com>" - chris@printf.net <chris@printf.net> - Anton Vorontsov <anton@enomsg.org> - Michal Simek <michal.simek@xilinx.com> - linux-mmc@vger.kernel.org <linux-mmc@vger.kernel.org> - linuxppc-dev <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> - Don Dutile <ddutile@redhat.com> - jcm@redhat.com <jcm@redhat.com> - Mark Langsdorf <mlangsdo@redhat.com> - " patches@apm.com <patches@apm.com>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On 05/06/2015 09:31 AM, Arnd Bergmann wrote:\n" @@ -27,7 +14,7 @@ ">>>> interrupts = <0x0 0x4f 0x4>;\n" ">>>> };\n" ">>>>\n" - ">>>> + sdhc0: sdhc@1c000000 {\n" + ">>>> + sdhc0: sdhc at 1c000000 {\n" ">>>> + device_type = \"sdhc\";\n" ">>>\n" ">>> device_type generally should not be used (there are a few exceptions).\n" @@ -35,7 +22,7 @@ ">> Okay !!\n" ">>\n" "> \n" - "> While we're at it, please change sdhc@1c000000 to mmc@1c000000.\n" + "> While we're at it, please change sdhc at 1c000000 to mmc at 1c000000.\n" "> Even though Linux does not care, we try to use the standard device\n" "> names for consistency.\n" "\n" @@ -44,9 +31,9 @@ "are not listed there.\n" "Both combination mmc@ or sdhci@ are used in the kernel.\n" "\n" - "On zynq and zynqmp we do use shdci@.\n" + "On zynq and zynqmp we do use shdci at .\n" "\n" "Thanks,\n" Michal -efd373c048bb4f6470a48144a211c115371ad3f84de8b64b40485c74195128c2 +458277253468d6a9b4c4e73ca6e39ae61fe79c2949461d2affb7a08347801c45
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.