From patchwork Tue Jan 16 10:57:12 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Manu Gautam X-Patchwork-Id: 10166485 X-Patchwork-Delegate: agross@codeaurora.org Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id B06E3600CA for ; Tue, 16 Jan 2018 10:59:44 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id AA7B9274A3 for ; Tue, 16 Jan 2018 10:59:44 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9F09D28358; Tue, 16 Jan 2018 10:59:44 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=unavailable version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1865D274A3 for ; Tue, 16 Jan 2018 10:59:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752073AbeAPK7a (ORCPT ); Tue, 16 Jan 2018 05:59:30 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:48948 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751515AbeAPK72 (ORCPT ); Tue, 16 Jan 2018 05:59:28 -0500 Received: by smtp.codeaurora.org (Postfix, from userid 1000) id E9F4160854; Tue, 16 Jan 2018 10:59:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1516100367; bh=5fpC1Wj4Q1rh5aexCsxHbbgaGRvJ5kUAFHBSZrKMGk4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=O0ILIjNyzaX1sJHPtuaPu9ZYllR6EDJh9+30vfLK/yfV+mcf1/WuNX2VBB0Kbvr+v pMLgFmLbvpcT4ZUeWzy6odBh4LVwExVQhpNrCeliGq2rF6JzQTb0WJw3OsuBM+ECBa N3IbrzkECZL6gvj1vudQQ2f1rzGDhzNcDrTzhyJE= Received: from mgautam-linux.qualcomm.com (blr-c-bdr-fw-01_globalnat_allzones-outside.qualcomm.com [103.229.19.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: mgautam@smtp.codeaurora.org) by smtp.codeaurora.org (Postfix) with ESMTPSA id 49F3F6076A; Tue, 16 Jan 2018 10:59:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1516100367; bh=5fpC1Wj4Q1rh5aexCsxHbbgaGRvJ5kUAFHBSZrKMGk4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=O0ILIjNyzaX1sJHPtuaPu9ZYllR6EDJh9+30vfLK/yfV+mcf1/WuNX2VBB0Kbvr+v pMLgFmLbvpcT4ZUeWzy6odBh4LVwExVQhpNrCeliGq2rF6JzQTb0WJw3OsuBM+ECBa N3IbrzkECZL6gvj1vudQQ2f1rzGDhzNcDrTzhyJE= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 49F3F6076A Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=mgautam@codeaurora.org From: Manu Gautam To: Kishon Vijay Abraham I Cc: linux-arm-msm@vger.kernel.org, linux-usb@vger.kernel.org, Manu Gautam , Vivek Gautam , Varadarajan Narayanan , smuthayy , Fengguang Wu , Wei Yongjun , Jaehoon Chung , Viresh Kumar , linux-kernel@vger.kernel.org (open list:GENERIC PHY FRAMEWORK) Subject: [PATCH v5 17/17] phy: add SPDX identifier to QMP and QUSB2 PHY drivers Date: Tue, 16 Jan 2018 16:27:12 +0530 Message-Id: <1516100232-18623-18-git-send-email-mgautam@codeaurora.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1516100232-18623-1-git-send-email-mgautam@codeaurora.org> References: <1516100232-18623-1-git-send-email-mgautam@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The SPDX identifier is a legally binding shorthand, which can be used instead of the full boiler plate text. Signed-off-by: Manu Gautam --- drivers/phy/qualcomm/phy-qcom-qmp.c | 11 +---------- drivers/phy/qualcomm/phy-qcom-qusb2.c | 10 +--------- 2 files changed, 2 insertions(+), 19 deletions(-) diff --git a/drivers/phy/qualcomm/phy-qcom-qmp.c b/drivers/phy/qualcomm/phy-qcom-qmp.c index ba6c5b2..6470c5d 100644 --- a/drivers/phy/qualcomm/phy-qcom-qmp.c +++ b/drivers/phy/qualcomm/phy-qcom-qmp.c @@ -1,15 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Copyright (c) 2017, The Linux Foundation. All rights reserved. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 and - * only version 2 as published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * */ #include diff --git a/drivers/phy/qualcomm/phy-qcom-qusb2.c b/drivers/phy/qualcomm/phy-qcom-qusb2.c index f1e4a64..94afeac 100644 --- a/drivers/phy/qualcomm/phy-qcom-qusb2.c +++ b/drivers/phy/qualcomm/phy-qcom-qusb2.c @@ -1,14 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Copyright (c) 2017, The Linux Foundation. All rights reserved. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 and - * only version 2 as published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. */ #include