Re: [PATCH] checkpatch: add DT compatible string documentation check

2013-11-26 Thread Rob Herring
On 11/26/2013 11:29 AM, Joe Perches wrote: > On Tue, 2013-11-26 at 11:11 -0600, Rob Herring wrote: >> I think we don't really want '+' (or '_') in compatible strings. > > What about lines like: > arch/powerpc/boot/dts/kmeter1.dts: compatible = "ucc_geth"; I didn't say we don't have them, but for

Re: [PATCH] checkpatch: add DT compatible string documentation check

2013-11-26 Thread Joe Perches
On Tue, 2013-11-26 at 11:11 -0600, Rob Herring wrote: > I think we don't really want '+' (or '_') in compatible strings. What about lines like: arch/powerpc/boot/dts/kmeter1.dts: compatible = "ucc_geth"; -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a m

Re: [PATCH] checkpatch: add DT compatible string documentation check

2013-11-26 Thread Rob Herring
On Tue, Nov 26, 2013 at 10:43 AM, Joe Perches wrote: > On Tue, 2013-11-26 at 10:01 -0600, Rob Herring wrote: >> From: Rob Herring > > Hi Rob. > >> This adds a simple check that any compatible strings in DeviceTree dts >> files are present in Documentation/devicetree/bindings. This should be a >>

Re: [PATCH] checkpatch: add DT compatible string documentation check

2013-11-26 Thread Joe Perches
On Tue, 2013-11-26 at 10:01 -0600, Rob Herring wrote: > From: Rob Herring Hi Rob. > This adds a simple check that any compatible strings in DeviceTree dts > files are present in Documentation/devicetree/bindings. This should be a > temporary check until we have more sophisticated binding schema

[PATCH] checkpatch: add DT compatible string documentation check

2013-11-26 Thread Rob Herring
From: Rob Herring This adds a simple check that any compatible strings in DeviceTree dts files are present in Documentation/devicetree/bindings. This should be a temporary check until we have more sophisticated binding schema checking. Signed-off-by: Rob Herring Cc: Grant Likely Cc: Andy Whitc