summaryrefslogtreecommitdiff
path: root/drivers/clocksource
AgeCommit message (Expand)AuthorFilesLines
2017-06-18clocksource: owl: Add S900 supportAndreas Färber1-0/+1
2017-06-18clocksource: Add Owl timerAndreas Färber3-0/+179
2017-06-14clocksource/drivers/fttmr010: Factor out clock read codeLinus Walleij1-10/+6
2017-06-14clocksource/drivers/fttmr010: Implement delay timerLinus Walleij1-1/+34
2017-06-14clocksource/drivers: Add timer-of common init routineDaniel Lezcano4-0/+243
2017-06-14clocksource/drivers/tcb_clksrc: Save timer context on suspend/resumeAlexandre Belloni1-0/+51
2017-06-14clocksource/drivers/fttmr010: Optimize sched_clock()Linus Walleij1-5/+10
2017-06-14clocksource/drivers: Rename CLKSRC_ACPI to TIMER_ACPIDaniel Lezcano1-2/+2
2017-06-14clocksource/drivers: Rename CLKSRC_OF to TIMER_OFDaniel Lezcano5-33/+33
2017-06-14clocksource/drivers: Rename clksrc table to timerDaniel Lezcano1-9/+9
2017-06-14clocksource/drivers: Rename CLOCKSOURCE_ACPI_DECLARE to TIMER_ACPI_DECLAREDaniel Lezcano1-1/+1
2017-06-14clocksource/drivers: Rename clocksource_probe to timer_probeDaniel Lezcano1-1/+1
2017-06-14clocksource/drivers: Rename CLOCKSOURCE_OF_DECLARE to TIMER_OF_DECLAREDaniel Lezcano57-96/+96
2017-06-13clocksource: Explicitly include linux/clocksource.h when neededStephen Rothwell2-0/+2
2017-06-12clocksource/drivers/arm_arch_timer: Fix read and iounmap of incorrect variableFrank Rowand1-2/+2
2017-06-12Revert "clockevents: Add a clkevt-of mechanism like clksrc-of"Daniel Lezcano3-64/+0
2017-06-12clocksource/drivers/fttmr010: Fix aspeed-2500 initializationDaniel Lezcano1-7/+16
2017-06-12clocksource/drivers/fttmr010: Add AST2500 compatible stringDaniel Lezcano1-1/+2
2017-06-12clocksource/drivers/fttmr010: Merge Moxa into FTTMR010Linus Walleij4-301/+106
2017-06-12clocksource/drivers/fttmr010: Switch to use TIMER2 srcLinus Walleij1-11/+10
2017-06-12clocksource/drivers/fttmr010: Switch to use bitopsLinus Walleij1-21/+22
2017-06-12clocksource/drivers/fttmr010: Use state containerLinus Walleij1-74/+116
2017-06-12clocksource/drivers/fttmr010: Drop Gemini specificsLinus Walleij1-81/+22
2017-06-12clocksource/drivers/fttmr010: Fix the clock handlingLinus Walleij1-1/+7
2017-05-12Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2017-05-09clocksource/arm_arch_timer: Fix arch_timer_mem_find_best_frame()Sudeep Holla1-1/+1
2017-05-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds36-637/+1180
2017-04-20arm64/arch_timer: Mark errata handlers as __maybe_unusedArnd Bergmann1-2/+2
2017-04-20Clocksource/mips-gic: Remove redundant non devicetree initMatt Redfearn1-13/+0
2017-04-20Annotate hardware config module parameters in drivers/clocksource/David Howells1-1/+1
2017-04-20Merge tag 'arch-timer-gtdt' of git://git.kernel.org/pub/scm/linux/kernel/git/...Thomas Gleixner1-202/+371
2017-04-19clocksource: arm_arch_timer: add GTDT support for memory-mapped timerFu Wei1-3/+76
2017-04-19clocksource: arm_arch_timer: simplify ACPI support code.Fu Wei1-30/+10
2017-04-19clocksource: arm_arch_timer: split MMIO timer probing.Fu Wei1-44/+145
2017-04-19clocksource: arm_arch_timer: move arch_timer_needs_of_probing into DT init callFu Wei1-25/+21
2017-04-19clocksource: arm_arch_timer: refactor arch_timer_needs_probingFu Wei1-15/+19
2017-04-19clocksource: arm_arch_timer: split dt-only rate handlingFu Wei1-18/+23
2017-04-17Merge branch 'clockevents/4.12' of https://git.linaro.org/people/daniel.lezca...Thomas Gleixner29-362/+736
2017-04-14clockevents/drivers/atlas7: Set ->min_delta_ticks and ->max_delta_ticksNicolai Stange1-0/+2
2017-04-14clockevents/drivers/sh_cmt: Set ->min_delta_ticks and ->max_delta_ticksNicolai Stange1-0/+2
2017-04-14x86/numachip timer: Set ->min_delta_ticks and ->max_delta_ticksNicolai Stange1-0/+2
2017-04-14clockevents/drivers/metag: Set ->min_delta_ticks and ->max_delta_ticksNicolai Stange1-0/+2
2017-04-14clockevents/drivers/dw_apb: Set ->min_delta_ticks and ->max_delta_ticksNicolai Stange1-0/+2
2017-04-10clocksource: arm_arch_timer: rework PPI selectionFu Wei1-31/+46
2017-04-10clocksource: arm_arch_timer: add a new enum for spi typeFu Wei1-2/+2
2017-04-10clocksource: arm_arch_timer: move enums and defines to header fileFu Wei1-11/+0
2017-04-10clocksource: arm_arch_timer: rename the PPI enumFu Wei1-40/+42
2017-04-10clocksource: arm_arch_timer: rename type macrosFu Wei1-20/+23
2017-04-10clocksource: arm_arch_timer: clean up printk usageFu Wei1-24/+25