Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp427238pxu; Fri, 11 Dec 2020 05:49:55 -0800 (PST) X-Google-Smtp-Source: ABdhPJxeUcLSjqkMIRLpsz4MR1TVtFjfKu9Jz6jCSUNVwGVNFAY6GJfshPjPJlOr7scuL3HAKgXS X-Received: by 2002:a17:906:4ec7:: with SMTP id i7mr11284902ejv.252.1607694594880; Fri, 11 Dec 2020 05:49:54 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1607694594; cv=none; d=google.com; s=arc-20160816; b=I01JBBTPkp1IyMRO550RZMrW9mv6FpF+/gT+PXOvRzvOb+oe7uc7gJn0+tids53Kfs Z0oWL4aMeDdF2IJ+W+LkRKtU/FxirIn6R/rEZIq5DK6y9eVNTSViDGA4m7BgqUIobFYh GvpTzQAK7cgesW5sApJCVUVQpWYJnVF9hSUcAT4jAZhDqcc9RF/KXK6cDC9fXVTZ/4KZ 99dNMIWXEBEBpa5i5+wFLdIWoPjNZrQKZwcYViryTrGJH62nFMewtLy/um9pmbjcbGQI NbsOat3+H6N1c/tnxx6oICYZDm+3oA//kHOiho+/m4Mb2It+iSy5yqNRXHzI9Uar+aCp DALA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:references:in-reply-to:message-id:date:subject :cc:to:from; bh=SDe6OSd4UNetNVjQcxM2dwrFfot6eUWosvkH3WqRMCI=; b=R5vRano/XESRIqu08YLHIQf/FqaJ92t4lNAFvvL8iFtBetaJEl6TpFDCpQDzOCf4nZ f2/NUhttNBQ/JGBI1/JDL1CKdzzcvx3zusJG8kDzIMV/mTLcZhZrjnxxMmHiqYkjSZD3 hSnlXqBEMTTHqCXeOx0xwG0D6Mlqmw/afd23XwYGxI8JMnE4amAkZShSVe0KegNO7JNz XiCA3ezLPwKtU01sf7Ke5RvhjXcimAt4sZjYgP9VqkwbLCVz9myyRq0E/oT5VIUbMDTj mZh/ae7eH+s7L71JvYJE035so19ZyAQ4zPrGQZXlr6sGvhL42OgOlQJ6O9QxBKuQdJsQ dycg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id dj1si4761734edb.346.2020.12.11.05.49.32; Fri, 11 Dec 2020 05:49:54 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2404196AbgLKL2j (ORCPT + 99 others); Fri, 11 Dec 2020 06:28:39 -0500 Received: from relmlor1.renesas.com ([210.160.252.171]:41506 "EHLO relmlie5.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S2394431AbgLKL2c (ORCPT ); Fri, 11 Dec 2020 06:28:32 -0500 X-IronPort-AV: E=Sophos;i="5.78,411,1599490800"; d="scan'208";a="65637585" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie5.idc.renesas.com with ESMTP; 11 Dec 2020 20:27:56 +0900 Received: from localhost.localdomain (unknown [10.166.252.89]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 7515942D7EA1; Fri, 11 Dec 2020 20:27:56 +0900 (JST) From: Yoshihiro Shimoda To: marek.vasut+renesas@gmail.com, lee.jones@linaro.org, matti.vaittinen@fi.rohmeurope.com, lgirdwood@gmail.com, broonie@kernel.org, linus.walleij@linaro.org, bgolaszewski@baylibre.com Cc: khiem.nguyen.xt@renesas.com, linux-power@fi.rohmeurope.com, linux-gpio@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-kernel@vger.kernel.org, Yoshihiro Shimoda Subject: [PATCH v2 08/10] mfd: bd9571mwv: Use the SPDX license identifier Date: Fri, 11 Dec 2020 20:27:38 +0900 Message-Id: <1607686060-17448-9-git-send-email-yoshihiro.shimoda.uh@renesas.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1607686060-17448-1-git-send-email-yoshihiro.shimoda.uh@renesas.com> References: <1607686060-17448-1-git-send-email-yoshihiro.shimoda.uh@renesas.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Use the SPDX license identifier instead of a local description. Signed-off-by: Yoshihiro Shimoda --- drivers/mfd/bd9571mwv.c | 10 +--------- include/linux/mfd/bd9571mwv.h | 10 +--------- 2 files changed, 2 insertions(+), 18 deletions(-) diff --git a/drivers/mfd/bd9571mwv.c b/drivers/mfd/bd9571mwv.c index fab3cdc..80c6ef0 100644 --- a/drivers/mfd/bd9571mwv.c +++ b/drivers/mfd/bd9571mwv.c @@ -1,17 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * ROHM BD9571MWV-M MFD driver * * Copyright (C) 2017 Marek Vasut * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - * - * This program is distributed "as is" WITHOUT ANY WARRANTY of any - * kind, whether expressed or implied; without even the implied warranty - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License version 2 for more details. - * * Based on the TPS65086 driver */ diff --git a/include/linux/mfd/bd9571mwv.h b/include/linux/mfd/bd9571mwv.h index eb05569..bcc7092 100644 --- a/include/linux/mfd/bd9571mwv.h +++ b/include/linux/mfd/bd9571mwv.h @@ -1,17 +1,9 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /* * ROHM BD9571MWV-M driver * * Copyright (C) 2017 Marek Vasut * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - * - * This program is distributed "as is" WITHOUT ANY WARRANTY of any - * kind, whether expressed or implied; without even the implied warranty - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License version 2 for more details. - * * Based on the TPS65086 driver */ -- 2.7.4