From patchwork Tue Mar 20 17:04:50 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anatolij Gustschin X-Patchwork-Id: 147814 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 6588EB6F9F for ; Wed, 21 Mar 2012 04:06:29 +1100 (EST) Received: by ozlabs.org (Postfix) id ACCECB6EF4; Wed, 21 Mar 2012 04:05:00 +1100 (EST) Delivered-To: linuxppc-dev@ozlabs.org Received: from mail-out.m-online.net (mail-out.m-online.net [IPv6:2001:a60:0:32: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 4A386B6EF3 for ; Wed, 21 Mar 2012 04:05:00 +1100 (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 3VC0r36Spnz3hhXy; Tue, 20 Mar 2012 18:04:51 +0100 (CET) Received: from wker (p4FDE7DA4.dip.t-dialin.net [79.222.125.164]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA id 3VC0r33XtZz4KK7M; Tue, 20 Mar 2012 18:04:51 +0100 (CET) Date: Tue, 20 Mar 2012 18:04:50 +0100 From: Anatolij Gustschin To: Benjamin Herrenschmidt Subject: Please pull 'next' branch of 5xxx tree Message-ID: <20120320180450.5f6dffe4@wker> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.22.0; x86_64-pc-linux-gnu) Mime-Version: 1.0 Cc: linuxppc-dev X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.14 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-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Hi Ben, please pull some mpc5xxx patches for linux-next. Thanks! Anatolij The following changes since commit 01e8ec4417d3c484986af0adaa0ae6632e0a59cd: powerpc: Fix power4/970 idle code regression with lockdep (2012-03-16 09:28:17 +1100) are available in the git repository at: git://git.denx.de/linux-2.6-agust.git next Andrea Gelmini (1): Documentation/powerpc/mpc52xx.txt: Checkpatch cleanup Grant Likely (1): powerpc/5200: convert mpc5200 to use of_platform_populate() Heiko Schocher (4): powerpc/mpc5200: update mpc5200_defconfig to fit for charon board powerpc/mpc52xx: setup port_config and CDM settings through DT powerpc/mpc52xx: add a4m072 board support powerpc/mpc5200: add options to mpc5200_defconfig .../devicetree/bindings/powerpc/fsl/mpc5200.txt | 17 ++ Documentation/powerpc/mpc52xx.txt | 12 +- arch/powerpc/boot/dts/a4m072.dts | 168 ++++++++++++++++++++ arch/powerpc/configs/mpc5200_defconfig | 27 ++-- arch/powerpc/platforms/52xx/mpc5200_simple.c | 1 + arch/powerpc/platforms/52xx/mpc52xx_common.c | 37 ++++- 6 files changed, 236 insertions(+), 26 deletions(-) create mode 100644 arch/powerpc/boot/dts/a4m072.dts