Re: [PATCH] allow alternative name for PXA serial console

2013-11-22 Thread Sergei Ianovich
On 13 March 2013 04:03, Сергей Янович wrote: > On 13 March 2013 03:39, Greg Kroah-Hartman wrote: >> On Wed, Mar 13, 2013 at 03:34:59AM +0400, Сергей Янович wrote: >>> >>> * Non-8250 serial port support >>> * >>> PXA serial port support (SERIAL_PXA) [Y/n/?] y >>> Console on

Re: [PATCH] allow alternative name for PXA serial console

2013-03-12 Thread Сергей Янович
On 13 March 2013 03:39, Greg Kroah-Hartman wrote: > On Wed, Mar 13, 2013 at 03:34:59AM +0400, Сергей Янович wrote: >> >> * Non-8250 serial port support >> * >> PXA serial port support (SERIAL_PXA) [Y/n/?] y >> Console on PXA serial port (SERIAL_PXA_CONSOLE) [Y/n/?] y >> as

Re: [PATCH] allow alternative name for PXA serial console

2013-03-12 Thread Greg Kroah-Hartman
On Wed, Mar 13, 2013 at 03:34:59AM +0400, Сергей Янович wrote: > On 13 March 2013 03:10, Greg Kroah-Hartman wrote: > > On Wed, Mar 13, 2013 at 03:02:22AM +0400, Sergey Yanovich wrote: > >> +config SERIAL_PXA_TTYSA_NAME > >> + bool "as /dev/ttySA[0-3]" > > > > Does that config text really make

Re: [PATCH] allow alternative name for PXA serial console

2013-03-12 Thread Сергей Янович
On 13 March 2013 03:10, Greg Kroah-Hartman wrote: > On Wed, Mar 13, 2013 at 03:02:22AM +0400, Sergey Yanovich wrote: >> +config SERIAL_PXA_TTYSA_NAME >> + bool "as /dev/ttySA[0-3]" > > Does that config text really make sense? What does it look like when > you run "make oldconfig"? --

Re: [PATCH] allow alternative name for PXA serial console

2013-03-12 Thread Greg Kroah-Hartman
On Wed, Mar 13, 2013 at 03:02:22AM +0400, Sergey Yanovich wrote: > ICP DAS LP-8x4x is an industrial data acquision device. It is based > on PXA270 CPU. The board containsi a lot of (up to 36) standard UARTi > 8250i serial ports. System console on the board is provided with > an on-chip PXA serial p

[PATCH] allow alternative name for PXA serial console

2013-03-12 Thread Sergey Yanovich
ICP DAS LP-8x4x is an industrial data acquision device. It is based on PXA270 CPU. The board containsi a lot of (up to 36) standard UARTi 8250i serial ports. System console on the board is provided with an on-chip PXA serial port. Both modules use /dev/ttyS0 by default. To solve the collision, PXA