From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.lixom.net (lixom.net [66.141.50.11]) by ozlabs.org (Postfix) with ESMTP id CFC1767B75 for ; Wed, 6 Sep 2006 09:48:49 +1000 (EST) Date: Tue, 5 Sep 2006 18:43:16 -0500 From: Olof Johansson To: paulus@samba.org, anton@samba.org Subject: [patch 0/5] [v2] powerpc: PA Semi PWRficient patches Message-ID: <20060905184316.4c1a460b@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi, The following series of patches introduces basic support for PA Semi's PA6T core, and the base platform support for PWRficient PA6T-1682M. It is split up in 5 separate patches: 1. Reduce default cacheline size to 64 bytes 2. Divorce CPU_FTR_CTRL from CPU_FTR_PPCAS_ARCH_V2_BASE 3. Cpu table entry, PVR value 4. Basic arch/powerpc/platforms/pasemi contents 5. MAINTAINER entry Changes since last submission: * Include file cleanup (Roland) * Whitespace/line length fixes (Mikey, Joel) * Kill linux,pci-domain stuff (Ben) * Remove loops_per_jiffy default (Ben) * Enforce PCI-e config space addressing (Ben) * Whitespace, init, cast fixes (Arnd) * Prototypes -> pasemi.h (Arnd) * Kill some of the RTC stubs (Arnd) -Olof