Re: [PATCH] dt/documentation: add specification of dma bus information

2014-09-26 Thread Rob Herring
On Fri, Sep 19, 2014 at 1:29 PM, Grygorii Strashko wrote: > Hi Rob, > > > On 06/22/2014 10:40 PM, Santosh Shilimkar wrote: >> >> On Friday 20 June 2014 03:46 PM, Rob Herring wrote: >>> >>> On Fri, Jun 20, 2014 at 2:02 PM, Santosh Shilimkar >>> wrote: On Friday 20 June 2014 02:56 PM,

Re: [PATCH] dt/documentation: add specification of dma bus information

2014-09-26 Thread Rob Herring
On Fri, Sep 19, 2014 at 1:29 PM, Grygorii Strashko grygorii.stras...@ti.com wrote: Hi Rob, On 06/22/2014 10:40 PM, Santosh Shilimkar wrote: On Friday 20 June 2014 03:46 PM, Rob Herring wrote: On Fri, Jun 20, 2014 at 2:02 PM, Santosh Shilimkar santosh.shilim...@ti.com wrote: On Friday 20

Re: [PATCH] dt/documentation: add specification of dma bus information

2014-09-19 Thread Grygorii Strashko
ate: Fri, 20 Jun 2014 11:01:54 -0400 Subject: [PATCH v2] dt/documentation: add specification of dma bus information Recently we introduced the generic device tree infrastructure for couple of DMA bus parameter, dma-ranges and dma-coherent. Update the documentation so that its useful for future use

Re: [PATCH] dt/documentation: add specification of dma bus information

2014-09-19 Thread Grygorii Strashko
...@ti.com Date: Fri, 20 Jun 2014 11:01:54 -0400 Subject: [PATCH v2] dt/documentation: add specification of dma bus information Recently we introduced the generic device tree infrastructure for couple of DMA bus parameter, dma-ranges and dma-coherent. Update the documentation so that its useful

Re: [PATCH] dt/documentation: add specification of dma bus information

2014-06-22 Thread Santosh Shilimkar
t;>> dma-coherent property in the "ti,keystone-dwc3" node. >>> >> Thanks Arnd. That should avoid the confusion. Just to see if Rob is >> fine by it, the example will look like below. > > Yes. Looks fine. > Great. Updated version 2 below. >From 7df26004fe11

Re: [PATCH] dt/documentation: add specification of dma bus information

2014-06-22 Thread Santosh Shilimkar
version 2 below. From 7df26004fe11b7d3ef9592161205c69e1fb663be Mon Sep 17 00:00:00 2001 From: Santosh Shilimkar santosh.shilim...@ti.com Date: Fri, 20 Jun 2014 11:01:54 -0400 Subject: [PATCH v2] dt/documentation: add specification of dma bus information Recently we introduced the generic device tree

Re: [PATCH] dt/documentation: add specification of dma bus information

2014-06-20 Thread Rob Herring
On Fri, Jun 20, 2014 at 2:02 PM, Santosh Shilimkar wrote: > On Friday 20 June 2014 02:56 PM, Arnd Bergmann wrote: >> On Friday 20 June 2014 13:17:43 Santosh Shilimkar wrote: > + dma-coherent; > + dma-ranges; > + > +

Re: [PATCH] dt/documentation: add specification of dma bus information

