]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[POWERPC] 8xx: powerpc port of core CPM PIC
authorVitaly Bordug <vbordug@ru.mvista.com>
Wed, 24 Jan 2007 19:41:24 +0000 (22:41 +0300)
committerPaul Mackerras <paulus@samba.org>
Wed, 7 Feb 2007 03:03:17 +0000 (14:03 +1100)
commitf2a0bd3753dad7ea4605ebd5435716b39e9f92bb
treef14b6a7b9e3588a388be0f2b6602284c49c026e4
parent88bdc6f061cfb4579d2327fd457d4b7807525a0e
[POWERPC] 8xx: powerpc port of core CPM PIC

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>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/sysdev/Makefile
arch/powerpc/sysdev/commproc.c [new file with mode: 0644]
arch/powerpc/sysdev/micropatch.c [new file with mode: 0644]
arch/powerpc/sysdev/mpc8xx_pic.c [new file with mode: 0644]
arch/powerpc/sysdev/mpc8xx_pic.h [new file with mode: 0644]
include/asm-powerpc/fs_pd.h
include/asm-powerpc/mpc8xx.h [new file with mode: 0644]
include/asm-powerpc/time.h
include/asm-ppc/commproc.h