From: Olof Johansson <olof@lixom.net>
To: Vitaly Bordug <vbordug@ru.mvista.com>
Cc: linuxppc-dev <linuxppc-dev@ozlabs.org>,
Paul Mackerras <paulus@samba.org>
Subject: Re: [PATCH 4/6] [POWERPC] 8xx: powerpc port of core CPM, CPM PIC, etc.
Date: Mon, 11 Dec 2006 12:20:41 -0600 [thread overview]
Message-ID: <20061211122041.21b1037d@pb15> (raw)
In-Reply-To: <20061211162848.17227.91021.stgit@localhost.localdomain>
Hi,
On Mon, 11 Dec 2006 19:28:48 +0300 Vitaly Bordug <vbordug@ru.mvista.com> 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 <vbordug@ru.mvista.com>
> ---
>
> 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
next prev parent reply other threads:[~2006-12-11 18:21 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-11 16:23 [PATCH 0/6] [POWERPC] 8xx: Add support for FSL 8xx, 885ads and 86xads eval boards Vitaly Bordug
2006-12-11 16:28 ` [PATCH 1/6] [POWERPC] 8xx: platform-specific mmu updates Vitaly Bordug
2006-12-11 16:28 ` [PATCH 2/6] [POWERPC] 8xx: generic 8xx code arch/powerpc port Vitaly Bordug
2006-12-11 16:28 ` [PATCH 3/6] [POWERPC] 8xx: platform-related changes to the fsl_soc.c Vitaly Bordug
2006-12-11 16:28 ` [PATCH 4/6] [POWERPC] 8xx: powerpc port of core CPM, CPM PIC, etc Vitaly Bordug
2006-12-11 18:20 ` Olof Johansson [this message]
2006-12-11 18:33 ` Vitaly Bordug
2006-12-11 16:28 ` [PATCH 5/6] [POWERPC] 8xx: Add mpc885ads support and common mpc8xx Vitaly Bordug
2006-12-11 16:28 ` [PATCH 6/6] [POWERPC] 8xx: Adds mpc885ads board-specific bits to arch/powerpc Vitaly Bordug
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20061211122041.21b1037d@pb15 \
--to=olof@lixom.net \
--cc=linuxppc-dev@ozlabs.org \
--cc=paulus@samba.org \
--cc=vbordug@ru.mvista.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).