diff for duplicates of <87liexrmoz.fsf@thor.barco.com> diff --git a/a/1.txt b/N1/1.txt index 10160d1..be1f2ce 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,4 +1,4 @@ ->>>>> "MR" == Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> writes: +>>>>> "MR" == Maxime Ripard <maxime.ripard@free-electrons.com> writes: Hi Maxime, @@ -8,7 +8,7 @@ I'm fine with the idea, but a few comments: MR> Allow the i2c-mux-gpio to be used by a device tree enabled device. The MR> bindings are inspired by the one found in the i2c-mux-pinctrl driver. -MR> Signed-off-by: Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> +MR> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> MR> --- MR> .../devicetree/bindings/i2c/i2c-mux-gpio.txt | 81 ++++++++++ MR> drivers/i2c/muxes/i2c-mux-gpio.c | 169 +++++++++++++++----- @@ -103,12 +103,12 @@ MR> + #size-cells = <0>; MR> + mux-gpios = <&gpio1 22 0 &gpio1 23 0>; MR> + i2c-parent = <&i2c1>; MR> + -MR> + i2c@1 { +MR> + i2c at 1 { MR> + reg = <1>; MR> + #address-cells = <1>; MR> + #size-cells = <0>; MR> + -MR> + ssd1307: oled@3c { +MR> + ssd1307: oled at 3c { MR> + compatible = "solomon,ssd1307fb-i2c"; MR> + reg = <0x3c>; MR> + pwms = <&pwm 4 3000>; @@ -117,12 +117,12 @@ MR> + reset-active-low; MR> + }; MR> + }; MR> + -MR> + i2c@3 { +MR> + i2c at 3 { MR> + reg = <3>; MR> + #address-cells = <1>; MR> + #size-cells = <0>; MR> + -MR> + pca9555: pca9555@20 { +MR> + pca9555: pca9555 at 20 { MR> + compatible = "nxp,pca9555"; MR> + gpio-controller; MR> + #gpio-cells = <2>; diff --git a/a/content_digest b/N1/content_digest index 47fd406..2319b27 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,18 +1,12 @@ "ref\01350910413-23925-1-git-send-email-maxime.ripard@free-electrons.com\0" "ref\01350910413-23925-2-git-send-email-maxime.ripard@free-electrons.com\0" - "ref\01350910413-23925-2-git-send-email-maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org\0" - "From\0Peter Korsgaard <peter.korsgaard-ob4gmnvZ1/cAvxtiuMwx3w@public.gmane.org>\0" - "Subject\0Re: [PATCH 1/2] i2c: mux: Add dt support to i2c-mux-gpio driver\0" + "From\0peter.korsgaard@barco.com (Peter Korsgaard)\0" + "Subject\0[PATCH 1/2] i2c: mux: Add dt support to i2c-mux-gpio driver\0" "Date\0Tue, 23 Oct 2012 21:51:56 +0200\0" - "To\0Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0" - "Cc\0shawn.guo-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org" - w.sang-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org - linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - " brian-ZKiFAVwZFM2FeswfMrDH8w@public.gmane.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" - ">>>>> \"MR\" == Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> writes:\n" + ">>>>> \"MR\" == Maxime Ripard <maxime.ripard@free-electrons.com> writes:\n" "\n" "Hi Maxime,\n" "\n" @@ -22,7 +16,7 @@ "MR> Allow the i2c-mux-gpio to be used by a device tree enabled device. The\n" "MR> bindings are inspired by the one found in the i2c-mux-pinctrl driver.\n" "\n" - "MR> Signed-off-by: Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\n" + "MR> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>\n" "MR> ---\n" "MR> .../devicetree/bindings/i2c/i2c-mux-gpio.txt | 81 ++++++++++\n" "MR> drivers/i2c/muxes/i2c-mux-gpio.c | 169 +++++++++++++++-----\n" @@ -117,12 +111,12 @@ "MR> +\t\tmux-gpios = <&gpio1 22 0 &gpio1 23 0>;\n" "MR> +\t\ti2c-parent = <&i2c1>;\n" "MR> +\n" - "MR> +\t\ti2c@1 {\n" + "MR> +\t\ti2c at 1 {\n" "MR> +\t\t\treg = <1>;\n" "MR> +\t\t\t#address-cells = <1>;\n" "MR> +\t\t\t#size-cells = <0>;\n" "MR> +\n" - "MR> +\t\t\tssd1307: oled@3c {\n" + "MR> +\t\t\tssd1307: oled at 3c {\n" "MR> +\t\t\t\tcompatible = \"solomon,ssd1307fb-i2c\";\n" "MR> +\t\t\t\treg = <0x3c>;\n" "MR> +\t\t\t\tpwms = <&pwm 4 3000>;\n" @@ -131,12 +125,12 @@ "MR> +\t\t\t};\n" "MR> +\t\t};\n" "MR> +\n" - "MR> +\t\ti2c@3 {\n" + "MR> +\t\ti2c at 3 {\n" "MR> +\t\t\treg = <3>;\n" "MR> +\t\t\t#address-cells = <1>;\n" "MR> +\t\t\t#size-cells = <0>;\n" "MR> +\n" - "MR> +\t\t\tpca9555: pca9555@20 {\n" + "MR> +\t\t\tpca9555: pca9555 at 20 {\n" "MR> +\t\t\t\tcompatible = \"nxp,pca9555\";\n" "MR> +\t\t\t\tgpio-controller;\n" "MR> +\t\t\t\t#gpio-cells = <2>;\n" @@ -458,4 +452,4 @@ "DISCLAIMER:\n" Unless indicated otherwise, the information contained in this message is privileged and confidential, and is intended only for the use of the addressee(s) named above and others who have been specifically authorized to receive it. If you are not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this message and/or attachments is strictly prohibited. The company accepts no liability for any damage caused by any virus transmitted by this email. Furthermore, the company does not warrant a proper and complete transmission of this information, nor does it accept liability for any delays. If you have received this message in error, please contact the sender and delete the message. Thank you. -ba1d94bdcc422c4a74c354316f4f1ad7770202a755b33b31ea1edc84fed9d508 +a0ce9bc6391426697911b0cdf6c4d12bf268b6acf01bbe63354520f653de9ebd
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.