Re: [PATCH 01/24] Documentation: DT: document compatible string existence requirement

2015-01-29 Thread Rob Herring
On Thu, Jan 29, 2015 at 10:43 AM, Javier Martinez Canillas wrote: > Hello Paul, > > On 01/29/2015 12:49 AM, Paul Walmsley wrote: >> >> DT maintainers require all compatible strings used in chip or board >> DTS file to be previously documented somewhere in >> Documentation/devicetree/bindings, per:

Re: [PATCH 01/24] Documentation: DT: document compatible string existence requirement

2015-01-29 Thread Paul Walmsley
Hello Javier, On 01/29/2015 09:43 AM, Javier Martinez Canillas wrote: Hello Paul, On 01/29/2015 12:49 AM, Paul Walmsley wrote: DT maintainers require all compatible strings used in chip or board DTS file to be previously documented somewhere in Documentation/devicetree/bindings, per: http://m

Re: [PATCH 01/24] Documentation: DT: document compatible string existence requirement

2015-01-29 Thread Javier Martinez Canillas
Hello Paul, On 01/29/2015 12:49 AM, Paul Walmsley wrote: > > DT maintainers require all compatible strings used in chip or board > DTS file to be previously documented somewhere in > Documentation/devicetree/bindings, per: > > http://marc.info/?l=linux-tegra&m=142201349727836&w=2 > I would had

[PATCH 01/24] Documentation: DT: document compatible string existence requirement

2015-01-28 Thread Paul Walmsley
DT maintainers require all compatible strings used in chip or board DTS file to be previously documented somewhere in Documentation/devicetree/bindings, per: http://marc.info/?l=linux-tegra&m=142201349727836&w=2 Document this requirement in the DT patch submission requirements text file. Signed