Re: [PATCH 1/2] ahci: qoriq: added a condition to enable dma coherence

2016-11-16 Thread Robin Murphy
On 16/11/16 03:11, yuantian.t...@nxp.com wrote: > From: Tang Yuantian > > Enable DMA coherence in SATA controller on condition that > dma-coherent property exists in sata node in DTS. > > Signed-off-by: Tang Yuantian > --- > drivers/ata/ahci_qoriq.c | 15 +++ > 1 file changed, 11 i

[PATCH 1/2] ahci: qoriq: added a condition to enable dma coherence

2016-11-15 Thread yuantian.tang
From: Tang Yuantian Enable DMA coherence in SATA controller on condition that dma-coherent property exists in sata node in DTS. Signed-off-by: Tang Yuantian --- drivers/ata/ahci_qoriq.c | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/drivers/ata/ahci_qoriq.