RE: [PATCH v5 1/2] i2c: add DMA support for freescale i2c driver

2014-07-30 Thread Yao Yuan
Marek Vasut wrote: > On Wednesday, July 23, 2014 at 02:15:02 PM, Lothar Waßmann wrote: > > Hi, > > > > Varka Bhadram wrote: > > > On 07/23/2014 04:41 PM, Yao Yuan wrote: > > > > Hi, > > > > > > > > Thanks for your review. > > > > > > > > Lothar Waßmann wrote: > > > >> Yuan Yao wrote: > > > >>> Add

Re: [PATCH v5 1/2] i2c: add DMA support for freescale i2c driver

2014-07-23 Thread Marek Vasut
On Wednesday, July 23, 2014 at 02:15:02 PM, Lothar Waßmann wrote: > Hi, > > Varka Bhadram wrote: > > On 07/23/2014 04:41 PM, Yao Yuan wrote: > > > Hi, > > > > > > Thanks for your review. > > > > > > Lothar Waßmann wrote: > > >> Yuan Yao wrote: > > >>> Add dma support for i2c. This function depen

Re: [PATCH v5 1/2] i2c: add DMA support for freescale i2c driver

2014-07-23 Thread Lothar Waßmann
Hi, Varka Bhadram wrote: > On 07/23/2014 04:41 PM, Yao Yuan wrote: > > Hi, > > > > Thanks for your review. > > > > Lothar Waßmann wrote: > >> Yuan Yao wrote: > >>> Add dma support for i2c. This function depend on DMA driver. > >>> You can turn on it by write both the dmas and dma-name properties i

Re: [PATCH v5 1/2] i2c: add DMA support for freescale i2c driver

2014-07-23 Thread Lothar Waßmann
Hi, Yao Yuan wrote: > Hi, > > Thanks for your review. > > Lothar Waßmann wrote: > > Yuan Yao wrote: > > > Add dma support for i2c. This function depend on DMA driver. > > > You can turn on it by write both the dmas and dma-name properties in dts > > > node. > > > > > > Signed-off-by: Yuan Yao

Re: [PATCH v5 1/2] i2c: add DMA support for freescale i2c driver

2014-07-23 Thread Varka Bhadram
On 07/23/2014 04:41 PM, Yao Yuan wrote: Hi, Thanks for your review. Lothar Waßmann wrote: Yuan Yao wrote: Add dma support for i2c. This function depend on DMA driver. You can turn on it by write both the dmas and dma-name properties in dts node. Signed-off-by: Yuan Yao --- drivers/i2c/bus

RE: [PATCH v5 1/2] i2c: add DMA support for freescale i2c driver

2014-07-23 Thread Yao Yuan
Hi, Thanks for your review. Lothar Waßmann wrote: > Yuan Yao wrote: > > Add dma support for i2c. This function depend on DMA driver. > > You can turn on it by write both the dmas and dma-name properties in dts > > node. > > > > Signed-off-by: Yuan Yao > > --- > > drivers/i2c/busses/i2c-imx.c |

Re: [PATCH v5 1/2] i2c: add DMA support for freescale i2c driver

2014-07-23 Thread Lothar Waßmann
Hi, Yuan Yao wrote: > Add dma support for i2c. This function depend on DMA driver. > You can turn on it by write both the dmas and dma-name properties in dts node. > > Signed-off-by: Yuan Yao > --- > drivers/i2c/busses/i2c-imx.c | 377 > +-- > 1 file cha