RE: [PATCH v6 3/3] dma: Add Freescale eDMA engine driver support

2013-10-14 Thread Lu Jingchang-B35083
Hi, Rob, Could you please help review the devicetree binding? Thanks! Best Regards, Jingchang > -Original Message- > From: Vinod Koul [mailto:vinod.k...@intel.com] > Sent: Thursday, October 10, 2013 11:44 PM > To: Lu Jingchang-B35083 > Cc: shawn@linaro.or

RE: [PATCH v6 3/3] dma: Add Freescale eDMA engine driver support

2013-10-10 Thread Lu Jingchang-B35083
Hi, Vinod, Could you please help review this patch? Could it be merged into your next tree? Thanks! Best Regards, Jingchang > -Original Message- > From: Lu Jingchang-B35083 > Sent: Wednesday, September 18, 2013 5:58 PM > To: vinod.k...@intel.com > Cc: shawn@li

RE: [PATCH 3/3] dma: Add Freescale eDMA engine driver support

2013-09-23 Thread Lu Jingchang-B35083
> -Original Message- > From: Vinod Koul [mailto:vinod.k...@intel.com] > Sent: Monday, September 23, 2013 12:26 PM > To: Lu Jingchang-B35083 > Cc: d...@fb.com; shawn@linaro.org; linux-kernel@vger.kernel.org; > linux-arm-ker...@lists.infradead.org; devicet...@vger.ke

RE: [PATCH 3/3] dma: Add Freescale eDMA engine driver support

2013-09-17 Thread Lu Jingchang-B35083
> -Original Message- > From: Vinod Koul [mailto:vinod.k...@intel.com] > Sent: Tuesday, September 17, 2013 12:54 PM > To: Lu Jingchang-B35083 > Cc: d...@fb.com; shawn@linaro.org; linux-kernel@vger.kernel.org; > linux-arm-ker...@lists.infradead.org; devicet...@vge

RE: [PATCH 3/3] dma: Add Freescale eDMA engine driver support

2013-09-17 Thread Lu Jingchang-B35083
> -Original Message- > From: Vinod Koul [mailto:vinod.k...@intel.com] > Sent: Tuesday, September 17, 2013 12:54 PM > To: Lu Jingchang-B35083 > Cc: d...@fb.com; shawn@linaro.org; linux-kernel@vger.kernel.org; > linux-arm-ker...@lists.infradead.org; devicet...@vge

RE: [PATCH v5 3/3] dma: Add Freescale eDMA engine driver support

2013-09-13 Thread Lu Jingchang-B35083
Hi, Vinod, Could you please help review this patch? Thanks! Best Regards, Jingchang > -Original Message- > From: Lu Jingchang-B35083 > Sent: Thursday, September 05, 2013 5:55 PM > To: vinod.k...@intel.com > Cc: d...@fb.com; shawn@linaro.org; linux-kernel@

RE: [PATCH v4 3/3] dma: Add Freescale eDMA engine driver support

2013-09-05 Thread Lu Jingchang-B35083
> -Original Message- > From: Vinod Koul [mailto:vinod.k...@intel.com] > Sent: Tuesday, September 03, 2013 7:32 PM > To: Lu Jingchang-B35083 > Cc: shawn@linaro.org; linux-kernel@vger.kernel.org; linux-arm- > ker...@lists.infradead.org; devicet...@vger.kernel.org > S

RE: [PATCH v4 3/3] dma: Add Freescale eDMA engine driver support

2013-09-03 Thread Lu Jingchang-B35083
> -Original Message- > From: Vinod Koul [mailto:vinod.k...@intel.com] > Sent: Tuesday, September 03, 2013 7:32 PM > To: Lu Jingchang-B35083 > Cc: shawn@linaro.org; linux-kernel@vger.kernel.org; linux-arm- > ker...@lists.infradead.org; devicet...@vger.kernel.org > S

RE: [PATCH v4 3/3] dma: Add Freescale eDMA engine driver support

