* Pull request: powerpc/mpc5xxx next
@ 2015-11-04 20:58 Anatolij Gustschin
0 siblings, 0 replies; only message in thread
From: Anatolij Gustschin @ 2015-11-04 20:58 UTC (permalink / raw)
To: Benjamin Herrenschmidt, Michael Ellerman; +Cc: linuxppc-dev
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-11-04 21:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-04 20:58 Pull request: powerpc/mpc5xxx next Anatolij Gustschin
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).