diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-04 13:43:31 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-04 13:43:31 -0400 |
commit | 5170065d8af2c102ca940303416579606bc7ff51 (patch) | |
tree | cdf113cb04be06d0d3afc8df06acc628208dbcdd /include | |
parent | ab8e823515305a93715e71b81efcbe27c6ce0f59 (diff) | |
parent | c4710e65c005339b5979fa258bf89940dc2a700b (diff) |
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
* 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus:
[MIPS] Remove remaining reference to ite_gpio.h from Kbuild
[MIPS] PNX8550 fixups
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-mips/mach-pnx8550/uart.h | 14 | ||||
-rw-r--r-- | include/linux/Kbuild | 1 |
2 files changed, 14 insertions, 1 deletions
diff --git a/include/asm-mips/mach-pnx8550/uart.h b/include/asm-mips/mach-pnx8550/uart.h index e32b9a23d70e..814a7a15ab49 100644 --- a/include/asm-mips/mach-pnx8550/uart.h +++ b/include/asm-mips/mach-pnx8550/uart.h | |||
@@ -13,4 +13,18 @@ | |||
13 | #define PNX8550_UART_INT(x) (PNX8550_INT_GIC_MIN+19+x) | 13 | #define PNX8550_UART_INT(x) (PNX8550_INT_GIC_MIN+19+x) |
14 | #define IRQ_TO_UART(x) (x-PNX8550_INT_GIC_MIN-19) | 14 | #define IRQ_TO_UART(x) (x-PNX8550_INT_GIC_MIN-19) |
15 | 15 | ||
16 | /* early macros needed for prom/kgdb */ | ||
17 | |||
18 | #define ip3106_lcr(base,port) *(volatile u32 *)(base+(port*0x1000) + 0x000) | ||
19 | #define ip3106_mcr(base, port) *(volatile u32 *)(base+(port*0x1000) + 0x004) | ||
20 | #define ip3106_baud(base, port) *(volatile u32 *)(base+(port*0x1000) + 0x008) | ||
21 | #define ip3106_cfg(base, port) *(volatile u32 *)(base+(port*0x1000) + 0x00C) | ||
22 | #define ip3106_fifo(base, port) *(volatile u32 *)(base+(port*0x1000) + 0x028) | ||
23 | #define ip3106_istat(base, port) *(volatile u32 *)(base+(port*0x1000) + 0xFE0) | ||
24 | #define ip3106_ien(base, port) *(volatile u32 *)(base+(port*0x1000) + 0xFE4) | ||
25 | #define ip3106_iclr(base, port) *(volatile u32 *)(base+(port*0x1000) + 0xFE8) | ||
26 | #define ip3106_iset(base, port) *(volatile u32 *)(base+(port*0x1000) + 0xFEC) | ||
27 | #define ip3106_pd(base, port) *(volatile u32 *)(base+(port*0x1000) + 0xFF4) | ||
28 | #define ip3106_mid(base, port) *(volatile u32 *)(base+(port*0x1000) + 0xFFC) | ||
29 | |||
16 | #endif | 30 | #endif |
diff --git a/include/linux/Kbuild b/include/linux/Kbuild index ea005c0a79fd..5114ff18101d 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild | |||
@@ -100,7 +100,6 @@ header-y += ipx.h | |||
100 | header-y += irda.h | 100 | header-y += irda.h |
101 | header-y += isdn_divertif.h | 101 | header-y += isdn_divertif.h |
102 | header-y += iso_fs.h | 102 | header-y += iso_fs.h |
103 | header-y += ite_gpio.h | ||
104 | header-y += ixjuser.h | 103 | header-y += ixjuser.h |
105 | header-y += jffs2.h | 104 | header-y += jffs2.h |
106 | header-y += keyctl.h | 105 | header-y += keyctl.h |