On Aug 22, 2012, at 1:24 AM, <b29...@freescale.com> <b29...@freescale.com> wrote:
> From: Xuelin Shi <b29...@freescale.com> > > The RaidEngine is a new FSL hardware that used as hardware acceration > for RAID5/6. > > This patch enables the RaidEngine functionality and provides hardware > offloading capability for memcpy, xor and raid6 pq computation. It works > under dmaengine control with async_layer interface. > > Signed-off-by: Harninder Rai <harninder....@freescale.com> > Signed-off-by: Naveen Burmi <naveenbu...@freescale.com> > Signed-off-by: Xuelin Shi <b29...@freescale.com> > --- > arch/powerpc/boot/dts/fsl/p5020si-post.dtsi | 1 + > arch/powerpc/boot/dts/fsl/p5020si-pre.dtsi | 6 + > arch/powerpc/boot/dts/fsl/qoriq-raid1.0-0.dtsi | 85 ++ > drivers/dma/Kconfig | 14 + > drivers/dma/Makefile | 1 + > drivers/dma/fsl_raid.c | 1090 ++++++++++++++++++++++++ > drivers/dma/fsl_raid.h | 294 +++++++ > 7 files changed, 1491 insertions(+), 0 deletions(-) > create mode 100644 arch/powerpc/boot/dts/fsl/qoriq-raid1.0-0.dtsi > create mode 100644 drivers/dma/fsl_raid.c > create mode 100644 drivers/dma/fsl_raid.h Where is the dts binding spec related to qoriq-raid1.0-0.dtsi ? We should split the device tree parts into a separate patch as they can be reviewed & accepted separate from the driver code. - k _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev