diff for duplicates of <542FC2E6.5040800@redhat.com> diff --git a/a/1.txt b/N1/1.txt index eadc092..66bca1b 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,6 +1,6 @@ Hi, -On 10/04/2014 12:56 AM, jonsmirl@gmail.com wrote: +On 10/04/2014 12:56 AM, jonsmirl at gmail.com wrote: > On Fri, Oct 3, 2014 at 4:08 PM, Rob Herring <robherring2@gmail.com> wrote: >> On Fri, Oct 3, 2014 at 12:34 PM, Hans de Goede <hdegoede@redhat.com> wrote: >>> Hi, @@ -88,12 +88,12 @@ On 10/04/2014 12:56 AM, jonsmirl@gmail.com wrote: > #size-cells = <1>; > ranges; > -> display_reserved: framebuffer@78000000 { +> display_reserved: framebuffer at 78000000 { > reg = <0x78000000 (1600 * 1200 * 2)>; > }; > }; > -> lcd0: lcd-controller@820000 { +> lcd0: lcd-controller at 820000 { > compatible = "marvell,dove-lcd"; > reg = <0x820000 0x1000>; > interrupts = <47>; diff --git a/a/content_digest b/N1/content_digest index 4080d05..2cd0e37 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,15 +3,15 @@ "ref\0542EDE11.3010802@redhat.com\0" "ref\0CAL_Jsq+3c7ToCGaR4Nz7dDXvebBKzzMv85swzy2mzOou+gM5iw@mail.gmail.com\0" "ref\0CAKON4OxxQ3hp0npr1Zh6w-2-HwMyC+8OxOCBmFFmBZ0N+6N0dw@mail.gmail.com\0" - "From\0Hans de Goede <hdegoede@redhat.com>\0" - "Subject\0Re: [linux-sunxi] Re: [PATCH v3] dt-bindings: Add a clocks property to the simple-framebuffer bindin\0" - "Date\0Sat, 04 Oct 2014 09:50:30 +0000\0" + "From\0hdegoede@redhat.com (Hans de Goede)\0" + "Subject\0[linux-sunxi] Re: [PATCH v3] dt-bindings: Add a clocks property to the simple-framebuffer binding\0" + "Date\0Sat, 04 Oct 2014 11:50:30 +0200\0" "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Hi,\n" "\n" - "On 10/04/2014 12:56 AM, jonsmirl@gmail.com wrote:\n" + "On 10/04/2014 12:56 AM, jonsmirl at gmail.com wrote:\n" "> On Fri, Oct 3, 2014 at 4:08 PM, Rob Herring <robherring2@gmail.com> wrote:\n" ">> On Fri, Oct 3, 2014 at 12:34 PM, Hans de Goede <hdegoede@redhat.com> wrote:\n" ">>> Hi,\n" @@ -99,12 +99,12 @@ "> #size-cells = <1>;\n" "> ranges;\n" "> \n" - "> display_reserved: framebuffer@78000000 {\n" + "> display_reserved: framebuffer at 78000000 {\n" "> reg = <0x78000000 (1600 * 1200 * 2)>;\n" "> };\n" "> };\n" "> \n" - "> lcd0: lcd-controller@820000 {\n" + "> lcd0: lcd-controller at 820000 {\n" "> compatible = \"marvell,dove-lcd\";\n" "> reg = <0x820000 0x1000>;\n" "> interrupts = <47>;\n" @@ -180,4 +180,4 @@ "\n" Hans -20d1413ae45580c0c310459816bae2a63260ebd0d5c044d8de63b0ea7818fb04 +29d5a2281fdcf8db7ec33ff27f8b615a79c9f38cf442c3842f9be939c98d68cd
diff --git a/a/1.txt b/N2/1.txt index eadc092..c99c658 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,22 +1,22 @@ Hi, -On 10/04/2014 12:56 AM, jonsmirl@gmail.com wrote: -> On Fri, Oct 3, 2014 at 4:08 PM, Rob Herring <robherring2@gmail.com> wrote: ->> On Fri, Oct 3, 2014 at 12:34 PM, Hans de Goede <hdegoede@redhat.com> wrote: +On 10/04/2014 12:56 AM, jonsmirl-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote: +> On Fri, Oct 3, 2014 at 4:08 PM, Rob Herring <robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: +>> On Fri, Oct 3, 2014 at 12:34 PM, Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> wrote: >>> Hi, >>> >>> On 10/03/2014 05:57 PM, Rob Herring wrote: ->>>> On Fri, Oct 3, 2014 at 9:05 AM, Hans de Goede <hdegoede@redhat.com> wrote: +>>>> On Fri, Oct 3, 2014 at 9:05 AM, Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> wrote: >>>>> A simple-framebuffer node represents a framebuffer setup by the firmware / >>>>> bootloader. Such a framebuffer may have a number of clocks in use, add a >>>>> property to communicate this to the OS. >>>>> ->>>>> Signed-off-by: Hans de Goede <hdegoede@redhat.com> ->>>>> Reviewed-by: Mike Turquette <mturquette@linaro.org> +>>>>> Signed-off-by: Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> +>>>>> Reviewed-by: Mike Turquette <mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> >>>>> >>>>> -- >>>>> Changes in v2: ->>>>> -Added Reviewed-by: Mike Turquette <mturquette@linaro.org> +>>>>> -Added Reviewed-by: Mike Turquette <mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> >>>>> Changes in v3: >>>>> -Updated description to make clear simplefb deals with more then just memory >>>> diff --git a/a/content_digest b/N2/content_digest index 4080d05..5ca538c 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -3,31 +3,45 @@ "ref\0542EDE11.3010802@redhat.com\0" "ref\0CAL_Jsq+3c7ToCGaR4Nz7dDXvebBKzzMv85swzy2mzOou+gM5iw@mail.gmail.com\0" "ref\0CAKON4OxxQ3hp0npr1Zh6w-2-HwMyC+8OxOCBmFFmBZ0N+6N0dw@mail.gmail.com\0" - "From\0Hans de Goede <hdegoede@redhat.com>\0" - "Subject\0Re: [linux-sunxi] Re: [PATCH v3] dt-bindings: Add a clocks property to the simple-framebuffer bindin\0" - "Date\0Sat, 04 Oct 2014 09:50:30 +0000\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "ref\0CAKON4OxxQ3hp0npr1Zh6w-2-HwMyC+8OxOCBmFFmBZ0N+6N0dw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org\0" + "From\0Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\0" + "Subject\0Re: Re: [PATCH v3] dt-bindings: Add a clocks property to the simple-framebuffer binding\0" + "Date\0Sat, 04 Oct 2014 11:50:30 +0200\0" + "To\0jonsmirl-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <jonsmirl-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>" + " linux-sunxi <linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>\0" + "Cc\0Tomi Valkeinen <tomi.valkeinen-l0cyMroinI0@public.gmane.org>" + Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> + Jean-Christophe Plagniol-Villard <plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org> + Grant Likely <grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> + Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> + Luc Verhaegen <libv-AgBVmzD5pcezQB+pC5nmwQ@public.gmane.org> + Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> + Mike Turquette <mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> + linux-fbdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-fbdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org> + devicetree <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> + " Geert Uytterhoeven <geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org>\0" "\00:1\0" "b\0" "Hi,\n" "\n" - "On 10/04/2014 12:56 AM, jonsmirl@gmail.com wrote:\n" - "> On Fri, Oct 3, 2014 at 4:08 PM, Rob Herring <robherring2@gmail.com> wrote:\n" - ">> On Fri, Oct 3, 2014 at 12:34 PM, Hans de Goede <hdegoede@redhat.com> wrote:\n" + "On 10/04/2014 12:56 AM, jonsmirl-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote:\n" + "> On Fri, Oct 3, 2014 at 4:08 PM, Rob Herring <robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:\n" + ">> On Fri, Oct 3, 2014 at 12:34 PM, Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> wrote:\n" ">>> Hi,\n" ">>>\n" ">>> On 10/03/2014 05:57 PM, Rob Herring wrote:\n" - ">>>> On Fri, Oct 3, 2014 at 9:05 AM, Hans de Goede <hdegoede@redhat.com> wrote:\n" + ">>>> On Fri, Oct 3, 2014 at 9:05 AM, Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> wrote:\n" ">>>>> A simple-framebuffer node represents a framebuffer setup by the firmware /\n" ">>>>> bootloader. Such a framebuffer may have a number of clocks in use, add a\n" ">>>>> property to communicate this to the OS.\n" ">>>>>\n" - ">>>>> Signed-off-by: Hans de Goede <hdegoede@redhat.com>\n" - ">>>>> Reviewed-by: Mike Turquette <mturquette@linaro.org>\n" + ">>>>> Signed-off-by: Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\n" + ">>>>> Reviewed-by: Mike Turquette <mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\n" ">>>>>\n" ">>>>> --\n" ">>>>> Changes in v2:\n" - ">>>>> -Added Reviewed-by: Mike Turquette <mturquette@linaro.org>\n" + ">>>>> -Added Reviewed-by: Mike Turquette <mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\n" ">>>>> Changes in v3:\n" ">>>>> -Updated description to make clear simplefb deals with more then just memory\n" ">>>>\n" @@ -180,4 +194,4 @@ "\n" Hans -20d1413ae45580c0c310459816bae2a63260ebd0d5c044d8de63b0ea7818fb04 +44b5ad862599edabc178700ecd2041332a96dda518b6c223de76c062f01bc611
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.