Re: [PATCH] tty: serial: serial-omap: depend on !8250_omap

2014-12-05 Thread One Thousand Gnomes
On Mon, 1 Dec 2014 19:51:18 -0600 Felipe Balbi ba...@ti.com wrote: On Tue, Dec 02, 2014 at 01:13:38AM +0200, Aaro Koskinen wrote: Hi, On Mon, Dec 01, 2014 at 02:09:14PM +, One Thousand Gnomes wrote: Well the nightmare userspace switch from ttyS to ttyO few years ago is

Re: [PATCH] tty: serial: serial-omap: depend on !8250_omap

2014-12-01 Thread One Thousand Gnomes
Well the nightmare userspace switch from ttyS to ttyO few years ago is something we want to avoid.. I think the best solution would be to make serial-omap.c transparently provide support for ttyO using the new 8250 code so both ttyS and ttyO devices would just work. Otherwise it will be years

Re: [PATCH] tty: serial: serial-omap: depend on !8250_omap

2014-12-01 Thread Tony Lindgren
* One Thousand Gnomes gno...@lxorguk.ukuu.org.uk [141201 06:11]: Well the nightmare userspace switch from ttyS to ttyO few years ago is something we want to avoid.. I think the best solution would be to make serial-omap.c transparently provide support for ttyO using the new 8250 code so

Re: [PATCH] tty: serial: serial-omap: depend on !8250_omap

2014-12-01 Thread Sebastian Andrzej Siewior
On 12/01/2014 05:38 PM, Tony Lindgren wrote: * One Thousand Gnomes gno...@lxorguk.ukuu.org.uk [141201 06:11]: Well the nightmare userspace switch from ttyS to ttyO few years ago is something we want to avoid.. I think the best solution would be to make serial-omap.c transparently provide

Re: [PATCH] tty: serial: serial-omap: depend on !8250_omap

2014-12-01 Thread Tony Lindgren
* Sebastian Andrzej Siewior bige...@linutronix.de [141201 09:27]: On 12/01/2014 05:38 PM, Tony Lindgren wrote: * One Thousand Gnomes gno...@lxorguk.ukuu.org.uk [141201 06:11]: Well the nightmare userspace switch from ttyS to ttyO few years ago is something we want to avoid.. I think the

Re: [PATCH] tty: serial: serial-omap: depend on !8250_omap

2014-12-01 Thread Aaro Koskinen
Hi, On Mon, Dec 01, 2014 at 02:09:14PM +, One Thousand Gnomes wrote: Well the nightmare userspace switch from ttyS to ttyO few years ago is something we want to avoid.. I think the best solution would be to make serial-omap.c transparently provide support for ttyO using the new 8250

Re: [PATCH] tty: serial: serial-omap: depend on !8250_omap

2014-12-01 Thread Felipe Balbi
On Tue, Dec 02, 2014 at 01:13:38AM +0200, Aaro Koskinen wrote: Hi, On Mon, Dec 01, 2014 at 02:09:14PM +, One Thousand Gnomes wrote: Well the nightmare userspace switch from ttyS to ttyO few years ago is something we want to avoid.. I think the best solution would be to make

Re: [PATCH] tty: serial: serial-omap: depend on !8250_omap

2014-11-29 Thread Sebastian Andrzej Siewior
* Sebastian Andrzej Siewior | 2014-11-26 23:01:46 [+0100]: Technically speaking this is not required. If both are enabled then the Maikefile order says that 8250 one wins, the second is never probed. If we choose to enable 8250_omap via defconfig then one might get supprised that his console

Re: [PATCH] tty: serial: serial-omap: depend on !8250_omap

2014-11-29 Thread Tony Lindgren
* Sebastian Andrzej Siewior bige...@linutronix.de [141129 01:50]: * Sebastian Andrzej Siewior | 2014-11-26 23:01:46 [+0100]: Technically speaking this is not required. If both are enabled then the Maikefile order says that 8250 one wins, the second is never probed. If we choose to enable

[PATCH] tty: serial: serial-omap: depend on !8250_omap

2014-11-26 Thread Sebastian Andrzej Siewior
Technically speaking this is not required. If both are enabled then the Maikefile order says that 8250 one wins, the second is never probed. If we choose to enable 8250_omap via defconfig then one might get supprised that his console isn't working anymore since nothing says use ttySx instead