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 9F19567D69 for ; Tue, 12 Dec 2006 05:21:35 +1100 (EST) Date: Mon, 11 Dec 2006 12:20:41 -0600 From: Olof Johansson To: Vitaly Bordug Subject: Re: [PATCH 4/6] [POWERPC] 8xx: powerpc port of core CPM, CPM PIC, etc. Message-ID: <20061211122041.21b1037d@pb15> In-Reply-To: <20061211162848.17227.91021.stgit@localhost.localdomain> References: <20061211192347.47700906@localhost.localdomain> <20061211162848.17227.91021.stgit@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: linuxppc-dev , Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi, On Mon, 11 Dec 2006 19:28:48 +0300 Vitaly Bordug wrote: > This covers common CPM access functions, CPM interrupt controller code, > micropatch and a few compatibility things to kee the same driver base > working with arch/ppc. This version is refined with all the comments > (mostly PIC-related) addressed. > > Signed-off-by: Vitaly Bordug > --- > > arch/powerpc/sysdev/Makefile | 2 > arch/powerpc/sysdev/commproc.c | 398 ++++++++++++++++++++ > arch/powerpc/sysdev/micropatch.c | 743 ++++++++++++++++++++++++++++++++++++++ > arch/powerpc/sysdev/mpc8xx_pic.c | 197 ++++++++++ > arch/powerpc/sysdev/mpc8xx_pic.h | 12 + > include/asm-powerpc/fs_pd.h | 44 ++ > include/asm-powerpc/mpc8xx.h | 24 + > include/asm-powerpc/time.h | 2 > 8 files changed, 1412 insertions(+), 10 deletions(-) Are these devices common for more platforms than 8xx? The 8xx in the filenames seems to indicate that they're not. If so, shouldn't the drivers go under platforms/8xx instead? -Olof