Received: by 2002:a05:6a10:2785:0:0:0:0 with SMTP id ia5csp3458875pxb; Tue, 12 Jan 2021 15:35:00 -0800 (PST) X-Google-Smtp-Source: ABdhPJzxLjwiYhB4AhJpimqhp9EZzBy6arq0mYgJ141Na/d8eSAcqqFWVD4PxMZWOIMj9jytHEkB X-Received: by 2002:aa7:d74f:: with SMTP id a15mr1255768eds.344.1610494500560; Tue, 12 Jan 2021 15:35:00 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1610494500; cv=none; d=google.com; s=arc-20160816; b=t1ZfRtD5pPTSAClPNSpz/k0Fcos7eTvGWgU78YaJzNwmE6TZEKY31nmKv+10d/iPyb jNXk6uY18JG4LqvexD1y7oLlse4OPBZhYE6Pm5WCAyewiu0Jhw5lZ/clFANvWdjhLrCa tdPTcCvyJrvbRb+LuaJfYHjnxrCj3Cm/COEi/o3EVxE4djMST8yucyvNlbNjFJuw+nUH QnMV6Fxx1i4Ua/kTPbd3U9udyX36ZdomfeNB9n4YktmMPAeMpeKX66+ua41HsDboJxI1 LzkzWCwDKxU4s0EQID1ZQmKOAxdX/Dg3h55xv8hPSB+7lWzfiR2umUq3aqfVOL8esqDb A9cA== 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=sExAtS8ywT62xfACk2ZyuwbdA2VPP1YP8hT8rXog8Pc=; b=B5TkVshRqTlSvCPgHw1FZcrN8GBr/rUtJL/ywSzAWvtd7dPEUHfWtO3b88m7HLfJMa qrTlQ+pP3yyKCj+VSj27ggtzwhbePQeCxd2NkTNchGK0Bb5fth2LlkWHKcB9YWkwy2p+ AW0qtEvCxZUSoYKmknbQV3HfJ4UfrHaU8tsemgPUPFe7l5K0vHJ0JaGBUDspT0c7wBmQ N3PWYAS2KUYqZ3E1klQPPQP/MHBVV1Qx0CilJML5pcHCejmxsziGjmjy/O6yh3ZgznZb LWINUN43tDgm02e2EafhcUr/1oqez030WvoUukmKpnUbNQ1QO1mn4T2yRJpZnZ5vGofb m4KQ== 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 y15si116315edv.392.2021.01.12.15.34.36; Tue, 12 Jan 2021 15:35:00 -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 S2405858AbhALJCd (ORCPT + 99 others); Tue, 12 Jan 2021 04:02:33 -0500 Received: from relmlor1.renesas.com ([210.160.252.171]:61665 "EHLO relmlie5.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S2405680AbhALJBx (ORCPT ); Tue, 12 Jan 2021 04:01:53 -0500 X-IronPort-AV: E=Sophos;i="5.79,340,1602514800"; d="scan'208";a="68731775" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie5.idc.renesas.com with ESMTP; 12 Jan 2021 18:01:19 +0900 Received: from localhost.localdomain (unknown [10.166.252.89]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id EAD9C40061BC; Tue, 12 Jan 2021 18:01:18 +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 v9 06/12] gpio: bd9571mwv: Use the SPDX license identifier Date: Tue, 12 Jan 2021 18:01:01 +0900 Message-Id: <1610442067-7446-7-git-send-email-yoshihiro.shimoda.uh@renesas.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1610442067-7446-1-git-send-email-yoshihiro.shimoda.uh@renesas.com> References: <1610442067-7446-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 Reviewed-by: Linus Walleij Acked-by: Bartosz Golaszewski --- 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