public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] [PATCH 1/3] ppc4xx: Consolidate PPC4xx UIC defines
@ 2008-06-28 12:02 Stefan Roese
  2008-06-30 16:11 ` Scott Wood
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Roese @ 2008-06-28 12:02 UTC (permalink / raw)
  To: u-boot

This patch is the first step to consolidate the UIC related defines in the
4xx headers. Move header from asm-ppc/ppc4xx-intvec.h to
asm-ppc/ppc4xx-uic.h as it will hold all UIC related defines in the next
steps.

Signed-off-by: Stefan Roese <sr@denx.de>
---
 board/amcc/sequoia/sequoia.c    |    3 +-
 cpu/ppc4xx/4xx_enet.c           |    1 -
 cpu/ppc4xx/4xx_uart.c           |    2 +-
 cpu/ppc4xx/interrupts.c         |    1 -
 cpu/ppc4xx/iop480_uart.c        |    1 -
 cpu/ppc4xx/usbdev.c             |    2 +-
 include/asm-ppc/ppc4xx-intvec.h |  474 ---------------------------------------
 include/asm-ppc/ppc4xx-uic.h    |  469 ++++++++++++++++++++++++++++++++++++++
 include/ppc4xx.h                |    1 +
 9 files changed, 473 insertions(+), 481 deletions(-)
 delete mode 100644 include/asm-ppc/ppc4xx-intvec.h
 create mode 100644 include/asm-ppc/ppc4xx-uic.h

Unfortunately this patch is too big for the (soft) list limit and Wolfgang
is on vacation. So this patch will not hit the list for another few days.
Because of this please find the patch at this location for review:

http://pastebin.com/m28342307

Best regards,
Stefan

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

* [U-Boot-Users] [PATCH 1/3] ppc4xx: Consolidate PPC4xx UIC defines
  2008-06-28 12:02 [U-Boot-Users] [PATCH 1/3] ppc4xx: Consolidate PPC4xx UIC defines Stefan Roese
@ 2008-06-30 16:11 ` Scott Wood
  2008-06-30 16:52   ` Stefan Roese
  0 siblings, 1 reply; 3+ messages in thread
From: Scott Wood @ 2008-06-30 16:11 UTC (permalink / raw)
  To: u-boot

On Sat, Jun 28, 2008 at 02:02:47PM +0200, Stefan Roese wrote:
> This patch is the first step to consolidate the UIC related defines in the
> 4xx headers. Move header from asm-ppc/ppc4xx-intvec.h to
> asm-ppc/ppc4xx-uic.h as it will hold all UIC related defines in the next
> steps.
> 
> Signed-off-by: Stefan Roese <sr@denx.de>
> ---
>  board/amcc/sequoia/sequoia.c    |    3 +-
>  cpu/ppc4xx/4xx_enet.c           |    1 -
>  cpu/ppc4xx/4xx_uart.c           |    2 +-
>  cpu/ppc4xx/interrupts.c         |    1 -
>  cpu/ppc4xx/iop480_uart.c        |    1 -
>  cpu/ppc4xx/usbdev.c             |    2 +-
>  include/asm-ppc/ppc4xx-intvec.h |  474 ---------------------------------------
>  include/asm-ppc/ppc4xx-uic.h    |  469 ++++++++++++++++++++++++++++++++++++++
>  include/ppc4xx.h                |    1 +
>  9 files changed, 473 insertions(+), 481 deletions(-)
>  delete mode 100644 include/asm-ppc/ppc4xx-intvec.h
>  create mode 100644 include/asm-ppc/ppc4xx-uic.h
> 
> Unfortunately this patch is too big for the (soft) list limit and Wolfgang
> is on vacation. So this patch will not hit the list for another few days.
> Because of this please find the patch at this location for review:
> 
> http://pastebin.com/m28342307

If you pass -M -C to git-format-patch, it'll detect renames (even with
some editing), and make the patch small enough to post.

-Scott

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

* [U-Boot-Users] [PATCH 1/3] ppc4xx: Consolidate PPC4xx UIC defines
  2008-06-30 16:11 ` Scott Wood
@ 2008-06-30 16:52   ` Stefan Roese
  0 siblings, 0 replies; 3+ messages in thread
From: Stefan Roese @ 2008-06-30 16:52 UTC (permalink / raw)
  To: u-boot

On Monday 30 June 2008, Scott Wood wrote:
> On Sat, Jun 28, 2008 at 02:02:47PM +0200, Stefan Roese wrote:
> > This patch is the first step to consolidate the UIC related defines in
> > the 4xx headers. Move header from asm-ppc/ppc4xx-intvec.h to
> > asm-ppc/ppc4xx-uic.h as it will hold all UIC related defines in the next
> > steps.
> >
> > Signed-off-by: Stefan Roese <sr@denx.de>
> > ---
> >  board/amcc/sequoia/sequoia.c    |    3 +-
> >  cpu/ppc4xx/4xx_enet.c           |    1 -
> >  cpu/ppc4xx/4xx_uart.c           |    2 +-
> >  cpu/ppc4xx/interrupts.c         |    1 -
> >  cpu/ppc4xx/iop480_uart.c        |    1 -
> >  cpu/ppc4xx/usbdev.c             |    2 +-
> >  include/asm-ppc/ppc4xx-intvec.h |  474
> > --------------------------------------- include/asm-ppc/ppc4xx-uic.h    |
> >  469 ++++++++++++++++++++++++++++++++++++++ include/ppc4xx.h             
> >   |    1 +
> >  9 files changed, 473 insertions(+), 481 deletions(-)
> >  delete mode 100644 include/asm-ppc/ppc4xx-intvec.h
> >  create mode 100644 include/asm-ppc/ppc4xx-uic.h
> >
> > Unfortunately this patch is too big for the (soft) list limit and
> > Wolfgang is on vacation. So this patch will not hit the list for another
> > few days. Because of this please find the patch at this location for
> > review:
> >
> > http://pastebin.com/m28342307
>
> If you pass -M -C to git-format-patch, it'll detect renames (even with
> some editing), and make the patch small enough to post.

Right, I forgot. But it would not have helped with the 2nd patch of this 
series.

But thanks for reminding.

Best regards,
Stefan

=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de
=====================================================================

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

end of thread, other threads:[~2008-06-30 16:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-28 12:02 [U-Boot-Users] [PATCH 1/3] ppc4xx: Consolidate PPC4xx UIC defines Stefan Roese
2008-06-30 16:11 ` Scott Wood
2008-06-30 16:52   ` Stefan Roese

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