diff for duplicates of <20170331133120.GA26078@kroah.com> diff --git a/a/1.txt b/N1/1.txt index 8c9658d..7e760b2 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,5 +1,5 @@ On Tue, Mar 28, 2017 at 04:14:58PM +1030, Joel Stanley wrote: -> From: Jeremy Kerr <jk-mnsaURCQ41sdnm+yROfE0A@public.gmane.org> +> From: Jeremy Kerr <jk@ozlabs.org> > > This change adds a driver for the 16550-based Aspeed virtual UART > device. We use a similar process to the of_serial driver for device @@ -14,8 +14,8 @@ On Tue, Mar 28, 2017 at 04:14:58PM +1030, Joel Stanley wrote: > bit to configure serial output modes, which is independent of whether > the devices has been opened by BMC userspace. > -> Signed-off-by: Jeremy Kerr <jk-mnsaURCQ41sdnm+yROfE0A@public.gmane.org> -> Signed-off-by: Joel Stanley <joel-U3u1mxZcP9KHXe+LvDLADg@public.gmane.org> +> Signed-off-by: Jeremy Kerr <jk@ozlabs.org> +> Signed-off-by: Joel Stanley <joel@jms.id.au> > --- > Documentation/devicetree/bindings/serial/8250.txt | 2 + > drivers/tty/serial/Kconfig | 10 + @@ -79,8 +79,8 @@ On Tue, Mar 28, 2017 at 04:14:58PM +1030, Joel Stanley wrote: > +/* > + * Serial Port driver for Aspeed VUART device > + * -> + * Copyright (C) 2016 Jeremy Kerr <jk-mnsaURCQ41sdnm+yROfE0A@public.gmane.org>, IBM Corp. -> + * Copyright (C) 2006 Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>, IBM Corp. +> + * Copyright (C) 2016 Jeremy Kerr <jk@ozlabs.org>, IBM Corp. +> + * Copyright (C) 2006 Arnd Bergmann <arnd@arndb.de>, IBM Corp. > + * > + * This program is free software; you can redistribute it and/or > + * modify it under the terms of the GNU General Public License @@ -383,7 +383,3 @@ use an attribute group? You just raced userspace and lost :( thanks, greg k-h --- -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 3c7c3c6..bd146ca 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,23 +1,22 @@ "ref\020170328054458.29341-1-joel@jms.id.au\0" "ref\020170328054458.29341-3-joel@jms.id.au\0" - "ref\020170328054458.29341-3-joel-U3u1mxZcP9KHXe+LvDLADg@public.gmane.org\0" - "From\0Greg Kroah-Hartman <gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org>\0" + "From\0Greg Kroah-Hartman <gregkh@linuxfoundation.org>\0" "Subject\0Re: [PATCH 2/2] drivers/serial: Add driver for Aspeed virtual UART\0" "Date\0Fri, 31 Mar 2017 15:31:20 +0200\0" - "To\0Joel Stanley <joel-U3u1mxZcP9KHXe+LvDLADg@public.gmane.org>\0" - "Cc\0Jiri Slaby <jslaby-IBi9RG/b67k@public.gmane.org>" - Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> - Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> - Jeremy Kerr <jk-mnsaURCQ41sdnm+yROfE0A@public.gmane.org> - linux-serial-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - openbmc-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org - devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - " Benjamin Herrenschmidt <benh-XVmvHMARGAS8U2dJNN8I7kB+6BGkLq7r@public.gmane.org>\0" + "To\0Joel Stanley <joel@jms.id.au>\0" + "Cc\0Jiri Slaby <jslaby@suse.com>" + Mark Rutland <mark.rutland@arm.com> + Rob Herring <robh+dt@kernel.org> + Jeremy Kerr <jk@ozlabs.org> + linux-serial@vger.kernel.org + linux-kernel@vger.kernel.org + openbmc@lists.ozlabs.org + devicetree@vger.kernel.org + " Benjamin Herrenschmidt <benh@kernel.crashing.org>\0" "\00:1\0" "b\0" "On Tue, Mar 28, 2017 at 04:14:58PM +1030, Joel Stanley wrote:\n" - "> From: Jeremy Kerr <jk-mnsaURCQ41sdnm+yROfE0A@public.gmane.org>\n" + "> From: Jeremy Kerr <jk@ozlabs.org>\n" "> \n" "> This change adds a driver for the 16550-based Aspeed virtual UART\n" "> device. We use a similar process to the of_serial driver for device\n" @@ -32,8 +31,8 @@ "> bit to configure serial output modes, which is independent of whether\n" "> the devices has been opened by BMC userspace.\n" "> \n" - "> Signed-off-by: Jeremy Kerr <jk-mnsaURCQ41sdnm+yROfE0A@public.gmane.org>\n" - "> Signed-off-by: Joel Stanley <joel-U3u1mxZcP9KHXe+LvDLADg@public.gmane.org>\n" + "> Signed-off-by: Jeremy Kerr <jk@ozlabs.org>\n" + "> Signed-off-by: Joel Stanley <joel@jms.id.au>\n" "> ---\n" "> Documentation/devicetree/bindings/serial/8250.txt | 2 +\n" "> drivers/tty/serial/Kconfig | 10 +\n" @@ -97,8 +96,8 @@ "> +/*\n" "> + * Serial Port driver for Aspeed VUART device\n" "> + *\n" - "> + * Copyright (C) 2016 Jeremy Kerr <jk-mnsaURCQ41sdnm+yROfE0A@public.gmane.org>, IBM Corp.\n" - "> + * Copyright (C) 2006 Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>, IBM Corp.\n" + "> + * Copyright (C) 2016 Jeremy Kerr <jk@ozlabs.org>, IBM Corp.\n" + "> + * Copyright (C) 2006 Arnd Bergmann <arnd@arndb.de>, IBM Corp.\n" "> + *\n" "> + * This program is free software; you can redistribute it and/or\n" "> + * modify it under the terms of the GNU General Public License\n" @@ -400,10 +399,6 @@ "\n" "thanks,\n" "\n" - "greg k-h\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 + greg k-h -23bcf03983e9895b86404bc2537ee1d5b66ebd3f7d5144752370ce54283bd892 +9c1bb5e1952e1ca302f958b9038fe3216d3701461b8da959afbea8bd5341b9b0
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.