aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel/time-ts.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-2/+2
2015-08-10blackfin/time-ts: Migrate to new 'set-state' interfaceViresh Kumar1-66/+70
2013-02-20blackfin: time-ts: Remove duplicate assignmentStephen Boyd1-6/+0
2012-05-21blackfin: bf60x: enable gptimer clock sourceSteven Miao1-2/+25
2012-01-09blackfin: time-ts: rm unused func broadcast_timer_setup()Bob Liu1-18/+0
2012-01-09blackfin: smp: cleanup smp codeBob Liu1-1/+25
2011-10-26Blackfin: irq: remove IRQF_DISABLEDYong Zhang1-4/+2
2011-05-14Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-arm into timers/clocksourceThomas Gleixner1-1/+7
2011-04-13Blackfin: time-ts: ack gptimer sooner to avoid missing short intsMike Frysinger1-1/+7
2011-02-21blackfin: convert to clocksource_register_hzJohn Stultz1-33/+2
2010-05-19Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-6/+7
2010-03-13blackfin: Convert blackfin to use read/update_persistent_clockJohn Stultz1-6/+7
2010-03-09Blackfin: add support for cpufreq on SMP systemsGraf Yang1-0/+4
2010-03-09Blackfin: implement nmi_watchdog for SMP on BF561Graf Yang1-0/+4
2010-03-09Blackfin: SMP: make core timers per-cpu clock events for HRTYi Li1-92/+105
2009-12-15Blackfin: convert cyc2ns() to clocksource_cyc2ns()Mike Frysinger1-2/+4
2009-12-15Blackfin: use common code for cycle->nanosecond conversionYi Li1-22/+4
2009-12-15Blackfin: unify sched_clock() handling between clock sourcesYi Li1-10/+33
2009-12-15Blackfin: fix gptimer0 clock source compile warningYi Li1-1/+1
2009-10-07Blackfin: mass clean up of copyright/licensing infoRobin Getz1-5/+5
2009-09-16Blackfin: swap clocksource ratings for gptimer/cyclesGraf Yang1-2/+2
2009-06-12Blackfin: add support for gptimer0 as a tick sourceGraf Yang1-39/+183
2009-04-21clocksource: pass clocksource to read() callbackMagnus Damm1-6/+6
2008-12-13cpumask: convert struct clock_event_device to cpumask pointers.Rusty Russell1-1/+1
2008-05-07[Blackfin] arch: Support for CPU_FREQ and NOHZVitja Makarov1-3/+7
2008-04-25[Blackfin] arch: Functional power management support: Add support for cpu frequency scalingMichael Hennerich1-2/+28
2008-04-24[Blackfin] arch: actually implement get_cycles functionMike Frysinger1-3/+2
2008-02-29[Blackfin] arch: initial generic time and clock sourcesVitja Makarov1-0/+194