Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp84606imm; Tue, 21 Aug 2018 15:05:07 -0700 (PDT) X-Google-Smtp-Source: ANB0VdbQ/Gm0mrfFbap8bPKQR5IKYMDIwWM1ysFuB+UJ9rDnRvxug4/Iqyc9MKEnLNzP4YCTs62A X-Received: by 2002:a63:842:: with SMTP id 63-v6mr1071298pgi.44.1534889107152; Tue, 21 Aug 2018 15:05:07 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1534889107; cv=none; d=google.com; s=arc-20160816; b=Ogq++vM9PaPAOi0Zg2msLKOS/0b0QwrW1Zl9FWsPM1fyDlIs7JPtG52NrCjsUYEvNA Nri7tFWcjsoLXhBv4CHD7YfQxyB+sDV50ZnzBlzwYY17wpF/FCXKvjYSqdXwaJDXddSR whwFMhkcha9xOCqR+GPsD3k+0aDxaqs8D8kUgqPXnag3cWIoLbNUTYI7R/3dKrIUX62D kbcbdXXcdmP2lIlFtFhJzWCCFnydJMuLHjad0XisE0COYddFDOdkFbP2c5wMgT6zGKdU nML3+REJMbbFtHKBJY9eWpnQGPOUNFR3EfzpfxmdIt2D87TuINYoUP1kVJpW8iGMjDfZ 1Mhw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from:arc-authentication-results; bh=ADjwATTj6+6Yb2QUoJjfz6ECQ5U8snmd6fKVrxTnArE=; b=feUCpgNpOnrqNOPH1wcFaze/IwfXY8HPRBPknvf/XOK6nCKkfpYbgk0W0ZDDATTnXI Mtkv+omGMBGZ9Ej6zNKsWiEEvJp/NNY7QhkupU0NnnFhM1Hdi7P3NnbjxCT9NJ47CMR8 OXOP3ZMAp2VZ1N3qAnZhZKdZ5mL6lpfiM+/FQ5yqrtEHdtaGNxJXe/SMVPDNuqT41G+Q 8gj0yRiifuf2qZlgqiWH236NjZrohTUJYckws27GJyrGVDVlFMiTaxXzdlFXNrrPaBRk HJzS6mjeradFXPAD91cpJ+jP2jkhaRFuWCcQiTPI9PD/Yl8yJkSvubTFNcCCX2nJWSME JMDA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 185-v6si13114967pgj.511.2018.08.21.15.04.52; Tue, 21 Aug 2018 15:05:07 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728079AbeHVBZ0 (ORCPT + 99 others); Tue, 21 Aug 2018 21:25:26 -0400 Received: from sauhun.de ([88.99.104.3]:45332 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727796AbeHVBYt (ORCPT ); Tue, 21 Aug 2018 21:24:49 -0400 Received: from localhost (p54B3375F.dip0.t-ipconnect.de [84.179.55.95]) by pokefinder.org (Postfix) with ESMTPSA id 986392DA3F2; Wed, 22 Aug 2018 00:02:51 +0200 (CEST) From: Wolfram Sang To: linux-renesas-soc@vger.kernel.org Cc: Kuninori Morimoto , Wolfram Sang , Kishon Vijay Abraham I , Yoshihiro Shimoda , linux-kernel@vger.kernel.org Subject: [PATCH 07/11] phy: renesas: use SPDX identifier for Renesas drivers Date: Wed, 22 Aug 2018 00:02:20 +0200 Message-Id: <20180821220233.9202-8-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20180821220233.9202-1-wsa+renesas@sang-engineering.com> References: <20180821220233.9202-1-wsa+renesas@sang-engineering.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Wolfram Sang --- To be applied individually per subsystem tree. Morimoto-san, could you maybe ack this with your Renesas address? drivers/phy/renesas/phy-rcar-gen2.c | 5 +---- drivers/phy/renesas/phy-rcar-gen3-usb2.c | 5 +---- drivers/phy/renesas/phy-rcar-gen3-usb3.c | 5 +---- 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/drivers/phy/renesas/phy-rcar-gen2.c b/drivers/phy/renesas/phy-rcar-gen2.c index 97d4dd6ea924..72eeb066912d 100644 --- a/drivers/phy/renesas/phy-rcar-gen2.c +++ b/drivers/phy/renesas/phy-rcar-gen2.c @@ -1,12 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Renesas R-Car Gen2 PHY driver * * Copyright (C) 2014 Renesas Solutions Corp. * Copyright (C) 2014 Cogent Embedded, Inc. - * - * 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. */ #include diff --git a/drivers/phy/renesas/phy-rcar-gen3-usb2.c b/drivers/phy/renesas/phy-rcar-gen3-usb2.c index fb8f05e39cf7..3d57ea1e1437 100644 --- a/drivers/phy/renesas/phy-rcar-gen3-usb2.c +++ b/drivers/phy/renesas/phy-rcar-gen3-usb2.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Renesas R-Car Gen3 for USB2.0 PHY driver * @@ -6,10 +7,6 @@ * This is based on the phy-rcar-gen2 driver: * Copyright (C) 2014 Renesas Solutions Corp. * Copyright (C) 2014 Cogent Embedded, Inc. - * - * 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. */ #include diff --git a/drivers/phy/renesas/phy-rcar-gen3-usb3.c b/drivers/phy/renesas/phy-rcar-gen3-usb3.c index 88c83c9b8ff9..566b4cf4ff38 100644 --- a/drivers/phy/renesas/phy-rcar-gen3-usb3.c +++ b/drivers/phy/renesas/phy-rcar-gen3-usb3.c @@ -1,11 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Renesas R-Car Gen3 for USB3.0 PHY driver * * Copyright (C) 2017 Renesas Electronics Corporation - * - * 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. */ #include -- 2.11.0