linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Anatolij Gustschin <agust@denx.de>
To: Benjamin Herrenschmidt <benh@kernel.crashing.org>,
	Michael Ellerman <mpe@ellerman.id.au>
Cc: linuxppc-dev <linuxppc-dev@ozlabs.org>
Subject: Pull request: powerpc/mpc5xxx next
Date: Wed, 4 Nov 2015 21:58:26 +0100	[thread overview]
Message-ID: <20151104215826.3d0e094d@crub> (raw)


Highlights include a driver for MPC512x LocalPlus Bus FIFO with its
device tree binding documentation, mpc512x device tree updates and
some minor fixes.

These patches have already been queued for linux-next for a while.

The following changes since commit 353169acf1858bb2dc3f91475dafabce547de14c:

  powerpc/eeh: Fix recursive fenced PHB on Broadcom shiner adapter (2015-10=
-21 20:42:16 +1100)

are available in the git repository at:

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

for you to fetch changes up to 39e69f55f85731d9c0320c03212a4d1f149464f0:

  powerpc: Introduce the use of the managed version of kzalloc (2015-10-22 =
16:13:23 +0200)

----------------------------------------------------------------
Alexander Popov (2):
      powerpc/512x: add LocalPlus Bus FIFO device driver
      powerpc/512x: add a device tree binding for LocalPlus Bus FIFO

Himangi Saraogi (1):
      powerpc: Introduce the use of the managed version of kzalloc

Luis de Bethencourt (1):
      powerpc: platforms: mpc52xx_lpbfifo: Fix module autoload for OF platf=
orm driver

Uwe Kleine-K=C3=B6nig (1):
      powerpc: mpc512x: drop bogus and unused psc register bit definitions

 .../bindings/powerpc/fsl/mpc512x_lpbfifo.txt       |   21 +
 arch/powerpc/boot/dts/mpc5121.dtsi                 |   11 +-
 arch/powerpc/boot/dts/mpc5125twr.dts               |   11 +-
 arch/powerpc/configs/mpc512x_defconfig             |    1 +
 arch/powerpc/include/asm/mpc5121.h                 |   59 +++
 arch/powerpc/include/asm/mpc52xx_psc.h             |    2 -
 arch/powerpc/platforms/512x/Kconfig                |    6 +
 arch/powerpc/platforms/512x/Makefile               |    1 +
 arch/powerpc/platforms/512x/mpc512x_lpbfifo.c      |  540 ++++++++++++++++=
++++
 arch/powerpc/platforms/52xx/mpc52xx_gpt.c          |    6 +-
 arch/powerpc/platforms/52xx/mpc52xx_lpbfifo.c      |    1 +
 11 files changed, 650 insertions(+), 9 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/powerpc/fsl/mpc512x_l=
pbfifo.txt
 create mode 100644 arch/powerpc/platforms/512x/mpc512x_lpbfifo.c

                 reply	other threads:[~2015-11-04 21:09 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20151104215826.3d0e094d@crub \
    --to=agust@denx.de \
    --cc=benh@kernel.crashing.org \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=mpe@ellerman.id.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).