aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/pcspeaker.c
Commit message (Collapse)AuthorAge
* [MIPS] Cleanup pcspeaker platform device registration.Ralf Baechle2008-01-29
| | | | | | | Move registration into the actual platform code instead of making a desparate attempt at sharing the hand full of likes of code in pcspeaker.c. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* [MIPS] Rename PC speaker codeRalf Baechle2007-07-12
While the PC speaker is wired up to the i8254 there is more to the i8254 than just the PC speaker so this code was getting in the way under its current name. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>