All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Fix control debobs macro
@ 2008-11-24 14:34 Peter 'p2' De Schrijver
  2008-11-24 14:34 ` [PATCH 1/1] Debobs control macro fix Peter 'p2' De Schrijver
  2008-11-25 15:25 ` [PATCH 0/1] Fix control debobs macro Kevin Hilman
  0 siblings, 2 replies; 3+ messages in thread
From: Peter 'p2' De Schrijver @ 2008-11-24 14:34 UTC (permalink / raw)
  To: linux-omap; +Cc: Peter 'p2' De Schrijver

This patch fixes a silly bug which causes core observability to be configured wrongly for half of the pads.

Peter 'p2' De Schrijver (1):
  Debobs control macro fix

 arch/arm/plat-omap/include/mach/control.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


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

* [PATCH 1/1] Debobs control macro fix
  2008-11-24 14:34 [PATCH 0/1] Fix control debobs macro Peter 'p2' De Schrijver
@ 2008-11-24 14:34 ` Peter 'p2' De Schrijver
  2008-11-25 15:25 ` [PATCH 0/1] Fix control debobs macro Kevin Hilman
  1 sibling, 0 replies; 3+ messages in thread
From: Peter 'p2' De Schrijver @ 2008-11-24 14:34 UTC (permalink / raw)
  To: linux-omap; +Cc: Peter 'p2' De Schrijver


Signed-off-by: Peter 'p2' De Schrijver <peter.de-schrijver@nokia.com>
---
 arch/arm/plat-omap/include/mach/control.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/plat-omap/include/mach/control.h b/arch/arm/plat-omap/include/mach/control.h
index 9b06365..759fb71 100644
--- a/arch/arm/plat-omap/include/mach/control.h
+++ b/arch/arm/plat-omap/include/mach/control.h
@@ -152,7 +152,7 @@
 #define OMAP343X_CONTROL_IVA2_BOOTADDR	(OMAP2_CONTROL_GENERAL + 0x0190)
 #define OMAP343X_CONTROL_IVA2_BOOTMOD	(OMAP2_CONTROL_GENERAL + 0x0194)
 #define OMAP343X_CONTROL_DEBOBS(i)	(OMAP2_CONTROL_GENERAL + 0x01B0 \
-					+ ((i) >> 1) * 4 + (!(i) & 1) * 2)
+					+ ((i) >> 1) * 4 + (!(i & 1)) * 2)
 #define OMAP343X_CONTROL_PROG_IO0	(OMAP2_CONTROL_GENERAL + 0x01D4)
 #define OMAP343X_CONTROL_PROG_IO1	(OMAP2_CONTROL_GENERAL + 0x01D8)
 #define OMAP343X_CONTROL_DSS_DPLL_SPREADING	(OMAP2_CONTROL_GENERAL + 0x01E0)
-- 
1.5.6.3


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

* Re: [PATCH 0/1] Fix control debobs macro
  2008-11-24 14:34 [PATCH 0/1] Fix control debobs macro Peter 'p2' De Schrijver
  2008-11-24 14:34 ` [PATCH 1/1] Debobs control macro fix Peter 'p2' De Schrijver
@ 2008-11-25 15:25 ` Kevin Hilman
  1 sibling, 0 replies; 3+ messages in thread
From: Kevin Hilman @ 2008-11-25 15:25 UTC (permalink / raw)
  To: Peter 'p2' De Schrijver; +Cc: linux-omap

"Peter 'p2' De Schrijver" <peter.de-schrijver@nokia.com> writes:

> This patch fixes a silly bug which causes core observability to be configured wrongly for half of the pads.
>
> Peter 'p2' De Schrijver (1):
>   Debobs control macro fix
>
>  arch/arm/plat-omap/include/mach/control.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>

Thanks, will pull into next PM branch.

Kevin

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

end of thread, other threads:[~2008-11-25 15:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-24 14:34 [PATCH 0/1] Fix control debobs macro Peter 'p2' De Schrijver
2008-11-24 14:34 ` [PATCH 1/1] Debobs control macro fix Peter 'p2' De Schrijver
2008-11-25 15:25 ` [PATCH 0/1] Fix control debobs macro 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.