diff for duplicates of <5490CEE2.1030900@samsung.com> diff --git a/a/1.txt b/N1/1.txt index 5e2ee7a..7b9bdfa 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -11,7 +11,7 @@ On 12/11/2014 08:28 AM, Sergei Shtylyov wrote: > is controlled by the host controllers, there's also the SHDN# signal wired to > GPIO, which should be high for normal operation. > -> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> +> Signed-off-by: Sergei Shtylyov <sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org> > > --- > The patch is against the 'extcon-next' branch of the 'extcon.git' repo. @@ -23,7 +23,8 @@ On 12/11/2014 08:28 AM, Sergei Shtylyov wrote: > 4 files changed, 150 insertions(+) > > Index: extcon/Documentation/devicetree/bindings/extcon/extcon-max3355.txt -> =================================> --- /dev/null +> =================================================================== +> --- /dev/null > +++ extcon/Documentation/devicetree/bindings/extcon/extcon-max3355.txt > @@ -0,0 +1,21 @@ > +MAX3355 USB OTG chip @@ -58,7 +59,8 @@ I prefer use follwoing style by using of_get_gpio()/of_get_gpio_flags() in inclu > + }; > Index: extcon/drivers/extcon/Kconfig -> =================================> --- extcon.orig/drivers/extcon/Kconfig +> =================================================================== +> --- extcon.orig/drivers/extcon/Kconfig > +++ extcon/drivers/extcon/Kconfig > @@ -45,6 +45,12 @@ config EXTCON_MAX14577 > Maxim MAX14577/77836. The MAX14577/77836 MUIC is a USB port accessory @@ -74,7 +76,8 @@ I prefer use follwoing style by using of_get_gpio()/of_get_gpio_flags() in inclu > tristate "MAX77693 EXTCON Support" > depends on MFD_MAX77693 && INPUT > Index: extcon/drivers/extcon/Makefile -> =================================> --- extcon.orig/drivers/extcon/Makefile +> =================================================================== +> --- extcon.orig/drivers/extcon/Makefile > +++ extcon/drivers/extcon/Makefile > @@ -7,6 +7,7 @@ obj-$(CONFIG_EXTCON_ADC_JACK) += extcon- > obj-$(CONFIG_EXTCON_ARIZONA) += extcon-arizona.o @@ -85,7 +88,8 @@ I prefer use follwoing style by using of_get_gpio()/of_get_gpio_flags() in inclu > obj-$(CONFIG_EXTCON_MAX8997) += extcon-max8997.o > obj-$(CONFIG_EXTCON_PALMAS) += extcon-palmas.o > Index: extcon/drivers/extcon/extcon-max3355.c -> =================================> --- /dev/null +> =================================================================== +> --- /dev/null > +++ extcon/drivers/extcon/extcon-max3355.c > @@ -0,0 +1,122 @@ > +/* @@ -95,7 +99,7 @@ ditto. > + * > + * Copyright (C) 2014 Cogent Embedded, Inc. -> + * Author: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> +> + * Author: Sergei Shtylyov <sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org> > + * > + * This software is licensed under the terms of the GNU General Public > + * License version 2, as published by the Free Software Foundation, and @@ -251,7 +255,7 @@ Need to add error message. Don't need un-used blank line. -> +MODULE_AUTHOR("Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>"); +> +MODULE_AUTHOR("Sergei Shtylyov <sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>"); > +MODULE_DESCRIPTION("MAX3355 extcon driver"); Maxim MAX3355. @@ -262,3 +266,8 @@ Maxim MAX3355. Thanks, Chanwoo Choi + +-- +To unsubscribe from this list: send the line "unsubscribe linux-usb" 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 b27b458..d8f52d9 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,8 @@ "ref\014631865.01KLlU2iKL@wasted.cogentembedded.com\0" "ref\014631865.01KLlU2iKL-gHKXc3Y1Z8zGSmamagVegGFoWSdPRAKMAL8bYrjMMd8@public.gmane.org\0" - "From\0Chanwoo Choi <cw00.choi@samsung.com>\0" + "From\0Chanwoo Choi <cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\0" "Subject\0Re: [PATCH] extcon: add MAX3355 driver\0" - "Date\0Wed, 17 Dec 2014 00:31:30 +0000\0" + "Date\0Wed, 17 Dec 2014 09:31:30 +0900\0" "To\0Sergei Shtylyov <sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>\0" "Cc\0robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org" pawel.moll-5wv7dgnIgG8@public.gmane.org @@ -30,7 +30,7 @@ "> is controlled by the host controllers, there's also the SHDN# signal wired to\n" "> GPIO, which should be high for normal operation.\n" "> \n" - "> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>\n" + "> Signed-off-by: Sergei Shtylyov <sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>\n" "> \n" "> ---\n" "> The patch is against the 'extcon-next' branch of the 'extcon.git' repo.\n" @@ -42,7 +42,8 @@ "> 4 files changed, 150 insertions(+)\n" "> \n" "> Index: extcon/Documentation/devicetree/bindings/extcon/extcon-max3355.txt\n" - "> =================================> --- /dev/null\n" + "> ===================================================================\n" + "> --- /dev/null\n" "> +++ extcon/Documentation/devicetree/bindings/extcon/extcon-max3355.txt\n" "> @@ -0,0 +1,21 @@\n" "> +MAX3355 USB OTG chip\n" @@ -77,7 +78,8 @@ "\n" "> +\t};\n" "> Index: extcon/drivers/extcon/Kconfig\n" - "> =================================> --- extcon.orig/drivers/extcon/Kconfig\n" + "> ===================================================================\n" + "> --- extcon.orig/drivers/extcon/Kconfig\n" "> +++ extcon/drivers/extcon/Kconfig\n" "> @@ -45,6 +45,12 @@ config EXTCON_MAX14577\n" "> \t Maxim MAX14577/77836. The MAX14577/77836 MUIC is a USB port accessory\n" @@ -93,7 +95,8 @@ "> \ttristate \"MAX77693 EXTCON Support\"\n" "> \tdepends on MFD_MAX77693 && INPUT\n" "> Index: extcon/drivers/extcon/Makefile\n" - "> =================================> --- extcon.orig/drivers/extcon/Makefile\n" + "> ===================================================================\n" + "> --- extcon.orig/drivers/extcon/Makefile\n" "> +++ extcon/drivers/extcon/Makefile\n" "> @@ -7,6 +7,7 @@ obj-$(CONFIG_EXTCON_ADC_JACK)\t+= extcon-\n" "> obj-$(CONFIG_EXTCON_ARIZONA)\t+= extcon-arizona.o\n" @@ -104,7 +107,8 @@ "> obj-$(CONFIG_EXTCON_MAX8997)\t+= extcon-max8997.o\n" "> obj-$(CONFIG_EXTCON_PALMAS)\t+= extcon-palmas.o\n" "> Index: extcon/drivers/extcon/extcon-max3355.c\n" - "> =================================> --- /dev/null\n" + "> ===================================================================\n" + "> --- /dev/null\n" "> +++ extcon/drivers/extcon/extcon-max3355.c\n" "> @@ -0,0 +1,122 @@\n" "> +/*\n" @@ -114,7 +118,7 @@ "\n" "> + *\n" "> + * Copyright (C) 2014 Cogent Embedded, Inc.\n" - "> + * Author: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>\n" + "> + * Author: Sergei Shtylyov <sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>\n" "> + *\n" "> + * This software is licensed under the terms of the GNU General Public\n" "> + * License version 2, as published by the Free Software Foundation, and\n" @@ -270,7 +274,7 @@ "\n" "Don't need un-used blank line.\n" "\n" - "> +MODULE_AUTHOR(\"Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>\");\n" + "> +MODULE_AUTHOR(\"Sergei Shtylyov <sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>\");\n" "> +MODULE_DESCRIPTION(\"MAX3355 extcon driver\");\n" "\n" "Maxim MAX3355.\n" @@ -280,6 +284,11 @@ "> \n" "\n" "Thanks,\n" - Chanwoo Choi + "Chanwoo Choi\n" + "\n" + "--\n" + "To unsubscribe from this list: send the line \"unsubscribe linux-usb\" 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 -cf7e630132cefa2b934a4c867f11e802f4477ad6eb6106e426d90f1d0cdab6dd +e6b5c0a212f8bd0fe765bb671f88d134fcfa9692ad9c59d45dec9ba5b3a1cab5
diff --git a/a/1.txt b/N2/1.txt index 5e2ee7a..c389558 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -23,7 +23,8 @@ On 12/11/2014 08:28 AM, Sergei Shtylyov wrote: > 4 files changed, 150 insertions(+) > > Index: extcon/Documentation/devicetree/bindings/extcon/extcon-max3355.txt -> =================================> --- /dev/null +> =================================================================== +> --- /dev/null > +++ extcon/Documentation/devicetree/bindings/extcon/extcon-max3355.txt > @@ -0,0 +1,21 @@ > +MAX3355 USB OTG chip @@ -58,7 +59,8 @@ I prefer use follwoing style by using of_get_gpio()/of_get_gpio_flags() in inclu > + }; > Index: extcon/drivers/extcon/Kconfig -> =================================> --- extcon.orig/drivers/extcon/Kconfig +> =================================================================== +> --- extcon.orig/drivers/extcon/Kconfig > +++ extcon/drivers/extcon/Kconfig > @@ -45,6 +45,12 @@ config EXTCON_MAX14577 > Maxim MAX14577/77836. The MAX14577/77836 MUIC is a USB port accessory @@ -74,7 +76,8 @@ I prefer use follwoing style by using of_get_gpio()/of_get_gpio_flags() in inclu > tristate "MAX77693 EXTCON Support" > depends on MFD_MAX77693 && INPUT > Index: extcon/drivers/extcon/Makefile -> =================================> --- extcon.orig/drivers/extcon/Makefile +> =================================================================== +> --- extcon.orig/drivers/extcon/Makefile > +++ extcon/drivers/extcon/Makefile > @@ -7,6 +7,7 @@ obj-$(CONFIG_EXTCON_ADC_JACK) += extcon- > obj-$(CONFIG_EXTCON_ARIZONA) += extcon-arizona.o @@ -85,7 +88,8 @@ I prefer use follwoing style by using of_get_gpio()/of_get_gpio_flags() in inclu > obj-$(CONFIG_EXTCON_MAX8997) += extcon-max8997.o > obj-$(CONFIG_EXTCON_PALMAS) += extcon-palmas.o > Index: extcon/drivers/extcon/extcon-max3355.c -> =================================> --- /dev/null +> =================================================================== +> --- /dev/null > +++ extcon/drivers/extcon/extcon-max3355.c > @@ -0,0 +1,122 @@ > +/* diff --git a/a/content_digest b/N2/content_digest index b27b458..ba5748f 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,20 +1,19 @@ "ref\014631865.01KLlU2iKL@wasted.cogentembedded.com\0" - "ref\014631865.01KLlU2iKL-gHKXc3Y1Z8zGSmamagVegGFoWSdPRAKMAL8bYrjMMd8@public.gmane.org\0" "From\0Chanwoo Choi <cw00.choi@samsung.com>\0" "Subject\0Re: [PATCH] extcon: add MAX3355 driver\0" - "Date\0Wed, 17 Dec 2014 00:31:30 +0000\0" - "To\0Sergei Shtylyov <sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>\0" - "Cc\0robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org" - pawel.moll-5wv7dgnIgG8@public.gmane.org - mark.rutland-5wv7dgnIgG8@public.gmane.org - ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org - galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org - myungjoo.ham-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org - grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org - devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-sh-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - " linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" + "Date\0Wed, 17 Dec 2014 09:31:30 +0900\0" + "To\0Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>\0" + "Cc\0robh+dt@kernel.org" + pawel.moll@arm.com + mark.rutland@arm.com + ijc+devicetree@hellion.org.uk + galak@codeaurora.org + myungjoo.ham@samsung.com + grant.likely@linaro.org + devicetree@vger.kernel.org + linux-kernel@vger.kernel.org + linux-sh@vger.kernel.org + " linux-usb@vger.kernel.org\0" "\00:1\0" "b\0" "On 12/11/2014 08:28 AM, Sergei Shtylyov wrote:\n" @@ -42,7 +41,8 @@ "> 4 files changed, 150 insertions(+)\n" "> \n" "> Index: extcon/Documentation/devicetree/bindings/extcon/extcon-max3355.txt\n" - "> =================================> --- /dev/null\n" + "> ===================================================================\n" + "> --- /dev/null\n" "> +++ extcon/Documentation/devicetree/bindings/extcon/extcon-max3355.txt\n" "> @@ -0,0 +1,21 @@\n" "> +MAX3355 USB OTG chip\n" @@ -77,7 +77,8 @@ "\n" "> +\t};\n" "> Index: extcon/drivers/extcon/Kconfig\n" - "> =================================> --- extcon.orig/drivers/extcon/Kconfig\n" + "> ===================================================================\n" + "> --- extcon.orig/drivers/extcon/Kconfig\n" "> +++ extcon/drivers/extcon/Kconfig\n" "> @@ -45,6 +45,12 @@ config EXTCON_MAX14577\n" "> \t Maxim MAX14577/77836. The MAX14577/77836 MUIC is a USB port accessory\n" @@ -93,7 +94,8 @@ "> \ttristate \"MAX77693 EXTCON Support\"\n" "> \tdepends on MFD_MAX77693 && INPUT\n" "> Index: extcon/drivers/extcon/Makefile\n" - "> =================================> --- extcon.orig/drivers/extcon/Makefile\n" + "> ===================================================================\n" + "> --- extcon.orig/drivers/extcon/Makefile\n" "> +++ extcon/drivers/extcon/Makefile\n" "> @@ -7,6 +7,7 @@ obj-$(CONFIG_EXTCON_ADC_JACK)\t+= extcon-\n" "> obj-$(CONFIG_EXTCON_ARIZONA)\t+= extcon-arizona.o\n" @@ -104,7 +106,8 @@ "> obj-$(CONFIG_EXTCON_MAX8997)\t+= extcon-max8997.o\n" "> obj-$(CONFIG_EXTCON_PALMAS)\t+= extcon-palmas.o\n" "> Index: extcon/drivers/extcon/extcon-max3355.c\n" - "> =================================> --- /dev/null\n" + "> ===================================================================\n" + "> --- /dev/null\n" "> +++ extcon/drivers/extcon/extcon-max3355.c\n" "> @@ -0,0 +1,122 @@\n" "> +/*\n" @@ -282,4 +285,4 @@ "Thanks,\n" Chanwoo Choi -cf7e630132cefa2b934a4c867f11e802f4477ad6eb6106e426d90f1d0cdab6dd +7708d88276d5d1acb434b660a6200eaee0ca0dddde4e0f5dd5f4d33fbf31b104
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.