diff for duplicates of <871sn2sqfa.fsf@free-electrons.com> diff --git a/a/1.txt b/N1/1.txt index a7b2548..b25fe38 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,6 +1,6 @@ Hi Baruch, - On ven., sept. 15 2017, Baruch Siach <baruch@tkos.co.il> wrote: + On ven., sept. 15 2017, Baruch Siach <baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org> wrote: > Extend the container size to 0x2000 to include the gpio controller at > offset 0x1040. @@ -10,7 +10,7 @@ Actually it is a fix as I don't see how we can use the gpio if it is not in the range. So I amended your patch by adding: Fixes: 63dac0f4924b ("arm64: dts: marvell: add gpio support for Armada 7K/8K") -Cc: <stable@vger.kernel.org> +Cc: <stable-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> And I also modified the title to: arm64: dt marvell: Fix AP806 system controller size @@ -19,7 +19,7 @@ arm64: dt marvell: Fix AP806 system controller size > While at it, add start address notation to the gpio node name to match > its 'offset' property. > -> Signed-off-by: Baruch Siach <baruch@tkos.co.il> +> Signed-off-by: Baruch Siach <baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org> Applied on mvebu/fixes @@ -37,7 +37,7 @@ Gregory > +++ b/arch/arm64/boot/dts/marvell/armada-ap806.dtsi > @@ -254,7 +254,7 @@ > -> ap_syscon: system-controller at 6f4000 { +> ap_syscon: system-controller@6f4000 { > compatible = "syscon", "simple-mfd"; > - reg = <0x6f4000 0x1000>; > + reg = <0x6f4000 0x2000>; @@ -49,7 +49,7 @@ Gregory > }; > > - ap_gpio: gpio { -> + ap_gpio: gpio at 1040 { +> + ap_gpio: gpio@1040 { > compatible = "marvell,armada-8k-gpio"; > offset = <0x1040>; > ngpios = <20>; @@ -62,3 +62,7 @@ Gregory Clement, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com +-- +To unsubscribe from this list: send the line "unsubscribe devicetree" in +the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org +More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index 23b63d2..28d5f09 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,13 +1,19 @@ "ref\0d230651ed28aa4344bab7e13e9964d69673ecace.1505461807.git.baruch@tkos.co.il\0" - "From\0gregory.clement@free-electrons.com (Gregory CLEMENT)\0" - "Subject\0[PATCH] arm64: dt marvell: extend AP806 system controller size\0" + "ref\0d230651ed28aa4344bab7e13e9964d69673ecace.1505461807.git.baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org\0" + "From\0Gregory CLEMENT <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0" + "Subject\0Re: [PATCH] arm64: dt marvell: extend AP806 system controller size\0" "Date\0Tue, 19 Sep 2017 16:39:53 +0200\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Baruch Siach <baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org>\0" + "Cc\0Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org>" + Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org> + Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + " devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" "\00:1\0" "b\0" "Hi Baruch,\n" " \n" - " On ven., sept. 15 2017, Baruch Siach <baruch@tkos.co.il> wrote:\n" + " On ven., sept. 15 2017, Baruch Siach <baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org> wrote:\n" "\n" "> Extend the container size to 0x2000 to include the gpio controller at\n" "> offset 0x1040.\n" @@ -17,7 +23,7 @@ "in the range. So I amended your patch by adding:\n" "Fixes: 63dac0f4924b (\"arm64: dts: marvell: add gpio support for Armada\n" "7K/8K\")\n" - "Cc: <stable@vger.kernel.org>\n" + "Cc: <stable-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>\n" "\n" "And I also modified the title to:\n" "arm64: dt marvell: Fix AP806 system controller size\n" @@ -26,7 +32,7 @@ "> While at it, add start address notation to the gpio node name to match\n" "> its 'offset' property.\n" ">\n" - "> Signed-off-by: Baruch Siach <baruch@tkos.co.il>\n" + "> Signed-off-by: Baruch Siach <baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org>\n" "\n" "Applied on mvebu/fixes\n" "\n" @@ -44,7 +50,7 @@ "> +++ b/arch/arm64/boot/dts/marvell/armada-ap806.dtsi\n" "> @@ -254,7 +254,7 @@\n" "> \n" - "> \t\t\tap_syscon: system-controller at 6f4000 {\n" + "> \t\t\tap_syscon: system-controller@6f4000 {\n" "> \t\t\t\tcompatible = \"syscon\", \"simple-mfd\";\n" "> -\t\t\t\treg = <0x6f4000 0x1000>;\n" "> +\t\t\t\treg = <0x6f4000 0x2000>;\n" @@ -56,7 +62,7 @@ "> \t\t\t\t};\n" "> \n" "> -\t\t\t\tap_gpio: gpio {\n" - "> +\t\t\t\tap_gpio: gpio at 1040 {\n" + "> +\t\t\t\tap_gpio: gpio@1040 {\n" "> \t\t\t\t\tcompatible = \"marvell,armada-8k-gpio\";\n" "> \t\t\t\t\toffset = <0x1040>;\n" "> \t\t\t\t\tngpios = <20>;\n" @@ -68,6 +74,10 @@ "Gregory Clement, Free Electrons\n" "Kernel, drivers, real-time and embedded Linux\n" "development, consulting, training and support.\n" - http://free-electrons.com + "http://free-electrons.com\n" + "--\n" + "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n" + "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" + More majordomo info at http://vger.kernel.org/majordomo-info.html -b66670e47b78846dad97794af0fd266788b05c4c13c5d95195a176e17ef02ed6 +8ca9d5f891b009505f8b805beb518e9c85bb155b84678d966062a8ea2836c494
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.