2013-09-02 Thread Lu Jingchang-B35083
> > How about change the filter_fn to follow: > > static bool fsl_edma_filter_fn(struct dma_chan *chan, void *fn_param) > > { > > struct fsl_edma_filter_param *fparam = fn_param; > > struct fsl_edma_chan *fsl_chan = to_fsl_edma_chan(chan); > > unsigned char val; > > > >

RE: [PATCH v4 3/3] dma: Add Freescale eDMA engine driver support

2013-09-02 Thread Lu Jingchang-B35083
> -Original Message- > From: Vinod Koul [mailto:vinod.k...@intel.com] > Sent: Monday, September 02, 2013 2:37 PM > To: Lu Jingchang-B35083 > Cc: shawn@linaro.org; linux-kernel@vger.kernel.org; linux-arm- > ker...@lists.infradead.org; devicet...@vger.kernel.org > S

RE: [PATCH v4 3/3] dma: Add Freescale eDMA engine driver support

2013-09-02 Thread Lu Jingchang-B35083
> -Original Message- > From: Vinod Koul [mailto:vinod.k...@intel.com] > Sent: Monday, September 02, 2013 12:51 PM > To: Lu Jingchang-B35083 > Cc: shawn@linaro.org; linux-kernel@vger.kernel.org; linux-arm- > ker...@lists.infradead.org; devicet...@vger.kernel.org > S

RE: [PATCH v4 3/3] dma: Add Freescale eDMA engine driver support

2013-08-28 Thread Lu Jingchang-B35083
> > + } else { > since you support cyclic, is there a reasonw why you dont support > pause/resume? > is it hw issue or planned in future? [Lu Jingchang] The HW supports start/stop request from the peripheral dma request, I had planned to add this in future as requested. I will add this

RE: [PATCH v4 3/3] dma: Add Freescale eDMA engine driver support

2013-08-27 Thread Lu Jingchang-B35083
Hi, Vinod, Could you please help review this patch? Could it be merged into your next tree? Thanks! Best Regards, Jingchang > -Original Message- > From: Lu Jingchang-B35083 > Sent: Friday, August 16, 2013 2:08 PM > To: vinod.k...@intel.com > Cc: d...@fb.com; shawn

RE: [PATCH v3 3/3] dma: Add Freescale eDMA engine driver support

2013-08-09 Thread Lu Jingchang-B35083
Hi, Vinod, Could you please help to review the Freescale eDMA driver support patch? Many thanks. Best Regards, Jingchang > -Original Message- > From: Lu Jingchang-B35083 > Sent: Tuesday, August 06, 2013 2:05 PM > To: vinod.k...@intel.com > Cc: d...@fb.com; shawn

RE: [PATCH v2 3/3] dma: Add Freescale eDMA engine driver support

2013-08-05 Thread Lu Jingchang-B35083
> -Original Message- > From: Vinod Koul [mailto:vinod.k...@intel.com] > Sent: Tuesday, August 06, 2013 12:25 PM > To: Lu Jingchang-B35083 > Cc: d...@fb.com; shawn@linaro.org; linux-kernel@vger.kernel.org; > linux-arm-ker...@lists.infradead.org; Wang Huan-B18965; Li

RE: [PATCH v2 3/3] dma: Add Freescale eDMA engine driver support

2013-08-05 Thread Lu Jingchang-B35083
> -Original Message- > From: Vinod Koul [mailto:vinod.k...@intel.com] > Sent: Tuesday, August 06, 2013 12:35 AM > To: Lu Jingchang-B35083 > Cc: d...@fb.com; shawn@linaro.org; linux-kernel@vger.kernel.org; > linux-arm-ker...@lists.infradead.org; Wang Huan-B18965; Li

RE: [PATCH v2 3/3] dma: Add Freescale eDMA engine driver support

2013-08-05 Thread Lu Jingchang-B35083
> -Original Message- > From: Lothar Waßmann [mailto:l...@karo-electronics.de] > Sent: Monday, August 05, 2013 3:54 PM > To: Lu Jingchang-B35083 > Cc: vinod.k...@intel.com; Li Xiaochun-B41219; Wang Huan-B18965; linux- > ker...@vger.kernel.org; d...@fb.com; shawn@lin

RE: [PATCH v4] clocksource: add Vybrid Family pit timer support

2013-05-22 Thread Lu Jingchang-B35083
>-Original Message- >From: Daniel Lezcano [mailto:daniel.lezc...@linaro.org] >Sent: Tuesday, May 21, 2013 6:14 PM >To: Lu Jingchang-B35083 >Cc: linux-kernel@vger.kernel.org; linux-arm-ker...@lists.infradead.org; >john.stu...@linaro.org; t...@linutronix.de; shawn

RE: [PATCH v3] clocksource: add MVF600 pit timer support

2013-05-19 Thread Lu Jingchang-B35083
>-Original Message- >From: Shawn Guo [mailto:shawn@linaro.org] >Sent: Monday, May 20, 2013 11:21 AM >To: Lu Jingchang-B35083 >Cc: linux-kernel@vger.kernel.org; linux-arm-ker...@lists.infradead.org; >john.stu...@linaro.org; t...@linutronix.de; s.ha...@pengutron

RE: [PATCH v3] clocksource: add MVF600 pit timer support

2013-05-19 Thread Lu Jingchang-B35083
>-Original Message- >From: Shawn Guo [mailto:shawn@linaro.org] >Sent: Monday, May 20, 2013 10:28 AM >To: Lu Jingchang-B35083 >Cc: linux-kernel@vger.kernel.org; linux-arm-ker...@lists.infradead.org; >john.stu...@linaro.org; t...@linutronix.de; s.ha...@pengutron

RE: [PATCH v3] clocksource: add MVF600 pit timer support

2013-05-17 Thread Lu Jingchang-B35083
>-Original Message- >From: Thomas Gleixner [mailto:t...@linutronix.de] >Sent: Thursday, May 16, 2013 10:05 PM >To: Lu Jingchang-B35083 >Cc: linux-kernel@vger.kernel.org; linux-arm-ker...@lists.infradead.org; >john.stu...@linaro.org; shawn@linaro.org; s.ha...@pengu