summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/sh_tmu.c
AgeCommit message (Expand)AuthorLines
2015-01-05clocksource: sh_tmu: Set cpu_possible_mask to fix SMP broadcastMagnus Damm-1/+1
2014-07-04clocksource: sh_tmu: Add DT supportLaurent Pinchart-10/+41
2014-07-02clocksource: sh_tmu: Replace global spinlock with a per-device spinlockLaurent Pinchart-4/+6
2014-07-02clocksource: sh_tmu: Drop support for legacy platform dataLaurent Pinchart-67/+15
2014-05-23Merge branch 'clockevents/cmt-mtu2-tmu-cleanups' into clockevents/3.16Daniel Lezcano-1/+1
2014-05-23clocksource: sh_tmu: Remove unnecessary OOM messagesJingoo Han-3/+1
2014-05-19clocksource: sh_tmu: Fix channel IRQ retrieval in legacy caseLaurent Pinchart-1/+1
2014-04-16clocksource: sh_tmu: Sort headers alphabeticallyLaurent Pinchart-10/+10
2014-04-16clocksource: sh_tmu: Remove FSF mail address from GPL noticeLaurent Pinchart-4/+0
2014-04-16clocksource: sh_tmu: Rename clock to "fck" in the non-legacy caseLaurent Pinchart-1/+2
2014-04-16clocksource: sh_tmu: Add support for multiple channels per deviceLaurent Pinchart-61/+152
2014-04-16clocksource: sh_tmu: Hardcode TMU clock event and source ratings to 200Laurent Pinchart-12/+11
2014-04-16clocksource: sh_tmu: Replace hardcoded register values with macrosLaurent Pinchart-5/+14
2014-04-16clocksource: sh_tmu: Allocate channels dynamicallyLaurent Pinchart-7/+20
2014-04-16clocksource: sh_tmu: Replace kmalloc + memset with kzallocLaurent Pinchart-5/+1
2014-04-16clocksource: sh_tmu: Add index to struct sh_tmu_channelLaurent Pinchart-11/+24
2014-04-16clocksource: sh_tmu: Add memory base to sh_tmu_channel structureLaurent Pinchart-14/+16
2014-04-16clocksource: sh_tmu: Constify name argument to sh_tmu_register()Laurent Pinchart-4/+4
2014-04-16clocksource: sh_tmu: Split channel setup to separate functionLaurent Pinchart-13/+23
2014-04-16clocksource: sh_tmu: Rename struct sh_tmu_priv to sh_tmu_deviceLaurent Pinchart-34/+34
2014-04-16clocksource: sh_tmu: Split channel fields from sh_tmu_privLaurent Pinchart-110/+125
2014-04-16clocksource: sh_tmu: Use request_irq() instead of setup_irq()Laurent Pinchart-14/+8
2014-01-14Merge branch 'clockevents/3.14' of git://git.linaro.org/people/daniel.lezcano...Ingo Molnar-3/+1
2013-12-11clocksource: misc drivers: Remove deprecated IRQF_DISABLEDMichael Opdenacker-2/+1
2013-12-11clocksource: sh_tmu: Remove unnecessary platform_set_drvdata()Jingoo Han-1/+0
2013-11-20clocksource: sh_tmu: Add clk_prepare/unprepare supportLaurent Pinchart-1/+8
2013-11-20clocksource: sh_tmu: Release clock when sh_tmu_register() failsLaurent Pinchart-3/+10
2013-03-13clocksource: sh_tmu: Set initcall level to subsysSimon Horman-1/+1
2013-01-03Drivers: clocksource: remove __dev* attributes.Greg Kroah-Hartman-3/+3
2012-09-04sh: TMU: Basic runtime PM supportRafael J. Wysocki-15/+65
2012-09-04PM / Domains: Move syscore flag from subsys data to struct deviceRafael J. Wysocki-1/+1
2012-09-04PM / Domains: Rename the always_on device flag to syscoreRafael J. Wysocki-1/+1
2012-09-04sh: TMU: Introduce clocksource/clock events suspend/resume routinesRafael J. Wysocki-4/+50
2012-06-11clocksource: sh_tmu: Use clockevents_config_and_register().Paul Mundt-7/+3
2012-06-11clocksource: sh_tmu: Convert timer lock to raw spinlock.Paul Mundt-3/+3
2012-03-16PM / shmobile: Make TMU driver use pm_genpd_dev_always_on()Rafael J. Wysocki-0/+4
2011-10-31drivers/clocksource: Add module.h to those who were using it implicitlyPaul Gortmaker-0/+1
2011-05-31Revert "clocksource: sh_tmu: Runtime PM support"Paul Mundt-10/+2
2011-05-23clocksource: sh_tmu: Runtime PM supportMagnus Damm-2/+10
2011-05-23clocksource: sh_tmu: __clocksource_updatefreq_hz() updateMagnus Damm-11/+8
2010-10-31ARM: shmobile: remove sh_timer_config clk memberMagnus Damm-7/+3
2010-06-02clocksource: sh_tmu: compute mult and shift before registrationAurelien Jarno-9/+11
2010-04-26Merge branch 'sh/stable-updates'Paul Mundt-0/+1
2010-04-15sh: Disable IRQ balancing for timer and IPI IRQs.Paul Mundt-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-03-29clocksource: Deprecate clock string across the SH drivers.Paul Mundt-4/+8
2010-03-10clocksource: Use dev_name() universally across the SH drivers.Paul Mundt-16/+12
2010-02-25clocksource: Fix up a registration/IRQ race in the sh drivers.Paul Mundt-3/+3
2009-06-24clocksource: sh_tmu: Make undefined TCOR behaviour less undefined.Shin-ichiro KAWASAKI-1/+1
2009-06-17sh: turn off irqs when disabling CMT/TMU timersMagnus Damm-0/+3