mbox

Please pull 'next' branch of 5xxx tree

Message ID 20130903223914.78c7b44e@crub (mailing list archive)
State Not Applicable
Headers show

Pull-request

git://git.denx.de/linux-2.6-agust.git next

Message

Anatolij Gustschin Sept. 3, 2013, 8:39 p.m. UTC
Hi Ben !

Please pull mpc5xxx patches for v3.12.

There are cleanups for some mpc5121 specific drivers and DTS files
in preparation to switch mpc5121 clock support to a clock driver
based on common clock framework. Additionally Sebastian fixed the
mpc52xx PIC driver so that it builds when using older gcc versions.

All these patches have already been in linux-next for a while.

Thanks,

Anatolij


The following changes since commit d4e4ab86bcba5a72779c43dc1459f71fea3d89c8:

  Linux 3.11-rc5 (2013-08-11 18:04:20 -0700)

are available in the git repository at:

  git://git.denx.de/linux-2.6-agust.git next

for you to fetch changes up to f2110cb961200e5c382e9d0878ded015109b5dd6:

  dts: mpc512x: prepare for preprocessor support (2013-08-24 00:18:55 +0200)

----------------------------------------------------------------
Gerhard Sittig (6):
      serial: mpc512x: cleanup clock API use
      USB: fsl-mph-dr-of: cleanup clock API use
      mtd: mpc5121_nfc: cleanup clock API use
      fsl-viu: cleanup clock API use
      powerpc: mpc512x: array decl for MCLK registers in CCM
      dts: mpc512x: prepare for preprocessor support

Sebastian Siewior (1):
      powerpc: 52xx: provide a default in mpc52xx_irqhost_map()

 arch/powerpc/boot/dts/ac14xx.dts          |    2 +-
 arch/powerpc/boot/dts/include/dt-bindings |    1 +
 arch/powerpc/boot/dts/mpc5121ads.dts      |    2 +-
 arch/powerpc/boot/dts/pdm360ng.dts        |    2 +-
 arch/powerpc/include/asm/mpc5121.h        |   18 +-----
 arch/powerpc/platforms/52xx/mpc52xx_pic.c |    3 +-
 drivers/media/platform/fsl-viu.c          |   23 ++++---
 drivers/mtd/nand/mpc5121_nfc.c            |   21 ++++---
 drivers/tty/serial/mpc52xx_uart.c         |   98 ++++++++++++++++++++++++-----
 drivers/usb/host/fsl-mph-dr-of.c          |   16 ++---
 10 files changed, 123 insertions(+), 63 deletions(-)
 create mode 120000 arch/powerpc/boot/dts/include/dt-bindings

Comments

Benjamin Herrenschmidt Sept. 5, 2013, 6:50 a.m. UTC | #1
On Tue, 2013-09-03 at 22:39 +0200, Anatolij Gustschin wrote:
> Hi Ben !
> 
> Please pull mpc5xxx patches for v3.12.
> 
> There are cleanups for some mpc5121 specific drivers and DTS files
> in preparation to switch mpc5121 clock support to a clock driver
> based on common clock framework. Additionally Sebastian fixed the
> mpc52xx PIC driver so that it builds when using older gcc versions.
> 
> All these patches have already been in linux-next for a while.

Thanks. BTW. Next time, any chance you can base this off the same point
in Linus tree where my next branch is based  ? Or base of my next
branch :-)

It makes the merged a lot cleaner....

Cheers,
Ben.

> Thanks,
> 
> Anatolij
> 
> 
> The following changes since commit d4e4ab86bcba5a72779c43dc1459f71fea3d89c8:
> 
>   Linux 3.11-rc5 (2013-08-11 18:04:20 -0700)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/linux-2.6-agust.git next
> 
> for you to fetch changes up to f2110cb961200e5c382e9d0878ded015109b5dd6:
> 
>   dts: mpc512x: prepare for preprocessor support (2013-08-24 00:18:55 +0200)
> 
> ----------------------------------------------------------------
> Gerhard Sittig (6):
>       serial: mpc512x: cleanup clock API use
>       USB: fsl-mph-dr-of: cleanup clock API use
>       mtd: mpc5121_nfc: cleanup clock API use
>       fsl-viu: cleanup clock API use
>       powerpc: mpc512x: array decl for MCLK registers in CCM
>       dts: mpc512x: prepare for preprocessor support
> 
> Sebastian Siewior (1):
>       powerpc: 52xx: provide a default in mpc52xx_irqhost_map()
> 
>  arch/powerpc/boot/dts/ac14xx.dts          |    2 +-
>  arch/powerpc/boot/dts/include/dt-bindings |    1 +
>  arch/powerpc/boot/dts/mpc5121ads.dts      |    2 +-
>  arch/powerpc/boot/dts/pdm360ng.dts        |    2 +-
>  arch/powerpc/include/asm/mpc5121.h        |   18 +-----
>  arch/powerpc/platforms/52xx/mpc52xx_pic.c |    3 +-
>  drivers/media/platform/fsl-viu.c          |   23 ++++---
>  drivers/mtd/nand/mpc5121_nfc.c            |   21 ++++---
>  drivers/tty/serial/mpc52xx_uart.c         |   98 ++++++++++++++++++++++++-----
>  drivers/usb/host/fsl-mph-dr-of.c          |   16 ++---
>  10 files changed, 123 insertions(+), 63 deletions(-)
>  create mode 120000 arch/powerpc/boot/dts/include/dt-bindings
Anatolij Gustschin Sept. 9, 2013, 9:38 a.m. UTC | #2
On Thu, 05 Sep 2013 16:50:48 +1000
Benjamin Herrenschmidt <benh@kernel.crashing.org> wrote:
...
> Thanks. BTW. Next time, any chance you can base this off the same point
> in Linus tree where my next branch is based  ? Or base of my next
> branch :-)

Okay, I will base of your next branch.

Thanks,

Anatolij