linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Please pull mpc5xxx support for -next
@ 2010-02-18  6:37 Grant Likely
  2010-02-24 15:21 ` Grant Likely
  0 siblings, 1 reply; 2+ messages in thread
From: Grant Likely @ 2010-02-18  6:37 UTC (permalink / raw)
  To: Benjamin Herrenschmidt, linuxppc-dev; +Cc: Ernst Schwab, Anatolij Gustschin

Hi Ben,

Here's all the stuff I've got queued up for 2.6.34.  Mostly mpc5121
support, but some 5200 stuff too.  These commits have already had some
time in linux-next.

Cheers,
g.

The following changes since commit 724e6d3fe8003c3f60bf404bf22e4e331327c596:
  Linus Torvalds (1):
        Linux 2.6.33-rc8

are available in the git repository at:

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

Anatolij Gustschin (10):
      powerpc/mpc5121: avoid using arch_initcall for clock init
      powerpc/mpc5121: Add machine restart support
      rtc: Add MPC5121 Real time clock driver
      powerpc/mpc5121: create and register NFC device
      powerpc/mpc5121: update mpc5121ads DTS
      powerpc/mpc5121: Add default config for MPC5121
      serial: mpc52xx_uart: re-enable mpc5121 PSC UART support
      powerpc: doc/dts-bindings: document mpc5121 psc uart dts-bindings
      powerpc/mpc5121: enable support for more PSC UARTs
      powerpc/mpc5121: correct DIU compatible property

Ernst Schwab (1):
      powerpc/of: added documentation for spi chipselects

 .../powerpc/dts-bindings/fsl/mpc5121-psc.txt       |   70 +
 Documentation/powerpc/dts-bindings/fsl/spi.txt     |    7 +
 arch/powerpc/boot/dts/mpc5121ads.dts               |   55 +-
 arch/powerpc/configs/mpc512x_defconfig             | 1694 ++++++++++++++++++++
 arch/powerpc/include/asm/mpc5121.h                 |   24 +
 arch/powerpc/include/asm/mpc52xx_psc.h             |    4 +
 arch/powerpc/platforms/512x/clock.c                |    6 +-
 arch/powerpc/platforms/512x/mpc5121_ads.c          |    3 +-
 arch/powerpc/platforms/512x/mpc5121_generic.c      |    3 +-
 arch/powerpc/platforms/512x/mpc512x.h              |    3 +
 arch/powerpc/platforms/512x/mpc512x_shared.c       |   43 +
 drivers/rtc/Kconfig                                |   10 +
 drivers/rtc/Makefile                               |    1 +
 drivers/rtc/rtc-mpc5121.c                          |  387 +++++
 drivers/serial/mpc52xx_uart.c                      |  251 +++-
 drivers/video/fsl-diu-fb.c                         |    5 +
 16 files changed, 2522 insertions(+), 44 deletions(-)
 create mode 100644 Documentation/powerpc/dts-bindings/fsl/mpc5121-psc.txt
 create mode 100644 arch/powerpc/configs/mpc512x_defconfig
 create mode 100644 arch/powerpc/include/asm/mpc5121.h
 create mode 100644 drivers/rtc/rtc-mpc5121.c


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

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

* Re: Please pull mpc5xxx support for -next
  2010-02-18  6:37 Please pull mpc5xxx support for -next Grant Likely
@ 2010-02-24 15:21 ` Grant Likely
  0 siblings, 0 replies; 2+ messages in thread
From: Grant Likely @ 2010-02-24 15:21 UTC (permalink / raw)
  To: Benjamin Herrenschmidt, linuxppc-dev; +Cc: Ernst Schwab, Anatolij Gustschin

Hi Ben,

Just sending a reminder on this pull request.  I haven't seen these
commits show up in your -next branch yet.

Thanks,
g.