2014-06-20 Thread Santosh Shilimkar
On Friday 20 June 2014 02:56 PM, Arnd Bergmann wrote: > On Friday 20 June 2014 13:17:43 Santosh Shilimkar wrote: + dma-coherent; + dma-ranges; + + dwc3@269 { + compatible =

Re: [PATCH] dt/documentation: add specification of dma bus information

2014-06-20 Thread Arnd Bergmann
On Friday 20 June 2014 13:17:43 Santosh Shilimkar wrote: > >> + dma-coherent; > >> + dma-ranges; > >> + > >> + dwc3@269 { > >> + compatible = "synopsys,dwc3"; > >> +

Re: [PATCH] dt/documentation: add specification of dma bus information

2014-06-20 Thread Santosh Shilimkar
able of Contents >>>>> >>>>> VIII - Specifying device power management information (sleep property) >>>>> >>>>> + VIV - Specifying dma bus information >>>> >>>> "9" in Roman numeral is "IX&qu

Re: [PATCH] dt/documentation: add specification of dma bus information

2014-06-20 Thread Rob Herring
;>> +++ b/Documentation/devicetree/booting-without-of.txt >>>> @@ -51,6 +51,8 @@ Table of Contents >>>> >>>>VIII - Specifying device power management information (sleep property) >>>> >>>> + VIV - Specifying dma bus information >>

Re: [PATCH] dt/documentation: add specification of dma bus information

2014-06-20 Thread Santosh Shilimkar
;>> + VIV - Specifying dma bus information >> >> "9" in Roman numeral is "IX" >> > Yeah.. Not sure what I was thinking... > Updated patch end of the email with the typo fixed. Rob, Can you please pick this up if you are ok with the it. Regards, Sa

Re: [PATCH] dt/documentation: add specification of dma bus information

2014-06-20 Thread Santosh Shilimkar
, Santosh From b72e949a194d766fe029fe6bb5939467f2fbe9b9 Mon Sep 17 00:00:00 2001 From: Santosh Shilimkar santosh.shilim...@ti.com Date: Fri, 20 Jun 2014 11:01:54 -0400 Subject: [PATCH] dt/documentation: add specification of dma bus information Recently we introduced the generic device tree

Re: [PATCH] dt/documentation: add specification of dma bus information

2014-06-20 Thread Rob Herring
: add specification of dma bus information Recently we introduced the generic device tree infrastructure for couple of DMA bus parameter, dma-ranges and dma-coherent. Update the documentation so that its useful for future users. The dma-ranges property is intended to be used for describing

Re: [PATCH] dt/documentation: add specification of dma bus information

2014-06-20 Thread Santosh Shilimkar
11:01:54 -0400 Subject: [PATCH] dt/documentation: add specification of dma bus information Recently we introduced the generic device tree infrastructure for couple of DMA bus parameter, dma-ranges and dma-coherent. Update the documentation so that its useful for future users. The dma

Re: [PATCH] dt/documentation: add specification of dma bus information

2014-06-20 Thread Arnd Bergmann
On Friday 20 June 2014 13:17:43 Santosh Shilimkar wrote: + dma-coherent; + dma-ranges; + + dwc3@269 { + compatible = synopsys,dwc3; + [...] +

Re: [PATCH] dt/documentation: add specification of dma bus information

2014-06-20 Thread Santosh Shilimkar
On Friday 20 June 2014 02:56 PM, Arnd Bergmann wrote: On Friday 20 June 2014 13:17:43 Santosh Shilimkar wrote: + dma-coherent; + dma-ranges; + + dwc3@269 { + compatible = synopsys,dwc3; +

Re: [PATCH] dt/documentation: add specification of dma bus information

2014-06-20 Thread Rob Herring
On Fri, Jun 20, 2014 at 2:02 PM, Santosh Shilimkar santosh.shilim...@ti.com wrote: On Friday 20 June 2014 02:56 PM, Arnd Bergmann wrote: On Friday 20 June 2014 13:17:43 Santosh Shilimkar wrote: + dma-coherent; + dma-ranges; + +

Re: [PATCH] dt/documentation: add specification of dma bus information

2014-06-09 Thread Santosh Shilimkar
On Sunday 08 June 2014 10:13 PM, Fabio Estevam wrote: > On Thu, Jun 5, 2014 at 12:22 PM, Santosh Shilimkar > wrote: >> Recently we introduced the generic device tree infrastructure for couple of >> DMA >> bus parameter, dma-ranges and dma-coherent. Update the documentation so that >> its useful

Re: [PATCH] dt/documentation: add specification of dma bus information

2014-06-09 Thread Santosh Shilimkar
On Sunday 08 June 2014 10:13 PM, Fabio Estevam wrote: On Thu, Jun 5, 2014 at 12:22 PM, Santosh Shilimkar santosh.shilim...@ti.com wrote: Recently we introduced the generic device tree infrastructure for couple of DMA bus parameter, dma-ranges and dma-coherent. Update the documentation so

Re: [PATCH] dt/documentation: add specification of dma bus information

2014-06-08 Thread Fabio Estevam
On Thu, Jun 5, 2014 at 12:22 PM, Santosh Shilimkar wrote: > Recently we introduced the generic device tree infrastructure for couple of > DMA > bus parameter, dma-ranges and dma-coherent. Update the documentation so that > its useful for future users. > > The "dma-ranges" property is intended to

Re: [PATCH] dt/documentation: add specification of dma bus information

2014-06-08 Thread Shawn Guo
On Thu, Jun 05, 2014 at 11:22:00AM -0400, Santosh Shilimkar wrote: > Recently we introduced the generic device tree infrastructure for couple of > DMA > bus parameter, dma-ranges and dma-coherent. Update the documentation so that > its useful for future users. > > The "dma-ranges" property is

Re: [PATCH] dt/documentation: add specification of dma bus information

2014-06-08 Thread Shawn Guo
On Thu, Jun 05, 2014 at 11:22:00AM -0400, Santosh Shilimkar wrote: Recently we introduced the generic device tree infrastructure for couple of DMA bus parameter, dma-ranges and dma-coherent. Update the documentation so that its useful for future users. The dma-ranges property is intended

Re: [PATCH] dt/documentation: add specification of dma bus information

2014-06-08 Thread Fabio Estevam
On Thu, Jun 5, 2014 at 12:22 PM, Santosh Shilimkar santosh.shilim...@ti.com wrote: Recently we introduced the generic device tree infrastructure for couple of DMA bus parameter, dma-ranges and dma-coherent. Update the documentation so that its useful for future users. The dma-ranges

[PATCH] dt/documentation: add specification of dma bus information

2014-06-05 Thread Santosh Shilimkar
Recently we introduced the generic device tree infrastructure for couple of DMA bus parameter, dma-ranges and dma-coherent. Update the documentation so that its useful for future users. The "dma-ranges" property is intended to be used for describing the configuration of DMA bus RAM addresses and

[PATCH] dt/documentation: add specification of dma bus information

2014-06-05 Thread Santosh Shilimkar
Recently we introduced the generic device tree infrastructure for couple of DMA bus parameter, dma-ranges and dma-coherent. Update the documentation so that its useful for future users. The dma-ranges property is intended to be used for describing the configuration of DMA bus RAM addresses and