aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-mips/i8253.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2007-11-26[MIPS] Fix pcspeaker build.Ralf Baechle1-0/+2
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2007-11-02Use i8253.c lock for PC speaker on MIPS, too.Ralf Baechle1-0/+4
The Jazz machines have to use the PIT timer for dyntick and highresolution kernels. This may break because currently just like i386 used to do MIPS uses two separate spinlocks in the actual PIT code and the PC speaker code. So switch to do it the same that x86 currently does PIT locking. Signed-off-by: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-11-02[MIPS] i8253.h: Remove all i8259 related definitions.Ralf Baechle1-15/+0
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2007-10-22[MIPS] Fix include wrapper symbol to something sane.Ralf Baechle1-3/+3
And why are there i8253.h and 8253pit.h ... Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2007-10-11[MIPS] i8253 PIT clocksource and clockevent driversRalf Baechle1-0/+30
Derived from the i386 variant with a few x86 complexities chopped off. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>