From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Boyd Subject: Re: [PATCH] devicetree: Expose dtbs_check and dt_binding_check some more Date: Tue, 13 Aug 2019 15:44:39 -0700 Message-ID: <20190813224440.0468920644@mail.kernel.org> References: <20190813183825.9605-1-sboyd@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Rob Herring Cc: "linux-kernel@vger.kernel.org" , Masahiro Yamada , Linux Kbuild mailing list , devicetree@vger.kernel.org, Linux Doc Mailing List List-Id: devicetree@vger.kernel.org Quoting Rob Herring (2019-08-13 15:32:48) > On Tue, Aug 13, 2019 at 12:38 PM Stephen Boyd wrote: > > > > It wasn't obvious that this was a command to run based on 'make help', > > so add it to the top-level help for devicetree builds. Also, add an > > example to the documentation to show that db_binding_check can be run > > with DT_SCHEMA_FILES=3D to only check one schema file instead of all of > > them. > > > > Cc: Masahiro Yamada > > Cc: > > Cc: > > Cc: > > Signed-off-by: Stephen Boyd > > --- > > > > I didn't find this sent, so sending again! >=20 > You had. :) Oh no, sorry! :( >=20 > > > > Documentation/devicetree/writing-schema.md | 1 + > > Makefile | 6 ++++-- > > 2 files changed, 5 insertions(+), 2 deletions(-) >=20 > writing-schema.md got converted to rst, so I fixed up and applied. Thanks!