aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/i8253.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-05MIPS: Replace setup_irq() by request_irq()afzal mohammed1-7/+4
2019-07-18MIPS: kernel: only use i8253 clocksource with periodic clockeventThomas Bogendoerfer1-1/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2011-12-07MIPS: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-10-31mips: migrate core kernel file from module.h --> export.hPaul Gortmaker1-1/+1
2011-07-22mips: Fix i8253 clockevent falloutThomas Gleixner1-1/+1
2011-07-01mips: Use common i8253 clockeventThomas Gleixner1-95/+2
2011-06-09i8253: Consolidate all kernel definitions of i8253_lockRalf Baechle1-3/+0
2011-06-09i8253: Create linux/i8253.h and use it in all 8253 related filesRalf Baechle1-1/+1
2011-05-14clocksource: convert mips to generic i8253 clocksourceRussell King1-77/+1
2010-10-07MIPS: Add missing #inclusions of <linux/irq.h>David Howells1-0/+1
2010-03-02i8253: Convert i8253_lock to raw_spinlockThomas Gleixner1-7/+7
2009-11-02MIPS: Add IRQF_TIMER flag for timer interruptsWu Zhangjin1-1/+1
2009-06-24MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users.Ralf Baechle1-0/+1
2009-04-21clocksource: pass clocksource to read() callbackMagnus Damm1-1/+1
2009-03-30cpumask: remove references to struct irqaction's mask field.Rusty Russell1-2/+0
2008-12-13cpumask: convert struct clock_event_device to cpumask pointers.Rusty Russell1-1/+1
2008-07-15[MIPS] i8253: make the pit_clockevent variable staticDmitri Vorobiev1-1/+1
2008-04-01[MIPS] I8253: Export i2853_lock to modules.Ralf Baechle1-0/+1
2008-01-30mips, x86: optimize the i8259 code a bitRalf Baechle1-8/+4
2007-11-02Use i8253.c lock for PC speaker on MIPS, too.Ralf Baechle1-1/+1
2007-11-02[MIPS] i8253: Cleanup.Ralf Baechle1-11/+12
2007-10-11[MIPS] i8253 PIT clocksource and clockevent driversRalf Baechle1-0/+213
2007-07-12[MIPS] Rename PC speaker codeRalf Baechle1-28/+0
2006-03-14Input: pcspkr - separate device and driver registrationMichael Neuling1-0/+28