diff mbox

[U-Boot,V2,3/5] serial: add pantheon soc support

Message ID 1294632087-8025-4-git-send-email-leiwen@marvell.com
State Superseded
Headers show

Commit Message

Lei Wen Jan. 10, 2011, 4:01 a.m. UTC
Signed-off-by: Lei Wen <leiwen@marvell.com>
---
 drivers/serial/serial.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

Comments

Wolfgang Denk Jan. 25, 2011, 9:25 p.m. UTC | #1
Dear Prafulla,

In message <1294632087-8025-4-git-send-email-leiwen@marvell.com> Lei Wen wrote:
> Signed-off-by: Lei Wen <leiwen@marvell.com>
> ---
>  drivers/serial/serial.c |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/serial/serial.c b/drivers/serial/serial.c
> index cd3439e..4032dfd 100644
> --- a/drivers/serial/serial.c
> +++ b/drivers/serial/serial.c
> @@ -33,6 +33,8 @@
>  #include <asm/arch/orion5x.h>
>  #elif defined(CONFIG_ARMADA100)
>  #include <asm/arch/armada100.h>
> +#elif defined(CONFIG_PANTHEON)
> +#include <asm/arch/pantheon.h>
>  #endif
>  
>  #if defined (CONFIG_SERIAL_MULTI)

Acked-by: Wolfgang Denk <wd@denx.de>

Please pull with rest of patch series through your repository.
Thanks.

Best regards,

Wolfgang Denk
Prafulla Wadaskar Jan. 26, 2011, 6:49 a.m. UTC | #2
> -----Original Message-----
> From: Wolfgang Denk [mailto:wd@denx.de]
> Sent: Tuesday, January 25, 2011 1:25 PM
> To: Prafulla Wadaskar
> Cc: u-boot@lists.denx.de; Lei Wen; Yu Tang; Ashish Karkare; Prabhanjan
> Sarnaik; adrian . wenl @ gmail . com "
> Subject: Re: [U-Boot] [PATCH V2 3/5] serial: add pantheon soc support
> 
> Dear Prafulla,
> 
> In message <1294632087-8025-4-git-send-email-leiwen@marvell.com> Lei Wen
> wrote:
> > Signed-off-by: Lei Wen <leiwen@marvell.com>
> > ---
> >  drivers/serial/serial.c |    2 ++
> >  1 files changed, 2 insertions(+), 0 deletions(-)
> >
> > diff --git a/drivers/serial/serial.c b/drivers/serial/serial.c
> > index cd3439e..4032dfd 100644
> > --- a/drivers/serial/serial.c
> > +++ b/drivers/serial/serial.c
> > @@ -33,6 +33,8 @@
> >  #include <asm/arch/orion5x.h>
> >  #elif defined(CONFIG_ARMADA100)
> >  #include <asm/arch/armada100.h>
> > +#elif defined(CONFIG_PANTHEON)
> > +#include <asm/arch/pantheon.h>
> >  #endif
> >
> >  #if defined (CONFIG_SERIAL_MULTI)
> 
> Acked-by: Wolfgang Denk <wd@denx.de>
> 
> Please pull with rest of patch series through your repository.
> Thanks.

Dear Wolfgang,
This is a patch series, need to be pulled all together. I will do it with v6, if there is no further review feedback for v6 patch series.

Regards..
Prafulla . .
diff mbox

Patch

diff --git a/drivers/serial/serial.c b/drivers/serial/serial.c
index cd3439e..4032dfd 100644
--- a/drivers/serial/serial.c
+++ b/drivers/serial/serial.c
@@ -33,6 +33,8 @@ 
 #include <asm/arch/orion5x.h>
 #elif defined(CONFIG_ARMADA100)
 #include <asm/arch/armada100.h>
+#elif defined(CONFIG_PANTHEON)
+#include <asm/arch/pantheon.h>
 #endif
 
 #if defined (CONFIG_SERIAL_MULTI)