From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:60062 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932714AbdKOPuJ (ORCPT ); Wed, 15 Nov 2017 10:50:09 -0500 Date: Wed, 15 Nov 2017 16:50:13 +0100 From: Greg Kroah-Hartman To: Ben Hutchings Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Rob Herring , David Lechner , Sekhar Nori , Sasha Levin Subject: Re: [PATCH 4.4 14/56] dt-bindings: Add LEGO MINDSTORMS EV3 compatible specification Message-ID: <20171115155013.GA30206@kroah.com> References: <20171113125557.613444087@linuxfoundation.org> <20171113125559.379382348@linuxfoundation.org> <1510690558.18523.41.camel@codethink.co.uk> <20171115150849.GA13671@kroah.com> <1510758893.18523.64.camel@codethink.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1510758893.18523.64.camel@codethink.co.uk> Sender: stable-owner@vger.kernel.org List-ID: On Wed, Nov 15, 2017 at 03:14:53PM +0000, Ben Hutchings wrote: > On Wed, 2017-11-15 at 16:08 +0100, Greg Kroah-Hartman wrote: > > On Tue, Nov 14, 2017 at 08:15:58PM +0000, Ben Hutchings wrote: > > > On Mon, 2017-11-13 at 13:55 +0100, Greg Kroah-Hartman wrote: > > > > 4.4-stable review patch.��If anyone has any objections, please > > > > let me > > > > know. > > > > > > > > ------------------ > > > > > > > > From: David Lechner > > > > > > > > > > > > [ Upstream commit 21078ab174c99885ca83a5c32db0d33b1617745e ] > > > > > > > > This adds the board level device tree specification for LEGO > > > > MINDSTORMS EV3 > > > > > > Nothing uses or implements this in 4.4. > > > > Really? > > > > > > > > Ben. > > > > > > > Acked-by: Rob Herring > > > > Signed-off-by: David Lechner > > > > Signed-off-by: Sekhar Nori > > > > Signed-off-by: Sasha Levin > > > > Signed-off-by: Greg Kroah-Hartman > > > > --- > > > > �Documentation/devicetree/bindings/arm/davinci.txt |����4 ++++ > > > > �1 file changed, 4 insertions(+) > > > > > > > > --- a/Documentation/devicetree/bindings/arm/davinci.txt > > > > +++ b/Documentation/devicetree/bindings/arm/davinci.txt > > > > @@ -9,6 +9,10 @@ EnBW AM1808 based CMC board > > > > �Required root node properties: > > > > �����- compatible = "enbw,cmc", "ti,da850; > > > > � > > > > +LEGO MINDSTORMS EV3 (AM1808 based) > > > > +Required root node properties: > > > > +����- compatible = "lego,ev3", "ti,da850"; > > > > I see lots of "ti,da850" dt stuff used in 4.4.��As this hardware was > > released on 3.2 or so, shouldn't this all be well-used by now? > > "ti,da850" is used but "lego,ev3" is not. Ugh, same for 4.9-stable as well. Sasha, can you send me a 'revert' patch for this, I applied it there already :( I'll go drop this from the 4.4 queue, thanks again Ben for your great review. greg k-h