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

2017-01-20 Thread Tejun Heo
On Fri, Jan 20, 2017 at 02:59:34PM +0800, 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 Applied

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

2017-01-20 Thread Tejun Heo
On Fri, Jan 20, 2017 at 02:59:34PM +0800, 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 Applied to libata/for-4.11. Thanks. -- tejun

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

2017-01-19 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 --- v2: - use of_dma_is_coherent() instead of open-coding. drivers/ata/ahci_qoriq.c |

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

2017-01-19 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 --- v2: - use of_dma_is_coherent() instead of open-coding. drivers/ata/ahci_qoriq.c | 15 +++ 1 file changed, 11