public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/8] Fix PPC issues introduced by debug() macro change
@ 2011-10-03  0:57 Marek Vasut
  2011-10-03  0:57 ` [U-Boot] [PATCH 1/8] PPC: Fix tqm8xx_pcmcia.c by removing condition around pcmp Marek Vasut
                   ` (7 more replies)
  0 siblings, 8 replies; 18+ messages in thread
From: Marek Vasut @ 2011-10-03  0:57 UTC (permalink / raw)
  To: u-boot

From: Marek Vasut <marex@pollux.denx.de>

Due to the conversion of debug() macro to inline function, the type-checking
happens even if DEBUG isn't defined. This made a few problems surface. These
fixes here address the ones found so far.

Marek Vasut (8):
  PPC: Fix tqm8xx_pcmcia.c by removing condition around pcmp
  PPC: Fix mem_to_mem_idma2intr.c by renaming "debug" to "mmdebug"
  PPC: Fix i82365.c by removing ifdef around "buf"
  PPC: Fix relative path in galileo/core.h
  PPC: Fix pd67290.c by removing ifdef around "buf"
  PPC: Fix eepro100_eeprom.c by renaming "debug" to "eedebug"
  PPC: Fix fsl_upm.c by renaming nand handling functions
  PPC: Remove #ifdef DEBUG around step_to_string

 arch/powerpc/cpu/mpc8xxx/ddr/main.c        |    2 --
 board/cpc45/pd67290.c                      |    2 --
 drivers/mtd/nand/fsl_upm.c                 |   16 ++++++++--------
 drivers/pcmcia/i82365.c                    |    2 --
 drivers/pcmcia/tqm8xx_pcmcia.c             |    2 --
 examples/standalone/eepro100_eeprom.c      |   10 +++++-----
 examples/standalone/mem_to_mem_idma2intr.c |    4 ++--
 include/galileo/core.h                     |    2 +-
 8 files changed, 16 insertions(+), 24 deletions(-)

-- 
1.7.6.2

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

end of thread, other threads:[~2011-10-03 14:46 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-03  0:57 [U-Boot] [PATCH 0/8] Fix PPC issues introduced by debug() macro change Marek Vasut
2011-10-03  0:57 ` [U-Boot] [PATCH 1/8] PPC: Fix tqm8xx_pcmcia.c by removing condition around pcmp Marek Vasut
2011-10-03 14:26   ` Wolfgang Denk
2011-10-03  0:57 ` [U-Boot] [PATCH 2/8] PPC: Fix mem_to_mem_idma2intr.c by renaming "debug" to "mmdebug" Marek Vasut
2011-10-03 14:28   ` Wolfgang Denk
2011-10-03  0:57 ` [U-Boot] [PATCH 3/8] PPC: Fix i82365.c by removing ifdef around "buf" Marek Vasut
2011-10-03 14:29   ` Wolfgang Denk
2011-10-03  0:57 ` [U-Boot] [PATCH 4/8] PPC: Fix relative path in galileo/core.h Marek Vasut
2011-10-03 14:31   ` Wolfgang Denk
2011-10-03 14:46     ` Marek Vasut
2011-10-03  0:57 ` [U-Boot] [PATCH 5/8] PPC: Fix pd67290.c by removing ifdef around "buf" Marek Vasut
2011-10-03 14:32   ` Wolfgang Denk
2011-10-03  0:57 ` [U-Boot] [PATCH 6/8] PPC: Fix eepro100_eeprom.c by renaming "debug" to "eedebug" Marek Vasut
2011-10-03 14:34   ` Wolfgang Denk
2011-10-03  0:57 ` [U-Boot] [PATCH 7/8] PPC: Fix fsl_upm.c by renaming nand handling functions Marek Vasut
2011-10-03 14:35   ` Wolfgang Denk
2011-10-03  0:57 ` [U-Boot] [PATCH 8/8] PPC: Remove #ifdef DEBUG around step_to_string Marek Vasut
2011-10-03 14:39   ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox