Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1373386 > unrolled thread
| Started by | Vladimir Murzin <vladimir.murzin@arm.com> |
|---|---|
| First post | 2016-04-07 15:10 +0200 |
| Last post | 2016-04-07 16:50 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v5 04/10] serial: mps2-uart: add MPS2 UART driver Vladimir Murzin <vladimir.murzin@arm.com> - 2016-04-07 15:10 +0200
Re: [PATCH v5 04/10] serial: mps2-uart: add MPS2 UART driver Greg KH <gregkh@linuxfoundation.org> - 2016-04-07 16:50 +0200
| From | Vladimir Murzin <vladimir.murzin@arm.com> |
|---|---|
| Date | 2016-04-07 15:10 +0200 |
| Subject | Re: [PATCH v5 04/10] serial: mps2-uart: add MPS2 UART driver |
| Message-ID | <rlhR8-4fL-19@gated-at.bofh.it> |
On 01/04/16 15:02, Vladimir Murzin wrote: > This driver adds support to the UART controller found on ARM MPS2 > platform. > > Signed-off-by: Vladimir Murzin <vladimir.murzin@arm.com> > --- > drivers/tty/serial/Kconfig | 12 + > drivers/tty/serial/Makefile | 1 + > drivers/tty/serial/mps2-uart.c | 598 ++++++++++++++++++++++++++++++++++++++ > include/uapi/linux/serial_core.h | 3 + > 4 files changed, 614 insertions(+) > create mode 100644 drivers/tty/serial/mps2-uart.c Greg, any comments from you? Cheers Vladimir
[toc] | [next] | [standalone]
| From | Greg KH <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2016-04-07 16:50 +0200 |
| Message-ID | <rljpU-5mp-21@gated-at.bofh.it> |
| In reply to | #1373386 |
On Thu, Apr 07, 2016 at 02:03:54PM +0100, Vladimir Murzin wrote: > On 01/04/16 15:02, Vladimir Murzin wrote: > > This driver adds support to the UART controller found on ARM MPS2 > > platform. > > > > Signed-off-by: Vladimir Murzin <vladimir.murzin@arm.com> > > --- > > drivers/tty/serial/Kconfig | 12 + > > drivers/tty/serial/Makefile | 1 + > > drivers/tty/serial/mps2-uart.c | 598 ++++++++++++++++++++++++++++++++++++++ > > include/uapi/linux/serial_core.h | 3 + > > 4 files changed, 614 insertions(+) > > create mode 100644 drivers/tty/serial/mps2-uart.c > > Greg, any comments from you? No idea, first I've seen of this, and there's no patch here...
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web