summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource
Commit message (Expand)AuthorAgeFilesLines
* clocksource/drivers/timer-of: Handle of_irq_get_byname() result correctlySergei Shtylyov2017-07-171-2/+10
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-07-043-0/+180
|\
| * clocksource: owl: Add S900 supportAndreas Färber2017-06-181-0/+1
| * clocksource: Add Owl timerAndreas Färber2017-06-183-0/+179
* | clocksource/drivers/mips-gic-timer: Fix an error code in 'gic_clocksource_of_...Christophe Jaillet2017-06-271-2/+3
* | clocksource/drivers/fsl_ftm_timer: Unmap region obtained by of_iomapArvind Yadav2017-06-271-2/+6
* | clocksource/drivers/tcb_clksrc: Make IO endian agnosticAlexandre Belloni2017-06-271-29/+29
* | clocksource/drivers/sun4i: Switch to the timer-of common initDaniel Lezcano2017-06-262-94/+78
* | clocksource/drivers/timer-of: Fix invalid iomap checkDaniel Lezcano2017-06-261-1/+1
* | clocksource/drivers: Fix uninitialized variable use in timer_of_initArnd Bergmann2017-06-221-3/+2
* | Merge branch 'timers/urgent' into timers/coreThomas Gleixner2017-06-213-2/+4
|\ \
| * | clocksource: Explicitly include linux/clocksource.h when neededStephen Rothwell2017-06-132-0/+2
| * | clocksource/drivers/arm_arch_timer: Fix read and iounmap of incorrect variableFrank Rowand2017-06-121-2/+2
| |/
* | clocksource/drivers/fttmr010: Factor out clock read codeLinus Walleij2017-06-141-10/+6
* | clocksource/drivers/fttmr010: Implement delay timerLinus Walleij2017-06-141-1/+34
* | clocksource/drivers: Add timer-of common init routineDaniel Lezcano2017-06-144-0/+243
* | clocksource/drivers/tcb_clksrc: Save timer context on suspend/resumeAlexandre Belloni2017-06-141-0/+51
* | clocksource/drivers/fttmr010: Optimize sched_clock()Linus Walleij2017-06-141-5/+10
* | clocksource/drivers: Rename CLKSRC_ACPI to TIMER_ACPIDaniel Lezcano2017-06-141-2/+2
* | clocksource/drivers: Rename CLKSRC_OF to TIMER_OFDaniel Lezcano2017-06-145-33/+33
* | clocksource/drivers: Rename clksrc table to timerDaniel Lezcano2017-06-141-9/+9
* | clocksource/drivers: Rename CLOCKSOURCE_ACPI_DECLARE to TIMER_ACPI_DECLAREDaniel Lezcano2017-06-141-1/+1
* | clocksource/drivers: Rename clocksource_probe to timer_probeDaniel Lezcano2017-06-141-1/+1
* | clocksource/drivers: Rename CLOCKSOURCE_OF_DECLARE to TIMER_OF_DECLAREDaniel Lezcano2017-06-1457-96/+96
* | Revert "clockevents: Add a clkevt-of mechanism like clksrc-of"Daniel Lezcano2017-06-123-64/+0
* | clocksource/drivers/fttmr010: Fix aspeed-2500 initializationDaniel Lezcano2017-06-121-7/+16
* | clocksource/drivers/fttmr010: Add AST2500 compatible stringDaniel Lezcano2017-06-121-1/+2
* | clocksource/drivers/fttmr010: Merge Moxa into FTTMR010Linus Walleij2017-06-124-301/+106
* | clocksource/drivers/fttmr010: Switch to use TIMER2 srcLinus Walleij2017-06-121-11/+10
* | clocksource/drivers/fttmr010: Switch to use bitopsLinus Walleij2017-06-121-21/+22
* | clocksource/drivers/fttmr010: Use state containerLinus Walleij2017-06-121-74/+116
* | clocksource/drivers/fttmr010: Drop Gemini specificsLinus Walleij2017-06-121-81/+22
* | clocksource/drivers/fttmr010: Fix the clock handlingLinus Walleij2017-06-121-1/+7
|/
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-05-121-1/+1
|\
| * clocksource/arm_arch_timer: Fix arch_timer_mem_find_best_frame()Sudeep Holla2017-05-091-1/+1
* | Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-101-1/+1
|\ \ | |/ |/|
| * Annotate hardware config module parameters in drivers/clocksource/David Howells2017-04-201-1/+1
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-0136-637/+1180
|\ \
| * | arm64/arch_timer: Mark errata handlers as __maybe_unusedArnd Bergmann2017-04-201-2/+2
| * | Clocksource/mips-gic: Remove redundant non devicetree initMatt Redfearn2017-04-201-13/+0
| * | Merge tag 'arch-timer-gtdt' of git://git.kernel.org/pub/scm/linux/kernel/git/...Thomas Gleixner2017-04-201-202/+371
| |\ \
| | * | clocksource: arm_arch_timer: add GTDT support for memory-mapped timerFu Wei2017-04-191-3/+76
| | * | clocksource: arm_arch_timer: simplify ACPI support code.Fu Wei2017-04-191-30/+10
| | * | clocksource: arm_arch_timer: split MMIO timer probing.Fu Wei2017-04-191-44/+145
| | * | clocksource: arm_arch_timer: move arch_timer_needs_of_probing into DT init callFu Wei2017-04-191-25/+21
| | * | clocksource: arm_arch_timer: refactor arch_timer_needs_probingFu Wei2017-04-191-15/+19
| | * | clocksource: arm_arch_timer: split dt-only rate handlingFu Wei2017-04-191-18/+23
| | * | clocksource: arm_arch_timer: rework PPI selectionFu Wei2017-04-101-31/+46
| | * | clocksource: arm_arch_timer: add a new enum for spi typeFu Wei2017-04-101-2/+2
| | * | clocksource: arm_arch_timer: move enums and defines to header fileFu Wei2017-04-101-11/+0