summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/dmtimer.c
Commit message (Expand)AuthorAgeFilesLines
...
* ARM: OMAP: Remove timer function pointer for context loss counterJon Hunter2012-06-141-10/+7
* ARM: OMAP: Remove loses_context variable from timer platform dataJon Hunter2012-06-141-4/+4
* ARM: OMAP: Add DMTIMER capability variable to represent timer featuresJon Hunter2012-06-141-0/+1
* ARM: OMAP2+: Add dmtimer platform function to reserve systimersJon Hunter2012-06-141-1/+17
* Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2012-05-261-2/+0
|\
| * ARM: OMAP2+: dmtimer: remove redundant sysconfig context restoreTarun Kanti DebBarma2012-05-101-2/+0
* | ARM: OMAP2+: clean up some cppcheck warningsPaul Walmsley2012-04-171-1/+2
|/
* Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-271-0/+2
|\
| * ARM: OMAP: Remove plat/io.h by splitting it into mach/io.h and mach/hardware.hTony Lindgren2012-02-241-0/+2
* | ARM: OMAP: dmtimer: fix missing content/correction in low-power mode supportTarun Kanti DebBarma2012-03-051-3/+16
|/
* ARM: OMAP: dmtimer: Include linux/module.hAxel Lin2011-11-041-0/+1
* ARM: omap: use __devexit_p in dmtimer driverArnd Bergmann2011-10-011-1/+1
* ARM: OMAP: dmtimer: add error handling to export APIsTarun Kanti DebBarma2011-09-211-25/+77
* ARM: OMAP: dmtimer: low-power mode supportTarun Kanti DebBarma2011-09-211-5/+105
* ARM: OMAP: dmtimer: skip reserved timersTony Lindgren2011-09-211-0/+7
* ARM: OMAP: dmtimer: pm_runtime supportTarun Kanti DebBarma2011-09-211-23/+10
* ARM: OMAP: dmtimer: switch-over to platform device driverTarun Kanti DebBarma2011-09-211-245/+101
* ARM: OMAP: dmtimer: platform driverTarun Kanti DebBarma2011-09-211-6/+133
* ARM: OMAP1: dmtimer: conversion to platform devicesTarun Kanti DebBarma2011-09-211-44/+12
* ARM: OMAP: Add support for dmtimer v2 ipTony Lindgren2011-09-191-10/+22
* OMAP4: DMTIMER: enable autoidle modeAmbresh K2011-07-041-2/+2
* omap2+: Reserve clocksource and timesource and initialize dmtimer laterTony Lindgren2011-06-271-1/+9
* omap: Make a subset of dmtimer functions into inline functionsTony Lindgren2011-06-201-61/+17
* omap: Move dmtimer defines to dmtimer.hTony Lindgren2011-06-201-121/+0
* omap2/3: dmtimer: Enable autoidleTero Kristo2011-03-101-0/+4
* omap4: Fix bootup crash observed with higher CPU clocksSantosh Shilimkar2010-09-241-1/+1
* omap: DMTIMER: Ack pending interrupt always when stopping a timerTero Kristo2010-06-101-3/+3
* OMAP: timers: Fix clock source names for OMAP4Rajendra Nayak2010-05-201-2/+2
* omap4: Use irq line defines from irq-44xx.hSantosh Shilimkar2010-02-231-12/+12
* omap2/3/4: Replace orred CONFIG_ARCH_OMAP2/3/4 with CONFIG_ARCH_OMAP2PLUSTony Lindgren2010-02-151-8/+4
* omap: Fix dmtimer.c for multi-omap bootTony Lindgren2010-02-151-51/+39
* OMAP2/3: DMTIMER: Clear pending interrupts when stopping a timerTero Kristo2010-01-211-0/+13
* omap: headers: Move remaining headers from include/mach to include/platTony Lindgren2009-10-201-1/+1
* omap: Use ioremap in dmtimer.cTony Lindgren2009-10-191-7/+9
* OMAP: Remove OMAP_IO_ADDRESS, use OMAP1_IO_ADDRESS and OMAP2_IO_ADDRESS insteadTony Lindgren2009-08-281-1/+4
* ARM: OMAP4: Add minimal support for omap4Santosh Shilimkar2009-05-281-3/+56
* ARM: OMAP: Remove unwanted type casts and fix the compiler warning.Santosh Shilimkar2009-05-251-7/+7
* OMAP2/3 GPTIMER: allow system tick GPTIMER to be changed in board-*.c filesPaul Walmsley2009-04-231-6/+14
* OMAP: dmtimer: enable all timers to be wakeup eventsKevin Hilman2009-04-231-4/+2
* OMAP3 GPTIMER: fix GPTIMER12 IRQPaul Walmsley2009-04-231-1/+1
* ARM: OMAP: Export dmtimer functionsTimo Kokkonen2009-03-231-0/+26
* ARM: OMAP2: skip unnecessary TLDR write during non-autoreload for gptimerPaul Walmsley2008-12-101-3/+4
* ARM: OMAP2: drop redundant pending write check for gptimerPaul Walmsley2008-12-101-4/+0
* Merge branch 'omap-all' into develRussell King2008-10-141-1/+1
|\
| * [ARM] omap: Fix IO_ADDRESS() macrosRussell King2008-09-051-1/+1
* | [ARM] Convert asm/io.h to linux/io.hRussell King2008-09-061-1/+1
|/
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-071-3/+3
* [ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King2008-08-071-1/+1
* ARM: OMAP: DMTimer: Optimize by adding load and startRichard Woodruff2008-07-031-1/+18
* ARM: OMAP: DMTimer: Use posted modeRichard Woodruff2008-07-031-42/+151