From patchwork Mon Apr 29 09:42:50 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anatolij Gustschin X-Patchwork-Id: 240350 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from ozlabs.org (localhost [IPv6:::1]) by ozlabs.org (Postfix) with ESMTP id 4F67A2C0154 for ; Mon, 29 Apr 2013 19:43:42 +1000 (EST) Received: by ozlabs.org (Postfix) id 377C72C00BF; Mon, 29 Apr 2013 19:43:12 +1000 (EST) Delivered-To: linuxppc-dev@ozlabs.org Received: from mail-out.m-online.net (mail-out.m-online.net [IPv6:2001:a60:0:28:0:1:25:1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id B010C2C00BB for ; Mon, 29 Apr 2013 19:43:11 +1000 (EST) Received: from frontend1.mail.m-online.net (frontend1.mail.intern.m-online.net [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id 3Zzgs819gQz3hhZw; Mon, 29 Apr 2013 11:42:50 +0200 (CEST) X-Auth-Info: ZDqh7NVfm2bacRJ+rDA0OOVrS0hjMcVuuCUN+2ru4DY= Received: from crub (pD9E2F3EB.dip0.t-ipconnect.de [217.226.243.235]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA id 3Zzgs65tzPzbbj4; Mon, 29 Apr 2013 11:42:50 +0200 (CEST) Date: Mon, 29 Apr 2013 11:42:50 +0200 From: Anatolij Gustschin To: Benjamin Herrenschmidt , linuxppc-dev@ozlabs.org Subject: Please pull 'next' branch of 5xxx tree Message-ID: <20130429114250.1f4285c9@crub> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.10; i686-pc-linux-gnu) Mime-Version: 1.0 X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Sender: "Linuxppc-dev" Hi Ben ! Please pull mpc5xxx patches for v3.10. There are some changes for mpc5121 generic platform code to support mpc5125 SoC and DTS files for ac14xx and MPC5125-TWR boards. All these patches have already been in linux-next for a while. Thanks, Anatolij The following changes since commit 07961ac7c0ee8b546658717034fe692fd12eefa9: Linux 3.9-rc5 (2013-03-31 15:12:43 -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 fdeaf0e20e9f3999c5cb129e821595fe927bf259: powerpc/512x: add ifm ac14xx board (2013-04-10 20:48:44 +0200) ---------------------------------------------------------------- Anatolij Gustschin (2): powerpc/mpc512x: create SoC devices for more nodes powerpc/512x: add ifm ac14xx board Matteo Facchinetti (2): powerpc/512x: move mpc5121_generic platform to mpc512x_generic. powerpc/mpc512x: add platform code for MPC5125. arch/powerpc/boot/dts/ac14xx.dts | 392 ++++++++++++++++++++ arch/powerpc/boot/dts/mpc5121.dtsi | 2 +- arch/powerpc/boot/dts/mpc5121ads.dts | 2 +- arch/powerpc/boot/dts/mpc5125twr.dts | 233 ++++++++++++ arch/powerpc/boot/dts/pdm360ng.dts | 2 +- arch/powerpc/configs/mpc512x_defconfig | 2 +- arch/powerpc/platforms/512x/Kconfig | 8 +- arch/powerpc/platforms/512x/Makefile | 2 +- arch/powerpc/platforms/512x/clock.c | 9 +- arch/powerpc/platforms/512x/mpc512x.h | 1 + .../512x/{mpc5121_generic.c => mpc512x_generic.c} | 12 +- arch/powerpc/platforms/512x/mpc512x_shared.c | 33 +- 12 files changed, 674 insertions(+), 24 deletions(-) create mode 100644 arch/powerpc/boot/dts/ac14xx.dts create mode 100644 arch/powerpc/boot/dts/mpc5125twr.dts rename arch/powerpc/platforms/512x/{mpc5121_generic.c => mpc512x_generic.c} (83%)