Re: [PATCH] coresight: tmc: Configure DMA mask appropriately

2017-05-22 Thread Mathieu Poirier
On 18 May 2017 at 09:14, Robin Murphy wrote: > Before making any DMA API calls, the ETR driver should really be setting > its masks to ensure that DMA is possible. Especially since it can > address more than the 32-bit default mask set by the AMBA bus code. > >

Re: [PATCH] coresight: tmc: Configure DMA mask appropriately

2017-05-22 Thread Mathieu Poirier
On 18 May 2017 at 09:14, Robin Murphy wrote: > Before making any DMA API calls, the ETR driver should really be setting > its masks to ensure that DMA is possible. Especially since it can > address more than the 32-bit default mask set by the AMBA bus code. > > Signed-off-by: Robin Murphy > ---

Re: [PATCH] coresight: tmc: Configure DMA mask appropriately

2017-05-19 Thread Suzuki K Poulose
On 18/05/17 16:14, Robin Murphy wrote: Before making any DMA API calls, the ETR driver should really be setting its masks to ensure that DMA is possible. Especially since it can address more than the 32-bit default mask set by the AMBA bus code. Signed-off-by: Robin Murphy

Re: [PATCH] coresight: tmc: Configure DMA mask appropriately

2017-05-19 Thread Suzuki K Poulose
On 18/05/17 16:14, Robin Murphy wrote: Before making any DMA API calls, the ETR driver should really be setting its masks to ensure that DMA is possible. Especially since it can address more than the 32-bit default mask set by the AMBA bus code. Signed-off-by: Robin Murphy ---

[PATCH] coresight: tmc: Configure DMA mask appropriately

2017-05-18 Thread Robin Murphy
Before making any DMA API calls, the ETR driver should really be setting its masks to ensure that DMA is possible. Especially since it can address more than the 32-bit default mask set by the AMBA bus code. Signed-off-by: Robin Murphy ---

[PATCH] coresight: tmc: Configure DMA mask appropriately

2017-05-18 Thread Robin Murphy
Before making any DMA API calls, the ETR driver should really be setting its masks to ensure that DMA is possible. Especially since it can address more than the 32-bit default mask set by the AMBA bus code. Signed-off-by: Robin Murphy --- drivers/hwtracing/coresight/coresight-tmc.c | 7 +++