Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
9f8bee9c981f5fe7382a0615d117cc128dd22458
/
drivers
/
clocksource
/
sh_cmt.c
6eeb8c3
clocksource/drivers/sh_cmt: Remove unneeded memset() in sh_cmt_setup()
by Alexey Klimov
· 9 years ago
5e359bf
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
8c436f8
clockevents/drivers/sh_cmt: Remove obsolete sh-cmt-48 platform_device_id entry
by Geert Uytterhoeven
· 9 years ago
051b782
clockevents/drivers/sh_cmt: Migrate to new 'set-state' interface
by Viresh Kumar
· 9 years ago
0fae62e
clockevents/drivers/sh_cmt: Remove obsolete sh-cmt-48-gen2 platform_device_id entry
by Geert Uytterhoeven
· 9 years ago
59252d1
clockevents/drivers/sh_cmt: Remove obsolete sh-cmt-32-fast platform_device_id entry
by Geert Uytterhoeven
· 9 years ago
54d46b7
clockevents/drivers/sh_cmt: Only perform clocksource suspend/resume if enabled
by Geert Uytterhoeven
· 9 years ago
fba9e07
clocksource: Rename __clocksource_updatefreq_*() to __clocksource_update_freq_*()
by John Stultz
· 10 years ago
1768aa2
clocksource: sh_cmt: Add DT support
by Laurent Pinchart
· 11 years ago
de599c8
clocksource: sh_cmt: Replace global spinlock with a per-device spinlock
by Laurent Pinchart
· 11 years ago
31e912f
clocksource: sh_cmt: Drop support for legacy platform data
by Laurent Pinchart
· 11 years ago
0178f41
clocksource: sh_cmt: Remove unnecessary OOM messages
by Jingoo Han
· 10 years ago
bfa76bb
clocksource: sh_cmt: Request IRQ for clock event device only
by Laurent Pinchart
· 11 years ago
e7a9bcc
clocksource: sh_cmt: Sort headers alphabetically
by Laurent Pinchart
· 11 years ago
1cd89c5
clocksource: sh_cmt: Remove FSF mail address from GPL notice
by Laurent Pinchart
· 11 years ago
24b4e07
clocksource: sh_cmt: Rename clock to "fck" in the non-legacy case
by Laurent Pinchart
· 11 years ago
81b3b27
clocksource: sh_cmt: Add support for multiple channels per device
by Laurent Pinchart
· 11 years ago
fb28a65
clocksource: sh_cmt: Hardcode CMT clock source rating to 125
by Laurent Pinchart
· 11 years ago
b7fcbb0
clocksource: sh_cmt: Hardcode CMT clock event rating to 125
by Laurent Pinchart
· 11 years ago
f1ebe1e
clocksource: sh_cmt: Set cpumask to cpu_possible_mask
by Laurent Pinchart
· 11 years ago
d14be99
clocksource: sh_cmt: Replace hardcoded register values with macros
by Laurent Pinchart
· 11 years ago
2cda3ac
clocksource: sh_cmt: Split static information from sh_cmt_device
by Laurent Pinchart
· 11 years ago
f5ec9b1
clocksource: sh_cmt: Allocate channels dynamically
by Laurent Pinchart
· 11 years ago
b262bc7
clocksource: sh_cmt: Replace kmalloc + memset with kzalloc
by Laurent Pinchart
· 11 years ago
740a951
clocksource: sh_cmt: Add index to struct sh_cmt_channel
by Laurent Pinchart
· 11 years ago
c924d2d
clocksource: sh_cmt: Add memory base to sh_cmt_channel structure
by Laurent Pinchart
· 11 years ago
36f1ac9
clocksource: sh_cmt: Rename mapbase/mapbase_str to mapbase_ch/mapbase
by Laurent Pinchart
· 11 years ago
1d053e1
clocksource: sh_cmt: Constify name argument to sh_cmt_register()
by Laurent Pinchart
· 11 years ago
b882e7b
clocksource: sh_cmt: Split channel setup to separate function
by Laurent Pinchart
· 11 years ago
2653caf
clocksource: sh_cmt: Rename struct sh_cmt_priv to sh_cmt_device
by Laurent Pinchart
· 11 years ago
7269f93
clocksource: sh_cmt: Split channel fields from sh_cmt_priv
by Laurent Pinchart
· 11 years ago
dc2eade
clocksource: sh_cmt: Use request_irq() instead of setup_irq()
by Laurent Pinchart
· 11 years ago
98aefbe
Merge branch 'clockevents/for-Simon-3.13-rc2' into clockevents/3.14
by Daniel Lezcano
· 11 years ago
57dee99
clocksource: sh_cmt: Add clk_prepare/unprepare support
by Laurent Pinchart
· 11 years ago
38c30a8
clocksource: misc drivers: Remove deprecated IRQF_DISABLED
by Michael Opdenacker
· 11 years ago
8874c5e
clocksource: sh_cmt: 32-bit control register support
by Magnus Damm
· 11 years ago
e903a03
clocksource: sh_cmt: Set initcall level to subsys
by Simon Horman
· 12 years ago
118aee4
clocksource: sh_cmt: Add CMT register layout comment
by Magnus Damm
· 12 years ago
cccd704
clocksource: sh_cmt: Add control register callbacks
by Magnus Damm
· 12 years ago
a6a912c
clocksource: sh_cmt: CMCNT and CMCOR register access update
by Magnus Damm
· 12 years ago
587acb3
clocksource: sh_cmt: CMSTR and CMCSR register access update
by Magnus Damm
· 12 years ago
adccc69
clocksource: sh_cmt: Consolidate platform_set_drvdata() call
by Magnus Damm
· 12 years ago
1b56b96
clocksource: sh_cmt: Introduce per-register functions
by Magnus Damm
· 12 years ago
44a10f9
clocksource: sh_cmt: Initialize 'max_match_value' and 'lock' in sh_cmt_setup()
by Magnus Damm
· 12 years ago
2fd61b3
clocksource: sh_cmt: Take care of clk_put() when setup_irq() fails
by Magnus Damm
· 12 years ago
1850514
Drivers: clocksource: remove __dev* attributes.
by Greg Kroah-Hartman
· 12 years ago
bad8138
sh: CMT: Basic runtime PM support
by Rafael J. Wysocki
· 12 years ago
dbf3741
PM / Domains: Move syscore flag from subsys data to struct device
by Rafael J. Wysocki
· 12 years ago
6fb28ba
PM / Domains: Rename the always_on device flag to syscore
by Rafael J. Wysocki
· 12 years ago
9bb5ec8
sh: CMT: Introduce clocksource/clock events suspend/resume routines
by Rafael J. Wysocki
· 12 years ago
7d0c399
clocksource: sh_cmt: Convert timer lock to raw spinlock.
by Paul Mundt
· 12 years ago
615a445
PM / shmobile: Make CMT driver use pm_genpd_dev_always_on()
by Rafael J. Wysocki
· 13 years ago
7deeab5
drivers/clocksource: Add module.h to those who were using it implicitly
by Paul Gortmaker
· 13 years ago
3f7e5e2
clocksource: sh_cmt: wait for CMCNT on init V2
by Magnus Damm
· 13 years ago
9436b4a
Revert "clocksource: sh_cmt: Runtime PM support"
by Paul Mundt
· 13 years ago
01fa68b
clocksource: sh_cmt: Runtime PM support
by Magnus Damm
· 14 years ago
3593f5f
clocksource: sh_cmt: __clocksource_updatefreq_hz() update
by Magnus Damm
· 14 years ago
65ada54
clocksource: sh_cmt: Remove nested spinlock fix
by Takashi YOSHII
· 14 years ago
03ff858
ARM: shmobile: remove sh_timer_config clk member
by Magnus Damm
· 14 years ago
38409d7
clocksource: sh_cmt: Rate calculation fix
by Magnus Damm
· 14 years ago
4380947
clocksource: sh_cmt: One-off clockevent fix V2
by Magnus Damm
· 14 years ago
5967d33
clocksource: sh_cmt: Fix up bogus shift value.
by Paul Mundt
· 14 years ago
f4d7c35
clocksource: sh_cmt: compute mult and shift before registration
by Paul Mundt
· 14 years ago
e195534
Merge branch 'sh/stable-updates'
by Paul Mundt
· 15 years ago
fecf066
sh: Disable IRQ balancing for timer and IPI IRQs.
by Paul Mundt
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
c2a25e8
clocksource: Deprecate clock string across the SH drivers.
by Paul Mundt
· 15 years ago
214a607
clocksource: Use dev_name() universally across the SH drivers.
by Paul Mundt
· 15 years ago
e56425b
Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
da64c2a
clocksource: Fix up a registration/IRQ race in the sh drivers.
by Paul Mundt
· 15 years ago
c816288
clocksource: start CMT at clocksource resume
by Magnus Damm
· 15 years ago
f643173
sh: CMT suspend/resume
by Magnus Damm
· 15 years ago
be890a1
sh: turn off irqs when disabling CMT/TMU timers
by Magnus Damm
· 15 years ago
e7fad45
clocksource: Drop unused irqaction.mask from SH drivers.
by Paul Mundt
· 15 years ago
d1fcc0a
clocksource: sh_mtu2/cmt_register() should be static.
by Paul Mundt
· 16 years ago
46a12f7
sh: Consolidate MTU2/CMT/TMU timer platform data.
by Paul Mundt
· 16 years ago
3014f47
clocksource: sh_cmt 16-bit fixes
by Magnus Damm
· 16 years ago
8e0b842
sh: setup timers in late_time_init()
by Magnus Damm
· 16 years ago
5b644c7
clocksource: improve sh_cmt clocksource overflow handling
by Magnus Damm
· 16 years ago
19bdc9d
clocksource: sh_cmt clocksource support
by Magnus Damm
· 16 years ago
e475eed
clocksource: sh_cmt earlytimer support
by Magnus Damm
· 16 years ago
3093e78
clocksource: sh_cmt: use remove_irq() and remove clockevent workaround
by Magnus Damm
· 16 years ago
3fb1b6a
sh: CMT clockevent platform driver
by Magnus Damm
· 16 years ago