public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH V7 2/3] Add Orion5x support to 16550 device driver
@ 2010-06-09 20:50 Albert Aribaud
  0 siblings, 0 replies; 3+ messages in thread
From: Albert Aribaud @ 2010-06-09 20:50 UTC (permalink / raw)
  To: u-boot

This patch provides access to the 16550-compatible
serial device of the Orion5x SoC.

Signed-off-by: Albert Aribaud <albert.aribaud@free.fr>
---
 drivers/serial/serial.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/drivers/serial/serial.c b/drivers/serial/serial.c
index 8eda95c..1073ac0 100644
--- a/drivers/serial/serial.c
+++ b/drivers/serial/serial.c
@@ -30,6 +30,9 @@
 #ifdef CONFIG_KIRKWOOD
 #include <asm/arch/kirkwood.h>
 #endif
+#ifdef CONFIG_ORION5X
+#include <asm/arch/orion5x.h>
+#endif
 
 #if defined (CONFIG_SERIAL_MULTI)
 #include <serial.h>
-- 
1.6.4.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH V7 2/3] Add Orion5x support to 16550 device driver
@ 2010-06-09 20:50 Albert Aribaud
  2010-06-09 20:55 ` Albert ARIBAUD
  0 siblings, 1 reply; 3+ messages in thread
From: Albert Aribaud @ 2010-06-09 20:50 UTC (permalink / raw)
  To: u-boot

This patch provides access to the 16550-compatible
serial device of the Orion5x SoC.

Signed-off-by: Albert Aribaud <albert.aribaud@free.fr>
---
 drivers/serial/serial.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/drivers/serial/serial.c b/drivers/serial/serial.c
index 8eda95c..1073ac0 100644
--- a/drivers/serial/serial.c
+++ b/drivers/serial/serial.c
@@ -30,6 +30,9 @@
 #ifdef CONFIG_KIRKWOOD
 #include <asm/arch/kirkwood.h>
 #endif
+#ifdef CONFIG_ORION5X
+#include <asm/arch/orion5x.h>
+#endif
 
 #if defined (CONFIG_SERIAL_MULTI)
 #include <serial.h>
-- 
1.6.4.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH V7 2/3] Add Orion5x support to 16550 device driver
  2010-06-09 20:50 [U-Boot] [PATCH V7 2/3] Add Orion5x support to 16550 device driver Albert Aribaud
@ 2010-06-09 20:55 ` Albert ARIBAUD
  0 siblings, 0 replies; 3+ messages in thread
From: Albert ARIBAUD @ 2010-06-09 20:55 UTC (permalink / raw)
  To: u-boot

Le 09/06/2010 22:50, Albert Aribaud a ?crit :
>

Apologies for the duplicate 1/3 and 2/3 patches.

Amicalement,
-- 
Albert.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-06-09 20:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-09 20:50 [U-Boot] [PATCH V7 2/3] Add Orion5x support to 16550 device driver Albert Aribaud
2010-06-09 20:55 ` Albert ARIBAUD
  -- strict thread matches above, loose matches on Subject: below --
2010-06-09 20:50 Albert Aribaud

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox