Messages in this thread Patch in this message |  | | | From | Bryan Wu <> | | Subject | [PATCH 2/2] [Blackfin] serial driver: add extra IRQ flag for 8250 serial driver | | Date | Mon, 12 May 2008 12:29:25 +0800 | |
From: Javier Herrero <jherrero@hvsistemas.es>
Signed-off-by: Javier Herrero <jherrero@hvsistemas.es>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
---
include/asm-blackfin/serial.h | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
create mode 100644 include/asm-blackfin/serial.h
diff --git a/include/asm-blackfin/serial.h b/include/asm-blackfin/serial.h
new file mode 100644
index 0000000..994dd86
--- /dev/null
+++ b/include/asm-blackfin/serial.h
@@ -0,0 +1,5 @@
+/*
+ * include/asm-blackfin/serial.h
+ */
+
+#define SERIAL_EXTRA_IRQ_FLAGS IRQF_TRIGGER_HIGH
--
1.5.5
|  |