]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
ARM: OMAP: Move omap-pm-noop.c local to mach-omap2
authorTony Lindgren <tony@atomide.com>
Mon, 29 Oct 2012 22:20:45 +0000 (15:20 -0700)
committerTony Lindgren <tony@atomide.com>
Wed, 31 Oct 2012 22:37:13 +0000 (15:37 -0700)
commit6e740f9a85339c295af8deb5376511fcb2a268ad
tree9b411c8d8f56cce80a22ee4e766878861a052b10
parent01480bad0a91413e92077067e38e82ade78dc88a
ARM: OMAP: Move omap-pm-noop.c local to mach-omap2

This code should be private to mach-omap2.

The only use for it in for omap1 has been in dmtimer.c
to check for context loss. However, omap1 does not
lose context during idle, so the code is not needed.
Further, omap1 timer has OMAP_TIMER_ALWON set, so omap1
was not hitting omap_pm_get_dev_context_loss_count()
test.

Cc: Jon Hunter <jon-hunter@ti.com>
Cc: Kevin Hilman <khilman@deeprootsystems.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/Makefile
arch/arm/mach-omap2/omap-pm-noop.c [new file with mode: 0644]
arch/arm/mach-omap2/timer.c
arch/arm/plat-omap/Makefile
arch/arm/plat-omap/dmtimer.c
arch/arm/plat-omap/include/plat/dmtimer.h
arch/arm/plat-omap/omap-pm-noop.c [deleted file]
drivers/media/platform/omap3isp/ispvideo.c