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 <ag...@denx.de> wrote: > From: Piotr Ziecik <ko...@semihalf.com> > > Adds initial version of MPC512x DMA driver. > Only memory to memory transfers are currenly supported. > > Signed-off-by: Piotr Ziecik <ko...@semihalf.com> > Signed-off-by: Wolfgang Denk <w...@denx.de> > Signed-off-by: Anatolij Gustschin <ag...@denx.de> > Cc: Dan Williams <dan.j.willi...@intel.com> > Cc: Grant Likely <grant.lik...@secretlab.ca> > Cc: John Rigby <jcri...@gmail.com> > --- > 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 Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev