aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/dmtimer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-08ARM: OMAP: dmtimer: raw read and write endian fixVictor Kamensky1-4/+4
2013-05-07Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-97/+144
2013-05-02Merge branch 'cleanup' into for-linusRussell King1-6/+6
2013-05-02ARM: OMAP: use consistent error checkingRussell King1-1/+1
2013-04-09ARM: OMAP2+: Populate DMTIMER errata when using device-treeJon Hunter1-8/+37
2013-04-09ARM: dts: OMAP2+: Update DMTIMER compatibility propertyJon Hunter1-1/+6
2013-04-09ARM: OMAP: Add function to request timer by nodeJon Hunter1-74/+93
2013-04-09ARM: OMAP: Force dmtimer restore if context loss is not detectableJon Hunter1-0/+2
2013-04-09ARM: OMAP: Simplify dmtimer context-loss handlingNeilBrown1-20/+12
2013-02-24ARM: cleanup: clk_get() error handlingRussell King1-5/+5
2013-01-25ARM: Convert to devm_ioremap_resource()Thierry Reding1-5/+3
2013-01-03ARM: drivers: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-12-17ARM/omap: use module_platform_driver macroSrinivas Kandagatla1-12/+1
2012-11-16ARM: OMAP: Add platform data header for DMTIMERsJon Hunter1-0/+2
2012-11-16ARM: OMAP: Define omap_dm_timer_prepare function as staticJon Hunter1-1/+1
2012-11-16ARM: OMAP: Clean-up dmtimer reset codeJon Hunter1-19/+31
2012-11-12ARM: OMAP: Remove __omap_dm_timer_set_source functionJon Hunter1-0/+1
2012-11-12ARM: OMAP: Remove unnecessary call to clk_get()Jon Hunter1-10/+4
2012-11-12ARM: OMAP: Add dmtimer interrupt disable functionJon Hunter1-0/+31
2012-11-12ARM: OMAP: Fix spurious interrupts when using timer match featureJon Hunter1-1/+1
2012-11-12ARM: OMAP: Don't restore DMTIMER interrupt status registerJon Hunter1-4/+1
2012-11-12ARM: OMAP: Don't restore of DMTIMER TISTAT registerJon Hunter1-3/+0
2012-11-12ARM: OMAP: Fix dmtimer reset for timer1Jon Hunter1-5/+2
2012-11-12ARM: OMAP: Fix timer posted mode supportJon Hunter1-8/+5
2012-11-12ARM: OMAP3+: Implement timer workaround for errata i103 and i767Jon Hunter1-1/+2
2012-11-09Merge branch 'omap-for-v3.8/cleanup-headers-prepare-multiplatform-v3' into omap-for-v3.8/dtTony Lindgren1-9/+11
2012-11-02ARM: OMAP: Remove unnecessary mach and plat includesTony Lindgren1-3/+1
2012-11-02ARM: OMAP: Add DT support for timer driverJon Hunter1-6/+35
2012-11-02ARM: OMAP: Add function to request a timer by capabilityJon Hunter1-0/+52
2012-10-31ARM: OMAP: Move omap-pm-noop.c local to mach-omap2Tony Lindgren1-7/+10
2012-10-18ARM: OMAP: Make plat/omap-pm.h local to mach-omap2Tony Lindgren1-1/+2
2012-08-13ARM: OMAP: dmtimers: Fix locking issue in omap_dm_timer_request*()Timo Kokkonen1-2/+2
2012-08-07ARM: OMAP2+: Fix dmtimer set source clock failureJon Hunter1-1/+1
2012-07-05ARM: OMAP: dmtimer: use devm_ API and do some cleanup in probe()Tarun Kanti DebBarma1-36/+17
2012-06-14ARM: OMAP2+: Simplify dmtimer clock aliasesJon Hunter1-3/+3
2012-06-14ARM: OMAP2+: Move dmtimer clock set function to dmtimer driverJon Hunter1-1/+45
2012-06-14ARM: OMAP1: Fix dmtimer supportJon Hunter1-5/+11
2012-06-14ARM: OMAP: Add flag to indicate if a timer needs a manual resetJon Hunter1-6/+3
2012-06-14ARM: OMAP: Remove timer function pointer for context loss counterJon Hunter1-10/+7
2012-06-14ARM: OMAP: Remove loses_context variable from timer platform dataJon Hunter1-4/+4
2012-06-14ARM: OMAP: Add DMTIMER capability variable to represent timer featuresJon Hunter1-0/+1
2012-06-14ARM: OMAP2+: Add dmtimer platform function to reserve systimersJon Hunter1-1/+17
2012-05-26Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+0
2012-05-10ARM: OMAP2+: dmtimer: remove redundant sysconfig context restoreTarun Kanti DebBarma1-2/+0
2012-04-17ARM: OMAP2+: clean up some cppcheck warningsPaul Walmsley1-1/+2
2012-03-27Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+2
2012-03-05ARM: OMAP: dmtimer: fix missing content/correction in low-power mode supportTarun Kanti DebBarma1-3/+16
2012-02-24ARM: OMAP: Remove plat/io.h by splitting it into mach/io.h and mach/hardware.hTony Lindgren1-0/+2
2011-11-04ARM: OMAP: dmtimer: Include linux/module.hAxel Lin1-0/+1
2011-10-01ARM: omap: use __devexit_p in dmtimer driverArnd Bergmann1-1/+1