From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757059AbcBJHSB (ORCPT ); Wed, 10 Feb 2016 02:18:01 -0500 Received: from box2.japko.eu ([91.121.152.53]:39936 "EHLO box2.japko.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757066AbcBJHRq (ORCPT ); Wed, 10 Feb 2016 02:17:46 -0500 Date: Wed, 10 Feb 2016 08:17:14 +0100 From: Krzysztof Adamski To: Maxime Ripard Cc: Jean-Francois Moine , inus Walleij , Chen-Yu Tsai , Hans de Goede , Lee Jones , Rob Herring , Jens Kuske , Fabian Frederick , Vishnu Patekar , linux-gpio@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com Subject: Re: [linux-sunxi] Re: [PATCH v3 1/5] clk: sunxi: Add apb0 gates for H3 Message-ID: <20160210071713.GA19622@box2.japko.eu> References: <1454542430-16572-1-git-send-email-k@japko.eu> <1454542430-16572-2-git-send-email-k@japko.eu> <20160204154752.4df7808be3364a98c496c030@free.fr> <20160205111152.GA31506@lukather> <20160205115837.GD12071@box2.japko.eu> <20160209171040.GR31506@lukather> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20160209171040.GR31506@lukather> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 09, 2016 at 06:10:40PM +0100, Maxime Ripard wrote: >> >>It seems that the other compatible strings are there for historical >> >>reasons. Why do you need a new one with such a specific name? >> >> >> >>It would have been more sensible to add a generic compatible string as >> >>"allwinner,apb-gates", letting the removal of the other strings for a >> >>later patch... >> > >> >Yeah, it's a good idea, and it's probably time that we move to that. >> > >> >However, I'd like to keep per-soc and per-clocks compatibles in the >> >DT, in case we need to protect a clock in the future. That doesn't >> >prevent to have two compatibles thoughe, the specific and the generic. >> > >> >> So now I'm not sure what you mean. You suggest that I should keep using >> specific (sun8i_h3_apb0) or change to generic (apb-gates) in my patch? > >Both. > >To have something like that: > >compatible = "allwinner,sun8i-h3-apb0-gates-clk", "allwinner,sun4i-a10-gates-clk"; > >sun4i-a10-gates-clk being the generic compatible that we would use, >and we can always match against the h3 specific compatible if we need >to have a different behaviour. This seems like a good idea to me but since this is new thing anyways (other sunxi SoCs don't do this right now) shouldn't we introduce other more generic name for generic clock (like "allwinner,apb-gates" mentioned earlier, or maybe "allwinner,simple-apb-gates")? Also, wouldn't this be cleaner if I use only specific compatible string right now and provide separate patch that adds generic compatible string to all current SoCs at once? The downside of this is that it's easier to get merge conflicts unless I wait for applying this patchset. Best regards, Krzysztof Adamski