linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Please pull mpc5200 and OF changes
@ 2009-10-15 16:46 Grant Likely
  2009-10-27 17:44 ` Grant Likely
  0 siblings, 1 reply; 2+ messages in thread
From: Grant Likely @ 2009-10-15 16:46 UTC (permalink / raw)
  To: Benjamin Herrenschmidt, linuxppc-dev

Hi Ben.

Here are some OF and MPC5200 changes needed for 2.6.32.  Mostly
defconfig updates and a couple of new board dts files.

Cheers,
g.

The following changes since commit 161291396e76e0832c08f617eb9bd364d1648148=
:
  Linus Torvalds (1):
        Linux 2.6.32-rc4

are available in the git repository at:

  git://git.secretlab.ca/git/linux-2.6 merge

Grant Likely (1):
      powerpc/5200: Update defconfigs

Heiko Schocher (2):
      mpc5200: support for the MAN mpc5200 based board uc101
      mpc5200: support for the MAN mpc5200 based board mucmc52

Julia Lawall (1):
      drivers/serial/mpc52xx_uart.c: Use UPIO_MEM rather than SERIAL_IO_MEM

J=E9r=F4me Pouiller (1):
      of: Remove nested function

Wolfram Sang (1):
      powerpc/boot/dts: drop obsolete 'fsl5200-clocking'

 arch/powerpc/boot/dts/cm5200.dts              |    1 -
 arch/powerpc/boot/dts/digsy_mtc.dts           |    1 -
 arch/powerpc/boot/dts/lite5200.dts            |    2 -
 arch/powerpc/boot/dts/lite5200b.dts           |    2 -
 arch/powerpc/boot/dts/media5200.dts           |    2 -
 arch/powerpc/boot/dts/motionpro.dts           |    1 -
 arch/powerpc/boot/dts/mpc5121ads.dts          |    3 -
 arch/powerpc/boot/dts/mucmc52.dts             |  332 +++++++++++++++++++++=
++++
 arch/powerpc/boot/dts/pcm030.dts              |    2 -
 arch/powerpc/boot/dts/pcm032.dts              |    2 -
 arch/powerpc/boot/dts/tqm5200.dts             |    1 -
 arch/powerpc/boot/dts/uc101.dts               |  284 +++++++++++++++++++++
 arch/powerpc/configs/52xx/cm5200_defconfig    |  136 ++++++----
 arch/powerpc/configs/52xx/lite5200b_defconfig |  153 ++++++++----
 arch/powerpc/configs/52xx/motionpro_defconfig |  146 +++++++----
 arch/powerpc/configs/52xx/pcm030_defconfig    |  142 ++++++-----
 arch/powerpc/configs/52xx/tqm5200_defconfig   |  148 +++++++----
 arch/powerpc/configs/mpc5200_defconfig        |  192 ++++++++++-----
 arch/powerpc/platforms/52xx/mpc5200_simple.c  |    2 +
 drivers/of/of_mdio.c                          |   13 +-
 drivers/serial/mpc52xx_uart.c                 |    2 +-
 21 files changed, 1196 insertions(+), 371 deletions(-)
 create mode 100644 arch/powerpc/boot/dts/mucmc52.dts
 create mode 100644 arch/powerpc/boot/dts/uc101.dts


--=20
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.

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

* Re: Please pull mpc5200 and OF changes
  2009-10-15 16:46 Please pull mpc5200 and OF changes Grant Likely
@ 2009-10-27 17:44 ` Grant Likely
  0 siblings, 0 replies; 2+ messages in thread
From: Grant Likely @ 2009-10-27 17:44 UTC (permalink / raw)
  To: Benjamin Herrenschmidt, linuxppc-dev

Hey Ben,

I don't see these pulled into your tree yet.  Can you please this tree
into your merge branch?

Thanks,
g.

