From patchwork Tue May 22 02:32:54 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 917971 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-gpio-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="ZpKHt/8j"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 40qfnk2Ln9z9s4n for ; Tue, 22 May 2018 12:32:58 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751719AbeEVCc4 (ORCPT ); Mon, 21 May 2018 22:32:56 -0400 Received: from mail-qt0-f196.google.com ([209.85.216.196]:39133 "EHLO mail-qt0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751505AbeEVCc4 (ORCPT ); Mon, 21 May 2018 22:32:56 -0400 Received: by mail-qt0-f196.google.com with SMTP id f1-v6so21565115qtj.6 for ; Mon, 21 May 2018 19:32:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=VojXRouCLOvJiEswMGZYOyMg+JOynYpmKjMw0yiFBNc=; b=ZpKHt/8jjxLy2eiekntUVTWkYskQdkre93HrlI5PjqgksBDaPkLr/m2/udBQ7wwgOD w2gmMabCo43psIx8AmGk55kAh2ELDQIBVt5Jp/Ahl0VK/CtLye2XQ/thMnSTQPcwdG3M skejXZvhMQxvCYDD749S7JGhOCCf9yA1G4XMui79yFgQBVT8RfDiFhsdI7h2NLJg60nn Mxh98n7UB/JGgILQ7SXvondmGQsTKL17g9NSjLaYUWD/O7GzBYc+/DgjUTGKumip0OEt mJZ/xsw5uRubCiMJIQwV9x34/hRttJOU8lUcLzwjWjf9vTTD2H09NndZjZdXXjhA76cE ao7Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=VojXRouCLOvJiEswMGZYOyMg+JOynYpmKjMw0yiFBNc=; b=Uv+fazl2ozslEYO9MtUuofVQVjpo4x3oL6545gEPZrC4WCyjzz6KHO8Li7IFuW3AI6 +6L5SSLs/EyKONxUjmN+MB6oOuxZ+2Tw5lkQ015e64oz/lmAAbTWhTuRhK1UwmTKZZsC L+uDgykoFXicVGsdAfPvRJKuDNVIEdW81KT12QcU/aiOTysh76b5gbOVY7IcNCUHM4Tb 20FvGpiyrbSc3yWFgGp0OV4dgKAwNNCxnVLEqvNudkhFn+jUVJ5YP3l9fOr8AyBDMEYS n9SYjzEXAeTIXaYQDAxMxhMISomS3pqVafFdS73FbvcUNgaDR6cTmjTJjaAmdCcTHArK QP4A== X-Gm-Message-State: ALKqPwcIuFZg81CJKkh5pnq+VX8RqWFZd4vRSS2fGuMTdVuNU2Yg/aiy MRAWWGYzzwQwOniShZkK4O+6oA== X-Google-Smtp-Source: AB8JxZrGNoeAE+lUHb18V+s8/rTzy53FOsCL5xZphw6kU/5QnpRPcdlphpdqxZialAcUzAKtoBVLoA== X-Received: by 2002:aed:3622:: with SMTP id e31-v6mr20104650qtb.82.1526956375405; Mon, 21 May 2018 19:32:55 -0700 (PDT) Received: from localhost.localdomain ([2804:14d:90ae:4c9c:4103:c8d5:a203:30d0]) by smtp.gmail.com with ESMTPSA id f67-v6sm11032287qkb.77.2018.05.21.19.32.53 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 21 May 2018 19:32:54 -0700 (PDT) From: Fabio Estevam To: linus.walleij@linaro.org Cc: anson.huang@nxp.com, linux-gpio@vger.kernel.org, Fabio Estevam Subject: [PATCH 1/2] gpio: mxc: Switch to SPDX identifier Date: Mon, 21 May 2018 23:32:54 -0300 Message-Id: <1526956375-18317-1-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 2.7.4 Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org From: Fabio Estevam Adopt the SPDX license identifier headers to ease license compliance management. Signed-off-by: Fabio Estevam --- drivers/gpio/gpio-mxc.c | 29 ++++++++--------------------- 1 file changed, 8 insertions(+), 21 deletions(-) diff --git a/drivers/gpio/gpio-mxc.c b/drivers/gpio/gpio-mxc.c index 11ec722..6a9dc61 100644 --- a/drivers/gpio/gpio-mxc.c +++ b/drivers/gpio/gpio-mxc.c @@ -1,24 +1,11 @@ -/* - * MXC GPIO support. (c) 2008 Daniel Mack - * Copyright 2008 Juergen Beisert, kernel@pengutronix.de - * - * Based on code from Freescale Semiconductor, - * Authors: Daniel Mack, Juergen Beisert. - * Copyright (C) 2004-2010 Freescale Semiconductor, Inc. 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 - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. - * 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. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - */ +// SPDX-License-Identifier: GPL-2.0+ +// +// MXC GPIO support. (c) 2008 Daniel Mack +// Copyright 2008 Juergen Beisert, kernel@pengutronix.de +// +// Based on code from Freescale Semiconductor, +// Authors: Daniel Mack, Juergen Beisert. +// Copyright (C) 2004-2010 Freescale Semiconductor, Inc. All Rights Reserved. #include #include