diff for duplicates of <20200914181257.GA4163345@bogus> diff --git a/a/1.txt b/N1/1.txt index a9784db..5e2894f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -55,7 +55,7 @@ On Sat, Aug 29, 2020 at 11:40:20AM +0200, Krzysztof Kozlowski wrote: > - > -Example 1. MAX7325 with interrupt support enabled (CONFIG_GPIO_MAX732X_IRQ=y): > - -> - expander: max7325 at 6d { +> - expander: max7325@6d { > - compatible = "maxim,max7325"; > - reg = <0x6d>; > - gpio-controller; @@ -68,7 +68,7 @@ On Sat, Aug 29, 2020 at 11:40:20AM +0200, Krzysztof Kozlowski wrote: > - > -Example 2. MAX7325 with interrupt support disabled (CONFIG_GPIO_MAX732X_IRQ=n): > - -> - expander: max7325 at 6d { +> - expander: max7325@6d { > - compatible = "maxim,max7325"; > - reg = <0x6d>; > - gpio-controller; @@ -164,7 +164,7 @@ vcc-supply: false > + #size-cells = <0>; > + > + // MAX7325 with interrupt support enabled -> + gpio at 6d { +> + gpio@6d { > + compatible = "maxim,max7325"; > + reg = <0x6d>; > + gpio-controller; @@ -182,7 +182,7 @@ vcc-supply: false > + #size-cells = <0>; > + > + // MAX7325 with interrupt support disabled -> + gpio at 6e { +> + gpio@6e { > + compatible = "maxim,max7325"; > + reg = <0x6e>; > + gpio-controller; diff --git a/a/content_digest b/N1/content_digest index 61f59f1..c8a64d9 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,29 @@ "ref\020200829094024.31842-1-krzk@kernel.org\0" "ref\020200829094024.31842-2-krzk@kernel.org\0" "From\0Rob Herring <robh@kernel.org>\0" - "Subject\0[PATCH 2/6] dt-bindings: gpio: Convert bindings for Maxim MAX732x family to dtschema\0" + "Subject\0Re: [PATCH 2/6] dt-bindings: gpio: Convert bindings for Maxim MAX732x family to dtschema\0" "Date\0Mon, 14 Sep 2020 12:12:57 -0600\0" - "To\0linux-aspeed@lists.ozlabs.org\0" + "To\0Krzysztof Kozlowski <krzk@kernel.org>\0" + "Cc\0Linus Walleij <linus.walleij@linaro.org>" + Bartosz Golaszewski <bgolaszewski@baylibre.com> + " Beno\303\256t Cousson <bcousson@baylibre.com>" + Tony Lindgren <tony@atomide.com> + Joel Stanley <joel@jms.id.au> + Andrew Jeffery <andrew@aj.id.au> + Jason Cooper <jason@lakedaemon.net> + Andrew Lunn <andrew@lunn.ch> + Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> + Gregory Clement <gregory.clement@bootlin.com> + Shawn Guo <shawnguo@kernel.org> + Sascha Hauer <s.hauer@pengutronix.de> + Pengutronix Kernel Team <kernel@pengutronix.de> + Stefan Agner <stefan@agner.ch> + linux-gpio@vger.kernel.org + devicetree@vger.kernel.org + linux-kernel@vger.kernel.org + linux-omap@vger.kernel.org + linux-arm-kernel@lists.infradead.org + " linux-aspeed@lists.ozlabs.org\0" "\00:1\0" "b\0" "On Sat, Aug 29, 2020 at 11:40:20AM +0200, Krzysztof Kozlowski wrote:\n" @@ -63,7 +83,7 @@ "> -\n" "> -Example 1. MAX7325 with interrupt support enabled (CONFIG_GPIO_MAX732X_IRQ=y):\n" "> -\n" - "> -\texpander: max7325 at 6d {\n" + "> -\texpander: max7325@6d {\n" "> -\t\tcompatible = \"maxim,max7325\";\n" "> -\t\treg = <0x6d>;\n" "> -\t\tgpio-controller;\n" @@ -76,7 +96,7 @@ "> -\n" "> -Example 2. MAX7325 with interrupt support disabled (CONFIG_GPIO_MAX732X_IRQ=n):\n" "> -\n" - "> -\texpander: max7325 at 6d {\n" + "> -\texpander: max7325@6d {\n" "> -\t\tcompatible = \"maxim,max7325\";\n" "> -\t\treg = <0x6d>;\n" "> -\t\tgpio-controller;\n" @@ -172,7 +192,7 @@ "> + #size-cells = <0>;\n" "> +\n" "> + // MAX7325 with interrupt support enabled\n" - "> + gpio at 6d {\n" + "> + gpio@6d {\n" "> + compatible = \"maxim,max7325\";\n" "> + reg = <0x6d>;\n" "> + gpio-controller;\n" @@ -190,7 +210,7 @@ "> + #size-cells = <0>;\n" "> +\n" "> + // MAX7325 with interrupt support disabled\n" - "> + gpio at 6e {\n" + "> + gpio@6e {\n" "> + compatible = \"maxim,max7325\";\n" "> + reg = <0x6e>;\n" "> + gpio-controller;\n" @@ -201,4 +221,4 @@ "> 2.17.1\n" > -826dd1941565359be50682772559c49b5d262201e7c96c0abfa30715563d707a +0de7f8c4cd878af4f21e59c7be5ac0297552241189392ae345df6f6e3ac82bdc
diff --git a/a/1.txt b/N2/1.txt index a9784db..1e1c89c 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -55,7 +55,7 @@ On Sat, Aug 29, 2020 at 11:40:20AM +0200, Krzysztof Kozlowski wrote: > - > -Example 1. MAX7325 with interrupt support enabled (CONFIG_GPIO_MAX732X_IRQ=y): > - -> - expander: max7325 at 6d { +> - expander: max7325@6d { > - compatible = "maxim,max7325"; > - reg = <0x6d>; > - gpio-controller; @@ -68,7 +68,7 @@ On Sat, Aug 29, 2020 at 11:40:20AM +0200, Krzysztof Kozlowski wrote: > - > -Example 2. MAX7325 with interrupt support disabled (CONFIG_GPIO_MAX732X_IRQ=n): > - -> - expander: max7325 at 6d { +> - expander: max7325@6d { > - compatible = "maxim,max7325"; > - reg = <0x6d>; > - gpio-controller; @@ -164,7 +164,7 @@ vcc-supply: false > + #size-cells = <0>; > + > + // MAX7325 with interrupt support enabled -> + gpio at 6d { +> + gpio@6d { > + compatible = "maxim,max7325"; > + reg = <0x6d>; > + gpio-controller; @@ -182,7 +182,7 @@ vcc-supply: false > + #size-cells = <0>; > + > + // MAX7325 with interrupt support disabled -> + gpio at 6e { +> + gpio@6e { > + compatible = "maxim,max7325"; > + reg = <0x6e>; > + gpio-controller; @@ -191,4 +191,9 @@ vcc-supply: false > + }; > -- > 2.17.1 -> +> + +_______________________________________________ +linux-arm-kernel mailing list +linux-arm-kernel@lists.infradead.org +http://lists.infradead.org/mailman/listinfo/linux-arm-kernel diff --git a/a/content_digest b/N2/content_digest index 61f59f1..a765a29 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,9 +1,29 @@ "ref\020200829094024.31842-1-krzk@kernel.org\0" "ref\020200829094024.31842-2-krzk@kernel.org\0" "From\0Rob Herring <robh@kernel.org>\0" - "Subject\0[PATCH 2/6] dt-bindings: gpio: Convert bindings for Maxim MAX732x family to dtschema\0" + "Subject\0Re: [PATCH 2/6] dt-bindings: gpio: Convert bindings for Maxim MAX732x family to dtschema\0" "Date\0Mon, 14 Sep 2020 12:12:57 -0600\0" - "To\0linux-aspeed@lists.ozlabs.org\0" + "To\0Krzysztof Kozlowski <krzk@kernel.org>\0" + "Cc\0Pengutronix Kernel Team <kernel@pengutronix.de>" + Andrew Lunn <andrew@lunn.ch> + Sascha Hauer <s.hauer@pengutronix.de> + Jason Cooper <jason@lakedaemon.net> + linux-aspeed@lists.ozlabs.org + linux-gpio@vger.kernel.org + Tony Lindgren <tony@atomide.com> + Andrew Jeffery <andrew@aj.id.au> + Linus Walleij <linus.walleij@linaro.org> + linux-kernel@vger.kernel.org + Stefan Agner <stefan@agner.ch> + Bartosz Golaszewski <bgolaszewski@baylibre.com> + devicetree@vger.kernel.org + Joel Stanley <joel@jms.id.au> + " Beno\303\256t Cousson <bcousson@baylibre.com>" + linux-omap@vger.kernel.org + Shawn Guo <shawnguo@kernel.org> + Gregory Clement <gregory.clement@bootlin.com> + linux-arm-kernel@lists.infradead.org + " Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>\0" "\00:1\0" "b\0" "On Sat, Aug 29, 2020 at 11:40:20AM +0200, Krzysztof Kozlowski wrote:\n" @@ -63,7 +83,7 @@ "> -\n" "> -Example 1. MAX7325 with interrupt support enabled (CONFIG_GPIO_MAX732X_IRQ=y):\n" "> -\n" - "> -\texpander: max7325 at 6d {\n" + "> -\texpander: max7325@6d {\n" "> -\t\tcompatible = \"maxim,max7325\";\n" "> -\t\treg = <0x6d>;\n" "> -\t\tgpio-controller;\n" @@ -76,7 +96,7 @@ "> -\n" "> -Example 2. MAX7325 with interrupt support disabled (CONFIG_GPIO_MAX732X_IRQ=n):\n" "> -\n" - "> -\texpander: max7325 at 6d {\n" + "> -\texpander: max7325@6d {\n" "> -\t\tcompatible = \"maxim,max7325\";\n" "> -\t\treg = <0x6d>;\n" "> -\t\tgpio-controller;\n" @@ -172,7 +192,7 @@ "> + #size-cells = <0>;\n" "> +\n" "> + // MAX7325 with interrupt support enabled\n" - "> + gpio at 6d {\n" + "> + gpio@6d {\n" "> + compatible = \"maxim,max7325\";\n" "> + reg = <0x6d>;\n" "> + gpio-controller;\n" @@ -190,7 +210,7 @@ "> + #size-cells = <0>;\n" "> +\n" "> + // MAX7325 with interrupt support disabled\n" - "> + gpio at 6e {\n" + "> + gpio@6e {\n" "> + compatible = \"maxim,max7325\";\n" "> + reg = <0x6e>;\n" "> + gpio-controller;\n" @@ -199,6 +219,11 @@ "> + };\n" "> -- \n" "> 2.17.1\n" - > + "> \n" + "\n" + "_______________________________________________\n" + "linux-arm-kernel mailing list\n" + "linux-arm-kernel@lists.infradead.org\n" + http://lists.infradead.org/mailman/listinfo/linux-arm-kernel -826dd1941565359be50682772559c49b5d262201e7c96c0abfa30715563d707a +52707c232d789b18e0b9d09c71f3429b5bef5454621ab1be916c2261fef36b55
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.