On Mon, Feb 28, 2022 at 03:38:02PM -0600, Rob Herring wrote: > Another pass at removing unnecessary use of 'allOf' with a '$ref'. > > json-schema versions draft7 and earlier have a weird behavior in that > any keywords combined with a '$ref' are ignored (silently). The correct > form was to put a '$ref' under an 'allOf'. This behavior is now changed > in the 2019-09 json-schema spec and '$ref' can be mixed with other > keywords. > > Cc: Krzysztof Kozlowski <krzysztof.kozlow...@canonical.com> > Cc: Thierry Reding <thierry.red...@gmail.com> > Cc: Sam Ravnborg <s...@ravnborg.org> > Cc: Dmitry Torokhov <dmitry.torok...@gmail.com> > Cc: Pavel Machek <pa...@ucw.cz> > Cc: Lee Jones <lee.jo...@linaro.org> > Cc: Guenter Roeck <gro...@chromium.org> > Cc: Miquel Raynal <miquel.ray...@bootlin.com> > Cc: Richard Weinberger <rich...@nod.at> > Cc: Vignesh Raghavendra <vigne...@ti.com> > Cc: "David S. Miller" <da...@davemloft.net> > Cc: Jakub Kicinski <k...@kernel.org> > Cc: Kishon Vijay Abraham I <kis...@ti.com> > Cc: Vinod Koul <vk...@kernel.org> > Cc: Sebastian Reichel <s...@kernel.org> > Cc: Bjorn Andersson <bjorn.anders...@linaro.org> > Cc: Mathieu Poirier <mathieu.poir...@linaro.org> > Cc: Mark Brown <broo...@kernel.org> > Cc: Greg Kroah-Hartman <gre...@linuxfoundation.org> > Cc: Laurent Pinchart <laurent.pinch...@ideasonboard.com> > Cc: dri-devel@lists.freedesktop.org > Cc: linux-arm-ker...@lists.infradead.org > Cc: linux-in...@vger.kernel.org > Cc: linux-l...@vger.kernel.org > Cc: linux-...@lists.infradead.org > Cc: net...@vger.kernel.org > Cc: linux-...@lists.infradead.org > Cc: linux...@vger.kernel.org > Cc: linux-remotep...@vger.kernel.org > Cc: alsa-de...@alsa-project.org > Cc: linux-...@vger.kernel.org > Cc: linux-...@vger.kernel.org > Signed-off-by: Rob Herring <r...@kernel.org>
Reviewed-by: Greg Kroah-Hartman <gre...@linuxfoundation.org>