Re: [PATCH v2] checkpatch: fix wildcard DT compatible string checking

2014-05-19 Thread Geert Uytterhoeven
On Thu, Apr 10, 2014 at 3:41 PM, Rob Herring wrote: > From: Rob Herring > > We attempt to search for compatible strings which use a variable > token in the documented name such as or . While this > was attempted to be handled, it's utterly broken. > > The desired forms of matching are: > > vendo

[PATCH v2] checkpatch: fix wildcard DT compatible string checking

2014-04-10 Thread Rob Herring
From: Rob Herring We attempt to search for compatible strings which use a variable token in the documented name such as or . While this was attempted to be handled, it's utterly broken. The desired forms of matching are: vendor,-* vendor,name-* For , lower case characters and numbers are perm