git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0807da5
)
[ARM] pxa: remove machine class specific stuffs from serial driver
author
Eric Miao
<eric.miao@marvell.com>
Wed, 14 Jan 2009 11:12:42 +0000
(19:12 +0800)
committer
Eric Miao
<eric.miao@marvell.com>
Mon, 9 Mar 2009 13:22:38 +0000
(21:22 +0800)
The only things prevent drivers/serial/pxa.c from being generic enough
are:
1. IER_UUE which can be safely replaced by UART_IER_UUE as defined in
serial_reg.h for PXA
2. __PREG() and FFUART/BTUART/STUART definitions to decide the UART
port name
And removed the un-necessary #include of <mach/...> and <asm/...> headers.
Signed-off-by: Eric Miao <eric.miao@marvell.com>
drivers/serial/pxa.c
patch
|
blob
|
history
diff --cc
drivers/serial/pxa.c
Simple merge