diff for duplicates of <1537781874.4902.1.camel@synopsys.com> diff --git a/a/1.txt b/N1/1.txt index 9974213..2e24cf6 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -3,14 +3,14 @@ Hi Linus, Maybe you have any comments or remarks about this patch? And if you don't could you please apply it. Thanks! -On Tue, 2018-09-11 at 18:09 +0300, Eugeniy Paltsev wrote: +On Tue, 2018-09-11@18:09 +0300, Eugeniy Paltsev wrote: > Add single-register MMIO GPIO driver for complex cases where > only several fields in register belong to GPIO lines and each GPIO > line owns a field with different length and on/off value. > > Such CREG GPIOs are used in Synopsys AXS10x and HSDK boards. > -> Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> +> Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev at synopsys.com> > --- > Changes v2->v3: > * Move parameters into a lookup table instead of device tree. @@ -32,13 +32,13 @@ On Tue, 2018-09-11 at 18:09 +0300, Eugeniy Paltsev wrote: > F: Documentation/devicetree/bindings/reset/snps,axs10x-reset.txt > > +SYNOPSYS CREG GPIO DRIVER -> +M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> +> +M: Eugeniy Paltsev <Eugeniy.Paltsev at synopsys.com> > +S: Maintained > +F: drivers/gpio/gpio-creg-snps.c > +F: Documentation/devicetree/bindings/gpio/snps,creg-gpio.txt > + > SYNOPSYS DESIGNWARE 8250 UART DRIVER -> R: Andy Shevchenko <andriy.shevchenko@linux.intel.com> +> R: Andy Shevchenko <andriy.shevchenko at linux.intel.com> > S: Maintained > diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig > index 71c0ab46f216..78155ac22b0c 100644 @@ -84,7 +84,7 @@ On Tue, 2018-09-11 at 18:09 +0300, Eugeniy Paltsev wrote: > +// Synopsys CREG (Control REGisters) GPIO driver > +// > +// Copyright (C) 2018 Synopsys -> +// Author: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> +> +// Author: Eugeniy Paltsev <Eugeniy.Paltsev at synopsys.com> > + > +#include <linux/of.h> > +#include <linux/kernel.h> diff --git a/a/content_digest b/N1/content_digest index 678703e..bc6fbb5 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,17 +1,9 @@ "ref\020180911150925.19460-1-Eugeniy.Paltsev@synopsys.com\0" "ref\020180911150925.19460-2-Eugeniy.Paltsev@synopsys.com\0" - "From\0Eugeniy Paltsev <eugeniy.paltsev@synopsys.com>\0" - "Subject\0Re: [PATCH v3 1/2] GPIO: add single-register GPIO via CREG driver\0" + "From\0eugeniy.paltsev@synopsys.com (Eugeniy Paltsev)\0" + "Subject\0[PATCH v3 1/2] GPIO: add single-register GPIO via CREG driver\0" "Date\0Mon, 24 Sep 2018 09:37:55 +0000\0" - "To\0linux-gpio@vger.kernel.org <linux-gpio@vger.kernel.org>" - " linus.walleij@linaro.org <linus.walleij@linaro.org>\0" - "Cc\0linux-snps-arc@lists.infradead.org <linux-snps-arc@lists.infradead.org>" - linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org> - mark.rutland@arm.com <mark.rutland@arm.com> - Vineet Gupta <vineet.gupta1@synopsys.com> - Alexey Brodkin <alexey.brodkin@synopsys.com> - robh+dt@kernel.org <robh+dt@kernel.org> - " devicetree@vger.kernel.org <devicetree@vger.kernel.org>\0" + "To\0linux-snps-arc@lists.infradead.org\0" "\00:1\0" "b\0" "Hi Linus,\n" @@ -19,14 +11,14 @@ "Maybe you have any comments or remarks about this patch? And if you don't could you please apply it.\n" "Thanks!\n" "\n" - "On Tue, 2018-09-11 at 18:09 +0300, Eugeniy Paltsev wrote:\n" + "On Tue, 2018-09-11@18:09 +0300, Eugeniy Paltsev wrote:\n" "> Add single-register MMIO GPIO driver for complex cases where\n" "> only several fields in register belong to GPIO lines and each GPIO\n" "> line owns a field with different length and on/off value.\n" "> \n" "> Such CREG GPIOs are used in Synopsys AXS10x and HSDK boards.\n" "> \n" - "> Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>\n" + "> Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev at synopsys.com>\n" "> ---\n" "> Changes v2->v3:\n" "> * Move parameters into a lookup table instead of device tree.\n" @@ -48,13 +40,13 @@ "> F:\tDocumentation/devicetree/bindings/reset/snps,axs10x-reset.txt\n" "> \n" "> +SYNOPSYS CREG GPIO DRIVER\n" - "> +M:\tEugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>\n" + "> +M:\tEugeniy Paltsev <Eugeniy.Paltsev at synopsys.com>\n" "> +S:\tMaintained\n" "> +F:\tdrivers/gpio/gpio-creg-snps.c\n" "> +F:\tDocumentation/devicetree/bindings/gpio/snps,creg-gpio.txt\n" "> +\n" "> SYNOPSYS DESIGNWARE 8250 UART DRIVER\n" - "> R:\tAndy Shevchenko <andriy.shevchenko@linux.intel.com>\n" + "> R:\tAndy Shevchenko <andriy.shevchenko at linux.intel.com>\n" "> S:\tMaintained\n" "> diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig\n" "> index 71c0ab46f216..78155ac22b0c 100644\n" @@ -100,7 +92,7 @@ "> +// Synopsys CREG (Control REGisters) GPIO driver\n" "> +//\n" "> +// Copyright (C) 2018 Synopsys\n" - "> +// Author: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>\n" + "> +// Author: Eugeniy Paltsev <Eugeniy.Paltsev at synopsys.com>\n" "> +\n" "> +#include <linux/of.h>\n" "> +#include <linux/kernel.h>\n" @@ -310,4 +302,4 @@ "-- \n" Eugeniy Paltsev -6bde94b3a1e8585af4032365ef05df0ae03565a4260161c6cff1208ceeee9bff +01a997b60411237a2508d53e2c4b62da11ea62db4db2a501dcac4d28a2bab939
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.