All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] OMAP2: Add pm_bus.c file for OMAP2 architecture
@ 2010-09-13  8:44 Varadarajan, Charulatha
  2010-09-13 14:58 ` Kevin Hilman
  0 siblings, 1 reply; 2+ messages in thread
From: Varadarajan, Charulatha @ 2010-09-13  8:44 UTC (permalink / raw)
  To: linux-omap
  Cc: khilman, paul, b-cousson, tony, rnayak, p-basak2,
	Varadarajan, Charulatha

This patch adds pm_bus.o for OMAP2 architecture which is required
while using PM runtime APIs on OMAP2.

This patch series is created on "origin/pm-core" and is
tested on 2430 SDP board (with watchdog and GPIO patches
using PM runtime APIs. These patches would be sent to
LO mailing list soon).

Signed-off-by: Charulatha V <charu@ti.com>
---
 arch/arm/mach-omap2/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile
index 56133d4..a88b75a 100644
--- a/arch/arm/mach-omap2/Makefile
+++ b/arch/arm/mach-omap2/Makefile
@@ -51,7 +51,7 @@ obj-$(CONFIG_ARCH_OMAP2)		+= sdrc2xxx.o
 # Power Management
 ifeq ($(CONFIG_PM),y)
 obj-$(CONFIG_ARCH_OMAP2)		+= pm24xx.o
-obj-$(CONFIG_ARCH_OMAP2)		+= sleep24xx.o
+obj-$(CONFIG_ARCH_OMAP2)		+= sleep24xx.o pm_bus.o
 obj-$(CONFIG_ARCH_OMAP3)		+= pm34xx.o sleep34xx.o cpuidle34xx.o pm_bus.o
 obj-$(CONFIG_ARCH_OMAP4)		+= pm44xx.o pm_bus.o
 obj-$(CONFIG_PM_DEBUG)			+= pm-debug.o
-- 
1.7.0.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] OMAP2: Add pm_bus.c file for OMAP2 architecture
  2010-09-13  8:44 [PATCH] OMAP2: Add pm_bus.c file for OMAP2 architecture Varadarajan, Charulatha
@ 2010-09-13 14:58 ` Kevin Hilman
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Hilman @ 2010-09-13 14:58 UTC (permalink / raw)
  To: Varadarajan, Charulatha
  Cc: linux-omap, paul, b-cousson, tony, rnayak, p-basak2

"Varadarajan, Charulatha" <charu@ti.com> writes:

> This patch adds pm_bus.o for OMAP2 architecture which is required
> while using PM runtime APIs on OMAP2.
>
> This patch series is created on "origin/pm-core" and is
> tested on 2430 SDP board (with watchdog and GPIO patches
> using PM runtime APIs. These patches would be sent to
> LO mailing list soon).
>
> Signed-off-by: Charulatha V <charu@ti.com>

Thanks, will merge into runtime PM core before final version is posted.

Kevin

> ---
>  arch/arm/mach-omap2/Makefile |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile
> index 56133d4..a88b75a 100644
> --- a/arch/arm/mach-omap2/Makefile
> +++ b/arch/arm/mach-omap2/Makefile
> @@ -51,7 +51,7 @@ obj-$(CONFIG_ARCH_OMAP2)		+= sdrc2xxx.o
>  # Power Management
>  ifeq ($(CONFIG_PM),y)
>  obj-$(CONFIG_ARCH_OMAP2)		+= pm24xx.o
> -obj-$(CONFIG_ARCH_OMAP2)		+= sleep24xx.o
> +obj-$(CONFIG_ARCH_OMAP2)		+= sleep24xx.o pm_bus.o
>  obj-$(CONFIG_ARCH_OMAP3)		+= pm34xx.o sleep34xx.o cpuidle34xx.o pm_bus.o
>  obj-$(CONFIG_ARCH_OMAP4)		+= pm44xx.o pm_bus.o
>  obj-$(CONFIG_PM_DEBUG)			+= pm-debug.o

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-09-13 14:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-13  8:44 [PATCH] OMAP2: Add pm_bus.c file for OMAP2 architecture Varadarajan, Charulatha
2010-09-13 14:58 ` Kevin Hilman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.