On Thu, Oct 15, 2009 at 10:46 AM, Grant Likely
<grant.likely@secretlab.ca> wrote:
> Hi Ben.
>
> Here are some OF and MPC5200 changes needed for 2.6.32. =A0Mostly
> defconfig updates and a couple of new board dts files.
>
> Cheers,
> g.
>
> The following changes since commit 161291396e76e0832c08f617eb9bd364d16481=
48:
> =A0Linus Torvalds (1):
> =A0 =A0 =A0 =A0Linux 2.6.32-rc4
>
> are available in the git repository at:
>
> =A0git://git.secretlab.ca/git/linux-2.6 merge
>
> Grant Likely (1):
> =A0 =A0 =A0powerpc/5200: Update defconfigs
>
> Heiko Schocher (2):
> =A0 =A0 =A0mpc5200: support for the MAN mpc5200 based board uc101
> =A0 =A0 =A0mpc5200: support for the MAN mpc5200 based board mucmc52
>
> Julia Lawall (1):
> =A0 =A0 =A0drivers/serial/mpc52xx_uart.c: Use UPIO_MEM rather than SERIAL=
_IO_MEM
>
> J=E9r=F4me Pouiller (1):
> =A0 =A0 =A0of: Remove nested function
>
> Wolfram Sang (1):
> =A0 =A0 =A0powerpc/boot/dts: drop obsolete 'fsl5200-clocking'
>
> =A0arch/powerpc/boot/dts/cm5200.dts =A0 =A0 =A0 =A0 =A0 =A0 =A0| =A0 =A01=
 -
> =A0arch/powerpc/boot/dts/digsy_mtc.dts =A0 =A0 =A0 =A0 =A0 | =A0 =A01 -
> =A0arch/powerpc/boot/dts/lite5200.dts =A0 =A0 =A0 =A0 =A0 =A0| =A0 =A02 -
> =A0arch/powerpc/boot/dts/lite5200b.dts =A0 =A0 =A0 =A0 =A0 | =A0 =A02 -
> =A0arch/powerpc/boot/dts/media5200.dts =A0 =A0 =A0 =A0 =A0 | =A0 =A02 -
> =A0arch/powerpc/boot/dts/motionpro.dts =A0 =A0 =A0 =A0 =A0 | =A0 =A01 -
> =A0arch/powerpc/boot/dts/mpc5121ads.dts =A0 =A0 =A0 =A0 =A0| =A0 =A03 -
> =A0arch/powerpc/boot/dts/mucmc52.dts =A0 =A0 =A0 =A0 =A0 =A0 | =A0332 +++=
++++++++++++++++++++++
> =A0arch/powerpc/boot/dts/pcm030.dts =A0 =A0 =A0 =A0 =A0 =A0 =A0| =A0 =A02=
 -
> =A0arch/powerpc/boot/dts/pcm032.dts =A0 =A0 =A0 =A0 =A0 =A0 =A0| =A0 =A02=
 -
> =A0arch/powerpc/boot/dts/tqm5200.dts =A0 =A0 =A0 =A0 =A0 =A0 | =A0 =A01 -
> =A0arch/powerpc/boot/dts/uc101.dts =A0 =A0 =A0 =A0 =A0 =A0 =A0 | =A0284 +=
++++++++++++++++++++
> =A0arch/powerpc/configs/52xx/cm5200_defconfig =A0 =A0| =A0136 ++++++----
> =A0arch/powerpc/configs/52xx/lite5200b_defconfig | =A0153 ++++++++----
> =A0arch/powerpc/configs/52xx/motionpro_defconfig | =A0146 +++++++----
> =A0arch/powerpc/configs/52xx/pcm030_defconfig =A0 =A0| =A0142 ++++++-----
> =A0arch/powerpc/configs/52xx/tqm5200_defconfig =A0 | =A0148 +++++++----
> =A0arch/powerpc/configs/mpc5200_defconfig =A0 =A0 =A0 =A0| =A0192 +++++++=
+++-----
> =A0arch/powerpc/platforms/52xx/mpc5200_simple.c =A0| =A0 =A02 +
> =A0drivers/of/of_mdio.c =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =
=A0| =A0 13 +-
> =A0drivers/serial/mpc52xx_uart.c =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 | =A0 =
=A02 +-
> =A021 files changed, 1196 insertions(+), 371 deletions(-)
> =A0create mode 100644 arch/powerpc/boot/dts/mucmc52.dts
> =A0create mode 100644 arch/powerpc/boot/dts/uc101.dts
>
>
> --
> Grant Likely, B.Sc., P.Eng.
> Secret Lab Technologies Ltd.
>



--=20
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.

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

end of thread, other threads:[~2009-10-27 17:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-15 16:46 Please pull mpc5200 and OF changes Grant Likely
2009-10-27 17:44 ` Grant Likely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).