
13 Jun
2009
13 Jun
'09
12:21 a.m.
On May 21, 2009, at 12:09 PM, Peter Tyser wrote:
Break out DMA structures for the Freescale MPC85xx and MPC86xx cpus to reduce a large amount of code duplication
Signed-off-by: Peter Tyser ptyser@xes-inc.com
cpu/mpc85xx/cpu.c | 31 +++++++++-------- cpu/mpc86xx/cpu.c | 27 ++++++++------- include/asm-ppc/fsl_dma.h | 51 ++++++++++++++++++++++++++++ include/asm-ppc/immap_85xx.h | 76 + +---------------------------------------- include/asm-ppc/immap_86xx.h | 76 + +---------------------------------------- 5 files changed, 89 insertions(+), 172 deletions(-) create mode 100644 include/asm-ppc/fsl_dma.h
applied to next
- k