Re: [PATCH v3 0/9] dmaengine: ti drivers: enable COMPILE_TESTing

2016-09-27 Thread Peter Ujfalusi
Vinod, On 09/28/16 06:26, Vinod Koul wrote: > On Wed, Sep 21, 2016 at 03:41:26PM +0300, Peter Ujfalusi wrote: >> Hi, >> >> Changes since v2: >> - Instead of converting to use enum for the of_device_id data parameter the >> two >> patch for edma and ti-dma-crossbar is using pointers to u32 varia

Re: [PATCH v3 0/9] dmaengine: ti drivers: enable COMPILE_TESTing

2016-09-27 Thread Vinod Koul
On Wed, Sep 21, 2016 at 03:41:26PM +0300, Peter Ujfalusi wrote: > Hi, > > Changes since v2: > - Instead of converting to use enum for the of_device_id data parameter the > two > patch for edma and ti-dma-crossbar is using pointers to u32 variables to > make > sure that the code compile (and

[PATCH v3 0/9] dmaengine: ti drivers: enable COMPILE_TESTing

2016-09-21 Thread Peter Ujfalusi
Hi, Changes since v2: - Instead of converting to use enum for the of_device_id data parameter the two patch for edma and ti-dma-crossbar is using pointers to u32 variables to make sure that the code compile (and in theory work) on all architectures. - fixed issue in the ti-dma-crossbar driver