On Wed, Feb 17, 2010 at 11:37 PM, Grant Likely
<grant.likely@secretlab.ca> wrote:
> Hi Ben,
>
> Here's all the stuff I've got queued up for 2.6.34. =A0Mostly mpc5121
> support, but some 5200 stuff too. =A0These commits have already had some
> time in linux-next.
>
> Cheers,
> g.
>
> The following changes since commit 724e6d3fe8003c3f60bf404bf22e4e331327c5=
96:
> =A0Linus Torvalds (1):
> =A0 =A0 =A0 =A0Linux 2.6.33-rc8
>
> are available in the git repository at:
>
> =A0git://git.secretlab.ca/git/linux-2.6.git next
>
> Anatolij Gustschin (10):
> =A0 =A0 =A0powerpc/mpc5121: avoid using arch_initcall for clock init
> =A0 =A0 =A0powerpc/mpc5121: Add machine restart support
> =A0 =A0 =A0rtc: Add MPC5121 Real time clock driver
> =A0 =A0 =A0powerpc/mpc5121: create and register NFC device
> =A0 =A0 =A0powerpc/mpc5121: update mpc5121ads DTS
> =A0 =A0 =A0powerpc/mpc5121: Add default config for MPC5121
> =A0 =A0 =A0serial: mpc52xx_uart: re-enable mpc5121 PSC UART support
> =A0 =A0 =A0powerpc: doc/dts-bindings: document mpc5121 psc uart dts-bindi=
ngs
> =A0 =A0 =A0powerpc/mpc5121: enable support for more PSC UARTs
> =A0 =A0 =A0powerpc/mpc5121: correct DIU compatible property
>
> Ernst Schwab (1):
> =A0 =A0 =A0powerpc/of: added documentation for spi chipselects
>
> =A0.../powerpc/dts-bindings/fsl/mpc5121-psc.txt =A0 =A0 =A0 | =A0 70 +
> =A0Documentation/powerpc/dts-bindings/fsl/spi.txt =A0 =A0 | =A0 =A07 +
> =A0arch/powerpc/boot/dts/mpc5121ads.dts =A0 =A0 =A0 =A0 =A0 =A0 =A0 | =A0=
 55 +-
> =A0arch/powerpc/configs/mpc512x_defconfig =A0 =A0 =A0 =A0 =A0 =A0 | 1694 =
++++++++++++++++++++
> =A0arch/powerpc/include/asm/mpc5121.h =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 | =
=A0 24 +
> =A0arch/powerpc/include/asm/mpc52xx_psc.h =A0 =A0 =A0 =A0 =A0 =A0 | =A0 =
=A04 +
> =A0arch/powerpc/platforms/512x/clock.c =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0| =
=A0 =A06 +-
> =A0arch/powerpc/platforms/512x/mpc5121_ads.c =A0 =A0 =A0 =A0 =A0| =A0 =A0=
3 +-
> =A0arch/powerpc/platforms/512x/mpc5121_generic.c =A0 =A0 =A0| =A0 =A03 +-
> =A0arch/powerpc/platforms/512x/mpc512x.h =A0 =A0 =A0 =A0 =A0 =A0 =A0| =A0=
 =A03 +
> =A0arch/powerpc/platforms/512x/mpc512x_shared.c =A0 =A0 =A0 | =A0 43 +
> =A0drivers/rtc/Kconfig =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =
=A0 =A0 =A0 =A0| =A0 10 +
> =A0drivers/rtc/Makefile =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =
=A0 =A0 =A0 | =A0 =A01 +
> =A0drivers/rtc/rtc-mpc5121.c =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =
=A0 =A0| =A0387 +++++
> =A0drivers/serial/mpc52xx_uart.c =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =
=A0| =A0251 +++-
> =A0drivers/video/fsl-diu-fb.c =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0=
 =A0 | =A0 =A05 +
> =A016 files changed, 2522 insertions(+), 44 deletions(-)
> =A0create mode 100644 Documentation/powerpc/dts-bindings/fsl/mpc5121-psc.=
txt
> =A0create mode 100644 arch/powerpc/configs/mpc512x_defconfig
> =A0create mode 100644 arch/powerpc/include/asm/mpc5121.h
> =A0create mode 100644 drivers/rtc/rtc-mpc5121.c
>
>
> --
> 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:[~2010-02-24 15:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-18  6:37 Please pull mpc5xxx support for -next Grant Likely
2010-02-24 15:21 ` 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).