From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750904AbdAXKj1 (ORCPT ); Tue, 24 Jan 2017 05:39:27 -0500 Received: from nbd.name ([46.4.11.11]:33089 "EHLO nbd.name" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750783AbdAXKjZ (ORCPT ); Tue, 24 Jan 2017 05:39:25 -0500 Subject: Re: [PATCH v1 2/2] arm: dts: mt2701: add nor flash node To: Guochun Mao References: <20170113172825.75d545a3@bbrezillon> <86c997be-f500-eaa1-3ba5-d21cff6223b7@gmail.com> <20170113175628.1793f433@bbrezillon> <0fafcd8d-cf99-de6b-728f-5e3637810b68@gmail.com> <20170114092958.022f2fc8@bbrezillon> <20170116094032.6f471f11@bbrezillon> <20170117143650.5db87148@free-electrons.com> <20170118222010.ivc6jxpnrumemvdf@rob-hp-laptop> <20170119103829.524ce715@free-electrons.com> <20170119091428.598eb987@bbrezillon> <1485052600.19995.10.camel@mhfsdcap03> <20170124113118.304a860c@bbrezillon> Cc: Boris Brezillon , Thomas Petazzoni , Rob Herring , "devicetree@vger.kernel.org" , Richard Weinberger , "linux-kernel@vger.kernel.org" , Russell King , Marek Vasut , "linux-mtd@lists.infradead.org" , Matthias Brugger , linux-mediatek@lists.infradead.org, Mark Rutland , Brian Norris , David Woodhouse , Cyrille Pitchen , "linux-arm-kernel@lists.infradead.org" From: John Crispin Message-ID: <3b86fcfd-9f8a-b324-e164-20582a0b2e40@phrozen.org> Date: Tue, 24 Jan 2017 11:38:41 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <20170124113118.304a860c@bbrezillon> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 24/01/2017 11:31, Boris Brezillon wrote: > On Sun, 22 Jan 2017 10:36:40 +0800 > Guochun Mao wrote: > >> Hi, >> On Thu, 2017-01-19 at 08:18 -0600, Rob Herring wrote: >>> On Thu, Jan 19, 2017 at 2:14 AM, Boris Brezillon >>>> One last question and I'm done: is something like that acceptable? >>>> >>>> compatible = ",",","; >>>> >>>> This can happen when someone adds support for an unsupported feature >>>> on a brand new SoC, and then someone else use the same driver for an >>>> older SoC embedding the same IP but still wants to add a new compatible >>>> just in case these 2 IPs appear to be slightly different. >>> >>> Yes, it's old and new compatible strings in this case and it's newest >>> compatible string first. >>> >>>> Here the order of compat strings is no longer following a clear rule >>>> like 'most-specific compatible first' or 'newest IP/SoC version first', >>>> it's completely dependent on the order these IPs were supported in the >>>> OS (Linux). I'm perfectly fine with that BTW, just want to make sure >>>> this is authorized. >>> >>> I guess we should say "newest compatible for IP first" instead. There >>> are some exceptions where we add fallbacks later on, but that falls >>> under the most-specific part. >>> >>> It's order that the bindings are defined, not Linux support really, >>> but in practice those are the same. >>> >>> Rob >> >> Thanks for all your effort for code reviewing. >> Our mt2701-nor's hardware is designed base on mt8713-nor, >> even so, there would be some slight difference. >> If I don't misunderstand your viewpoint in this discussion, >> there's no need to drop mt2701-nor compatible. > > No, just update the documentation as suggested by Rob. > >> And if not, is there any other suggestion? > > Nope, and my apologies for being so insistent on something I obviously > misunderstood. > > Regards, > > Boris Hi, could you please add the mt7623 compat string to the documentation aswell while at it ? mt7623/mt2701 are essentially the same and it'll safe us time and effort and not cause merge order conflicts. otherwise i would need to wait till the mt2701 patch is merged before i can send the mt7623 one Thanks ! John