From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Osipenko Subject: Re: [PATCH v2 7/8] soc/tegra: regulators: Add regulators coupler for Tegra20 Date: Tue, 18 Jun 2019 19:52:06 +0300 Message-ID: <2308e5da-a8fd-a0e6-f98c-0931a30baf14@gmail.com> References: <20190603235904.19097-1-digetx@gmail.com> <20190603235904.19097-8-digetx@gmail.com> <20190617154632.GB5316@sirena.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: <20190617154632.GB5316@sirena.org.uk> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Mark Brown Cc: Thierry Reding , Jonathan Hunter , Peter De Schrijver , Rob Herring , devicetree@vger.kernel.org, linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: devicetree@vger.kernel.org 17.06.2019 18:46, Mark Brown пишет: > On Tue, Jun 04, 2019 at 02:59:03AM +0300, Dmitry Osipenko wrote: > >> +config SOC_TEGRA20_VOLTAGE_COUPLER >> + bool "Voltage scaling support for Tegra20 SoC's" > > SoCs > >> + depends on ARCH_TEGRA_2x_SOC > > Can we have an || COMPILE_TEST here please? Good call! >> +++ b/drivers/soc/tegra/regulators-tegra20.c >> @@ -0,0 +1,348 @@ >> +// SPDX-License-Identifier: GPL-2.0+ >> +/* >> + * Voltage regulators coupling resolver for NVIDIA Tegra20 >> + * >> + * Copyright (C) 2019 GRATE-DRIVER project > > Please make the entire comment a C++ one so things look more > intentional. > This is actually a correct SPDX comment style for the source files, accordingly to checkpatch. While the C++ style should be used for header files only. I'm not following the SPDX effort much, don't know from where these SPDX-style rules are coming from.