aboutsummaryrefslogtreecommitdiff
path: root/include/asm-mips/mach-dec
AgeCommit message (Collapse)AuthorFilesLines
2008-10-11MIPS: Move headfiles to new location below arch/mips/includeRalf Baechle2-68/+0
Signed-off-by: Ralf Baechle <[email protected]>
2007-10-11[MIPS] Split up war.hRalf Baechle1-0/+25
It was getting a little big, ugly and a primary source for merge conflicts. Also the old method was a bit too forgiving in that the workaround did default to off, so now there is an explicit #error forcing platform maintainers to think if they should enable a workaround for a particular platform. Signed-off-by: Ralf Baechle <[email protected]>
2006-07-10[PATCH] char/rtc: Handle memory-mapped chips properlyMaciej W. Rozycki1-0/+2
Handle memory-mapped chips properly, needed for example on DECstations. This support was in Linux 2.4 but for some reason got lost in 2.6. This patch is taken directly from the linux-mips repository. [[email protected]: cleanup] Signed-off-by: Maciej W. Rozycki <[email protected]> Signed-off-by: Martin Michlmayr <[email protected]> Cc: Paul Gortmaker <[email protected]> Cc: Ralf Baechle <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2006-06-19[MIPS] Make timer interrupt frequency configurable from kconfig.Atsushi Nemoto1-18/+0
Make HZ configurable. DECSTATION can select 128/256/1024 HZ, JAZZ can only select 100 HZ, others can select 100/128/250/256/1000/1024 HZ if not explicitly specified). Also remove all mach-xxx/param.h files and update all defconfigs according to current HZ value. Signed-off-by: Atsushi Nemoto <[email protected]> Signed-off-by: Ralf Baechle <[email protected]>
2005-10-29Use physical addresses at the interface level, letting drivers remapMaciej W. Rozycki1-8/+3
them as appropriate. Signed-off-by: Ralf Baechle <[email protected]>
2005-04-16Linux-2.6.12-rc2Linus Torvalds2-0/+64
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!