Re: [PATCH v3 3/7] of: introduce of_dma_is_coherent() helper

2014-05-05 Thread Rob Herring
patch with functions now moved to of_address.h/address.c > > From 08fb70715afe4adf203d24f1737dba7123c6713b Mon Sep 17 00:00:00 2001 > From: Santosh Shilimkar > Date: Thu, 24 Apr 2014 11:30:03 -0400 > Subject: [PATCH v3 3/7] of: introduce of_dma_is_coherent() helper > > The of_dma_is_coherent() helper parses the

Re: [PATCH v3 3/7] of: introduce of_dma_is_coherent() helper

2014-05-05 Thread Santosh Shilimkar
|6 ++ > > I thought I said this already, but this does not belong in these files > as the function does not deal with platform devices. Probably > address.c/of_address.h would be the best place. > Updated patch with functions now moved to of_address.h/address.c >Fr

Re: [PATCH v3 3/7] of: introduce of_dma_is_coherent() helper

2014-05-05 Thread Santosh Shilimkar
to of_address.h/address.c From 08fb70715afe4adf203d24f1737dba7123c6713b Mon Sep 17 00:00:00 2001 From: Santosh Shilimkar santosh.shilim...@ti.com Date: Thu, 24 Apr 2014 11:30:03 -0400 Subject: [PATCH v3 3/7] of: introduce of_dma_is_coherent() helper The of_dma_is_coherent() helper parses the given DT

Re: [PATCH v3 3/7] of: introduce of_dma_is_coherent() helper

2014-05-05 Thread Rob Herring
08fb70715afe4adf203d24f1737dba7123c6713b Mon Sep 17 00:00:00 2001 From: Santosh Shilimkar santosh.shilim...@ti.com Date: Thu, 24 Apr 2014 11:30:03 -0400 Subject: [PATCH v3 3/7] of: introduce of_dma_is_coherent() helper The of_dma_is_coherent() helper parses the given DT device node to see if the dma

Re: [PATCH v3 3/7] of: introduce of_dma_is_coherent() helper

2014-05-01 Thread Rob Herring
On Thu, Apr 24, 2014 at 10:30 AM, Santosh Shilimkar wrote: > The of_dma_is_coherent() helper parses the given DT device > node to see if the "dma-coherent" property is supported and > returns true or false accordingly. > > If the arch is always coherent or always noncoherent, then the default >

Re: [PATCH v3 3/7] of: introduce of_dma_is_coherent() helper

2014-05-01 Thread Rob Herring
On Thu, Apr 24, 2014 at 10:30 AM, Santosh Shilimkar santosh.shilim...@ti.com wrote: The of_dma_is_coherent() helper parses the given DT device node to see if the dma-coherent property is supported and returns true or false accordingly. If the arch is always coherent or always noncoherent,

[PATCH v3 3/7] of: introduce of_dma_is_coherent() helper

2014-04-24 Thread Santosh Shilimkar
The of_dma_is_coherent() helper parses the given DT device node to see if the "dma-coherent" property is supported and returns true or false accordingly. If the arch is always coherent or always noncoherent, then the default DMA ops has to be specified accordingly. Cc: Greg Kroah-Hartman Cc:

[PATCH v3 3/7] of: introduce of_dma_is_coherent() helper

2014-04-24 Thread Santosh Shilimkar
The of_dma_is_coherent() helper parses the given DT device node to see if the dma-coherent property is supported and returns true or false accordingly. If the arch is always coherent or always noncoherent, then the default DMA ops has to be specified accordingly. Cc: Greg Kroah-Hartman