Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
eadf9e26fab7f9841adcc36f3559dbce7604fcd5
/
drivers
/
clocksource
/
sh_tmu.c
3e29b55
clocksource: sh_tmu: Add DT support
by Laurent Pinchart
· 11 years ago
2b027f1
clocksource: sh_tmu: Replace global spinlock with a per-device spinlock
by Laurent Pinchart
· 11 years ago
681b9e8
clocksource: sh_tmu: Drop support for legacy platform data
by Laurent Pinchart
· 11 years ago
28d4768
Merge branch 'clockevents/cmt-mtu2-tmu-cleanups' into clockevents/3.16
by Daniel Lezcano
· 10 years ago
814876b
clocksource: sh_tmu: Remove unnecessary OOM messages
by Jingoo Han
· 10 years ago
c54697a
clocksource: sh_tmu: Fix channel IRQ retrieval in legacy case
by Laurent Pinchart
· 10 years ago
13931f8
clocksource: sh_tmu: Sort headers alphabetically
by Laurent Pinchart
· 11 years ago
6b96c15
clocksource: sh_tmu: Remove FSF mail address from GPL notice
by Laurent Pinchart
· 11 years ago
a27d922
clocksource: sh_tmu: Rename clock to "fck" in the non-legacy case
by Laurent Pinchart
· 11 years ago
8c7f21e
clocksource: sh_tmu: Add support for multiple channels per device
by Laurent Pinchart
· 11 years ago
f1010ed
clocksource: sh_tmu: Hardcode TMU clock event and source ratings to 200
by Laurent Pinchart
· 11 years ago
5cfe2d1
clocksource: sh_tmu: Replace hardcoded register values with macros
by Laurent Pinchart
· 11 years ago
a5de49f
clocksource: sh_tmu: Allocate channels dynamically
by Laurent Pinchart
· 11 years ago
3b77a83
clocksource: sh_tmu: Replace kmalloc + memset with kzalloc
by Laurent Pinchart
· 11 years ago
fe68eb8
clocksource: sh_tmu: Add index to struct sh_tmu_channel
by Laurent Pinchart
· 11 years ago
de69346
clocksource: sh_tmu: Add memory base to sh_tmu_channel structure
by Laurent Pinchart
· 11 years ago
84876d0
clocksource: sh_tmu: Constify name argument to sh_tmu_register()
by Laurent Pinchart
· 11 years ago
a94ddaa
clocksource: sh_tmu: Split channel setup to separate function
by Laurent Pinchart
· 11 years ago
0a72aa3
clocksource: sh_tmu: Rename struct sh_tmu_priv to sh_tmu_device
by Laurent Pinchart
· 11 years ago
de2d12c
clocksource: sh_tmu: Split channel fields from sh_tmu_priv
by Laurent Pinchart
· 11 years ago
1c56cf6
clocksource: sh_tmu: Use request_irq() instead of setup_irq()
by Laurent Pinchart
· 11 years ago
1b3f828
Merge branch 'clockevents/3.14' of git://git.linaro.org/people/daniel.lezcano/linux into timers/core
by Ingo Molnar
· 11 years ago
38c30a8
clocksource: misc drivers: Remove deprecated IRQF_DISABLED
by Michael Opdenacker
· 11 years ago
5707f18
clocksource: sh_tmu: Remove unnecessary platform_set_drvdata()
by Jingoo Han
· 11 years ago
1c09eb3
clocksource: sh_tmu: Add clk_prepare/unprepare support
by Laurent Pinchart
· 11 years ago
394a448
clocksource: sh_tmu: Release clock when sh_tmu_register() fails
by Laurent Pinchart
· 11 years ago
b9773c3
clocksource: sh_tmu: Set initcall level to subsys
by Simon Horman
· 12 years ago
1850514
Drivers: clocksource: remove __dev* attributes.
by Greg Kroah-Hartman
· 12 years ago
61a53bf
sh: TMU: 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
eaa49a8
sh: TMU: Introduce clocksource/clock events suspend/resume routines
by Rafael J. Wysocki
· 12 years ago
3977407
clocksource: sh_tmu: Use clockevents_config_and_register().
by Paul Mundt
· 12 years ago
c2225a5
clocksource: sh_tmu: Convert timer lock to raw spinlock.
by Paul Mundt
· 12 years ago
2ee619f
PM / shmobile: Make TMU 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
d4905ce
Revert "clocksource: sh_tmu: Runtime PM support"
by Paul Mundt
· 13 years ago
1b842e9
clocksource: sh_tmu: Runtime PM support
by Magnus Damm
· 14 years ago
0aeac45
clocksource: sh_tmu: __clocksource_updatefreq_hz() update
by Magnus Damm
· 14 years ago
03ff858
ARM: shmobile: remove sh_timer_config clk member
by Magnus Damm
· 14 years ago
66f4912
clocksource: sh_tmu: compute mult and shift before registration
by Aurelien Jarno
· 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
da64c2a
clocksource: Fix up a registration/IRQ race in the sh drivers.
by Paul Mundt
· 15 years ago
6f4b67b
clocksource: sh_tmu: Make undefined TCOR behaviour less undefined.
by Shin-ichiro KAWASAKI
· 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
46a12f7
sh: Consolidate MTU2/CMT/TMU timer platform data.
by Paul Mundt
· 16 years ago
9570ef2
clocksource: SuperH TMU Timer driver
by Magnus Damm
· 16 years ago