From patchwork Wed Nov 30 15:14:52 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Josh Boyer X-Patchwork-Id: 128526 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 9F0BF100A78 for ; Thu, 1 Dec 2011 02:15:04 +1100 (EST) Received: from mail-vx0-f179.google.com (mail-vx0-f179.google.com [209.85.220.179]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id D43EFB6F18 for ; Thu, 1 Dec 2011 02:14:55 +1100 (EST) Received: by vcbfl15 with SMTP id fl15so456509vcb.38 for ; Wed, 30 Nov 2011 07:14:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=3yw1XYnwZZeBb5vv42Ytt0aPFYKKOZta5O6LujpT4lg=; b=qU/BUArQTgrFG0dZfeX574fqJbdcI9qccVSh/Yr5ycEiTEacjbmSkwVhcWUJFLVC3R OYIxtq28CI2bhp68onvdK8090bmrKF5/DFAcdpJahu8ZabAOYJAQ/uolH4lRviPXR0eZ cZ08jPPe490i68jAN6Gq6xP2bMFfnF7RiWjgo= MIME-Version: 1.0 Received: by 10.220.155.210 with SMTP id t18mr500482vcw.108.1322666092447; Wed, 30 Nov 2011 07:14:52 -0800 (PST) Received: by 10.220.6.195 with HTTP; Wed, 30 Nov 2011 07:14:52 -0800 (PST) Date: Wed, 30 Nov 2011 10:14:52 -0500 Message-ID: Subject: Please pull 'next' branch of new 4xx tree From: Josh Boyer To: Benjamin Herrenschmidt , Stephen Rothwell 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, I have a new 4xx tree setup now. Two small commits for the next branch are queued up. I'd like to get the patch series from Suzie and Tony included soon as well, but thought I'd start with these to get things rolling. Stephen, can you switch the linux-next tree to use this instead? josh The following changes since commit fa8cbaaf5a68f62db3f9a8444ecbb940b47984cb: powerpc+sparc64/mm: Remove hack in mmap randomize layout (2011-11-28 11:42:09 +1100) are available in the git repository at: git://git.infradead.org/users/jwboyer/powerpc-4xx.git next Josh Boyer (1): MAINTAINERS: Update PowerPC 4xx git tree Tanmay Inamdar (1): powerpc/40x: Add APM8018X SOC support MAINTAINERS | 2 +- arch/powerpc/boot/dts/klondike.dts | 227 +++++++++++++++++++++++++++ arch/powerpc/configs/40x/klondike_defconfig | 55 +++++++ arch/powerpc/kernel/cputable.c | 13 ++ arch/powerpc/platforms/40x/Kconfig | 11 ++ arch/powerpc/platforms/40x/ppc40x_simple.c | 1 + 6 files changed, 308 insertions(+), 1 deletions(-) create mode 100644 arch/powerpc/boot/dts/klondike.dts create mode 100644 arch/powerpc/configs/40x/klondike_defconfig