From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 7D3742C00D8 for ; Thu, 5 Sep 2013 16:51:03 +1000 (EST) Message-ID: <1378363848.4321.129.camel@pasglop> Subject: Re: Please pull 'next' branch of 5xxx tree From: Benjamin Herrenschmidt To: Anatolij Gustschin Date: Thu, 05 Sep 2013 16:50:48 +1000 In-Reply-To: <20130903223914.78c7b44e@crub> References: <20130903223914.78c7b44e@crub> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2013-09-03 at 22:39 +0200, Anatolij Gustschin wrote: > Hi Ben ! > > Please pull mpc5xxx patches for v3.12. > > There are cleanups for some mpc5121 specific drivers and DTS files > in preparation to switch mpc5121 clock support to a clock driver > based on common clock framework. Additionally Sebastian fixed the > mpc52xx PIC driver so that it builds when using older gcc versions. > > All these patches have already been in linux-next for a while. Thanks. BTW. Next time, any chance you can base this off the same point in Linus tree where my next branch is based ? Or base of my next branch :-) It makes the merged a lot cleaner.... Cheers, Ben. > Thanks, > > Anatolij > > > The following changes since commit d4e4ab86bcba5a72779c43dc1459f71fea3d89c8: > > Linux 3.11-rc5 (2013-08-11 18:04:20 -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 f2110cb961200e5c382e9d0878ded015109b5dd6: > > dts: mpc512x: prepare for preprocessor support (2013-08-24 00:18:55 +0200) > > ---------------------------------------------------------------- > Gerhard Sittig (6): > serial: mpc512x: cleanup clock API use > USB: fsl-mph-dr-of: cleanup clock API use > mtd: mpc5121_nfc: cleanup clock API use > fsl-viu: cleanup clock API use > powerpc: mpc512x: array decl for MCLK registers in CCM > dts: mpc512x: prepare for preprocessor support > > Sebastian Siewior (1): > powerpc: 52xx: provide a default in mpc52xx_irqhost_map() > > arch/powerpc/boot/dts/ac14xx.dts | 2 +- > arch/powerpc/boot/dts/include/dt-bindings | 1 + > arch/powerpc/boot/dts/mpc5121ads.dts | 2 +- > arch/powerpc/boot/dts/pdm360ng.dts | 2 +- > arch/powerpc/include/asm/mpc5121.h | 18 +----- > arch/powerpc/platforms/52xx/mpc52xx_pic.c | 3 +- > drivers/media/platform/fsl-viu.c | 23 ++++--- > drivers/mtd/nand/mpc5121_nfc.c | 21 ++++--- > drivers/tty/serial/mpc52xx_uart.c | 98 ++++++++++++++++++++++++----- > drivers/usb/host/fsl-mph-dr-of.c | 16 ++--- > 10 files changed, 123 insertions(+), 63 deletions(-) > create mode 120000 arch/powerpc/boot/dts/include/dt-bindings