Re: [PATCH] tilegx: Add tty serial support for TILE-Gx on-chip UART

2013-08-12 Thread Greg Kroah-Hartman
On Mon, Aug 12, 2013 at 02:56:37PM -0400, Chris Metcalf wrote: > On 8/12/2013 2:43 PM, Greg Kroah-Hartman wrote: > > On Mon, Aug 12, 2013 at 02:11:44PM -0400, Chris Metcalf wrote: > >> +/* > >> + * Enable modem status interrupts. > >> + */ > >> +static void tilegx_enable_ms(struct uart_port *port)

Re: [PATCH] tilegx: Add tty serial support for TILE-Gx on-chip UART

2013-08-12 Thread Chris Metcalf
On 8/12/2013 2:43 PM, Greg Kroah-Hartman wrote: > On Mon, Aug 12, 2013 at 02:11:44PM -0400, Chris Metcalf wrote: >> +/* >> + * Enable modem status interrupts. >> + */ >> +static void tilegx_enable_ms(struct uart_port *port) >> +{ >> +/* N/A */ >> +} >> + >> +/* >> + * Control the transmission o

Re: [PATCH] tilegx: Add tty serial support for TILE-Gx on-chip UART

2013-08-12 Thread Greg Kroah-Hartman
On Mon, Aug 12, 2013 at 02:11:44PM -0400, Chris Metcalf wrote: > +/* > + * Enable modem status interrupts. > + */ > +static void tilegx_enable_ms(struct uart_port *port) > +{ > + /* N/A */ > +} > + > +/* > + * Control the transmission of a break signal. > + */ > +static void tilegx_break_ctl(st

[PATCH] tilegx: Add tty serial support for TILE-Gx on-chip UART

2013-08-12 Thread Chris Metcalf
Signed-off-by: Chris Metcalf --- MAINTAINERS | 1 + drivers/tty/serial/Kconfig | 9 + drivers/tty/serial/Makefile | 1 + drivers/tty/serial/tilegx.c | 708 +++ include/uapi/linux/serial_core.h | 3 + 5 files changed,