summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/dmtimer.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: OMAP: Move dmtimer driver out of plat-omap to drivers under clocksourceKeerthy2018-02-221-973/+0
* ARM: OMAP: Move dmtimer.h out of plat-omapKeerthy2018-02-221-1/+1
* ARM: OMAP: dmtimer: Remove all the exportsKeerthy2018-02-221-27/+0
* ARM: OMAP: Fix dmtimer init for omap1Tony Lindgren2018-02-221-5/+2
* ARM: OMAP: Fix typos in two comment lines in _omap_dm_timer_request()Markus Elfring2017-10-111-2/+2
* ARM: OMAP: Improve a size determination in two functionsMarkus Elfring2017-10-111-1/+1
* ARM: OMAP: Delete an error message for a failed memory allocation in two func...Markus Elfring2017-10-111-3/+1
* ARM: OMAP: dmtimer: check for fixed timers during configSuman Anna2015-11-301-0/+7
* ARM: OMAP: add DT support for ti,dm816-timerNeil Armstrong2015-11-301-0/+4
* ARM: OMAP: dmtimer: Add clock source from DTNeil Armstrong2015-11-301-1/+30
* ARM: OMAP: dmtimer: disable pm runtime on removeSuman Anna2015-03-171-0/+2
* ARM: OMAP: dmtimer: check for pm_runtime_get_sync() failureSuman Anna2015-03-171-1/+12
* ARM: OMAP: dmtimer: raw read and write endian fixVictor Kamensky2014-05-081-4/+4
* Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2013-05-071-97/+144
|\
| * ARM: OMAP2+: Populate DMTIMER errata when using device-treeJon Hunter2013-04-091-8/+37
| * ARM: dts: OMAP2+: Update DMTIMER compatibility propertyJon Hunter2013-04-091-1/+6
| * ARM: OMAP: Add function to request timer by nodeJon Hunter2013-04-091-74/+93
| * ARM: OMAP: Force dmtimer restore if context loss is not detectableJon Hunter2013-04-091-0/+2
| * ARM: OMAP: Simplify dmtimer context-loss handlingNeilBrown2013-04-091-20/+12
* | Merge branch 'cleanup' into for-linusRussell King2013-05-021-6/+6
|\ \ | |/ |/|
| * ARM: OMAP: use consistent error checkingRussell King2013-05-021-1/+1
| * ARM: cleanup: clk_get() error handlingRussell King2013-02-241-5/+5
* | ARM: Convert to devm_ioremap_resource()Thierry Reding2013-01-251-5/+3
|/
* ARM: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-3/+3
* ARM/omap: use module_platform_driver macroSrinivas Kandagatla2012-12-171-12/+1
* ARM: OMAP: Add platform data header for DMTIMERsJon Hunter2012-11-161-0/+2
* ARM: OMAP: Define omap_dm_timer_prepare function as staticJon Hunter2012-11-161-1/+1
* ARM: OMAP: Clean-up dmtimer reset codeJon Hunter2012-11-161-19/+31
* ARM: OMAP: Remove __omap_dm_timer_set_source functionJon Hunter2012-11-121-0/+1
* ARM: OMAP: Remove unnecessary call to clk_get()Jon Hunter2012-11-121-10/+4
* ARM: OMAP: Add dmtimer interrupt disable functionJon Hunter2012-11-121-0/+31
* ARM: OMAP: Fix spurious interrupts when using timer match featureJon Hunter2012-11-121-1/+1
* ARM: OMAP: Don't restore DMTIMER interrupt status registerJon Hunter2012-11-121-4/+1
* ARM: OMAP: Don't restore of DMTIMER TISTAT registerJon Hunter2012-11-121-3/+0
* ARM: OMAP: Fix dmtimer reset for timer1Jon Hunter2012-11-121-5/+2
* ARM: OMAP: Fix timer posted mode supportJon Hunter2012-11-121-8/+5
* ARM: OMAP3+: Implement timer workaround for errata i103 and i767Jon Hunter2012-11-121-1/+2
* Merge branch 'omap-for-v3.8/cleanup-headers-prepare-multiplatform-v3' into om...Tony Lindgren2012-11-091-9/+11
|\
| * ARM: OMAP: Remove unnecessary mach and plat includesTony Lindgren2012-11-021-3/+1
| * ARM: OMAP: Move omap-pm-noop.c local to mach-omap2Tony Lindgren2012-10-311-7/+10
| * ARM: OMAP: Make plat/omap-pm.h local to mach-omap2Tony Lindgren2012-10-181-1/+2
* | ARM: OMAP: Add DT support for timer driverJon Hunter2012-11-021-6/+35
* | ARM: OMAP: Add function to request a timer by capabilityJon Hunter2012-11-021-0/+52
|/
* ARM: OMAP: dmtimers: Fix locking issue in omap_dm_timer_request*()Timo Kokkonen2012-08-131-2/+2
* ARM: OMAP2+: Fix dmtimer set source clock failureJon Hunter2012-08-071-1/+1
* ARM: OMAP: dmtimer: use devm_ API and do some cleanup in probe()Tarun Kanti DebBarma2012-07-051-36/+17
* ARM: OMAP2+: Simplify dmtimer clock aliasesJon Hunter2012-06-141-3/+3
* ARM: OMAP2+: Move dmtimer clock set function to dmtimer driverJon Hunter2012-06-141-1/+45
* ARM: OMAP1: Fix dmtimer supportJon Hunter2012-06-141-5/+11
* ARM: OMAP: Add flag to indicate if a timer needs a manual resetJon Hunter2012-06-141-6/+3