Re: [U-Boot] [PATCH 1/2] Serial support extended up to 6 COMs

2010-03-23 Thread Michael Zaidman
Dear Wolfgang, On Tue, Mar 23, 2010 at 5:04 PM, Wolfgang Denk wrote: > Dear Michael Zaidman, > > In message <660c0f821003230108t579e90femaac28b937e043...@mail.gmail.com> you > wrote: > >> All these chips are treated in the same way by this patch. Only >> frequency of crystal oscillator or extern

Re: [U-Boot] [PATCH 1/2] Serial support extended up to 6 COMs

2010-03-23 Thread Wolfgang Denk
Dear Michael Zaidman, In message <660c0f821003230108t579e90femaac28b937e043...@mail.gmail.com> you wrote: > Dear Wolfgand, s/d/g/ > All these chips are treated in the same way by this patch. Only > frequency of crystal oscillator or external clock can differs from > UART ports belonging to CPU.

Re: [U-Boot] [PATCH 1/2] Serial support extended up to 6 COMs

2010-03-23 Thread Detlev Zundel
Hi Michael, > Added support for extra ns16550 chip extending total number of > supported COMs up to 6. This targets the cases when due to the > insufficient number of UART ports on the CPU chip designers are > forced to put additional ns16550 chip on board. Additionally to Wolfgangs comments, let

Re: [U-Boot] [PATCH 1/2] Serial support extended up to 6 COMs

2010-03-23 Thread Michael Zaidman
Dear Wolfgand, On Mon, Mar 22, 2010 at 10:04 PM, Wolfgang Denk wrote: > Dear Michael Zaidman, > > In message <1269267840-15285-1-git-send-email-michael.zaid...@gmail.com> you > wrote: >> Added support for extra ns16550 chip extending total number of >> supported COMs up to 6. This targets the ca

Re: [U-Boot] [PATCH 1/2] Serial support extended up to 6 COMs

2010-03-22 Thread Wolfgang Denk
Dear Michael Zaidman, In message <1269267840-15285-1-git-send-email-michael.zaid...@gmail.com> you wrote: > Added support for extra ns16550 chip extending total number of > supported COMs up to 6. This targets the cases when due to the > insufficient number of UART ports on the CPU chip designers

[U-Boot] [PATCH 1/2] Serial support extended up to 6 COMs

2010-03-22 Thread Michael Zaidman
Added support for extra ns16550 chip extending total number of supported COMs up to 6. This targets the cases when due to the insufficient number of UART ports on the CPU chip designers are forced to put additional ns16550 chip on board. Signed-off-by: Michael Zaidman --- drivers/serial/serial.c