All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] add UART IRQ number for EV64120
@ 2006-10-01 10:35 Yoichi Yuasa
  2006-10-01 10:43 ` [PATCH 2/3] rename SERIAL_PORT_DEFNS " Yoichi Yuasa
  2006-10-01 19:44 ` [PATCH 1/3] add UART IRQ number for EV64120 Ralf Baechle
  0 siblings, 2 replies; 5+ messages in thread
From: Yoichi Yuasa @ 2006-10-01 10:35 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: yoichi_yuasa, linux-mips

Hi Ralf,

This patch has added UART IRQ number for EV64120.

Yoichi

Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>

diff -pruN -X mips/Documentation/dontdiff mips-orig/include/asm-mips/mach-ev64120/mach-gt64120.h mips/include/asm-mips/mach-ev64120/mach-gt64120.h
--- mips-orig/include/asm-mips/mach-ev64120/mach-gt64120.h	2006-10-01 16:12:37.741496250 +0900
+++ mips/include/asm-mips/mach-ev64120/mach-gt64120.h	2006-10-01 16:14:24.228151250 +0900
@@ -42,6 +42,7 @@ extern unsigned long gt64120_base;
 #define EV64120_UART0_REGS_BASE	(KSEG1ADDR(EV64120_COM1_BASE_ADDR))
 #define EV64120_UART1_REGS_BASE	(KSEG1ADDR(EV64120_COM2_BASE_ADDR))
 #define EV64120_BASE_BAUD ( 3686400 / 16 )
+#define EV64120_UART_IRQ	6
 
 /*
  * PCI interrupts will come in on either the INTA or INTD interrups lines,

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

end of thread, other threads:[~2006-10-02  2:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-01 10:35 [PATCH 1/3] add UART IRQ number for EV64120 Yoichi Yuasa
2006-10-01 10:43 ` [PATCH 2/3] rename SERIAL_PORT_DEFNS " Yoichi Yuasa
2006-10-01 10:47   ` [PATCH 3/3] remove unused galileo-boars header files Yoichi Yuasa
2006-10-01 19:44 ` [PATCH 1/3] add UART IRQ number for EV64120 Ralf Baechle
2006-10-02  2:59   ` Yoichi Yuasa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.