From patchwork Wed Aug 22 20:41:03 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 961032 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=pass (p=none dis=none) header.from=linaro.org Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="CQGW/1tq"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 41wfbF53ybz9s3C for ; Thu, 23 Aug 2018 06:41:29 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727372AbeHWAHw (ORCPT ); Wed, 22 Aug 2018 20:07:52 -0400 Received: from mail-lf1-f67.google.com ([209.85.167.67]:44306 "EHLO mail-lf1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727331AbeHWAHw (ORCPT ); Wed, 22 Aug 2018 20:07:52 -0400 Received: by mail-lf1-f67.google.com with SMTP id g6-v6so2376411lfb.11 for ; Wed, 22 Aug 2018 13:41:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=O6WuP8qwseI7NYdNvQzo28H1LrcQOeUzubYHV0pnHVE=; b=CQGW/1tqOhJbkOr49Ekr6VWN51qcTZHL9M3VIL7m5POBEvgjOq3uGUZlDsE+CBEIin 7u7OMqjBlJX6TQS0ZjUvsH9qIgv4ntAcJ3hCWIzBT+KYT1wH6OzrAT6n24qfvjlvM1SY HPScrUTiNwsVPN8nzpda145phDqsnR32Sfwzk= 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:in-reply-to :references; bh=O6WuP8qwseI7NYdNvQzo28H1LrcQOeUzubYHV0pnHVE=; b=NMiX2zxHs29Ed0HAo+bp1DtWOUIxv1qwH5zThz5ryTl5sl5POhxnhKYo4VSekcRLUB ckAQcvMhBVmPPq3C+91zqJ7lRAg2f6sIWWuxFFVKnzyJRMmv59dQPvUDPQuecRUv9Z2m 6eGTppqmQKjkRSel4VrmOKLZBDZRMEaTTnIA2VK3C4M7i/mmfuEeyv5P5QcKtGV2n5AO 0MXIAncMtdZyb8ngyR6Bp1o4qPQ0M2V5h10B/LR4I93uEmyqKXhO0rkBkzagKZKnbmt0 ouOMAw2JQzH79Xk99+kCUHP47aP8VEqlgUVeto2w5jzfXaFPQ3vD5kWwuVJlDmCniXao T56g== X-Gm-Message-State: AOUpUlFMu2/bdGtn9mKt6zLW31FORM2h9tcPgdVfgeGzTCAkwny6n3vm 4pXifTvEgKsxLPi1o1V+DnJRxA== X-Google-Smtp-Source: AA+uWPzcoYoKny3gN4drLCflieo1u/2Buj9zvI92dlsi7uboxrHq7YrcbBvevy8SxIaNVvIDXcObgg== X-Received: by 2002:a19:990d:: with SMTP id b13-v6mr19074225lfe.13.1534970487196; Wed, 22 Aug 2018 13:41:27 -0700 (PDT) Received: from localhost.bredbandsbolaget (c-ae7b71d5.014-348-6c756e10.bbcust.telenor.se. [213.113.123.174]) by smtp.gmail.com with ESMTPSA id q128-v6sm431515ljq.72.2018.08.22.13.41.25 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 22 Aug 2018 13:41:26 -0700 (PDT) From: Linus Walleij To: H Hartley Sweeten , Alexander Sverdlin Cc: linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org, Linus Walleij Subject: [PATCH 03/11] gpio: ep93xx: Switch to SPDX license tag Date: Wed, 22 Aug 2018 22:41:03 +0200 Message-Id: <20180822204111.9581-4-linus.walleij@linaro.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180822204111.9581-1-linus.walleij@linaro.org> References: <20180822204111.9581-1-linus.walleij@linaro.org> Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org The subject says it all. Cut down on boilerplate. Signed-off-by: Linus Walleij --- drivers/gpio/gpio-ep93xx.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/gpio/gpio-ep93xx.c b/drivers/gpio/gpio-ep93xx.c index 3bfd0e46f7ed..3822d11e90ac 100644 --- a/drivers/gpio/gpio-ep93xx.c +++ b/drivers/gpio/gpio-ep93xx.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Generic EP93xx GPIO handling * @@ -6,10 +7,6 @@ * * Based on code originally from: * linux/arch/arm/mach-ep93xx/core.c - * - * 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