aboutsummaryrefslogtreecommitdiff
path: root/include/asm-mips/ip32
AgeCommit message (Collapse)AuthorFilesLines
2008-10-11MIPS: Move headfiles to new location below arch/mips/includeRalf Baechle3-637/+0
Signed-off-by: Ralf Baechle <[email protected]>
2007-11-26[MIPS] IP32: More interrupt renumbering fixes.Ralf Baechle1-1/+1
Signed-off-by: Ralf Baechle <[email protected]>
2007-10-29[MIPS] IP32: Fixes after interrupt renumbering.Ralf Baechle1-1/+3
And general untangling. Signed-off-by: Ralf Baechle <[email protected]>
2007-10-19define global BIT macroJiri Slaby2-6/+0
define global BIT macro move all local BIT defines to the new globally define macro. Signed-off-by: Jiri Slaby <[email protected]> Cc: Paul Mackerras <[email protected]> Cc: Benjamin Herrenschmidt <[email protected]> Cc: Kumar Gala <[email protected]> Cc: Dmitry Torokhov <[email protected]> Cc: Jeff Garzik <[email protected]> Cc: James Bottomley <[email protected]> Cc: "Antonino A. Daplas" <[email protected]> Cc: Russell King <[email protected]> Acked-by: Ralf Baechle <[email protected]> Cc: "John W. Linville" <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2007-10-16[MIPS] IP32: Fix build by conversion to irq_cpu.c.Ralf Baechle1-70/+88
Signed-off-by: Ralf Baechle <[email protected]>
2007-10-11[MIPS] remove unused include/asm-mips/ip32/machine.hYoichi Yuasa1-20/+0
Signed-off-by: Yoichi Yuasa <[email protected]> Signed-off-by: Ralf Baechle <[email protected]>
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse1-1/+0
Signed-off-by: David Woodhouse <[email protected]>
2005-11-17[MIPS] IP32: Fix sparse warnings.Arnaud Giersch2-2/+2
Add __iomem qualifier to crime and mace pointers. Signed-off-by: Arnaud Giersch <[email protected]> Signed-off-by: Ralf Baechle <[email protected]>
2005-11-17[MIPS] IP32 Fix and complete IP32 parport definitionsArnaud Giersch1-16/+26
Fix, complete, and indent IP32 parport definitions. Definition were wrong for CTXINUSE and DMACTIVE (1-bit shift). Add macros DATA_BOUND, DATALEN_SHIFT, and CTRSHIFT. Signed-off-by: Arnaud Giersch <[email protected]> Signed-off-by: Ralf Baechle <[email protected]>
2005-11-07O2 parport definitionsIlya A. Volynets-Evenbakh1-1/+25
Signed-off-by: Ralf Baechle <[email protected]>
2005-09-05[PATCH] mips: nuke trailing whitespaceRalf Baechle1-4/+4
Signed-off-by: Ralf Baechle <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2005-04-16Linux-2.6.12-rc2Linus Torvalds4-0/+610
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!