Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756179AbcKCOc1 (ORCPT ); Thu, 3 Nov 2016 10:32:27 -0400 Received: from gloria.sntech.de ([95.129.55.99]:47295 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750905AbcKCOcZ (ORCPT ); Thu, 3 Nov 2016 10:32:25 -0400 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Shawn Lin Cc: Jianqun Xu , mturquette@baylibre.com, sboyd@codeaurora.org, huangtao@rock-chips.com, zhangqing@rock-chips.com, zhengxing@rock-chips.com, linux-kernel@vger.kernel.org, lintao@rock-chips.com, linux-rockchip@lists.infradead.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] clk: rockchip: fix some clocks' name to be more standard style Date: Thu, 03 Nov 2016 15:32:13 +0100 Message-ID: <44798035.VNVnDcOLnj@diego> User-Agent: KMail/4.14.10 (Linux/4.6.0-1-amd64; KDE/4.14.22; x86_64; ; ) In-Reply-To: <763cad68-a068-9a4b-e26d-2c459c2d4808@rock-chips.com> References: <1478070296-23080-1-git-send-email-jay.xu@rock-chips.com> <763cad68-a068-9a4b-e26d-2c459c2d4808@rock-chips.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 667 Lines: 19 Am Donnerstag, 3. November 2016, 16:52:48 schrieb Shawn Lin: > On 2016/11/2 15:04, Jianqun Xu wrote: > > Fix aclk_emmcgrf to aclk_emmc_grf, and fix aclk_emmccore to be > > aclk_emmc_core. > > What is the standard style should be? > > TRM uses aclk_emmccore but not aclk_emmc_core, so should it be more > standrad to keep it as-is? I tend to agree with Shawn. While it looks like the missing "_" is some sort of mistake, we should strive to follow TRM naming, so grepping so it becomes easier to look for informations in these things in the TRM. Same reason for naming our regulators and pinctrl after the names used in device schematics, if available. Heiko