aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/dmtimer.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-22ARM: OMAP: Move dmtimer driver out of plat-omap to drivers under clocksourceKeerthy1-973/+0
2018-02-22ARM: OMAP: Move dmtimer.h out of plat-omapKeerthy1-1/+1
2018-02-22ARM: OMAP: dmtimer: Remove all the exportsKeerthy1-27/+0
2018-02-22ARM: OMAP: Fix dmtimer init for omap1Tony Lindgren1-5/+2
2017-10-11ARM: OMAP: Fix typos in two comment lines in _omap_dm_timer_request()Markus Elfring1-2/+2
2017-10-11ARM: OMAP: Improve a size determination in two functionsMarkus Elfring1-1/+1
2017-10-11ARM: OMAP: Delete an error message for a failed memory allocation in two func...Markus Elfring1-3/+1
2015-11-30ARM: OMAP: dmtimer: check for fixed timers during configSuman Anna1-0/+7
2015-11-30ARM: OMAP: add DT support for ti,dm816-timerNeil Armstrong1-0/+4
2015-11-30ARM: OMAP: dmtimer: Add clock source from DTNeil Armstrong1-1/+30
2015-03-17ARM: OMAP: dmtimer: disable pm runtime on removeSuman Anna1-0/+2
2015-03-17ARM: OMAP: dmtimer: check for pm_runtime_get_sync() failureSuman Anna1-1/+12
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/a...Linus 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 om...Tony 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...Linus 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
2011-09-21ARM: OMAP: dmtimer: add error handling to export APIsTarun Kanti DebBarma1-25/+77
2011-09-21ARM: OMAP: dmtimer: low-power mode supportTarun Kanti DebBarma1-5/+105
2011-09-21ARM: OMAP: dmtimer: skip reserved timersTony Lindgren1-0/+7
2011-09-21ARM: OMAP: dmtimer: pm_runtime supportTarun Kanti DebBarma1-23/+10
2011-09-21ARM: OMAP: dmtimer: switch-over to platform device driverTarun Kanti DebBarma1-245/+101
2011-09-21ARM: OMAP: dmtimer: platform driverTarun Kanti DebBarma1-6/+133
2011-09-21ARM: OMAP1: dmtimer: conversion to platform devicesTarun Kanti DebBarma1-44/+12
2011-09-19ARM: OMAP: Add support for dmtimer v2 ipTony Lindgren1-10/+22
2011-07-04OMAP4: DMTIMER: enable autoidle modeAmbresh K1-2/+2
2011-06-27omap2+: Reserve clocksource and timesource and initialize dmtimer laterTony Lindgren1-1/+9
2011-06-20omap: Make a subset of dmtimer functions into inline functionsTony Lindgren1-61/+17
2011-06-20omap: Move dmtimer defines to dmtimer.hTony Lindgren1-121/+0
2011-03-10omap2/3: dmtimer: Enable autoidleTero Kristo1-0/+4
2010-09-24omap4: Fix bootup crash observed with higher CPU clocksSantosh Shilimkar1-1/+1
2010-06-10omap: DMTIMER: Ack pending interrupt always when stopping a timerTero Kristo1-3/+3
2010-05-20OMAP: timers: Fix clock source names for OMAP4Rajendra Nayak1-2/+2
2010-02-23omap4: Use irq line defines from irq-44xx.hSantosh Shilimkar1-12/+12
2010-02-15omap2/3/4: Replace orred CONFIG_ARCH_OMAP2/3/4 with CONFIG_ARCH_OMAP2PLUSTony Lindgren1-8/+4
2010-02-15omap: Fix dmtimer.c for multi-omap bootTony Lindgren1-51/+39
2010-01-21OMAP2/3: DMTIMER: Clear pending interrupts when stopping a timerTero Kristo1-0/+13
2009-10-20omap: headers: Move remaining headers from include/mach to include/platTony Lindgren1-1/+1
2009-10-19omap: Use ioremap in dmtimer.cTony Lindgren1-7/+9
2009-08-28OMAP: Remove OMAP_IO_ADDRESS, use OMAP1_IO_ADDRESS and OMAP2_IO_ADDRESS insteadTony Lindgren1-1/+4
2009-05-28ARM: OMAP4: Add minimal support for omap4Santosh Shilimkar1-3/+56
2009-05-25ARM: OMAP: Remove unwanted type casts and fix the compiler warning.Santosh Shilimkar1-7/+7
2009-04-23OMAP2/3 GPTIMER: allow system tick GPTIMER to be changed in board-*.c filesPaul Walmsley1-6/+14
2009-04-23OMAP: dmtimer: enable all timers to be wakeup eventsKevin Hilman1-4/+2
2009-04-23OMAP3 GPTIMER: fix GPTIMER12 IRQPaul Walmsley1-1/+1
2009-03-23ARM: OMAP: Export dmtimer functionsTimo Kokkonen1-0/+26
2008-12-10ARM: OMAP2: skip unnecessary TLDR write during non-autoreload for gptimerPaul Walmsley1-3/+4
2008-12-10ARM: OMAP2: drop redundant pending write check for gptimerPaul Walmsley1-4/+0
2008-10-14Merge branch 'omap-all' into develRussell King1-1/+1
2008-09-06[ARM] Convert asm/io.h to linux/io.hRussell King1-1/+1
2008-09-05[ARM] omap: Fix IO_ADDRESS() macrosRussell King1-1/+1
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-3/+3
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King1-1/+1
2008-07-03ARM: OMAP: DMTimer: Optimize by adding load and startRichard Woodruff1-1/+18
2008-07-03ARM: OMAP: DMTimer: Use posted modeRichard Woodruff1-42/+151
2008-03-06[ARM] replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-02-08ARM: OMAP: Add dmtimer support for OMAP3Syed Mohammed, Khasim1-4/+47
2008-02-08ARM: OMAP: Pre-3430 clean-up for dmtimer.cSyed Mohammed, Khasim1-24/+41
2007-08-22ARM: OMAP: fix OMAP1 dmtimer build warningDavid Brownell1-5/+0
2007-05-08ARM: OMAP: Sync core code with linux-omapTony Lindgren1-1/+1
2007-05-05ARM: OMAP: plat-omap changes for 2430 SDPSyed Mohammed Khasim1-0/+2
2007-03-02ARM: OMAP: dmtimer.c omap1 register fixMatthew Percival1-2/+2
2007-03-02ARM: OMAP: Fix warnings in plat-omapDirk Behme1-0/+2
2006-09-25ARM: OMAP: OMAP2 dmtimer power management supportJuha Yrjola1-1/+9
2006-09-25ARM: OMAP: Add enable/disable functions for dmtimerTimo Teras1-42/+31
2006-09-25ARM: OMAP: Use GPT iclk only when neededTimo Teras1-13/+62
2006-07-01[ARM] 3676/1: ARM: OMAP: Fix dmtimers and timer32k to compile on OMAP1Tony Lindgren1-1/+1
2006-06-26ARM: OMAP: Update dmtimersTimo Teras1-16/+30
2006-06-26ARM: OMAP: Fix 32 kHz timer and modify GP timer to use GPT1Timo Teras1-4/+5
2006-06-26ARM: OMAP: Port dmtimers to OMAP2 and implement PWM supportTimo Teras1-118/+295
2006-04-02[ARM] 3427/1: ARM: OMAP: 2/8 Update timersTony Lindgren1-0/+26
2005-11-16[ARM] Include asm/hardware.h instead of asm/arch/hardware.hRussell King1-1/+1
2005-09-07[ARM] 2887/1: OMAP 2/4: Update files common to omap1 and omap2, take 2Tony Lindgren1-0/+260