From patchwork Sat Jan 18 01:22:36 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Scott Wood X-Patchwork-Id: 312235 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 8B3602C0380 for ; Sat, 18 Jan 2014 12:23:15 +1100 (EST) Received: from na01-by2-obe.outbound.protection.outlook.com (mail-by2lp0239.outbound.protection.outlook.com [207.46.163.239]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 26E662C0099 for ; Sat, 18 Jan 2014 12:22:48 +1100 (EST) Received: from home.buserror.net (2601:2:5800:3f7:12bf:48ff:fe84:c9a0) by BY2PR03MB396.namprd03.prod.outlook.com (10.141.141.26) with Microsoft SMTP Server (TLS) id 15.0.847.13; Sat, 18 Jan 2014 01:22:42 +0000 Date: Fri, 17 Jan 2014 19:22:36 -0600 From: Scott Wood To: Subject: Pull request: scottwood/linux.git Message-ID: <20140118012236.GA23644@home.buserror.net> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Originating-IP: [2601:2:5800:3f7:12bf:48ff:fe84:c9a0] X-ClientProxiedBy: BN1PR05CA001.namprd05.prod.outlook.com (10.255.197.21) To BY2PR03MB396.namprd03.prod.outlook.com (10.141.141.26) X-Forefront-PRVS: 0095BCF226 X-Forefront-Antispam-Report: SFV:NSPM; SFS:(10009001)(189002)(377424004)(199002)(85852003)(65816001)(80022001)(81686001)(93136001)(87266001)(54356001)(50986001)(19580395003)(77982001)(23726002)(42186004)(53806001)(87976001)(46102001)(74366001)(81342001)(69226001)(31966008)(76482001)(86362001)(47776003)(76796001)(93516002)(63696002)(74662001)(56776001)(80976001)(47446002)(83072002)(54316002)(79102001)(85306002)(74502001)(51856001)(83322001)(74706001)(83506001)(50466002)(74876001)(47736001)(4396001)(46406003)(59766001)(49866001)(76176001)(47976001)(77096001)(76786001)(33656001)(53416003)(81542001)(81816001)(90146001)(56816005)(92726001)(92566001)(575784001)(3826001); DIR:OUT; SFP:1101; SCL:1; SRVR:BY2PR03MB396; H:home.buserror.net; CLIP:2601:2:5800:3f7:12bf:48ff:fe84:c9a0; FPR:; RD:InfoNoRecords; MX:1; A:1; LANG:en; X-OriginatorOrg: freescale.com Cc: linuxppc-dev@lists.ozlabs.org X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.16 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" This contains a fix for a chroma_defconfig build break that was introduced by e6500 tablewalk support, and a device tree binding patch that missed the previous pull request due to some last-minute polishing. The following changes since commit fac515db45207718168cb55ca4d0a390e43b61af: Merge remote-tracking branch 'scott/next' into next (2014-01-15 14:22:35 +1100) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git next for you to fetch changes up to 4b3cbc82a04485f6400cb5b227798daaa8512a23: clk: corenet: Adds the clock binding (2014-01-17 19:01:27 -0600) ---------------------------------------------------------------- Scott Wood (1): powerpc/booke64: Guard e6500 tlb handler with CONFIG_PPC_FSL_BOOK3E Tang Yuantian (1): clk: corenet: Adds the clock binding .../devicetree/bindings/clock/corenet-clock.txt | 134 +++++++++++++++++++++ arch/powerpc/Kconfig | 1 + arch/powerpc/mm/tlb_low_64e.S | 3 +- arch/powerpc/mm/tlb_nohash.c | 2 + 4 files changed, 139 insertions(+), 1 deletion(-) create mode 100644 Documentation/devicetree/bindings/clock/corenet-clock.txt