All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: OMAP2+: Remove obsolete Makefile line
@ 2013-05-30 11:20 ` Paul Bolle
  0 siblings, 0 replies; 4+ messages in thread
From: Paul Bolle @ 2013-05-30 11:20 UTC (permalink / raw)
  To: Tony Lindgren, Russell King; +Cc: linux-omap, linux-arm-kernel, linux-kernel

The OMAP runtime PM implementation was removed in v3.0. But one Makefile
line, which was used to tweak CFLAGS, was overlooked. Remove it too.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
---
Untested. This cleans up after commit 638080c37a ("OMAP2+ / PM: move
runtime PM implementation to use device power domains").

 arch/arm/mach-omap2/Makefile | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile
index 55a9d67..7279fa8 100644
--- a/arch/arm/mach-omap2/Makefile
+++ b/arch/arm/mach-omap2/Makefile
@@ -93,10 +93,6 @@ obj-$(CONFIG_POWER_AVS_OMAP_CLASS3)    += smartreflex-class3.o
 AFLAGS_sleep24xx.o			:=-Wa,-march=armv6
 AFLAGS_sleep34xx.o			:=-Wa,-march=armv7-a$(plus_sec)
 
-ifeq ($(CONFIG_PM_VERBOSE),y)
-CFLAGS_pm_bus.o				+= -DDEBUG
-endif
-
 endif
 
 ifeq ($(CONFIG_CPU_IDLE),y)
-- 
1.7.11.7


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

* [PATCH] ARM: OMAP2+: Remove obsolete Makefile line
@ 2013-05-30 11:20 ` Paul Bolle
  0 siblings, 0 replies; 4+ messages in thread
From: Paul Bolle @ 2013-05-30 11:20 UTC (permalink / raw)
  To: linux-arm-kernel

The OMAP runtime PM implementation was removed in v3.0. But one Makefile
line, which was used to tweak CFLAGS, was overlooked. Remove it too.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
---
Untested. This cleans up after commit 638080c37a ("OMAP2+ / PM: move
runtime PM implementation to use device power domains").

 arch/arm/mach-omap2/Makefile | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile
index 55a9d67..7279fa8 100644
--- a/arch/arm/mach-omap2/Makefile
+++ b/arch/arm/mach-omap2/Makefile
@@ -93,10 +93,6 @@ obj-$(CONFIG_POWER_AVS_OMAP_CLASS3)    += smartreflex-class3.o
 AFLAGS_sleep24xx.o			:=-Wa,-march=armv6
 AFLAGS_sleep34xx.o			:=-Wa,-march=armv7-a$(plus_sec)
 
-ifeq ($(CONFIG_PM_VERBOSE),y)
-CFLAGS_pm_bus.o				+= -DDEBUG
-endif
-
 endif
 
 ifeq ($(CONFIG_CPU_IDLE),y)
-- 
1.7.11.7

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

* Re: [PATCH] ARM: OMAP2+: Remove obsolete Makefile line
  2013-05-30 11:20 ` Paul Bolle
@ 2013-07-04 11:47   ` Tony Lindgren
  -1 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2013-07-04 11:47 UTC (permalink / raw)
  To: Paul Bolle; +Cc: Russell King, linux-omap, linux-arm-kernel, linux-kernel

* Paul Bolle <pebolle@tiscali.nl> [130530 04:26]:
> The OMAP runtime PM implementation was removed in v3.0. But one Makefile
> line, which was used to tweak CFLAGS, was overlooked. Remove it too.
> 
> Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
> ---
> Untested. This cleans up after commit 638080c37a ("OMAP2+ / PM: move
> runtime PM implementation to use device power domains").

Thanks, applying into omap-for-v3.11/fixes.

Tony
 
>  arch/arm/mach-omap2/Makefile | 4 ----
>  1 file changed, 4 deletions(-)
> 
> diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile
> index 55a9d67..7279fa8 100644
> --- a/arch/arm/mach-omap2/Makefile
> +++ b/arch/arm/mach-omap2/Makefile
> @@ -93,10 +93,6 @@ obj-$(CONFIG_POWER_AVS_OMAP_CLASS3)    += smartreflex-class3.o
>  AFLAGS_sleep24xx.o			:=-Wa,-march=armv6
>  AFLAGS_sleep34xx.o			:=-Wa,-march=armv7-a$(plus_sec)
>  
> -ifeq ($(CONFIG_PM_VERBOSE),y)
> -CFLAGS_pm_bus.o				+= -DDEBUG
> -endif
> -
>  endif
>  
>  ifeq ($(CONFIG_CPU_IDLE),y)
> -- 
> 1.7.11.7
> 

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

* [PATCH] ARM: OMAP2+: Remove obsolete Makefile line
@ 2013-07-04 11:47   ` Tony Lindgren
  0 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2013-07-04 11:47 UTC (permalink / raw)
  To: linux-arm-kernel

* Paul Bolle <pebolle@tiscali.nl> [130530 04:26]:
> The OMAP runtime PM implementation was removed in v3.0. But one Makefile
> line, which was used to tweak CFLAGS, was overlooked. Remove it too.
> 
> Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
> ---
> Untested. This cleans up after commit 638080c37a ("OMAP2+ / PM: move
> runtime PM implementation to use device power domains").

Thanks, applying into omap-for-v3.11/fixes.

Tony
 
>  arch/arm/mach-omap2/Makefile | 4 ----
>  1 file changed, 4 deletions(-)
> 
> diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile
> index 55a9d67..7279fa8 100644
> --- a/arch/arm/mach-omap2/Makefile
> +++ b/arch/arm/mach-omap2/Makefile
> @@ -93,10 +93,6 @@ obj-$(CONFIG_POWER_AVS_OMAP_CLASS3)    += smartreflex-class3.o
>  AFLAGS_sleep24xx.o			:=-Wa,-march=armv6
>  AFLAGS_sleep34xx.o			:=-Wa,-march=armv7-a$(plus_sec)
>  
> -ifeq ($(CONFIG_PM_VERBOSE),y)
> -CFLAGS_pm_bus.o				+= -DDEBUG
> -endif
> -
>  endif
>  
>  ifeq ($(CONFIG_CPU_IDLE),y)
> -- 
> 1.7.11.7
> 

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

end of thread, other threads:[~2013-07-04 11:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-30 11:20 [PATCH] ARM: OMAP2+: Remove obsolete Makefile line Paul Bolle
2013-05-30 11:20 ` Paul Bolle
2013-07-04 11:47 ` Tony Lindgren
2013-07-04 11:47   ` Tony Lindgren

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.