aboutsummaryrefslogtreecommitdiff
path: root/drivers/clocksource/mips-gic-timer.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-22clocksource/drivers/mips-gic-timer: Make gic_compare_irqaction staticGravatar YueHaibing 1-1/+1
2018-05-18clocksource/drivers/mips-gic-timer: Add pr_fmt and reword pr_* messagesGravatar Matt Redfearn 1-8/+10
2018-02-28clocksource/drivers/mips-gic-timer: Use correct shift count to extract dataGravatar Felix Fietkau 1-1/+1
2018-02-22treewide/trivial: Remove ';;$' typo noiseGravatar Ingo Molnar 1-2/+2
2017-10-19clocksource/drivers/mips-gic-timer: Add fastpath for local timer updatesGravatar Matt Redfearn 1-2/+7
2017-10-19clocksource/drivers/mips-gic-timer: Remove pointless irq_save,restoreGravatar Matt Redfearn 1-3/+0
2017-08-30clocksource: mips-gic-timer: Use new GIC accessor functionsGravatar Paul Burton 1-6/+31
2017-06-27clocksource/drivers/mips-gic-timer: Fix an error code in 'gic_clocksource_of_...Gravatar Christophe Jaillet 1-2/+3
2017-06-14clocksource/drivers: Rename CLOCKSOURCE_OF_DECLARE to TIMER_OF_DECLAREGravatar Daniel Lezcano 1-1/+1
2017-04-20Clocksource/mips-gic: Remove redundant non devicetree initGravatar Matt Redfearn 1-13/+0
2017-04-07clocksource: Add missing line break to error messagesGravatar Rafał Miłecki 1-1/+1
2016-12-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2016-12-25clocksource: Use a plain u64 instead of cycle_tGravatar Thomas Gleixner 1-1/+1
2016-12-25cpu/hotplug: Cleanup state namesGravatar Thomas Gleixner 1-2/+2
2016-09-20clocksource/mips-gic-timer: Stop checking cpu_has_counterGravatar Paul Burton 1-1/+1
2016-09-20clocksource/mips-gic-timer: Print an error if IRQ setup failsGravatar Paul Burton 1-1/+4
2016-08-17clocksource/drivers/mips-gic-timer: Make gic_clocksource_of_init() return intGravatar Paul Gortmaker 1-1/+1
2016-07-15clocksource/mips-gic: Convert to hotplug state machineGravatar Richard Cochran 1-25/+13
2016-06-28clocksources: Switch back to the clksrc tableGravatar Daniel Lezcano 1-1/+1
2016-06-28clocksource/drivers/mips-gic-timer: Convert init function to return errorGravatar Daniel Lezcano 1-9/+17
2015-11-11MIPS: VDSO: Add implementations of gettimeofday() and clock_gettime()Gravatar Alex Smith 1-3/+4
2015-09-03Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-9/+56
2015-09-03CLOCKSOURCE: mips-gic: Update clockevent frequency on clock rate changesGravatar Ezequiel Garcia 1-1/+30
2015-09-03CLOCKSOURCE: mips-gic: Split clocksource and clockevent initializationGravatar Ezequiel Garcia 1-5/+8
2015-09-03CLOCKSOURCE: mips-gic: Add missing error returns checksGravatar Ezequiel Garcia 1-3/+13
2015-09-03CLOCKSOURCE: mips-gic: Enable the clock before using itGravatar Ezequiel Garcia 1-1/+6
2015-08-10clockevents/drivers/mips-gic: Migrate to new 'set-state' interfaceGravatar Viresh Kumar 1-7/+0
2015-04-01CLOCKSOURCE: mips-gic: Allow GIC clock to be specified in device-treeGravatar Andrew Bresticker 1-1/+9
2015-03-31CLOCKSOURCE: mips-gic-timer: Ensure GIC counter is runningGravatar Markos Chandras 1-0/+3
2014-11-24clocksource: mips-gic: Add device-tree supportGravatar Andrew Bresticker 1-7/+34
2014-11-24clocksource: mips-gic: Bump up rating of GIC timerGravatar Andrew Bresticker 1-1/+1
2014-11-24clocksource: mips-gic: Use clockevents_config_and_registerGravatar Andrew Bresticker 1-9/+1
2014-11-24clocksource: mips-gic: Use CPU notifiers to setup the timerGravatar Andrew Bresticker 1-16/+44
2014-11-24clocksource: mips-gic: Use percpu_dev_idGravatar Andrew Bresticker 1-3/+2
2014-11-24clocksource: mips-gic: Remove gic_event_handlerGravatar Andrew Bresticker 1-5/+0
2014-11-24clocksource: mips-gic: Move gic_frequency to clocksource driverGravatar Andrew Bresticker 1-0/+3
2014-11-24clocksource: mips-gic: Staticize local symbolsGravatar Andrew Bresticker 1-5/+5
2014-11-24clocksource: mips-gic: Combine with GIC clockevent driverGravatar Andrew Bresticker 1-0/+90
2014-11-24MIPS: Move GIC clocksource driver to drivers/clocksource/Gravatar Andrew Bresticker 1-0/+32