aboutsummaryrefslogtreecommitdiff
path: root/drivers/clocksource
AgeCommit message (Expand)Author
2014-06-02Merge tag 'drivers-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-06-02Merge tag 'boards-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-06-02Merge tag 'soc-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds
2014-06-02Merge tag 'cleanup-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-05-26Merge tag 'zynq-cleanup-for-3.16' of git://git.xilinx.com/linux-xlnx into nex...Olof Johansson
2014-05-26ARM: vexpress: refine dependencies for new codeArnd Bergmann
2014-05-22clocksource: tcb_clksrc: Make tc_mode interrupt safeDavid Jander
2014-05-22clocksource: marco: Fix the affinity set for local timer of CPU1Zhiwu Song
2014-05-21Merge tag 'samsung-drivers' of http://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson
2014-05-21Merge tag 'vexpress/updates-for-3.16' of git://git.linaro.org/people/pawel.mo...Olof Johansson
2014-05-21Merge branch 'depends/clockevents-cleanups' into next/boardsOlof Johansson
2014-05-20clocksource: cadence_ttc: Use readl/writel_relaxed instead of __rawMichal Simek
2014-05-15clocksource: Sched clock source for Versatile ExpressPawel Moll
2014-05-12clocksource:sirf: remove the hardcode for the clk of timersZhiwu Song
2014-05-12clocksource: prima2: fix some minor checkpatch issuesBin Shi
2014-05-02clocksource: exynos_mct: register sched_clock callbackVincent Guittot
2014-04-29Merge branch 'clockevents/3.15-fixes' of git://git.linaro.org/people/daniel.l...Thomas Gleixner
2014-04-29clocksource: nspire: Fix compiler warningAlexander Shiyan
2014-04-29clocksource: arch_arm_timer: Fix age-old arch timer C3STOP detection issueLorenzo Pieralisi
2014-04-17clocksource: Exynos_mct: Register clock event after request_irq()Krzysztof Kozlowski
2014-04-17clocksource: Exynos_mct: Use irq_force_affinity() in cpu bringupThomas Gleixner
2014-04-16clocksource: sh_mtu2: Sort headers alphabeticallyLaurent Pinchart
2014-04-16clocksource: sh_mtu2: Remove FSF mail address from GPL noticeLaurent Pinchart
2014-04-16clocksource: sh_mtu2: Rename clock to "fck" in the non-legacy caseLaurent Pinchart
2014-04-16clocksource: sh_mtu2: Add support for multiple channels per deviceLaurent Pinchart
2014-04-16clocksource: sh_mtu2: Hardcode MTU2 clock event rating to 200Laurent Pinchart
2014-04-16clocksource: sh_mtu2: Set cpumask to cpu_possible_maskLaurent Pinchart
2014-04-16clocksource: sh_mtu2: Replace hardcoded register values with macrosLaurent Pinchart
2014-04-16clocksource: sh_mtu2: Allocate channels dynamicallyLaurent Pinchart
2014-04-16clocksource: sh_mtu2: Replace kmalloc + memset with kzallocLaurent Pinchart
2014-04-16clocksource: sh_mtu2: Add index to struct sh_mtu2_channelLaurent Pinchart
2014-04-16clocksource: sh_mtu2: Add memory base to sh_mtu2_channel structureLaurent Pinchart
2014-04-16clocksource: sh_mtu2: Constify name argument to sh_mtu2_register()Laurent Pinchart
2014-04-16clocksource: sh_mtu2: Split channel setup to separate functionLaurent Pinchart
2014-04-16clocksource: sh_mtu2: Rename struct sh_mtu2_priv to sh_mtu2_deviceLaurent Pinchart
2014-04-16clocksource: sh_mtu2: Split channel fields from sh_mtu2_privLaurent Pinchart
2014-04-16clocksource: sh_mtu2: Turn sh_mtu2_priv fields into local variablesLaurent Pinchart
2014-04-16clocksource: sh_mtu2: Use request_irq() instead of setup_irq()Laurent Pinchart
2014-04-16clocksource: sh_tmu: Sort headers alphabeticallyLaurent Pinchart
2014-04-16clocksource: sh_tmu: Remove FSF mail address from GPL noticeLaurent Pinchart
2014-04-16clocksource: sh_tmu: Rename clock to "fck" in the non-legacy caseLaurent Pinchart
2014-04-16clocksource: sh_tmu: Add support for multiple channels per deviceLaurent Pinchart
2014-04-16clocksource: sh_tmu: Hardcode TMU clock event and source ratings to 200Laurent Pinchart
2014-04-16clocksource: sh_tmu: Replace hardcoded register values with macrosLaurent Pinchart
2014-04-16clocksource: sh_tmu: Allocate channels dynamicallyLaurent Pinchart
2014-04-16clocksource: sh_tmu: Replace kmalloc + memset with kzallocLaurent Pinchart
2014-04-16clocksource: sh_tmu: Add index to struct sh_tmu_channelLaurent Pinchart
2014-04-16clocksource: sh_tmu: Add memory base to sh_tmu_channel structureLaurent Pinchart
2014-04-16clocksource: sh_tmu: Constify name argument to sh_tmu_register()Laurent Pinchart
2014-04-16clocksource: sh_tmu: Split channel setup to separate functionLaurent Pinchart