Re: [PATCH 1/2] TTY: add support for tty slave devices.

2014-12-22 Thread NeilBrown
On Sun, 21 Dec 2014 11:20:19 +0100 Sebastian Reichel s...@kernel.org wrote: Hi Neil, On Sat, Dec 20, 2014 at 11:09:20AM +1100, NeilBrown wrote: A tty slave is a device connected via UART. It may need a driver to, for example, power the device on when the tty is opened, and power it off

Re: [PATCH 1/2] TTY: add support for tty slave devices.

2014-12-21 Thread Sebastian Reichel
Hi Neil, On Sat, Dec 20, 2014 at 11:09:20AM +1100, NeilBrown wrote: A tty slave is a device connected via UART. It may need a driver to, for example, power the device on when the tty is opened, and power it off when the tty is released. How about (reads a bit easier to me, but I'm not a

[PATCH 1/2] TTY: add support for tty slave devices.

2014-12-19 Thread NeilBrown
A tty slave is a device connected via UART. It may need a driver to, for example, power the device on when the tty is opened, and power it off when the tty is released. A tty slave is a platform device which is declared as a child of the uart in device-tree: uart1 { bluetooth {