Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp1761057imm; Thu, 19 Jul 2018 07:28:50 -0700 (PDT) X-Google-Smtp-Source: AAOMgpd19FYm/ZY1XJdTF7/oHnmg2SCgAGZ5KMpFoAq44Xm2PyUI535BIK/BMuRK6K/z2C7Q1MRz X-Received: by 2002:a17:902:7e43:: with SMTP id a3-v6mr10299970pln.151.1532010530228; Thu, 19 Jul 2018 07:28:50 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1532010530; cv=none; d=google.com; s=arc-20160816; b=xJTFMMxnye3CIMqPnEjfr1jbLsLtuZn78Zpm9x0b771V713xC6itfd4IDevtHBzkZb EW6JuEXOIEV8k5iEILyKb54rAuVHlRNpBefelucxggJ2tXddcVhiwNEQ7iQG4MoAwNzC 04EwMyrirJPEFrCNLuwKbrkDCvjzBHfYNnZCRbqC6iukRizj2xBuJwcmWvzKtwZBC0pe phxM53RTFAdagqwXsEweO+DSH+uziAcT5bTEKS/l6mnFR25xaUdwBc+qCNiQ6+QQbZKV UdXarM9pIln4lXUVIQ+RG4+a4pkavOgVWqLNTFC3EcL9oqeOeBdryWXyBtUuNUsTbMIE QAOw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:in-reply-to :mime-version:user-agent:date:message-id:cc:references:to:subject :from:arc-authentication-results; bh=FVuCicSx6fDf0goJMN1O11LsXx5Gt8Sl/LhO9952jco=; b=j0wmgBaO22gXJvowMTNCxBOO5hjGDMVmj8rmuJYDoTbWrjfPnmsb9Ih2+N1qViLmFf fcVh+jY3jID11aKndXAzAowaON6pJBlxZV1n/pcZ+Er8eGlf+zP7U3nPWvMWcKVK5bkt DvJwIfcrQQq5WK3FBdVXMpyPCyCGafHmf/jL/KvRZiV2koiH+WLtxbj6zLS7mtsgIVDf dbwhY4lECBCfFRCGaYTAr/ZmCv9dYSHZY6L2tKBjpekqQySbges5Db2Sn29zPu6qpucP sm8CYqZNbGDOz4sn5xZQgioao6XZl9gSlIfeStFRif25WPcK6srbokrYuVL3nPOLPKvG G8yg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id j17-v6si5837688pfj.104.2018.07.19.07.28.34; Thu, 19 Jul 2018 07:28:50 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731477AbeGSPLZ (ORCPT + 99 others); Thu, 19 Jul 2018 11:11:25 -0400 Received: from mail-sh2.amlogic.com ([58.32.228.45]:17350 "EHLO mail-sh2.amlogic.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727487AbeGSPLY (ORCPT ); Thu, 19 Jul 2018 11:11:24 -0400 Received: from [192.168.90.65] (61.173.0.103) by mail-sh2.amlogic.com (10.18.11.6) with Microsoft SMTP Server (TLS) id 15.0.1320.4; Thu, 19 Jul 2018 22:27:15 +0800 From: Yixun Lan Subject: Re: [PATCH 3/3] clk: meson-g12a: Add EE Clock controller driver To: Kevin Hilman References: <1531134767-29927-1-git-send-email-jian.hu@amlogic.com> <1531134767-29927-4-git-send-email-jian.hu@amlogic.com> <1531216472.2708.71.camel@baylibre.com> <7hfu0jmhbe.fsf@baylibre.com> <7e1cce0b-fc86-b900-2019-a85c5e5ba2ae@amlogic.com> <7h601be2vk.fsf@baylibre.com> CC: , Jerome Brunet , , Rob Herring , Neil Armstrong , Martin Blumenstingl , , , , , , , , , , , , Message-ID: Date: Thu, 19 Jul 2018 22:27:55 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <7h601be2vk.fsf@baylibre.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [61.173.0.103] X-ClientProxiedBy: mail-sh2.amlogic.com (10.18.11.6) To mail-sh2.amlogic.com (10.18.11.6) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/19/2018 10:06 PM, Kevin Hilman wrote: > Yixun Lan writes: > > [...] > >>> >>> As Jerome said, I think consistency is an important goal, so leaving off >>> the "meson-" for drivers/clk is fine with me. >>> >> ok >> >>> Also for consistency, for the rest of the drivers, keeping "meson-" is >>> probably the right thing to do. >>> >> ok, for the above, you are talking about the already exist compatible >> names? or the patches we will push in the future? > > I'm talking about future patches. > ok >>> However, patches would be welcome to add compatibles without the "meson" >>> for the rest of the drivers & documentation as well, but please do not >>> remove any compatibles. >>> >> I assume you are talking about the patches in the future we will push? >> to drop the "meson". >> >> I'm confused here, as the above two paragraphs conflict with each other > > Yeah, what I wrote is confusing, sorry about that. > > What I mean is that new patches should stay consistent with compatibles > in their existing drivers/subsystems. That means keeping the "meson-" > prefix for everything except drivers/clk. > sounds good to me. > In addition to that, patches would be welcome for *adding* compatibles > without "meson" to all the current drivers. > not sure if I parse above correctly, so let me rephrase.. for "all the current drivers", do you mean all the drivers which already accepted at mainline kernel, which are mmc, uart, spi, i2c .. all of them follow "amlogic,meson-${SOC}-${FUNCTION}", so do you propose to add compatbiles like "amlogic,${SOC}-${FUNCTION}" ? take i2c for example, there is "amlogic,meson-axg-i2c" already, do you want to add another "amlogic,axg-i2c" ? I feel this will adding more confusion.. How about only following the "amlogic,${SOC}-${FUNCTION}" syntax in the new added drivers in the future, for example NAND, PCIE driver which we want to push (those drivers doesn't exist in current mainline kernel). Yixun