aboutsummaryrefslogtreecommitdiff
path: root/drivers/clocksource
AgeCommit message (Expand)AuthorFilesLines
2017-10-20clockevents/drivers/cs5535: Improve resilience to spurious interruptsGravatar David Kozub 1-1/+2
2017-09-25x86/numachip: Add const and __initconst to numachip2_clockeventGravatar Bhumika Goyal 1-1/+1
2017-09-18clocksource/integrator: Fix section mismatch warningGravatar Arnd Bergmann 1-2/+2
2017-09-15Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstrea...Gravatar Linus Torvalds 1-6/+31
2017-09-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 8-16/+261
2017-08-31clocksource: Convert to using %pOF instead of full_nameGravatar Rob Herring 4-15/+13
2017-08-30clocksource: mips-gic-timer: Use new GIC accessor functionsGravatar Paul Burton 1-6/+31
2017-08-29clocksource/drivers/bcm2835: Remove message for a memory allocation failureGravatar Markus Elfring 1-1/+0
2017-08-29clocksource/drivers/imx-tpm: Add imx tpm timer supportGravatar Dong Aisheng 3-0/+248
2017-08-25Merge branch 'linus' into locking/core, to pick up fixesGravatar Ingo Molnar 4-9/+10
2017-08-11clocksource/drivers/Kconfig: Fix CLKSRC_PISTACHIO dependenciesGravatar Matt Redfearn 1-1/+1
2017-08-11clocksource/drivers/timer-of: Checking for IS_ERR() instead of NULLGravatar Dan Carpenter 1-2/+2
2017-08-10clocksource/drivers/em_sti: Fix error return codes in em_sti_probe()Gravatar Gustavo A. R. Silva 1-5/+6
2017-08-10clocksource/drivers/arm_arch_timer: Fix mem frame loop initializationGravatar Matthias Kaehlcke 1-1/+1
2017-08-10clocksource/arm_arch_timer: Use static_branch_enable_cpuslocked()Gravatar Marc Zyngier 1-1/+5
2017-07-17clocksource/drivers/timer-of: Handle of_irq_get_byname() result correctlyGravatar Sergei Shtylyov 1-2/+10
2017-07-04Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 3-0/+180
2017-06-27clocksource/drivers/mips-gic-timer: Fix an error code in 'gic_clocksource_of_...Gravatar Christophe Jaillet 1-2/+3
2017-06-27clocksource/drivers/fsl_ftm_timer: Unmap region obtained by of_iomapGravatar Arvind Yadav 1-2/+6
2017-06-27clocksource/drivers/tcb_clksrc: Make IO endian agnosticGravatar Alexandre Belloni 1-29/+29
2017-06-26clocksource/drivers/sun4i: Switch to the timer-of common initGravatar Daniel Lezcano 2-94/+78
2017-06-26clocksource/drivers/timer-of: Fix invalid iomap checkGravatar Daniel Lezcano 1-1/+1
2017-06-22clocksource/drivers: Fix uninitialized variable use in timer_of_initGravatar Arnd Bergmann 1-3/+2
2017-06-21Merge branch 'timers/urgent' into timers/coreGravatar Thomas Gleixner 3-2/+4
2017-06-18clocksource: owl: Add S900 supportGravatar Andreas Färber 1-0/+1
2017-06-18clocksource: Add Owl timerGravatar Andreas Färber 3-0/+179
2017-06-14clocksource/drivers/fttmr010: Factor out clock read codeGravatar Linus Walleij 1-10/+6
2017-06-14clocksource/drivers/fttmr010: Implement delay timerGravatar Linus Walleij 1-1/+34
2017-06-14clocksource/drivers: Add timer-of common init routineGravatar Daniel Lezcano 4-0/+243
2017-06-14clocksource/drivers/tcb_clksrc: Save timer context on suspend/resumeGravatar Alexandre Belloni 1-0/+51
2017-06-14clocksource/drivers/fttmr010: Optimize sched_clock()Gravatar Linus Walleij 1-5/+10
2017-06-14clocksource/drivers: Rename CLKSRC_ACPI to TIMER_ACPIGravatar Daniel Lezcano 1-2/+2
2017-06-14clocksource/drivers: Rename CLKSRC_OF to TIMER_OFGravatar Daniel Lezcano 5-33/+33
2017-06-14clocksource/drivers: Rename clksrc table to timerGravatar Daniel Lezcano 1-9/+9
2017-06-14clocksource/drivers: Rename CLOCKSOURCE_ACPI_DECLARE to TIMER_ACPI_DECLAREGravatar Daniel Lezcano 1-1/+1
2017-06-14clocksource/drivers: Rename clocksource_probe to timer_probeGravatar Daniel Lezcano 1-1/+1
2017-06-14clocksource/drivers: Rename CLOCKSOURCE_OF_DECLARE to TIMER_OF_DECLAREGravatar Daniel Lezcano 57-96/+96
2017-06-13clocksource: Explicitly include linux/clocksource.h when neededGravatar Stephen Rothwell 2-0/+2
2017-06-12clocksource/drivers/arm_arch_timer: Fix read and iounmap of incorrect variableGravatar Frank Rowand 1-2/+2
2017-06-12Revert "clockevents: Add a clkevt-of mechanism like clksrc-of"Gravatar Daniel Lezcano 3-64/+0
2017-06-12clocksource/drivers/fttmr010: Fix aspeed-2500 initializationGravatar Daniel Lezcano 1-7/+16
2017-06-12clocksource/drivers/fttmr010: Add AST2500 compatible stringGravatar Daniel Lezcano 1-1/+2
2017-06-12clocksource/drivers/fttmr010: Merge Moxa into FTTMR010Gravatar Linus Walleij 4-301/+106
2017-06-12clocksource/drivers/fttmr010: Switch to use TIMER2 srcGravatar Linus Walleij 1-11/+10
2017-06-12clocksource/drivers/fttmr010: Switch to use bitopsGravatar Linus Walleij 1-21/+22
2017-06-12clocksource/drivers/fttmr010: Use state containerGravatar Linus Walleij 1-74/+116
2017-06-12clocksource/drivers/fttmr010: Drop Gemini specificsGravatar Linus Walleij 1-81/+22
2017-06-12clocksource/drivers/fttmr010: Fix the clock handlingGravatar Linus Walleij 1-1/+7
2017-05-12Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1