Re: [U-Boot] [PATCH 2/5] Serial: Add UART support for Marvell ARMADA 100 SoCs.

2010-10-27 Thread Prafulla Wadaskar
> -Original Message- > From: Stefan Roese [mailto:s...@denx.de] > Sent: Wednesday, October 27, 2010 3:24 PM > To: u-boot@lists.denx.de; Prabhanjan Sarnaik > Cc: Prafulla Wadaskar; Manas Saksena; Lei Wen; Eric Miao > Subject: Re: [U-Boot] [PATCH 2/5] Serial: Add UART s

Re: [U-Boot] [PATCH 2/5] Serial: Add UART support for Marvell ARMADA 100 SoCs.

2010-10-27 Thread Stefan Roese
Hi Prafulla, On Wednesday 27 October 2010 15:53:21 Prafulla Wadaskar wrote: > ARMADA 100 SoCs has NS16550 compatible UART peripheral > This patch enables the same for ARMADA100 platforms > > Signed-off-by: Mahavir Jain > Signed-off-by: Prafulla WADASKAR > --- > drivers/serial/ns16550.c | 16

[U-Boot] [PATCH 2/5] Serial: Add UART support for Marvell ARMADA 100 SoCs.

2010-10-27 Thread Prafulla Wadaskar
From: Prafulla WADASKAR ARMADA 100 SoCs has NS16550 compatible UART peripheral This patch enables the same for ARMADA100 platforms Signed-off-by: Mahavir Jain Signed-off-by: Prafulla WADASKAR --- drivers/serial/ns16550.c | 16 drivers/serial/serial.c |3 +++ 2 files ch