Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp3851196pxu; Sun, 20 Dec 2020 18:56:46 -0800 (PST) X-Google-Smtp-Source: ABdhPJz0IVOTuHmxdbzLoC+hfPMqI+NjfsXufC1DAwAf9DkpsyYD3J2YuEOapSEGxQxO2zE6qgTa X-Received: by 2002:a50:ac86:: with SMTP id x6mr14128744edc.197.1608519406328; Sun, 20 Dec 2020 18:56:46 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1608519406; cv=none; d=google.com; s=arc-20160816; b=xppi98PfWc0QOnRJgdUYKT7uzM50jXs647cnwaIPOG7Ie8168ymfF7YeVaDWJNGtGk 25otIMI2KWQWZOyCIoOwm93dXLzZu7Kp2uatYqQLfkGMKfosINTpPLHMl383r7kkA+BT gsMToYEMnBfnoduNmS5as/7meKyo/UDO/YWL7gj4XjHRHsphfqLSEl+NN+GdfBdCTOOy LWQFiR0ZRfbYO1IGj0i3ffpolzUaChpAZIh2QZdniONsWq04WmAywIakMo9lPifoe/P8 VbGxepckeVLXV9KywMgdjvqk++yTkf2uk7XGtEu0wiPxxYR9Q9a4IzJ+R0EVDAU9U+Y6 hVAg== 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=EUASAz37ZqY9AluQi98MvrCDHYo/6gNP1AClbyOrAuw=; b=QuBnEfKhL/Q/EAX0RSiX7PrZ9+84fjSO7KQ07DeVDx7GWOP22rNSCYO8OEtrxmctv+ 883WqfeoKls6aDeJocVcVQvULQbFZCipLlsoiCNsAJQTKNJW30hZ57QbZ71+r2oaoD+o MySfu4VINvUA/fM0HiUEgs67wpKDeBZoRr7Xh6vNPJoTBSNbTVAPnb3gClybRuUz+eWg WgeD2bdWgF+VITvxd9bMu7NtfX0ItFSxQGZENRa1lFYiayanXMs1rpx1M7sIdBPHppRK mnIFd6m+VdCgrLYjfFt1zsHqlR/65xmURDWRhdL/adGG4C7dpGuwVQywyUDLHfE/e9+x cgvg== 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 q22si8489404ejy.29.2020.12.20.18.56.24; Sun, 20 Dec 2020 18:56:46 -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 S1728381AbgLUCzV (ORCPT + 99 others); Sun, 20 Dec 2020 21:55:21 -0500 Received: from relmlor1.renesas.com ([210.160.252.171]:14140 "EHLO relmlie5.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728374AbgLUCzU (ORCPT ); Sun, 20 Dec 2020 21:55:20 -0500 X-IronPort-AV: E=Sophos;i="5.78,436,1599490800"; d="scan'208";a="66626763" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie5.idc.renesas.com with ESMTP; 21 Dec 2020 11:54:44 +0900 Received: from localhost.localdomain (unknown [10.166.252.89]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id C1EAD41BA027; Mon, 21 Dec 2020 11:54:44 +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 v4 09/12] mfd: bd9571mwv: Use the SPDX license identifier Date: Mon, 21 Dec 2020 11:54:36 +0900 Message-Id: <1608519279-13341-10-git-send-email-yoshihiro.shimoda.uh@renesas.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1608519279-13341-1-git-send-email-yoshihiro.shimoda.uh@renesas.com> References: <1608519279-13341-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 Acked-for-MFD-by: Lee Jones --- 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 19d57a4..e68c3fa 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