| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-09-04 | 8 | -16/+261 |
|\ |
|
| * | clocksource: Convert to using %pOF instead of full_name | Rob Herring | 2017-08-31 | 4 | -15/+13 |
| * | clocksource/drivers/bcm2835: Remove message for a memory allocation failure | Markus Elfring | 2017-08-29 | 1 | -1/+0 |
| * | clocksource/drivers/imx-tpm: Add imx tpm timer support | Dong Aisheng | 2017-08-29 | 3 | -0/+248 |
* | | Merge branch 'linus' into locking/core, to pick up fixes | Ingo Molnar | 2017-08-25 | 4 | -9/+10 |
|\ \ |
|
| * | | clocksource/drivers/Kconfig: Fix CLKSRC_PISTACHIO dependencies | Matt Redfearn | 2017-08-11 | 1 | -1/+1 |
| * | | clocksource/drivers/timer-of: Checking for IS_ERR() instead of NULL | Dan Carpenter | 2017-08-11 | 1 | -2/+2 |
| * | | clocksource/drivers/em_sti: Fix error return codes in em_sti_probe() | Gustavo A. R. Silva | 2017-08-10 | 1 | -5/+6 |
| * | | clocksource/drivers/arm_arch_timer: Fix mem frame loop initialization | Matthias Kaehlcke | 2017-08-10 | 1 | -1/+1 |
| |/ |
|
* | | clocksource/arm_arch_timer: Use static_branch_enable_cpuslocked() | Marc Zyngier | 2017-08-10 | 1 | -1/+5 |
|/ |
|
* | clocksource/drivers/timer-of: Handle of_irq_get_byname() result correctly | Sergei Shtylyov | 2017-07-17 | 1 | -2/+10 |
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2017-07-04 | 3 | -0/+180 |
|\ |
|
| * | clocksource: owl: Add S900 support | Andreas Färber | 2017-06-18 | 1 | -0/+1 |
| * | clocksource: Add Owl timer | Andreas Färber | 2017-06-18 | 3 | -0/+179 |
* | | clocksource/drivers/mips-gic-timer: Fix an error code in 'gic_clocksource_of_... | Christophe Jaillet | 2017-06-27 | 1 | -2/+3 |
* | | clocksource/drivers/fsl_ftm_timer: Unmap region obtained by of_iomap | Arvind Yadav | 2017-06-27 | 1 | -2/+6 |
* | | clocksource/drivers/tcb_clksrc: Make IO endian agnostic | Alexandre Belloni | 2017-06-27 | 1 | -29/+29 |
* | | clocksource/drivers/sun4i: Switch to the timer-of common init | Daniel Lezcano | 2017-06-26 | 2 | -94/+78 |
* | | clocksource/drivers/timer-of: Fix invalid iomap check | Daniel Lezcano | 2017-06-26 | 1 | -1/+1 |
* | | clocksource/drivers: Fix uninitialized variable use in timer_of_init | Arnd Bergmann | 2017-06-22 | 1 | -3/+2 |
* | | Merge branch 'timers/urgent' into timers/core | Thomas Gleixner | 2017-06-21 | 3 | -2/+4 |
|\ \ |
|
| * | | clocksource: Explicitly include linux/clocksource.h when needed | Stephen Rothwell | 2017-06-13 | 2 | -0/+2 |
| * | | clocksource/drivers/arm_arch_timer: Fix read and iounmap of incorrect variable | Frank Rowand | 2017-06-12 | 1 | -2/+2 |
| |/ |
|
* | | clocksource/drivers/fttmr010: Factor out clock read code | Linus Walleij | 2017-06-14 | 1 | -10/+6 |
* | | clocksource/drivers/fttmr010: Implement delay timer | Linus Walleij | 2017-06-14 | 1 | -1/+34 |
* | | clocksource/drivers: Add timer-of common init routine | Daniel Lezcano | 2017-06-14 | 4 | -0/+243 |
* | | clocksource/drivers/tcb_clksrc: Save timer context on suspend/resume | Alexandre Belloni | 2017-06-14 | 1 | -0/+51 |
* | | clocksource/drivers/fttmr010: Optimize sched_clock() | Linus Walleij | 2017-06-14 | 1 | -5/+10 |
* | | clocksource/drivers: Rename CLKSRC_ACPI to TIMER_ACPI | Daniel Lezcano | 2017-06-14 | 1 | -2/+2 |
* | | clocksource/drivers: Rename CLKSRC_OF to TIMER_OF | Daniel Lezcano | 2017-06-14 | 5 | -33/+33 |
* | | clocksource/drivers: Rename clksrc table to timer | Daniel Lezcano | 2017-06-14 | 1 | -9/+9 |
* | | clocksource/drivers: Rename CLOCKSOURCE_ACPI_DECLARE to TIMER_ACPI_DECLARE | Daniel Lezcano | 2017-06-14 | 1 | -1/+1 |
* | | clocksource/drivers: Rename clocksource_probe to timer_probe | Daniel Lezcano | 2017-06-14 | 1 | -1/+1 |
* | | clocksource/drivers: Rename CLOCKSOURCE_OF_DECLARE to TIMER_OF_DECLARE | Daniel Lezcano | 2017-06-14 | 57 | -96/+96 |
* | | Revert "clockevents: Add a clkevt-of mechanism like clksrc-of" | Daniel Lezcano | 2017-06-12 | 3 | -64/+0 |
* | | clocksource/drivers/fttmr010: Fix aspeed-2500 initialization | Daniel Lezcano | 2017-06-12 | 1 | -7/+16 |
* | | clocksource/drivers/fttmr010: Add AST2500 compatible string | Daniel Lezcano | 2017-06-12 | 1 | -1/+2 |
* | | clocksource/drivers/fttmr010: Merge Moxa into FTTMR010 | Linus Walleij | 2017-06-12 | 4 | -301/+106 |
* | | clocksource/drivers/fttmr010: Switch to use TIMER2 src | Linus Walleij | 2017-06-12 | 1 | -11/+10 |
* | | clocksource/drivers/fttmr010: Switch to use bitops | Linus Walleij | 2017-06-12 | 1 | -21/+22 |
* | | clocksource/drivers/fttmr010: Use state container | Linus Walleij | 2017-06-12 | 1 | -74/+116 |
* | | clocksource/drivers/fttmr010: Drop Gemini specifics | Linus Walleij | 2017-06-12 | 1 | -81/+22 |
* | | clocksource/drivers/fttmr010: Fix the clock handling | Linus Walleij | 2017-06-12 | 1 | -1/+7 |
|/ |
|
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2017-05-12 | 1 | -1/+1 |
|\ |
|
| * | clocksource/arm_arch_timer: Fix arch_timer_mem_find_best_frame() | Sudeep Holla | 2017-05-09 | 1 | -1/+1 |
* | | Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-05-10 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Annotate hardware config module parameters in drivers/clocksource/ | David Howells | 2017-04-20 | 1 | -1/+1 |
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-05-01 | 36 | -637/+1180 |
|\ \ |
|
| * | | arm64/arch_timer: Mark errata handlers as __maybe_unused | Arnd Bergmann | 2017-04-20 | 1 | -2/+2 |
| * | | Clocksource/mips-gic: Remove redundant non devicetree init | Matt Redfearn | 2017-04-20 | 1 | -13/+0 |