From patchwork Tue Mar 26 11:16:43 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Pisati X-Patchwork-Id: 231178 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 3F80A2C008E for ; Tue, 26 Mar 2013 22:16:58 +1100 (EST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1UKRrz-0002HF-PO; Tue, 26 Mar 2013 11:16:47 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1UKRrw-0002F6-3s for kernel-team@lists.ubuntu.com; Tue, 26 Mar 2013 11:16:44 +0000 Received: from 2-230-238-136.ip204.fastwebnet.it ([2.230.238.136] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1UKRrw-0005Jd-0r for kernel-team@lists.ubuntu.com; Tue, 26 Mar 2013 11:16:44 +0000 Date: Tue, 26 Mar 2013 12:16:43 +0100 From: Paolo Pisati To: Ubuntu Kernel Team Subject: [R/master] initial highbank support in -generic Message-ID: <20130326111643.GA9490@luxor.wired.org> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.14 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: kernel-team-bounces@lists.ubuntu.com The following changes since commit 88ae96bdf76bb7864ccf52816ad380f6f2821652: UBUNTU: Ubuntu-3.8.0-14.24 (2013-03-22 12:59:25 -0600) are available in the git repository at: git://kernel.ubuntu.com/ppisati/ubuntu-raring.git master_highbank for you to fetch changes up to c1e4ba4529ab72ec983fe10c1dc5bb49871e6534: ARM: cache-l2x0: fix masking of RTL revision numbering and set_debug init (2013-03-26 09:17:30 +0100) ---------------------------------------------------------------- Paolo Pisati (5): UBUNTU: [Config] HIHGBANK=y UBUNTU: SAUCE: fix compilation, gc __devinit UBUNTU: [Config] SATA_HIGHBANK=y UBUNTU: [Config] NET_CALXEDA_XGMAC=y UBUNTU: [Config] EDAC_HIGHBANK_[MC|L2]=y Rob Herring (1): ARM: cache-l2x0: fix masking of RTL revision numbering and set_debug init arch/arm/mach-highbank/pl320-ipc.c | 2 +- arch/arm/mm/cache-l2x0.c | 11 ++++------- debian.master/config/amd64/config.common.amd64 | 2 ++ debian.master/config/armhf/config.common.armhf | 1 + debian.master/config/armhf/config.flavour.generic | 4 +++- debian.master/config/armhf/config.flavour.highbank | 4 +++- debian.master/config/config.common.ubuntu | 6 +++--- debian.master/config/i386/config.common.i386 | 2 ++ 8 files changed, 19 insertions(+), 13 deletions(-) "ARM: cache-l2x0: fix masking of RTL revision numbering and set_debug init" is 7682/1 in rmk's patch system: http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=7682/1 the rest are config changes and compilation a fix wrt commit 54b956b903607f8f8878754dd4352da6a54a1da2 'Remove __dev* markings from init.h'.