aboutsummaryrefslogtreecommitdiff
path: root/drivers/clocksource/sh_tmu.c
AgeCommit message (Expand)Author
2014-07-04clocksource: sh_tmu: Add DT supportLaurent Pinchart
2014-07-02clocksource: sh_tmu: Replace global spinlock with a per-device spinlockLaurent Pinchart
2014-07-02clocksource: sh_tmu: Drop support for legacy platform dataLaurent Pinchart
2014-05-23Merge branch 'clockevents/cmt-mtu2-tmu-cleanups' into clockevents/3.16Daniel Lezcano
2014-05-23clocksource: sh_tmu: Remove unnecessary OOM messagesJingoo Han
2014-05-19clocksource: sh_tmu: Fix channel IRQ retrieval in legacy caseLaurent 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
2014-04-16clocksource: sh_tmu: Rename struct sh_tmu_priv to sh_tmu_deviceLaurent Pinchart
2014-04-16clocksource: sh_tmu: Split channel fields from sh_tmu_privLaurent Pinchart
2014-04-16clocksource: sh_tmu: Use request_irq() instead of setup_irq()Laurent Pinchart
2014-01-14Merge branch 'clockevents/3.14' of git://git.linaro.org/people/daniel.lezcano...Ingo Molnar
2013-12-11clocksource: misc drivers: Remove deprecated IRQF_DISABLEDMichael Opdenacker
2013-12-11clocksource: sh_tmu: Remove unnecessary platform_set_drvdata()Jingoo Han
2013-11-20clocksource: sh_tmu: Add clk_prepare/unprepare supportLaurent Pinchart
2013-11-20clocksource: sh_tmu: Release clock when sh_tmu_register() failsLaurent Pinchart
2013-03-13clocksource: sh_tmu: Set initcall level to subsysSimon Horman
2013-01-03Drivers: clocksource: remove __dev* attributes.Greg Kroah-Hartman
2012-09-04sh: TMU: Basic runtime PM supportRafael J. Wysocki
2012-09-04PM / Domains: Move syscore flag from subsys data to struct deviceRafael J. Wysocki
2012-09-04PM / Domains: Rename the always_on device flag to syscoreRafael J. Wysocki
2012-09-04sh: TMU: Introduce clocksource/clock events suspend/resume routinesRafael J. Wysocki
2012-06-11clocksource: sh_tmu: Use clockevents_config_and_register().Paul Mundt
2012-06-11clocksource: sh_tmu: Convert timer lock to raw spinlock.Paul Mundt
2012-03-16PM / shmobile: Make TMU driver use pm_genpd_dev_always_on()Rafael J. Wysocki
2011-10-31drivers/clocksource: Add module.h to those who were using it implicitlyPaul Gortmaker
2011-05-31Revert "clocksource: sh_tmu: Runtime PM support"Paul Mundt
2011-05-23clocksource: sh_tmu: Runtime PM supportMagnus Damm
2011-05-23clocksource: sh_tmu: __clocksource_updatefreq_hz() updateMagnus Damm
2010-10-31ARM: shmobile: remove sh_timer_config clk memberMagnus Damm
2010-06-02clocksource: sh_tmu: compute mult and shift before registrationAurelien Jarno
2010-04-26Merge branch 'sh/stable-updates'Paul Mundt
2010-04-15sh: Disable IRQ balancing for timer and IPI IRQs.Paul Mundt
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-29clocksource: Deprecate clock string across the SH drivers.Paul Mundt
2010-03-10clocksource: Use dev_name() universally across the SH drivers.Paul Mundt
2010-02-25clocksource: Fix up a registration/IRQ race in the sh drivers.Paul Mundt
2009-06-24clocksource: sh_tmu: Make undefined TCOR behaviour less undefined.Shin-ichiro KAWASAKI
2009-06-17sh: turn off irqs when disabling CMT/TMU timersMagnus Damm
2009-06-14clocksource: Drop unused irqaction.mask from SH drivers.Paul Mundt