Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp7096711pxu; Fri, 25 Dec 2020 01:35:38 -0800 (PST) X-Google-Smtp-Source: ABdhPJzkIZohEXuLCNVU32uTjD2nvYBnYbqGGe88/HUc6PF1g2Eb/iFvzfXygiSKDEFxZVBrsWf+ X-Received: by 2002:a17:907:1004:: with SMTP id ox4mr30466603ejb.240.1608888937937; Fri, 25 Dec 2020 01:35:37 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1608888937; cv=none; d=google.com; s=arc-20160816; b=SZvy3Mmyp1Ssn3fj1XhJWbdmw9Te7rDIKwSwO8KLO5t0xewnVEXmxBI4D9d++V/z4I UGcu+RLpPAS9KH2BRwSlUrCTdvzEG9nMf/z5DE+hAuyRUC4nJlbgNL7e4eqrrfMzqFTV +JSr+LYP8dYx0mc9pAMHw70n6lPuhCv2RpIBJ3Z/FH1ikAq5AfNNee7XgHOShogP/5St QOMC3+C0YncP9UgYZFz4TFnYNnygIQ8woD3GUpGREKRYxeErWI6X8wVPRve0hz0DpT3U BYd/G6PEHNgCrjOIP9GeVa86lRFiXxGNRoI3Czx36PXj4CfieAyM/GyzNhb1pgBPcO46 7Lsg== 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=CAiFyi6HD6vtD3EZ1yP8odATHUdU2UnGsHWwQaLeddg=; b=qxBZOrhsFEIb9kHFjLrR2ittLMJlOJHty6OEjnNk0yR2N2LXTLWfO5RFodXcJt4Y1T MdrnGx2z/gW6MYa1bt0Na9QFp2VTjovJqaJYa9mzc1f+qCKmQvWeNQpZGW8vU5li3SQn G0Gm12TYMLGUlNBqr298Kp5oKxj5ld/ySa4jDyJySE/E+dhV+CrxFHN0kLu8LGJRKhzJ 1NQAlsGzYh/j825jTvutgsE69XQFoB6Li4j7aTYivIbNEGqpo3qPeNgB/NZSc7PNCzMh cvBTucvO5aGE1saI4JENuaWjBBQ/04SMMNVBTFfpfeuaFn0ElXLqe5pl88bRJhjnjX1z XV0g== 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 r22si15081104eji.295.2020.12.25.01.35.15; Fri, 25 Dec 2020 01:35:37 -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 S1729268AbgLYJeL (ORCPT + 99 others); Fri, 25 Dec 2020 04:34:11 -0500 Received: from relmlor1.renesas.com ([210.160.252.171]:32384 "EHLO relmlie5.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1729238AbgLYJeJ (ORCPT ); Fri, 25 Dec 2020 04:34:09 -0500 X-IronPort-AV: E=Sophos;i="5.78,447,1599490800"; d="scan'208";a="67150489" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie5.idc.renesas.com with ESMTP; 25 Dec 2020 18:33:36 +0900 Received: from localhost.localdomain (unknown [10.166.252.89]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 04E8E40178D8; Fri, 25 Dec 2020 18:33:36 +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 v8 06/12] gpio: bd9571mwv: Use the SPDX license identifier Date: Fri, 25 Dec 2020 18:33:21 +0900 Message-Id: <1608888807-3117-7-git-send-email-yoshihiro.shimoda.uh@renesas.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1608888807-3117-1-git-send-email-yoshihiro.shimoda.uh@renesas.com> References: <1608888807-3117-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 Reviewed-by: Geert Uytterhoeven --- drivers/gpio/gpio-bd9571mwv.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/drivers/gpio/gpio-bd9571mwv.c b/drivers/gpio/gpio-bd9571mwv.c index c0abc9c..abb622c 100644 --- a/drivers/gpio/gpio-bd9571mwv.c +++ b/drivers/gpio/gpio-bd9571mwv.c @@ -1,17 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * ROHM BD9571MWV-M GPIO 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 * * NOTE: Interrupts are not supported yet. -- 2.7.4