aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/sh_tmu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2017-03-23clocksource: sh_tmu: Compute rate before registration againNicolai Stange1-13/+13
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-1/+1
2015-08-10clocksource/drivers/sh_tmu: Fix traceback spotted in -nextViresh Kumar1-1/+2
2015-08-10clockevents/drivers/sh_tmu: Migrate to new 'set-state' interfaceViresh Kumar1-33/+30
2015-03-13clocksource: Rename __clocksource_updatefreq_*() to __clocksource_update_freq_*()John Stultz1-1/+1
2015-01-05clocksource: sh_tmu: Set cpu_possible_mask to fix SMP broadcastMagnus Damm1-1/+1
2014-07-04clocksource: sh_tmu: Add DT supportLaurent Pinchart1-10/+41
2014-07-02clocksource: sh_tmu: Replace global spinlock with a per-device spinlockLaurent Pinchart1-4/+6
2014-07-02clocksource: sh_tmu: Drop support for legacy platform dataLaurent Pinchart1-67/+15
2014-05-23Merge branch 'clockevents/cmt-mtu2-tmu-cleanups' into clockevents/3.16Daniel Lezcano1-1/+1
2014-05-23clocksource: sh_tmu: Remove unnecessary OOM messagesJingoo Han1-3/+1
2014-05-19clocksource: sh_tmu: Fix channel IRQ retrieval in legacy caseLaurent Pinchart1-1/+1
2014-04-16clocksource: sh_tmu: Sort headers alphabeticallyLaurent Pinchart1-10/+10
2014-04-16clocksource: sh_tmu: Remove FSF mail address from GPL noticeLaurent Pinchart1-4/+0
2014-04-16clocksource: sh_tmu: Rename clock to "fck" in the non-legacy caseLaurent Pinchart1-1/+2
2014-04-16clocksource: sh_tmu: Add support for multiple channels per deviceLaurent Pinchart1-61/+152
2014-04-16clocksource: sh_tmu: Hardcode TMU clock event and source ratings to 200Laurent Pinchart1-12/+11
2014-04-16clocksource: sh_tmu: Replace hardcoded register values with macrosLaurent Pinchart1-5/+14
2014-04-16clocksource: sh_tmu: Allocate channels dynamicallyLaurent Pinchart1-7/+20
2014-04-16clocksource: sh_tmu: Replace kmalloc + memset with kzallocLaurent Pinchart1-5/+1
2014-04-16clocksource: sh_tmu: Add index to struct sh_tmu_channelLaurent Pinchart1-11/+24
2014-04-16clocksource: sh_tmu: Add memory base to sh_tmu_channel structureLaurent Pinchart1-14/+16
2014-04-16clocksource: sh_tmu: Constify name argument to sh_tmu_register()Laurent Pinchart1-4/+4
2014-04-16clocksource: sh_tmu: Split channel setup to separate functionLaurent Pinchart1-13/+23
2014-04-16clocksource: sh_tmu: Rename struct sh_tmu_priv to sh_tmu_deviceLaurent Pinchart1-34/+34
2014-04-16clocksource: sh_tmu: Split channel fields from sh_tmu_privLaurent Pinchart1-110/+125
2014-04-16clocksource: sh_tmu: Use request_irq() instead of setup_irq()Laurent Pinchart1-14/+8
2014-01-14Merge branch 'clockevents/3.14' of git://git.linaro.org/people/daniel.lezcano/linux into timers/coreIngo Molnar1-3/+1
2013-12-11clocksource: misc drivers: Remove deprecated IRQF_DISABLEDMichael Opdenacker1-2/+1
2013-12-11clocksource: sh_tmu: Remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-11-20clocksource: sh_tmu: Add clk_prepare/unprepare supportLaurent Pinchart1-1/+8
2013-11-20clocksource: sh_tmu: Release clock when sh_tmu_register() failsLaurent Pinchart1-3/+10
2013-03-13clocksource: sh_tmu: Set initcall level to subsysSimon Horman1-1/+1
2013-01-03Drivers: clocksource: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-09-04sh: TMU: Basic runtime PM supportRafael J. Wysocki1-15/+65
2012-09-04PM / Domains: Move syscore flag from subsys data to struct deviceRafael J. Wysocki1-1/+1
2012-09-04PM / Domains: Rename the always_on device flag to syscoreRafael J. Wysocki1-1/+1
2012-09-04sh: TMU: Introduce clocksource/clock events suspend/resume routinesRafael J. Wysocki1-4/+50
2012-06-11clocksource: sh_tmu: Use clockevents_config_and_register().Paul Mundt1-7/+3
2012-06-11clocksource: sh_tmu: Convert timer lock to raw spinlock.Paul Mundt1-3/+3
2012-03-16PM / shmobile: Make TMU driver use pm_genpd_dev_always_on()Rafael J. Wysocki1-0/+4
2011-10-31drivers/clocksource: Add module.h to those who were using it implicitlyPaul Gortmaker1-0/+1
2011-05-31Revert "clocksource: sh_tmu: Runtime PM support"Paul Mundt1-10/+2
2011-05-23clocksource: sh_tmu: Runtime PM supportMagnus Damm1-2/+10
2011-05-23clocksource: sh_tmu: __clocksource_updatefreq_hz() updateMagnus Damm1-11/+8
2010-10-31ARM: shmobile: remove sh_timer_config clk memberMagnus Damm1-7/+3
2010-06-02clocksource: sh_tmu: compute mult and shift before registrationAurelien Jarno1-9/+11
2010-04-26Merge branch 'sh/stable-updates'Paul Mundt1-0/+1
2010-04-15sh: Disable IRQ balancing for timer and IPI IRQs.Paul Mundt1-1/+2