From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.10]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id B56FB2C00AA for ; Tue, 28 Jan 2014 17:21:00 +1100 (EST) Date: Tue, 28 Jan 2014 07:20:48 +0100 From: Anatolij Gustschin To: Subject: Re: Pull request: scottwood/linux.git Message-ID: <20140128072048.2e8d1778@crub> In-Reply-To: <20140118012236.GA23644@home.buserror.net> References: <20140118012236.GA23644@home.buserror.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: Scott Wood , linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Ben ! On Fri, 17 Jan 2014 19:22:36 -0600 Scott Wood wrote: > 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. this one is still pending, too. Thanks, Anatolij > 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