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 D27B42C00A3 for ; Tue, 2 Jul 2013 17:46:16 +1000 (EST) Message-ID: <1372751161.3616.1.camel@pasglop> Subject: Re: Please pull 'next' branch of 5xxx tree From: Benjamin Herrenschmidt To: Anatolij Gustschin Date: Tue, 02 Jul 2013 17:46:01 +1000 In-Reply-To: <20130702003605.2838c666@crub> References: <20130702003605.2838c666@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-07-02 at 00:36 +0200, Anatolij Gustschin wrote: > Hi Ben ! > > Please pull mpc5xxx patches for v3.11. There are small cleanups > and fixes for mpc512x common code, mpc512x_defconfig updates and > soft reboot support for mpc5125 based boards. Looks like your server is down... Cheers, Ben. > Thanks, > > Anatolij > > The following changes since commit c7788792a5e7b0d5d7f96d0766b4cb6112d47d75: > > Linux 3.10-rc2 (2013-05-20 14:37:38 -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 dd0120dea601de654a5a6d959da3a632a02200f0: > > powerpc/mpc512x: enable USB support in defconfig (2013-06-25 08:51:19 +0200) > > ---------------------------------------------------------------- > Anatolij Gustschin (1): > powerpc/mpc512x: enable USB support in defconfig > > Gerhard Sittig (3): > powerpc/mpc512x: move common code to shared.c file > powerpc/mpc512x: initialize board restart earlier > powerpc/mpc512x: commit re-generated defconfig > > Matteo Facchinetti (1): > powerpc/mpc512x: add MPC5125 reset module support for system restart > > arch/powerpc/configs/mpc512x_defconfig | 27 ++++++++------------- > arch/powerpc/include/asm/mpc5121.h | 1 - > arch/powerpc/platforms/512x/mpc5121_ads.c | 6 ++--- > arch/powerpc/platforms/512x/mpc512x.h | 12 +++------- > arch/powerpc/platforms/512x/mpc512x_generic.c | 4 ++-- > arch/powerpc/platforms/512x/mpc512x_shared.c | 31 ++++++++++++++++++++++--- > arch/powerpc/platforms/512x/pdm360ng.c | 4 ++-- > 7 files changed, 47 insertions(+), 38 deletions(-)