From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755960Ab1FIUpm (ORCPT ); Thu, 9 Jun 2011 16:45:42 -0400 Received: from gate.crashing.org ([63.228.1.57]:52159 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752715Ab1FIUpl (ORCPT ); Thu, 9 Jun 2011 16:45:41 -0400 Subject: [git pull] Please pull powerpc.git merge branch From: Benjamin Herrenschmidt To: Linus Torvalds Cc: linuxppc-dev list , Andrew Morton , Linux Kernel list Content-Type: text/plain; charset="UTF-8" Date: Fri, 10 Jun 2011 06:45:28 +1000 Message-ID: <1307652328.2874.274.camel@pasglop> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus ! Here are a small batch of fixes for powerpc. Just one note: I just noticed a mistake while fixing a bug in "powerpc: Force page alignment for initrd reserved memory". Bloody "citool" changed the authorchip to me. The real author is Dave Carroll . (it's a nasty mis-feature of ci-tool that overrides the author when doing an amend of an existing commit). I didn't want to rebase the branch for that tho. Cheers, Ben. The following changes since commit 06e86849cf4019945a106913adb9ff0abcc01770: Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 (2011-06-08 15:58:51 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git merge Benjamin Herrenschmidt (1): (Dave Carroll really) powerpc: Force page alignment for initrd reserved memory Kumar Gala (2): powerpc/fsl_rio: Fix compile error when CONFIG_FSL_RIO not set powerpc/book3e: Fix CPU feature handling on e5500 in 32-bit mode Shaohui Xie (1): powerpc/85xx: fix race bug of calling request_irq after enable elbc interrupts Wolfram Sang (1): dtc/powerpc: remove obsolete .gitignore entries arch/powerpc/boot/.gitignore | 1 - arch/powerpc/boot/dtc-src/.gitignore | 3 --- arch/powerpc/include/asm/rio.h | 2 +- arch/powerpc/kernel/cputable.c | 2 +- arch/powerpc/kernel/prom.c | 27 ++++++++++++++++++++++++--- arch/powerpc/mm/init_32.c | 15 --------------- arch/powerpc/mm/init_64.c | 14 -------------- arch/powerpc/mm/mem.c | 19 +++++++++++++++++++ arch/powerpc/sysdev/fsl_lbc.c | 6 +++--- 9 files changed, 48 insertions(+), 41 deletions(-) delete mode 100644 arch/powerpc/boot/dtc-src/.gitignore