aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/kernel/timer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h>Ingo Molnar1-0/+1
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-3/+3
2016-11-15microblaze: Fix return value from xilinx_timer_initMichal Simek1-1/+1
2016-06-28clocksources: Switch back to the clksrc tableDaniel Lezcano1-1/+1
2016-06-28clocksource/drivers/microblaze: Convert init function to return errorDaniel Lezcano1-13/+38
2015-08-10microblaze/timer: Migrate to new 'set-state' interfaceViresh Kumar1-27/+19
2015-01-02microblaze: include the new timecounter header.Richard Cochran1-0/+1
2014-04-07microblaze: Make timer driver endian awareMichal Simek1-15/+47
2014-03-12microblaze: Rename global function heartbeat()Guenter Roeck1-2/+2
2014-01-27microblaze: timer: Do not initialized system timer twiceMichal Simek1-0/+6
2014-01-27microblaze: timer: Use generic sched_clock implementationMichal Simek1-19/+8
2014-01-27microblaze: Add support for CCFMichal Simek1-4/+14
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-0/+1
2013-11-08microblaze: Remove deprecated IRQF_DISABLEDMichal Simek1-1/+1
2013-10-09microblaze: clean-up prom.h implicit includesRob Herring1-0/+1
2013-09-03microblaze: timer: Replace microblaze_ prefix by xilinx_Michal Simek1-39/+39
2013-09-03microblaze: timer: Update headerMichal Simek1-1/+2
2013-09-03microblaze: timer: Remove unused headerMichal Simek1-13/+0
2013-09-03microblaze: timer: Clear driver init functionMichal Simek1-13/+15
2013-09-03microblaze: timer: Use CLKSRC_OF initializationMichal Simek1-13/+4
2013-09-03microblaze: Remove selfmodified featureMichal Simek1-31/+16
2012-10-04microblaze: Prefer to use pr_XXX instead of printk(KERN_XX)Michal Simek1-7/+7
2012-10-04microblaze: Added fdt chosen capability for timerMichal Simek1-1/+9
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds1-1/+0
2012-03-28Disintegrate asm/system.h for MicroblazeDavid Howells1-1/+0
2012-03-23microblaze: Use node name instead of compatible stringMichal Simek1-2/+2
2012-03-19microblaze: trivial: Fix typo fault in timer.cMichal Simek1-1/+1
2012-01-05microblaze: Remove eprintk macroMichal Simek1-1/+1
2012-01-05microblaze: Use irq_of_parse_and_map for timerMichal Simek1-1/+1
2012-01-05microblaze: Use of_find_compatible_node for timer and intcMichal Simek1-13/+4
2011-10-14microblaze: Clear top bit from cnt32_to_63Michal Simek1-1/+2
2011-05-14Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-arm into timers/clocksourceThomas Gleixner1-3/+3
2011-03-09microblaze: Fix sparse warning - timer.cMichal Simek1-3/+3
2011-02-21microblaze: convert to clocksource_register_hz/khzJohn Stultz1-5/+1
2010-10-21microblaze: Support timer on AXI liteMichal Simek1-5/+16
2010-10-21microblaze: Add support for little-endian MicroblazeMichal Simek1-4/+4
2010-10-21microblaze: Remove additional compatible propertiesMichal Simek1-2/+0
2010-10-21microblaze: Use static const char * const where possibleJoe Perches1-6/+6
2010-10-21microblaze: Report if only one timer is usedMichal Simek1-1/+1
2010-08-04microblaze: Decrease time shifting valuesMichal Simek1-4/+5
2010-08-04microblaze: Improve ftrace time measuringMichal Simek1-0/+17
2009-12-14microblaze: Register timecounter/cyclecounterMichal Simek1-0/+28
2009-08-18microblaze: Sane handling of missing timer/intc in device treeJohn Williams1-0/+2
2009-04-23microblaze: add parameter to microblaze_read()Coly Li1-1/+1
2009-03-27microblaze_v8: Interrupt handling and timer supportMichal Simek1-0/+262