summaryrefslogtreecommitdiff
path: root/drivers/clocksource
AgeCommit message (Expand)AuthorFilesLines
2014-04-16clocksource: sh_cmt: Remove FSF mail address from GPL noticeLaurent Pinchart1-4/+0
2014-04-16clocksource: sh_cmt: Rename clock to "fck" in the non-legacy caseLaurent Pinchart1-1/+1
2014-04-16clocksource: sh_cmt: Add support for multiple channels per deviceLaurent Pinchart1-68/+236
2014-04-16clocksource: sh_cmt: Hardcode CMT clock source rating to 125Laurent Pinchart1-6/+6
2014-04-16clocksource: sh_cmt: Hardcode CMT clock event rating to 125Laurent Pinchart1-7/+6
2014-04-16clocksource: sh_cmt: Set cpumask to cpu_possible_maskLaurent Pinchart1-1/+1
2014-04-16clocksource: sh_cmt: Replace hardcoded register values with macrosLaurent Pinchart1-12/+44
2014-04-16clocksource: sh_cmt: Split static information from sh_cmt_deviceLaurent Pinchart1-70/+122
2014-04-16clocksource: sh_cmt: Allocate channels dynamicallyLaurent Pinchart1-2/+12
2014-04-16clocksource: sh_cmt: Replace kmalloc + memset with kzallocLaurent Pinchart1-5/+1
2014-04-16clocksource: sh_cmt: Add index to struct sh_cmt_channelLaurent Pinchart1-13/+24
2014-04-16clocksource: sh_cmt: Add memory base to sh_cmt_channel structureLaurent Pinchart1-5/+8
2014-04-16clocksource: sh_cmt: Rename mapbase/mapbase_str to mapbase_ch/mapbaseLaurent Pinchart1-17/+17
2014-04-16clocksource: sh_cmt: Constify name argument to sh_cmt_register()Laurent Pinchart1-4/+4
2014-04-16clocksource: sh_cmt: Split channel setup to separate functionLaurent Pinchart1-32/+47
2014-04-16clocksource: sh_cmt: Rename struct sh_cmt_priv to sh_cmt_deviceLaurent Pinchart1-58/+58
2014-04-16clocksource: sh_cmt: Split channel fields from sh_cmt_privLaurent Pinchart1-186/+199
2014-04-16clocksource: sh_cmt: Use request_irq() instead of setup_irq()Laurent Pinchart1-7/+3
2014-04-07Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+8
2014-04-05Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds6-14/+351
2014-04-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-1/+1
2014-04-02Merge branch 'x86-nuke-platforms-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2-114/+0
2014-04-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds10-63/+841
2014-03-22clocksource: CMT, MTU2, TMU and STI should depend on GENERIC_CLOCKEVENTSGeert Uytterhoeven1-0/+4
2014-03-20clocksource, dummy-timer: Fix CPU hotplug callback registrationSrivatsa S. Bhat1-3/+8
2014-03-11clocksource: exynos_mct: silence a static checker warningDan Carpenter1-1/+1
2014-03-11clocksource/cadence_ttc: Overhaul clocksource frequency adjustmentSoren Brinkmann1-20/+84
2014-03-11clocksource/cadence_ttc: Call clockevents_update_freq() with IRQs enabledSoren Brinkmann1-15/+2
2014-03-11clocksource: Add Kconfig entries for CMT, MTU2, TMU and STIMagnus Damm1-0/+44
2014-03-11clocksource: armada-370-xp: Use atomic access for shared registersEzequiel Garcia1-8/+4
2014-03-11clocksource: orion: Use atomic access for shared registersEzequiel Garcia1-18/+10
2014-03-11clocksource: timer-keystone: Delete unnecessary variableMatthias Brugger1-4/+1
2014-03-11clocksource: timer-keystone: introduce clocksource driver for KeystoneIvan Khoronzhuk2-0/+245
2014-03-11clocksource: sunxi: Add new compatiblesMaxime Ripard1-1/+1
2014-03-11ARM: u300: move timer driver to clocksourceLinus Walleij2-0/+448
2014-03-11clocksource: arch_timer: Set dynamic irq affinity on mmio clockeventStephen Boyd1-0/+1
2014-03-09Merge tag 'samsung-drivers' of http://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson1-2/+0
2014-03-06clocksource: vf_pit_timer: use complement for sched_clock readingStefan Agner1-1/+1
2014-02-20Merge tag 'qcom-cleanup-for-3.15' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson3-0/+334
2014-02-18Merge tag 'dropmachtimexh-v2' of git://git.pengutronix.de/git/ukl/linux into ...Olof Johansson2-12/+17
2014-02-14clocksource: exynos_mct: remove unwanted header file inclusionPankaj Dubey1-2/+0
2014-02-11x86, apic: Remove support for IBM Summit/EXA chipsetDavid Rientjes2-114/+0
2014-02-06clocksource: qcom: split building of legacy vs multiplatform supportKumar Gala1-11/+12
2014-02-06clocksource: Kona: Print warning rather than panicTim Kryger1-26/+28
2014-02-04clocksource: qcom: Move clocksource code out of mach-msmKumar Gala3-0/+333
2014-01-31clocksource: kona: Add basic use of external clockTim Kryger1-3/+11
2014-01-23Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2-18/+9
2014-01-23Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds1-1/+1
2014-01-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds19-47/+248
2014-01-19clocksource: Timer-sun5i: Switch to sched_clock_register()Stephen Boyd1-2/+2