Re: [PATCH v5 0/6] add edma2 for i.mx7ulp

2019-07-03 Thread Vinod Koul
On 25-06-19, 17:43, yibin.g...@nxp.com wrote: > From: Robin Gong > > This patch set add new version of edma for i.mx7ulp, the main changes > are as belows: > 1. only one dmamux. > 2. another clock dma_clk except dmamux clk. > 3. 16 independent interrupts instead of only one interrupt for >

Re: [PATCH v5 0/6] add edma2 for i.mx7ulp

2019-06-25 Thread Angelo Dureghello
Hi Robin, On Tue, Jun 25, 2019 at 05:43:18PM +0800, yibin.g...@nxp.com wrote: > From: Robin Gong > > This patch set add new version of edma for i.mx7ulp, the main changes > are as belows: > 1. only one dmamux. > 2. another clock dma_clk except dmamux clk. > 3. 16 independent interrupts instea

[PATCH v5 0/6] add edma2 for i.mx7ulp

2019-06-25 Thread yibin . gong
From: Robin Gong This patch set add new version of edma for i.mx7ulp, the main changes are as belows: 1. only one dmamux. 2. another clock dma_clk except dmamux clk. 3. 16 independent interrupts instead of only one interrupt for all channels For the first change, need modify fsl-edma-commo