diff for duplicates of <53B1293B.7060901@redhat.com> diff --git a/a/1.txt b/N1/1.txt index d289417..3015fc8 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -15,9 +15,9 @@ On 06/30/2014 10:31 AM, Arend van Spriel wrote: >> Reviewed-by: Daniel (Deognyoun) Kim <dekim@broadcom.com> >> Reviewed-by: Pieter-Paul Giesberts <pieterpg@broadcom.com> >> Signed-off-by: Arend van Spriel <arend@broadcom.com> ->> [hdegoede@redhat.com: drop clk / reg_on gpio handling, as there is no consensus +>> [hdegoede at redhat.com: drop clk / reg_on gpio handling, as there is no consensus >> on how to handle this yet] ->> [hdegoede@redhat.com: move from bindings/staging to bindings] +>> [hdegoede at redhat.com: move from bindings/staging to bindings] >> Signed-off-by: Hans de Goede <hdegoede@redhat.com> >> --- >> .../bindings/net/wireless/brcm,bcm43xx-fmac.txt | 41 ++++++++++++++++++++++ @@ -52,7 +52,7 @@ On 06/30/2014 10:31 AM, Arend van Spriel wrote: >> + >> +Example: >> + ->> +mmc3: mmc@01c12000 { +>> +mmc3: mmc at 01c12000 { >> + #address-cells = <1>; >> + #size-cells = <0>; >> + @@ -63,7 +63,7 @@ On 06/30/2014 10:31 AM, Arend van Spriel wrote: >> + non-removable; >> + status = "okay"; >> + ->> + brcmf: bcrmf@1 { +>> + brcmf: bcrmf at 1 { >> + reg = <1>; > > I guess the reg property is needed to have this node linked to sdio func diff --git a/a/content_digest b/N1/content_digest index 69d8b63..cd1657c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,16 +1,10 @@ "ref\01404051421-24377-1-git-send-email-hdegoede@redhat.com\0" "ref\01404051421-24377-2-git-send-email-hdegoede@redhat.com\0" "ref\053B12059.50808@broadcom.com\0" - "From\0Hans de Goede <hdegoede@redhat.com>\0" - "Subject\0Re: [PATCH v3 1/4] dt: bindings: add bindings for Broadcom bcm43xx sdio devices\0" + "From\0hdegoede@redhat.com (Hans de Goede)\0" + "Subject\0[PATCH v3 1/4] dt: bindings: add bindings for Broadcom bcm43xx sdio devices\0" "Date\0Mon, 30 Jun 2014 11:09:15 +0200\0" - "To\0Arend van Spriel <arend@broadcom.com>" - " John W. Linville <linville@tuxdriver.com>\0" - "Cc\0Chen-Yu Tsai <wens@csie.org>" - linux-wireless@vger.kernel.org - linux-arm-kernel@lists.infradead.org - devicetree <devicetree@vger.kernel.org> - " linux-sunxi@googlegroups.com\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Hi,\n" @@ -30,9 +24,9 @@ ">> Reviewed-by: Daniel (Deognyoun) Kim <dekim@broadcom.com>\n" ">> Reviewed-by: Pieter-Paul Giesberts <pieterpg@broadcom.com>\n" ">> Signed-off-by: Arend van Spriel <arend@broadcom.com>\n" - ">> [hdegoede@redhat.com: drop clk / reg_on gpio handling, as there is no consensus\n" + ">> [hdegoede at redhat.com: drop clk / reg_on gpio handling, as there is no consensus\n" ">> on how to handle this yet]\n" - ">> [hdegoede@redhat.com: move from bindings/staging to bindings]\n" + ">> [hdegoede at redhat.com: move from bindings/staging to bindings]\n" ">> Signed-off-by: Hans de Goede <hdegoede@redhat.com>\n" ">> ---\n" ">> .../bindings/net/wireless/brcm,bcm43xx-fmac.txt | 41 ++++++++++++++++++++++\n" @@ -67,7 +61,7 @@ ">> +\n" ">> +Example:\n" ">> +\n" - ">> +mmc3: mmc@01c12000 {\n" + ">> +mmc3: mmc at 01c12000 {\n" ">> +\t#address-cells = <1>;\n" ">> +\t#size-cells = <0>;\n" ">> +\n" @@ -78,7 +72,7 @@ ">> +\tnon-removable;\n" ">> +\tstatus = \"okay\";\n" ">> +\n" - ">> +\tbrcmf: bcrmf@1 {\n" + ">> +\tbrcmf: bcrmf at 1 {\n" ">> +\t\treg = <1>;\n" "> \n" "> I guess the reg property is needed to have this node linked to sdio func\n" @@ -102,4 +96,4 @@ "\n" Hans -ef828b5a3e647d9cce8281d75629f65e4d1582f97122bef1ffa825ad11485b28 +b264ea22d191b07e8510a66fa890d5a7f4c72f6306a7db160598a6582f7156f6
diff --git a/a/1.txt b/N2/1.txt index d289417..55554a2 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -2,7 +2,7 @@ Hi, On 06/30/2014 10:31 AM, Arend van Spriel wrote: > On 29-06-14 16:16, Hans de Goede wrote: ->> From: Arend van Spriel <arend@broadcom.com> +>> From: Arend van Spriel <arend-dY08KVG/lbpWk0Htik3J/w@public.gmane.org> >> >> The Broadcom bcm43xx sdio devices are fullmac devices that may be >> integrated in ARM platforms. Currently, the brcmfmac driver for @@ -10,15 +10,15 @@ On 06/30/2014 10:31 AM, Arend van Spriel wrote: >> the bindings that allow this platform data to be expressed in the >> devicetree. >> ->> Reviewed-by: Hante Meuleman <meuleman@broadcom.com> ->> Reviewed-by: Franky (Zhenhui) Lin <frankyl@broadcom.com> ->> Reviewed-by: Daniel (Deognyoun) Kim <dekim@broadcom.com> ->> Reviewed-by: Pieter-Paul Giesberts <pieterpg@broadcom.com> ->> Signed-off-by: Arend van Spriel <arend@broadcom.com> ->> [hdegoede@redhat.com: drop clk / reg_on gpio handling, as there is no consensus +>> Reviewed-by: Hante Meuleman <meuleman-dY08KVG/lbpWk0Htik3J/w@public.gmane.org> +>> Reviewed-by: Franky (Zhenhui) Lin <frankyl-dY08KVG/lbpWk0Htik3J/w@public.gmane.org> +>> Reviewed-by: Daniel (Deognyoun) Kim <dekim-dY08KVG/lbpWk0Htik3J/w@public.gmane.org> +>> Reviewed-by: Pieter-Paul Giesberts <pieterpg-dY08KVG/lbpWk0Htik3J/w@public.gmane.org> +>> Signed-off-by: Arend van Spriel <arend-dY08KVG/lbpWk0Htik3J/w@public.gmane.org> +>> [hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org: drop clk / reg_on gpio handling, as there is no consensus >> on how to handle this yet] ->> [hdegoede@redhat.com: move from bindings/staging to bindings] ->> Signed-off-by: Hans de Goede <hdegoede@redhat.com> +>> [hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org: move from bindings/staging to bindings] +>> Signed-off-by: Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> >> --- >> .../bindings/net/wireless/brcm,bcm43xx-fmac.txt | 41 ++++++++++++++++++++++ >> 1 file changed, 41 insertions(+) diff --git a/a/content_digest b/N2/content_digest index 69d8b63..1ed91b5 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,23 +1,24 @@ "ref\01404051421-24377-1-git-send-email-hdegoede@redhat.com\0" "ref\01404051421-24377-2-git-send-email-hdegoede@redhat.com\0" "ref\053B12059.50808@broadcom.com\0" - "From\0Hans de Goede <hdegoede@redhat.com>\0" + "ref\053B12059.50808-dY08KVG/lbpWk0Htik3J/w@public.gmane.org\0" + "From\0Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\0" "Subject\0Re: [PATCH v3 1/4] dt: bindings: add bindings for Broadcom bcm43xx sdio devices\0" "Date\0Mon, 30 Jun 2014 11:09:15 +0200\0" - "To\0Arend van Spriel <arend@broadcom.com>" - " John W. Linville <linville@tuxdriver.com>\0" - "Cc\0Chen-Yu Tsai <wens@csie.org>" - linux-wireless@vger.kernel.org - linux-arm-kernel@lists.infradead.org - devicetree <devicetree@vger.kernel.org> - " linux-sunxi@googlegroups.com\0" + "To\0Arend van Spriel <arend-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>" + " John W. Linville <linville-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>\0" + "Cc\0Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org>" + linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + devicetree <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> + " linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org\0" "\00:1\0" "b\0" "Hi,\n" "\n" "On 06/30/2014 10:31 AM, Arend van Spriel wrote:\n" "> On 29-06-14 16:16, Hans de Goede wrote:\n" - ">> From: Arend van Spriel <arend@broadcom.com>\n" + ">> From: Arend van Spriel <arend-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>\n" ">>\n" ">> The Broadcom bcm43xx sdio devices are fullmac devices that may be\n" ">> integrated in ARM platforms. Currently, the brcmfmac driver for\n" @@ -25,15 +26,15 @@ ">> the bindings that allow this platform data to be expressed in the\n" ">> devicetree.\n" ">>\n" - ">> Reviewed-by: Hante Meuleman <meuleman@broadcom.com>\n" - ">> Reviewed-by: Franky (Zhenhui) Lin <frankyl@broadcom.com>\n" - ">> Reviewed-by: Daniel (Deognyoun) Kim <dekim@broadcom.com>\n" - ">> Reviewed-by: Pieter-Paul Giesberts <pieterpg@broadcom.com>\n" - ">> Signed-off-by: Arend van Spriel <arend@broadcom.com>\n" - ">> [hdegoede@redhat.com: drop clk / reg_on gpio handling, as there is no consensus\n" + ">> Reviewed-by: Hante Meuleman <meuleman-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>\n" + ">> Reviewed-by: Franky (Zhenhui) Lin <frankyl-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>\n" + ">> Reviewed-by: Daniel (Deognyoun) Kim <dekim-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>\n" + ">> Reviewed-by: Pieter-Paul Giesberts <pieterpg-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>\n" + ">> Signed-off-by: Arend van Spriel <arend-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>\n" + ">> [hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org: drop clk / reg_on gpio handling, as there is no consensus\n" ">> on how to handle this yet]\n" - ">> [hdegoede@redhat.com: move from bindings/staging to bindings]\n" - ">> Signed-off-by: Hans de Goede <hdegoede@redhat.com>\n" + ">> [hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org: move from bindings/staging to bindings]\n" + ">> Signed-off-by: Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\n" ">> ---\n" ">> .../bindings/net/wireless/brcm,bcm43xx-fmac.txt | 41 ++++++++++++++++++++++\n" ">> 1 file changed, 41 insertions(+)\n" @@ -102,4 +103,4 @@ "\n" Hans -ef828b5a3e647d9cce8281d75629f65e4d1582f97122bef1ffa825ad11485b28 +ab36570dce267844f11b21d1b539f297ec701f884282db6a1e657d80860b284c
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.