Re: [PATCH 1/2] tty: serial_core: Add name field to uart_port struct

2017-03-23 Thread Vignesh R
On Thursday 23 March 2017 12:15 AM, Andy Shevchenko wrote: > On Tue, Mar 21, 2017 at 3:36 PM, Vignesh R wrote: >> Introduce a field to store name of uart_port that can be used to easily >> identify uart port instances on a system that has more than one uart > > uart -> UART >

Re: [PATCH 1/2] tty: serial_core: Add name field to uart_port struct

2017-03-23 Thread Vignesh R
On Thursday 23 March 2017 12:15 AM, Andy Shevchenko wrote: > On Tue, Mar 21, 2017 at 3:36 PM, Vignesh R wrote: >> Introduce a field to store name of uart_port that can be used to easily >> identify uart port instances on a system that has more than one uart > > uart -> UART > >> instance. The

Re: [PATCH 1/2] tty: serial_core: Add name field to uart_port struct

2017-03-22 Thread Andy Shevchenko
On Tue, Mar 21, 2017 at 3:36 PM, Vignesh R wrote: > Introduce a field to store name of uart_port that can be used to easily > identify uart port instances on a system that has more than one uart uart -> UART > instance. The name is of the form ttyXN(eg. ttyS0, ttyAMA0,..) where

Re: [PATCH 1/2] tty: serial_core: Add name field to uart_port struct

2017-03-22 Thread Andy Shevchenko
On Tue, Mar 21, 2017 at 3:36 PM, Vignesh R wrote: > Introduce a field to store name of uart_port that can be used to easily > identify uart port instances on a system that has more than one uart uart -> UART > instance. The name is of the form ttyXN(eg. ttyS0, ttyAMA0,..) where N > is number