[POWERPC] Generic DCR infrastructure
This patch adds new dcr_map/dcr_read/dcr_write accessors for DCRs that can be used by drivers to transparently address either native DCRs or memory mapped DCRs. The implementation for memory mapped DCRs is done after the binding being currently worked on for SLOF and the Axon chipset. This patch enables it for the cell native platform Signed-off-by: NBenjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: NPaul Mackerras <paulus@samba.org>
Showing
arch/powerpc/sysdev/dcr-low.S
0 → 100644
arch/powerpc/sysdev/dcr.c
0 → 100644
include/asm-powerpc/dcr-mmio.h
0 → 100644
include/asm-powerpc/dcr-native.h
0 → 100644
include/asm-powerpc/dcr.h
0 → 100644
想要评论请 注册 或 登录