Re: [PATCH] checkpatch: Warn if DT bindings are not in schema format

2019-10-11 Thread Rob Herring
On Fri, Oct 11, 2019 at 1:02 PM Joe Perches wrote: > > On Fri, 2019-10-11 at 12:56 -0500, Rob Herring wrote: > > On Fri, Sep 27, 2019 at 10:39 AM Rob Herring wrote: > > > On Fri, Sep 27, 2019 at 9:29 AM Joe Perches wrote: > > > > On Fri, 2019-09-27 at 09:02 -0500, Rob Herring wrote: > > > > > On

Re: [PATCH] checkpatch: Warn if DT bindings are not in schema format

2019-10-11 Thread Joe Perches
On Fri, 2019-10-11 at 12:56 -0500, Rob Herring wrote: > On Fri, Sep 27, 2019 at 10:39 AM Rob Herring wrote: > > On Fri, Sep 27, 2019 at 9:29 AM Joe Perches wrote: > > > On Fri, 2019-09-27 at 09:02 -0500, Rob Herring wrote: > > > > On Fri, Sep 13, 2019 at 4:48 PM Joe Perches wrote: > > > > > On F

Re: [PATCH] checkpatch: Warn if DT bindings are not in schema format

2019-10-11 Thread Rob Herring
On Fri, Sep 27, 2019 at 10:39 AM Rob Herring wrote: > > On Fri, Sep 27, 2019 at 9:29 AM Joe Perches wrote: > > > > On Fri, 2019-09-27 at 09:02 -0500, Rob Herring wrote: > > > On Fri, Sep 13, 2019 at 4:48 PM Joe Perches wrote: > > > > On Fri, 2019-09-13 at 16:13 -0500, Rob Herring wrote: > > > >

Re: [PATCH] checkpatch: Warn if DT bindings are not in schema format

2019-09-27 Thread Rob Herring
On Fri, Sep 27, 2019 at 9:29 AM Joe Perches wrote: > > On Fri, 2019-09-27 at 09:02 -0500, Rob Herring wrote: > > On Fri, Sep 13, 2019 at 4:48 PM Joe Perches wrote: > > > On Fri, 2019-09-13 at 16:13 -0500, Rob Herring wrote: > > > > DT bindings are moving to using a json-schema based schema format

Re: [PATCH] checkpatch: Warn if DT bindings are not in schema format

2019-09-27 Thread Joe Perches
On Fri, 2019-09-27 at 09:02 -0500, Rob Herring wrote: > On Fri, Sep 13, 2019 at 4:48 PM Joe Perches wrote: > > On Fri, 2019-09-13 at 16:13 -0500, Rob Herring wrote: > > > DT bindings are moving to using a json-schema based schema format > > > instead of freeform text. Add a checkpatch.pl check to

Re: [PATCH] checkpatch: Warn if DT bindings are not in schema format

2019-09-27 Thread Rob Herring
On Fri, Sep 13, 2019 at 4:48 PM Joe Perches wrote: > > On Fri, 2019-09-13 at 16:13 -0500, Rob Herring wrote: > > DT bindings are moving to using a json-schema based schema format > > instead of freeform text. Add a checkpatch.pl check to encourage using > > the schema for new bindings. It's not ye

Re: [PATCH] checkpatch: Warn if DT bindings are not in schema format

2019-09-16 Thread Rob Herring
On Fri, Sep 13, 2019 at 4:48 PM Joe Perches wrote: > > On Fri, 2019-09-13 at 16:13 -0500, Rob Herring wrote: > > DT bindings are moving to using a json-schema based schema format > > instead of freeform text. Add a checkpatch.pl check to encourage using > > the schema for new bindings. It's not ye

Re: [PATCH] checkpatch: Warn if DT bindings are not in schema format

2019-09-13 Thread Joe Perches
On Fri, 2019-09-13 at 16:13 -0500, Rob Herring wrote: > DT bindings are moving to using a json-schema based schema format > instead of freeform text. Add a checkpatch.pl check to encourage using > the schema for new bindings. It's not yet a requirement, but is > progressively being required by some