summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource
Commit message (Expand)AuthorAgeFilesLines
* clocksource: Increase dependencies of timer-stm32 to limit build wreckagePaul Gortmaker2015-06-211-2/+2
* clockevents/drivers/timer-stm32: Fix build warning spotted by kbuild test robotMaxime Coquelin2015-06-021-2/+2
* clockevents/drivers: Add STM32 Timer driverMaxime Coquelin2015-06-023-0/+190
* clocksource/drivers/armv7m_systick: Add ARM System timer driverMaxime Coquelin2015-06-023-0/+87
* clocksource/drivers/lpc32xx: Add the lpc32xx timer driverJoachim Eastwood2015-06-023-0/+278
* clocksource/drivers/exynos_mct: Remove old platform mct_init()Krzysztof Kozlowski2015-06-021-12/+0
* clocksource/drivers/exynos_mct: Staticize struct clocksourceKrzysztof Kozlowski2015-06-021-1/+1
* clocksource/drivers/exynos_mct: Change exynos4_mct_tick_clear return type to ...Krzysztof Kozlowski2015-06-021-6/+2
* clocksource/drivers/qcom: Remove dead codeStephen Boyd2015-06-021-59/+0
* Merge branch 'linus' into timers/coreThomas Gleixner2015-05-194-27/+335
|\
| * Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-04-241-27/+105
| |\
| | * clocksource / arch_timer: Parse GTDT to initialize arch timerHanjun Guo2015-03-261-27/+105
| * | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-04-223-0/+230
| |\ \
| | * | clocksource: atmel-st: select MFD_SYSCONAlexandre Belloni2015-04-051-0/+1
| | * | clocksource: atmel-st: remove mach/hardware dependencyAlexandre Belloni2015-03-161-14/+9
| | * | clocksource: atmel-st: use syscon/regmapAlexandre Belloni2015-03-161-59/+35
| | * | ARM: at91: time: move the system timer driver to drivers/clocksourceAlexandre Belloni2015-03-163-0/+258
| | |/
* | | clocksource: sun5i: Fix of_io_request_and_map error checkMaxime Ripard2015-05-051-1/+1
* | | clocksource: integrator: Fix of_io_request_and_map error checkMaxime Ripard2015-05-051-1/+1
* | | clocksource: asm9260: Fix of_io_request_and_map error checkMaxime Ripard2015-05-051-1/+1
|/ /
* | Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-201-1/+2
|\ \
| * | drivers: fix up obsolete cpu function usage.Rusty Russell2015-03-051-1/+2
| |/
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-04-172-2/+13
|\ \
| * | CLOCKSOURCE: mips-gic: Allow GIC clock to be specified in device-treeAndrew Bresticker2015-04-011-1/+9
| * | CLOCKSOURCE: versatile: Add PLAT_VERSATILE dependencyDeng-Cheng Zhu2015-04-011-1/+1
| * | CLOCKSOURCE: mips-gic-timer: Ensure GIC counter is runningMarkos Chandras2015-03-311-0/+3
* | | ARM, clocksource/drivers: Provide read_boot_clock64() and read_persistent_clo...Xunlei Pang2015-04-031-9/+1
* | | clocksource/drivers/tegra: Provide y2038-safe tegra_read_persistent_clock() r...Xunlei Pang2015-04-031-7/+14
* | | clocksource/drivers/sun5i: Add clock notifiersMaxime Ripard2015-03-311-2/+64
* | | clocksource/drivers/sun5i: Refactor the current codeMaxime Ripard2015-03-311-65/+166
* | | clocksource/drivers/sun5i: Use of_io_request_and_map()Maxime Ripard2015-03-311-1/+1
* | | clocksource/drivers/sun5i: Switch to request_irq()Maxime Ripard2015-03-311-8/+2
* | | clocksource/drivers/arm_arch_timer: Rename 'arch_timer_probed()' to 'arch_tim...Laurent Pinchart2015-03-311-6/+6
* | | clocksource/drivers/at91: Fix IO endiannessBen Dooks2015-03-311-2/+2
* | | clocksource/drivers/sun4i-timer: Only register a sched_clock on sun4i and sun5iHans de Goede2015-03-311-1/+9
* | | clocksource/drivers/tegra: Fix IO endiannessDmitry Osipenko2015-03-311-2/+2
* | | clocksource/drivers/dw_apb_timers_of: Fix IO endianness causing time jumpsBen Dooks2015-03-311-1/+1
* | | clocksource/drivers/efm32: Use CLOCK_EVT_FEAT_PERIODIC for defining featuresViresh Kumar2015-03-311-1/+1
* | | Merge tag 'v4.0-rc6' into timers/core, before applying new patchesIngo Molnar2015-03-312-7/+3
|\ \ \
| * | | clocksource/drivers/sun5i: Fix cpufreq interaction with sched_clock()Maxime Ripard2015-03-261-7/+0
| * | | clocksource/drivers: Fix various !CONFIG_HAS_IOMEM build errorsRichard Weinberger2015-03-261-0/+3
| |/ /
* | | Merge branch 'timers/urgent' into timers/core, to pick up fixes before applyi...Ingo Molnar2015-03-172-6/+6
|\ \ \ | |/ /
| * | clockevents: sun5i: Fix setup_irq init sequenceYongbae Park2015-03-051-4/+4
| * | clocksource: efm32: Fix a NULL pointer dereferenceYongbae Park2015-03-051-2/+2
| |/
* | clocksource: Rename __clocksource_updatefreq_*() to __clocksource_update_freq...John Stultz2015-03-133-3/+3
|/
* clocksource: pxa: Fix section mismatchRobert Jarzmik2015-02-251-1/+1
* clocksource: mtk: Fix race conditions in probe codeMatthias Brugger2015-02-251-4/+5
* clockevents: asm9260: Fix compilation error with sparc/sparc64 allyesconfigDaniel Lezcano2015-02-251-11/+5
* Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2015-02-172-1/+4
|\
| * Merge tag 'tegra-for-3.20-soc' of git://git.kernel.org/pub/scm/linux/kernel/g...Olof Johansson2015-01-232-1/+4
| |\
OpenPOWER on IntegriCloud