summaryrefslogtreecommitdiffstats
path: root/arch/mips/sgi-ip27/ip27-timer.c
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* MIPS: clockevent drivers: Set ->min_delta_ticks and ->max_delta_ticksNicolai Stange2017-04-141-0/+2
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-1/+1
* MIPS: IP27: Migrate to new 'set-state' interfaceViresh Kumar2015-09-031-7/+0
* MIPS: sgi-ip27: Implement read_sched_clockDeng-Cheng Zhu2015-04-011-0/+8
* MIPS: Delete __cpuinit/__CPUINIT usage from MIPS codePaul Gortmaker2013-07-141-3/+3
* IP27: Make declaration and definition of rt_timer_irq match.Ralf Baechle2013-04-111-1/+1
* MIPS: Whitespace cleanup.Ralf Baechle2013-02-011-3/+3
* MIPS: irq: Remove IRQF_DISABLEDYong Zhang2011-12-071-1/+1
* Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2011-05-191-2/+1
|\
| * Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-a...Thomas Gleixner2011-05-141-8/+5
| |\
| * | mips: convert to clocksource_register_hz/khzJohn Stultz2011-02-211-2/+1
* | | MIPS: IP27: Remove pointless switch statement.Ralf Baechle2011-05-191-12/+1
| |/ |/|
* | MIPS: Convert the irq functions to the new namesThomas Gleixner2011-03-291-1/+1
* | MIPS: IP27: Convert to new irq_chip functionsThomas Gleixner2011-03-251-7/+4
|/
* MIPS: Add IRQF_TIMER flag for timer interruptsWu Zhangjin2009-11-021-1/+1
* MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users.Ralf Baechle2009-06-241-0/+1
* clocksource: pass clocksource to read() callbackMagnus Damm2009-04-211-1/+1
* cpumask: convert struct clock_event_device to cpumask pointers.Rusty Russell2008-12-131-1/+1
* MIPS: IP27: Switch over to RTC class driverThomas Bogendoerfer2008-10-151-77/+22
* [MIPS] IP27: Fix clockevent setupThomas Bogendoerfer2008-06-051-14/+13
* [MIPS] ip27-timer: fix unsigned irq < 0Roel Kluin2008-05-121-2/+2
* [MIPS] Fix loads of section missmatchesRalf Baechle2008-03-121-1/+1
* [MIPS] IP27: Fix build error.Ralf Baechle2007-11-021-2/+2
* [MIPS] IP27: Fix slice logic to work for arbitrary number of slices.Ralf Baechle2007-10-291-4/+7
* [MIPS] time: SMP/NUMA-proofing of IP27 HUB RT timer code.Ralf Baechle2007-10-221-63/+71
* [MIPS] IP27: Convert to clock_event_device.Ralf Baechle2007-10-181-63/+92
* [MIPS] IP27: Add clocksource driversRalf Baechle2007-10-111-3/+11
* [MIPS] Deforest the function pointer jungle in the time code.Ralf Baechle2007-10-111-4/+2
* [MIPS] Use generic NTP code for all MIPS platformsRalf Baechle2007-10-111-18/+0
* [MIPS] IP27: Fix warning.Ralf Baechle2007-02-181-1/+1
* [MIPS] use name instead of typename for each irq_chipAtsushi Nemoto2007-02-061-1/+1
* [MIPS] Compile __do_IRQ() when really neededFranck Bui-Huu2006-12-061-5/+0
* [MIPS] mips HPT cleanup: make clocksource_mips publicAtsushi Nemoto2006-11-301-2/+2
* [MIPS] use generic_handle_irq, handle_level_irq, handle_percpu_irqAtsushi Nemoto2006-11-301-1/+2
* [MIPS] IRQ cleanupsAtsushi Nemoto2006-11-301-22/+5
* [MIPS] Make irq number allocator generally available for fixing EV64120.Ralf Baechle2006-11-061-2/+0
* [MIPS] Fixup migration to GENERIC_TIMEAtsushi Nemoto2006-10-311-9/+7
* [MIPS] Complete fixes after removal of pt_regs argument to int handlers.Ralf Baechle2006-10-081-2/+2
* [PATCH] kill wall_jiffiesAtsushi Nemoto2006-10-011-2/+0
* [PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem)Atsushi Nemoto2006-09-291-1/+1
* [MIPS] Replace board_timer_setup function pointer by plat_timer_setup.Ralf Baechle2006-07-131-4/+2
* [MIPS] IP27: Reformatting.Ralf Baechle2006-07-131-4/+4
* [MIPS] IP27: Invoke setup_irq for timer interrupt so proc stats will be shown.Ralf Baechle2006-07-131-0/+4
* [MIPS] IP27: irq_chip startup method returns unsigned int.Ralf Baechle2006-07-131-1/+2
* [MIPS] IP27: struct irq_desc member handler was renamed to chip.Ralf Baechle2006-07-131-1/+1
* [MIPS] Eleminate interrupt migration helper use.Ralf Baechle2006-07-131-1/+1
* [PATCH] irq-flags: MIPS: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* [MIPS] IP27: Fix collision with hardcoded interrupt number.Ralf Baechle2006-06-191-2/+59
* [MIPS] Fix ip27 build.Atsushi Nemoto2006-04-271-1/+1