Hi Dan, any chance this patch could be merged for 2.6.34 ?
Thanks, Anatolij On Fri, 5 Feb 2010 14:42:52 +0100 Anatolij Gustschin <[email protected]> wrote: > From: Piotr Ziecik <[email protected]> > > Adds initial version of MPC512x DMA driver. > Only memory to memory transfers are currenly supported. > > Signed-off-by: Piotr Ziecik <[email protected]> > Signed-off-by: Wolfgang Denk <[email protected]> > Signed-off-by: Anatolij Gustschin <[email protected]> > Cc: Dan Williams <[email protected]> > Cc: Grant Likely <[email protected]> > Cc: John Rigby <[email protected]> > --- > No changes since v2 > > Changes since v1: > - move content of the mpc512x.h into the drivers .c file as > it is only used by this DMA driver > - use __devinit/__devexit/__devexit_p as requested > - add unregistration of the dma device > - remove meaningless comment > > Changes since patch version submitted in May 2009: > - don't use wildcards in compatible property, use "fsl,mpc5121-dma" > - don't add "fsl,mpc5121-dma" compatible to of_bus_ids[] as the > dma device is part of IMMR > > drivers/dma/Kconfig | 7 + > drivers/dma/Makefile | 1 + > drivers/dma/mpc512x_dma.c | 800 > +++++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 808 insertions(+), 0 deletions(-) > create mode 100644 drivers/dma/mpc512x_dma.c _______________________________________________ Linuxppc-dev mailing list [email protected] https://lists.ozlabs.org/listinfo/linuxppc-dev
