From patchwork Thu Apr 19 08:31:02 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 900673 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=linaro.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="AQFrxEWb"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 40RXJQ53Hvz9s1P for ; Thu, 19 Apr 2018 18:31:18 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751110AbeDSIbR (ORCPT ); Thu, 19 Apr 2018 04:31:17 -0400 Received: from mail-lf0-f68.google.com ([209.85.215.68]:39676 "EHLO mail-lf0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751046AbeDSIbP (ORCPT ); Thu, 19 Apr 2018 04:31:15 -0400 Received: by mail-lf0-f68.google.com with SMTP id p142-v6so6525675lfd.6 for ; Thu, 19 Apr 2018 01:31:15 -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; bh=iiENPMl3TL0aC7gKGo3H8L1OAekroCTI3xJ9uRWfLDk=; b=AQFrxEWbiqmQhMp6BgAppYlG1q22sDxhol4xBVzE3g0Ye0qWG+S102nXHZMFooNzM/ tMXwijb/W2EYyskETH+xRqViplhmniQRr0Ri2zKvWoNLrmxTeSP9sxPOLya+1qh58pAD qWyAz6FsARqT9vsQQttLJlR92rpO2ZwW5MRs0= 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=iiENPMl3TL0aC7gKGo3H8L1OAekroCTI3xJ9uRWfLDk=; b=kCUkG1rx+t4lC/M3p8pLSRH9rfdQX4WOJ2Igwa+JRppiV6oM7nOoUkjideN0D2oDEX /zie72jMpXlWiLQEYlkUudY5irKmmD339/RfC6uwbdmLQaUV6gshtBPc4miT7/4pTDqF vQbgg/JVbKhSACXfRbfBOcrpyydT16uy0PUa/nlSiKNUtS26sG6KKHY9LnufUxxUZzOj VY5Olu3XVO/xjGPKssbswnKWsRngGDVIZwZITkSO/OY3TdS6k3qFSIiwBSk+sh5mS0Zn p/0F/911KY6Fv8cwm9k9TvqnblhMxKUHp3sufn55jy7wH4SOfCSkeqHFRCwmnysEpuq3 okiQ== X-Gm-Message-State: ALQs6tDe8styi9nG70DDN+GOOOO0JpXA6+G+2L0fZ5glGUFufaBPS81x rWoH2/JWESMX66IBqG3rr/gUGKqKzK8= X-Google-Smtp-Source: AIpwx4/wOyGbHmUxj2+u/EWk8w/UbqBKKrj19lhqXUwwzsYEWJZLoF/0I9Lt/V98XgPpFnx+z9w2Cg== X-Received: by 10.46.112.5 with SMTP id l5mr1367100ljc.34.1524126674313; Thu, 19 Apr 2018 01:31:14 -0700 (PDT) Received: from genomnajs.ideon.se ([85.235.10.227]) by smtp.gmail.com with ESMTPSA id v3sm496855ljc.67.2018.04.19.01.31.13 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 19 Apr 2018 01:31:13 -0700 (PDT) From: Linus Walleij To: linux-gpio@vger.kernel.org Cc: Linus Walleij Subject: [PATCH 01/10] gpio: lp3943: Include the right header Date: Thu, 19 Apr 2018 10:31:02 +0200 Message-Id: <20180419083111.6280-1-linus.walleij@linaro.org> X-Mailer: git-send-email 2.14.3 Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org This is a driver so only include . Signed-off-by: Linus Walleij --- drivers/gpio/gpio-lp3943.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/gpio-lp3943.c b/drivers/gpio/gpio-lp3943.c index 6dc6725403ec..c3a3b9b7b553 100644 --- a/drivers/gpio/gpio-lp3943.c +++ b/drivers/gpio/gpio-lp3943.c @@ -12,7 +12,7 @@ #include #include -#include +#include #include #include #include From patchwork Thu Apr 19 08:31: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: 900674 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=linaro.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="eTpQa1/J"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 40RXJR3zBtz9s2M for ; Thu, 19 Apr 2018 18:31:19 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751046AbeDSIbS (ORCPT ); Thu, 19 Apr 2018 04:31:18 -0400 Received: from mail-lf0-f67.google.com ([209.85.215.67]:43008 "EHLO mail-lf0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751092AbeDSIbR (ORCPT ); Thu, 19 Apr 2018 04:31:17 -0400 Received: by mail-lf0-f67.google.com with SMTP id v207-v6so6524052lfa.10 for ; Thu, 19 Apr 2018 01:31:17 -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=wWD3dsMxKfgc5hNir4Sfr5Dmmcz+1yjkgCsv2Q/eWlE=; b=eTpQa1/JwPX4Eiah7V6MLq+v+6KSsmAHvNO//RiR0iJMzEnMaebOXsoNqaIrvOQ8kQ Ya6x64ymHKKnEwgmnP9Ih37dbQxleoZQnAcn6HHfESm73kTQje9xF5CM6k5UvT0QLFXj HNI/d6ZGWgSFUmm3Rn3zr5t06Pss0EX/zCbh4= 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=wWD3dsMxKfgc5hNir4Sfr5Dmmcz+1yjkgCsv2Q/eWlE=; b=pOdMiWvWjguA4twOQ0q0TvzTDdBDRJfJXfGJDC1orh+4kgqIpceRanTcxXzlYiH+Z1 k2OyjQtZuXHKksPWXrrsdIAX/8c8phu6rfEomXQLSeE+BCD76kkWrbOwEZnE4a/Q3y4V Kt9BF+Xxw2dZ3zVOez7Xm30/ZY4nr5bFx9U7rhGZ2B2orxmdUmaowMtOwGVWPamXKpId ljJDmiDjt+JqV79Z8slKyni9REag9Shky+Zd/8kMBPkXIv1CFKQ6gZOGqk1OOssu1ixs KsxMs2+jlWP/pwLT3LVMiedV6TOo4BHdDe6g6VOhjBTqNuT3pL6CeGm6y02ypMuDDzvm xMNg== X-Gm-Message-State: ALQs6tDC6vwUAHwA4qcQQ+1+yBvY2BcMoCfA12+UVmbGZOk4Zm6Mjcvw HiAAt0qbUc4x4UMjTx5NK05kEUUeLVg= X-Google-Smtp-Source: AIpwx49jTfcqgM7qTI81ta/D0PfQphBCleM3X2PZTcyB5AvYRA8RGW0bM2xF4sRyGcvxx2Gqq8nhUQ== X-Received: by 10.46.46.10 with SMTP id u10mr3458089lju.77.1524126676020; Thu, 19 Apr 2018 01:31:16 -0700 (PDT) Received: from genomnajs.ideon.se ([85.235.10.227]) by smtp.gmail.com with ESMTPSA id v3sm496855ljc.67.2018.04.19.01.31.14 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 19 Apr 2018 01:31:15 -0700 (PDT) From: Linus Walleij To: linux-gpio@vger.kernel.org Cc: Linus Walleij Subject: [PATCH 02/10] gpio: lp873x: Include the right header Date: Thu, 19 Apr 2018 10:31:03 +0200 Message-Id: <20180419083111.6280-2-linus.walleij@linaro.org> X-Mailer: git-send-email 2.14.3 In-Reply-To: <20180419083111.6280-1-linus.walleij@linaro.org> References: <20180419083111.6280-1-linus.walleij@linaro.org> Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org This is a driver so include only . Signed-off-by: Linus Walleij --- drivers/gpio/gpio-lp873x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/gpio-lp873x.c b/drivers/gpio/gpio-lp873x.c index df0ad2cef0d2..801995dd9b26 100644 --- a/drivers/gpio/gpio-lp873x.c +++ b/drivers/gpio/gpio-lp873x.c @@ -14,7 +14,7 @@ * Based on the TPS65218 driver */ -#include +#include #include #include #include From patchwork Thu Apr 19 08:31:04 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 900675 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=linaro.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="jid1f087"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 40RXJS6NNlz9s1P for ; Thu, 19 Apr 2018 18:31:20 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751135AbeDSIbU (ORCPT ); Thu, 19 Apr 2018 04:31:20 -0400 Received: from mail-lf0-f67.google.com ([209.85.215.67]:36182 "EHLO mail-lf0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751082AbeDSIbT (ORCPT ); Thu, 19 Apr 2018 04:31:19 -0400 Received: by mail-lf0-f67.google.com with SMTP id d20-v6so6547327lfe.3 for ; Thu, 19 Apr 2018 01:31:18 -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=JUFIER6fGh8MpYV7++F8zq7r20QR13T4OAHLtFadekc=; b=jid1f087FO5a8mkSsnD5eUgo2EkpYVs9ztFYIAdajCo8bUqfMa6hHUyWB88cBqU1zr 1wGzMfza6Ev+MBZy1EQU9IsnEhCjZy62UV+cEx9JXvk6RqvmpKhIBFiES7oKwRQwWn9K /yLoCNyAKRifnTTfUah7CVieGSiN4ZQUJFu9c= 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=JUFIER6fGh8MpYV7++F8zq7r20QR13T4OAHLtFadekc=; b=IHqLxnmrxpsLLt3zzZkCVd1uFBjyEiyZXU6OvGJq4sigKcK3tNqj7AmBL2uMeNLnFr gAp7l0/b3XoJj20HzyCOVq/JS3H9PC+h/p/X0Ea7mMFqKP4LPmDMnUgYBl4+eZu5Qsm4 ZzHuDS7Yu/GDEdI4k9eKNthTd5jSerNTdRlSdOnwX74du3mP9h7InFhQvGcF6lAcEmgv ls13J/mssTTVIZc4GamHDDsD6f00EJgY6UMxXzV0w0RzWk7LAVtehoOiHyZa8mGIgW8y WuH4WCwynLYU1FOXk/36E57l4A7INbVV8PT2aTYvUTeC5sYTTWFOBtbWoedQMPCbxi3i 8f7A== X-Gm-Message-State: ALQs6tC+s8LX5qIreJALLszufv0kNuAIuhY33zHRXR8A8Q+QGjq2LfyG ccIOd7SuRTIR+FtgUUJPxKPWDHBIEi4= X-Google-Smtp-Source: AIpwx48RCsNPDF4P89LAGmqOyhQ+fVujwkf8qyUkFsnoXSzvLTyNOGHQbTxQ4pAD0yRSgQAX0s/rgg== X-Received: by 2002:a19:2685:: with SMTP id m127-v6mr1860356lfm.62.1524126677762; Thu, 19 Apr 2018 01:31:17 -0700 (PDT) Received: from genomnajs.ideon.se ([85.235.10.227]) by smtp.gmail.com with ESMTPSA id v3sm496855ljc.67.2018.04.19.01.31.16 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 19 Apr 2018 01:31:17 -0700 (PDT) From: Linus Walleij To: linux-gpio@vger.kernel.org Cc: Linus Walleij Subject: [PATCH 03/10] gpio: lpc32xx: Include the right header Date: Thu, 19 Apr 2018 10:31:04 +0200 Message-Id: <20180419083111.6280-3-linus.walleij@linaro.org> X-Mailer: git-send-email 2.14.3 In-Reply-To: <20180419083111.6280-1-linus.walleij@linaro.org> References: <20180419083111.6280-1-linus.walleij@linaro.org> Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org This is a driver so only include . Signed-off-by: Linus Walleij --- drivers/gpio/gpio-lpc32xx.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/gpio/gpio-lpc32xx.c b/drivers/gpio/gpio-lpc32xx.c index 92b3ae2a6735..aa74cc4d8b14 100644 --- a/drivers/gpio/gpio-lpc32xx.c +++ b/drivers/gpio/gpio-lpc32xx.c @@ -20,9 +20,8 @@ #include #include #include -#include +#include #include -#include #include #include From patchwork Thu Apr 19 08:31:05 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 900676 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=linaro.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="EO13PRpt"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 40RXJV64Nnz9s1P for ; Thu, 19 Apr 2018 18:31:22 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751136AbeDSIbW (ORCPT ); Thu, 19 Apr 2018 04:31:22 -0400 Received: from mail-lf0-f67.google.com ([209.85.215.67]:39692 "EHLO mail-lf0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751082AbeDSIbV (ORCPT ); Thu, 19 Apr 2018 04:31:21 -0400 Received: by mail-lf0-f67.google.com with SMTP id p142-v6so6526102lfd.6 for ; Thu, 19 Apr 2018 01:31:20 -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=xdV9Ij2PEtddfgTYiyK2h/h2W8kNPuwsA6eQ/4RH71c=; b=EO13PRptlAKYFWtNgUm4NACa5MhzlOeoJNKxMs+da/rOmDkMrWGnaSxzS+8pYi5Wpb Z8TMZ5qipMgyqZ3/AGg8AnaffA/xOzBryStKz1/p/KsvszT6ob3R2rDw7MDCT8ZschGa Qgv20KWVFyQWJ05hrmgNiaNOfT08ttVoTOPJY= 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=xdV9Ij2PEtddfgTYiyK2h/h2W8kNPuwsA6eQ/4RH71c=; b=dyT+aiLHIr2FSCW4DlQoS5C0EIgeh/lksUAxs9gG9Tjvl+RS5gWpcz6PGRc+vONeic XLuc3+zZSRroHATzq2NEaPbaPP1fmsUoFTAemh0MHbbl0x4ig/ZbITSs/9e4D7PA9V9u SYwhfm2hs71U1BzvseG98QNISS5G/1QqI05HENI5ZM7My/JYyHgOeQxDuRahVJR8ivXD p7YrJ4i+HLNPrr+UPNPWJqRNhgVathmFj/4e5N1WjlIAyqQMUAFKCLK1bdfDhM8BHLqc HUSUrpDCAqpAVuO7zrd9h74Sb92iWm/kXnrfj/m0aBDLa5Nko3jRANzt6uJ2nUZnqhY6 dv4g== X-Gm-Message-State: ALQs6tBLbnbtcaKt31YmwDJK4xsz2g5PwFhNnoLEs3BnJAb/b7EHpWAZ Cofzkd7XaGI8VQDBIHM2P07o1dPogvI= X-Google-Smtp-Source: AIpwx4/jXobo4kiyUyHlhWhQBJNSh+WejXEBxaErtsqcwXXCMABHV4zCEjDlqtpNRHquNoeNsmx/VQ== X-Received: by 2002:a19:d015:: with SMTP id h21-v6mr3517216lfg.124.1524126679588; Thu, 19 Apr 2018 01:31:19 -0700 (PDT) Received: from genomnajs.ideon.se ([85.235.10.227]) by smtp.gmail.com with ESMTPSA id v3sm496855ljc.67.2018.04.19.01.31.18 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 19 Apr 2018 01:31:18 -0700 (PDT) From: Linus Walleij To: linux-gpio@vger.kernel.org Cc: Linus Walleij Subject: [PATCH 04/10] gpio: lynxpoint: Include the right header Date: Thu, 19 Apr 2018 10:31:05 +0200 Message-Id: <20180419083111.6280-4-linus.walleij@linaro.org> X-Mailer: git-send-email 2.14.3 In-Reply-To: <20180419083111.6280-1-linus.walleij@linaro.org> References: <20180419083111.6280-1-linus.walleij@linaro.org> Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org This is a driver so only include . Signed-off-by: Linus Walleij --- drivers/gpio/gpio-lynxpoint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/gpio-lynxpoint.c b/drivers/gpio/gpio-lynxpoint.c index 1e557b10d73e..b5b5e500e72c 100644 --- a/drivers/gpio/gpio-lynxpoint.c +++ b/drivers/gpio/gpio-lynxpoint.c @@ -25,7 +25,7 @@ #include #include #include -#include +#include #include #include #include From patchwork Thu Apr 19 08:31:06 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 900677 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=linaro.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="MqF3FZZ1"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 40RXJX32qTz9s27 for ; Thu, 19 Apr 2018 18:31:24 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751082AbeDSIbX (ORCPT ); Thu, 19 Apr 2018 04:31:23 -0400 Received: from mail-lf0-f66.google.com ([209.85.215.66]:41930 "EHLO mail-lf0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751149AbeDSIbW (ORCPT ); Thu, 19 Apr 2018 04:31:22 -0400 Received: by mail-lf0-f66.google.com with SMTP id m202-v6so6544004lfe.8 for ; Thu, 19 Apr 2018 01:31:22 -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=DXVUe4uy3xVSz5tAeU4vjMIw4zYGaIYeJRG/pauj+8k=; b=MqF3FZZ1MuS6WDndFvphxS06TEl8eDzGxdr6vxcHKgJ0vOzepp2p/B13djLc/vwdHE 1S9wNRclowu4DzmId5TRxxliIMl/jzYQ665TVqhlI9FeVlnYdt1Gequj3KmRstHWSWIM 7o3xFPudBAtCrxhVmm5k7CZI4Bl6iQR7ebOR0= 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=DXVUe4uy3xVSz5tAeU4vjMIw4zYGaIYeJRG/pauj+8k=; b=CuylQX78TKVLte0hbKiHilYdlz+OhvtmY7BXX9MhFKAx9QMNC/orySNTWxo8WrUwVQ lbkqeJLARrLQm3/W0fLlPcoQItXtPIu11kCSpuDgU97P4UTb/0KlYphhyo0kFISkz4aY sl/OE+u5BsACMyB8T75hrDqP/sKhKARUknAnvRQ3mABFfM1gDjDjta48S1H7DDPgpmg4 rX+uiHT6RDEpUsLG1J+RVlMMqZIcsf/9LKnrOY2eNH3lpYZt5BhrNrRGmZ5MQvWV76/B ssHWKVq8k3+84buEufHbqLlOB1ir0J1b2GL1aYUouO0ca2pKA7eXdk9pk+x4ZCEdhsSr icuQ== X-Gm-Message-State: ALQs6tAm1LLjLTGw2DcC6Vo8I/NZWylFZZghKzrWROqpS5gXVerAaBB+ EGb0MAIY+j/NWrcLQ24hSJggOrHCuwQ= X-Google-Smtp-Source: AIpwx48MPluu6Uln/227kV/j6glD/qiW4DNqS9TAGzKZ8lwKdsQ2XG9rmWckte3UaDTYsuBt8yJwTw== X-Received: by 2002:a19:6357:: with SMTP id x84-v6mr3773359lfb.17.1524126681337; Thu, 19 Apr 2018 01:31:21 -0700 (PDT) Received: from genomnajs.ideon.se ([85.235.10.227]) by smtp.gmail.com with ESMTPSA id v3sm496855ljc.67.2018.04.19.01.31.20 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 19 Apr 2018 01:31:20 -0700 (PDT) From: Linus Walleij To: linux-gpio@vger.kernel.org Cc: Linus Walleij Subject: [PATCH 05/10] gpio: max730x: Include the right header Date: Thu, 19 Apr 2018 10:31:06 +0200 Message-Id: <20180419083111.6280-5-linus.walleij@linaro.org> X-Mailer: git-send-email 2.14.3 In-Reply-To: <20180419083111.6280-1-linus.walleij@linaro.org> References: <20180419083111.6280-1-linus.walleij@linaro.org> Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org This is a driver so only include . Signed-off-by: Linus Walleij --- drivers/gpio/gpio-max730x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/gpio-max730x.c b/drivers/gpio/gpio-max730x.c index 946d09195598..198a36b07773 100644 --- a/drivers/gpio/gpio-max730x.c +++ b/drivers/gpio/gpio-max730x.c @@ -35,7 +35,7 @@ #include #include #include -#include +#include #include /* From patchwork Thu Apr 19 08:31:07 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 900678 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=linaro.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="gm80JW6M"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 40RXJZ0F99z9s1P for ; Thu, 19 Apr 2018 18:31:26 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751150AbeDSIbZ (ORCPT ); Thu, 19 Apr 2018 04:31:25 -0400 Received: from mail-lf0-f66.google.com ([209.85.215.66]:45855 "EHLO mail-lf0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751149AbeDSIbY (ORCPT ); Thu, 19 Apr 2018 04:31:24 -0400 Received: by mail-lf0-f66.google.com with SMTP id q5-v6so6529351lff.12 for ; Thu, 19 Apr 2018 01:31:24 -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=v5rwuJGAlGMuyrWQea1lIQaELgAkC4AHSJujPIa4B30=; b=gm80JW6M+SuUeZvvxeOOWbMWntN8G2HDxMHCOYus8IvaHCxB6a7xdvbqeejbDkL4IX t7V2Gkc7R8ZDTwm4TOt5G1KxAdt7Fv0lQhXPYkmOLC6YwWiMXI3685Urc0h5n+QlLLw+ aaR62GR/NK62m6mrp6C7vIbkhNS5ruKyOqzMU= 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=v5rwuJGAlGMuyrWQea1lIQaELgAkC4AHSJujPIa4B30=; b=ewa38zOEq1PRY61iZxeT/DXwk9R4IKLodpmru0MFPUGFnbHu34QLwBaXvWxc+vr4Uo fKSW41QLb1Ok2tQBV5yVUZADTMP3VKGww13tNLYhAj7gsdUWMoTfpfFHxyElPSHTfBZ9 OpWF06iw70AEUotIYaP72xwWcPEhyAnQaLt9E3IwB3hdAtK8OnBs/o6eWOpGZF8GsOZe lZQ0/c92tykkuwt9GHK5auBKtoSky8y0XBOES0oEIT7btPbJHUvtZMWlk/4S5SbXRbnb bhwmyBUxDiybS0LfRDgZcdu0UMpS33GMK2BrJSyPdBqdB8UYPN+liuHKbSXCxytWWn8Q YVcQ== X-Gm-Message-State: ALQs6tBIimsfGomj6KtvRUbn9/k6NBrZyp6IRA9VU+8J/HnIfumTinls Yoci/1+REKMUIqAF/UviyzCWMHgR45Q= X-Google-Smtp-Source: AIpwx48LYeunrA9RpnQUQ+ZbSigZMkpy+Aq1liulI2Fq4vcS59G2umpnGX9hxifwTenNyr+EHq9mBg== X-Received: by 2002:a19:1567:: with SMTP id l100-v6mr3775829lfi.114.1524126683039; Thu, 19 Apr 2018 01:31:23 -0700 (PDT) Received: from genomnajs.ideon.se ([85.235.10.227]) by smtp.gmail.com with ESMTPSA id v3sm496855ljc.67.2018.04.19.01.31.22 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 19 Apr 2018 01:31:22 -0700 (PDT) From: Linus Walleij To: linux-gpio@vger.kernel.org Cc: Linus Walleij Subject: [PATCH 06/10] gpio: mc33880: Include the right header Date: Thu, 19 Apr 2018 10:31:07 +0200 Message-Id: <20180419083111.6280-6-linus.walleij@linaro.org> X-Mailer: git-send-email 2.14.3 In-Reply-To: <20180419083111.6280-1-linus.walleij@linaro.org> References: <20180419083111.6280-1-linus.walleij@linaro.org> Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org This is a driver so only include . Signed-off-by: Linus Walleij --- drivers/gpio/gpio-mc33880.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/gpio-mc33880.c b/drivers/gpio/gpio-mc33880.c index 0f0df7956264..18a5a58d634a 100644 --- a/drivers/gpio/gpio-mc33880.c +++ b/drivers/gpio/gpio-mc33880.c @@ -24,7 +24,7 @@ #include #include #include -#include +#include #include #include From patchwork Thu Apr 19 08:31:08 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 900679 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=linaro.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="RV3xBVI6"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 40RXJb6VFZz9s1P for ; Thu, 19 Apr 2018 18:31:27 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751151AbeDSIb1 (ORCPT ); Thu, 19 Apr 2018 04:31:27 -0400 Received: from mail-lf0-f68.google.com ([209.85.215.68]:43031 "EHLO mail-lf0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751149AbeDSIb0 (ORCPT ); Thu, 19 Apr 2018 04:31:26 -0400 Received: by mail-lf0-f68.google.com with SMTP id v207-v6so6524639lfa.10 for ; Thu, 19 Apr 2018 01:31:25 -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=nDm+yCf88rLeys9XjKd4ozSorurUesVJ3dSc42AVAPI=; b=RV3xBVI6a+pm/KblgLydhR/uNiwh/ktx8ueRBnKwoier++GbaK1EB2Q/qvlqD9Gwjm k8Gr4J1DI3zkoDDsMyLDfbP3g1C/KrkJymKei0LTSygVJxyLeB3xLG/8eh9taoB/ILzg 1V45itl5yvQs6g9mRoEAm/jesPlCzQxQWNI0Y= 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=nDm+yCf88rLeys9XjKd4ozSorurUesVJ3dSc42AVAPI=; b=l9Ai91hE0Py1XaT395prVy3qrKopZ+dPu9mBX6zsv9EjvN/qHoXZ50HIGoHMrVsKPy BT+Y+CJyYug5RY+So09NUJQYmLYVh95rQhT8FfklOzeWyzwAj2VF1Igvt3qFQOQxqEDJ ndABeEfMIglzCE81ImMZIEfJLP6RYblh63VpJuxLWv+6GILKVRDBdJx/ocg5T+v+CoX2 he9IjHb26kexELC7Tnbptu8fAY7cyU1+fXm0tplD06vm8Bv+HH++rGpiBKmqyjtACduI WxMFYANw+Py7O54q4G6JtGOc3w9JsQg/3VGQ4lm7Ut7+1rzCUQOBsHa5qrcEBmcD5YT5 gTxA== X-Gm-Message-State: ALQs6tCLbY1SET/HNHveaH0YMPMscvSNW7TPG9xwAq+8eLFi8oM+EsWp Jkh+qh9AFvQdp7kgAGTSseD7SdpE3QE= X-Google-Smtp-Source: AIpwx4+R8Q9e9gqdWqo2n9sijfV+hIgjSJk9TqwaAKnOGEu0xg2Ds+S0k8UAhL7/zgOy/iZCpRF5Ew== X-Received: by 2002:a19:6d03:: with SMTP id i3-v6mr3572217lfc.34.1524126684740; Thu, 19 Apr 2018 01:31:24 -0700 (PDT) Received: from genomnajs.ideon.se ([85.235.10.227]) by smtp.gmail.com with ESMTPSA id v3sm496855ljc.67.2018.04.19.01.31.23 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 19 Apr 2018 01:31:24 -0700 (PDT) From: Linus Walleij To: linux-gpio@vger.kernel.org Cc: Linus Walleij Subject: [PATCH 07/10] gpio: mc9s08dz60: Include the right header Date: Thu, 19 Apr 2018 10:31:08 +0200 Message-Id: <20180419083111.6280-7-linus.walleij@linaro.org> X-Mailer: git-send-email 2.14.3 In-Reply-To: <20180419083111.6280-1-linus.walleij@linaro.org> References: <20180419083111.6280-1-linus.walleij@linaro.org> Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org This is a driver so only include . Signed-off-by: Linus Walleij --- drivers/gpio/gpio-mc9s08dz60.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/gpio-mc9s08dz60.c b/drivers/gpio/gpio-mc9s08dz60.c index 2fcad5b9cca5..d8d846d2189a 100644 --- a/drivers/gpio/gpio-mc9s08dz60.c +++ b/drivers/gpio/gpio-mc9s08dz60.c @@ -18,7 +18,7 @@ #include #include #include -#include +#include #define GPIO_GROUP_NUM 2 #define GPIO_NUM_PER_GROUP 8 From patchwork Thu Apr 19 08:31:09 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 900681 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=linaro.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="Ab3q839o"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 40RXJd3cDqz9s1P for ; Thu, 19 Apr 2018 18:31:29 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751271AbeDSIb2 (ORCPT ); Thu, 19 Apr 2018 04:31:28 -0400 Received: from mail-lf0-f65.google.com ([209.85.215.65]:39976 "EHLO mail-lf0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751228AbeDSIb1 (ORCPT ); Thu, 19 Apr 2018 04:31:27 -0400 Received: by mail-lf0-f65.google.com with SMTP id i18-v6so6554339lfc.7 for ; Thu, 19 Apr 2018 01:31: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=aA9cE0hncT3DP1SHJw4zmxkbRl7Oe16Q2kUhgkrrNK4=; b=Ab3q839oAKEaWG+eTMZa5UV5eX5mrg1IIcbnq+lCOFTmfGhJJijN7/A53J5Jfh8PG8 jIJ29/aPikMNtJSx3ZL3Ic9w9GYlkD90htaw4rHmnWn89DZdXcPFpuNYc06BURysY4OJ sZg/7Yzo4HJTMvx+RHWR2if3WGFa+x3rHaMHc= 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=aA9cE0hncT3DP1SHJw4zmxkbRl7Oe16Q2kUhgkrrNK4=; b=SLHzu5A/qVjjXB3vSoQ3CXgWU4+3pA/tlgWH5DgnFqkH32UU3zZrjFunxq0ZZDv1Vz hM3PFps1KlluYdjVyC5j5NckxRqu091/WhpUUdHIAYjRHs38NHg5+zGF2/qtlSWD+UMi /DdCrgnK/KWq/pgMfXbx9xt1hpaSP8teTpeTHFUHlwWxXQBEg8e8WRJNoAqm55F+UqhJ s8lBItOoTlCJO4q8T1bFrYmt2YnUHiesUnKw+Z44MjU0K9HFTy0M9yPU3JGPiKX9l+IY 2mgcrETPnCSp34hMdxprzC2Vsbg/tDf/i3v9J1GsnD4JWzM9huL59xSKquRpygeinZTZ 9L9g== X-Gm-Message-State: ALQs6tBDEAe8E7o4Kqe/V7ExZmuO/pY6oCVJ7Is/vQdpx/QX5pEpKWr0 qEL3PPtLU44o38XtvxJSrf0u9bPqGsY= X-Google-Smtp-Source: AIpwx4/Ruh8eqsh/rWEJMvAdUxP0Fqumfz/sD0R6ryiaa+Y3B5RFk+2WbtsCv7PsxjehT3WREMVdOQ== X-Received: by 2002:a19:5745:: with SMTP id l66-v6mr3776758lfb.135.1524126686312; Thu, 19 Apr 2018 01:31:26 -0700 (PDT) Received: from genomnajs.ideon.se ([85.235.10.227]) by smtp.gmail.com with ESMTPSA id v3sm496855ljc.67.2018.04.19.01.31.25 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 19 Apr 2018 01:31:25 -0700 (PDT) From: Linus Walleij To: linux-gpio@vger.kernel.org Cc: Linus Walleij Subject: [PATCH 08/10] gpio: ml_ioh: Include the right header Date: Thu, 19 Apr 2018 10:31:09 +0200 Message-Id: <20180419083111.6280-8-linus.walleij@linaro.org> X-Mailer: git-send-email 2.14.3 In-Reply-To: <20180419083111.6280-1-linus.walleij@linaro.org> References: <20180419083111.6280-1-linus.walleij@linaro.org> Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org This is a driver so include only . Signed-off-by: Linus Walleij --- drivers/gpio/gpio-ml-ioh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/gpio-ml-ioh.c b/drivers/gpio/gpio-ml-ioh.c index b3678bd1c120..e2bee27eb526 100644 --- a/drivers/gpio/gpio-ml-ioh.c +++ b/drivers/gpio/gpio-ml-ioh.c @@ -18,7 +18,7 @@ #include #include #include -#include +#include #include #include From patchwork Thu Apr 19 08:31:10 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 900682 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=linaro.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="Cih8r4AH"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 40RXJm3dVwz9s1P for ; Thu, 19 Apr 2018 18:31:36 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751474AbeDSIbf (ORCPT ); Thu, 19 Apr 2018 04:31:35 -0400 Received: from mail-lf0-f67.google.com ([209.85.215.67]:39981 "EHLO mail-lf0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751228AbeDSIb3 (ORCPT ); Thu, 19 Apr 2018 04:31:29 -0400 Received: by mail-lf0-f67.google.com with SMTP id i18-v6so6554455lfc.7 for ; Thu, 19 Apr 2018 01:31:29 -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=saiGoXUketyeujlOaLpf/Vm3zJg2EEMEN5sOWQukbPc=; b=Cih8r4AHvs6j7+n7tMdQOxnkjiJXYsS0X+EDDdzB4PL9CQxAf0FVa4TFv6WH3/rymL fiev8Pqi/pn+2XAuAHnsj58PIfAfU7KlEFp3Kxi4Ux0oCK8tP8kbvp4cummgIQj/EoTv Leh5g+VnBHUOAiuE4CVD0Ljf8nNdR9gPAGg48= 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=saiGoXUketyeujlOaLpf/Vm3zJg2EEMEN5sOWQukbPc=; b=khyVZFHY/Gb4TIxk0Q+FqK2Ip12arxumRzk2S+YzdfIW7+7nv1dSXSGLLjauPXPO+B VEUDq/Bam1ReFYbI31Hxq9UwBWn0MChpl4YiHuiE5DVsZ9CMsYvUrUFTS5gN9+T9VLkx ymADZLUgY/ae9e9AeDu+ia3vaLdSRCCVwBsg7fQxeF7nFKkPGY2c+goWzvg/7JaDFHpd DjiC02Fu27zX3EbQ+dIzf4A1ZAQlBY3/zrKgBNFNriO9eqiVL8v0ofrW/zFA3aJNXxej RJkfaUwll8TZzyT9q8f5JrWdYiGb+WUh6Nk9OEUE30jTJNKCJfh/k81ctgQQgyBr32cx 5a8A== X-Gm-Message-State: ALQs6tDwZ9JSe6asFzFyakEjVGFCRlNqXZ7fE5uKbN+YxbimocE1SkuI nKPoB89HssVHwA08quOHN2ejXg6F03k= X-Google-Smtp-Source: AIpwx4/cwGIzLxG82oUf+H8AVg2RQ0nVNh5Ic7q9zKzy0dcRnyUYdveWdMRTHG7TF+k5ml4xbWqq+A== X-Received: by 2002:a19:cf89:: with SMTP id f131-v6mr3510491lfg.130.1524126688055; Thu, 19 Apr 2018 01:31:28 -0700 (PDT) Received: from genomnajs.ideon.se ([85.235.10.227]) by smtp.gmail.com with ESMTPSA id v3sm496855ljc.67.2018.04.19.01.31.26 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 19 Apr 2018 01:31:27 -0700 (PDT) From: Linus Walleij To: linux-gpio@vger.kernel.org Cc: Linus Walleij Subject: [PATCH 09/10] gpio: mm-lantiq: Include the right header Date: Thu, 19 Apr 2018 10:31:10 +0200 Message-Id: <20180419083111.6280-9-linus.walleij@linaro.org> X-Mailer: git-send-email 2.14.3 In-Reply-To: <20180419083111.6280-1-linus.walleij@linaro.org> References: <20180419083111.6280-1-linus.walleij@linaro.org> Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org This is a driver so include only . Signed-off-by: Linus Walleij --- drivers/gpio/gpio-mm-lantiq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/gpio-mm-lantiq.c b/drivers/gpio/gpio-mm-lantiq.c index b1cf76dd84ba..b0754fe69e77 100644 --- a/drivers/gpio/gpio-mm-lantiq.c +++ b/drivers/gpio/gpio-mm-lantiq.c @@ -11,7 +11,7 @@ #include #include #include -#include +#include #include #include #include From patchwork Thu Apr 19 08:31:11 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 900683 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=linaro.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="dzmQHrw0"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 40RXJn2hzlz9s2M for ; Thu, 19 Apr 2018 18:31:37 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751840AbeDSIbe (ORCPT ); Thu, 19 Apr 2018 04:31:34 -0400 Received: from mail-lf0-f65.google.com ([209.85.215.65]:39711 "EHLO mail-lf0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751474AbeDSIbb (ORCPT ); Thu, 19 Apr 2018 04:31:31 -0400 Received: by mail-lf0-f65.google.com with SMTP id p142-v6so6526752lfd.6 for ; Thu, 19 Apr 2018 01:31:30 -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=0SOa7vqeJGZh9ZymYeqgZflI+IuxMQo4neVQs5yh+xA=; b=dzmQHrw0XLj7jaGxD+vzvv2fWHseZEk4Vz08F3IV+zaSruVF19wrYXYu+aMxieDmrE mVVHbQ5SVgqhDcPLKSn3k5/RbmTBII5E+FnCJpUksiyjWOuN/kTNxYYbI+AUtUA2Yz+c 2eGyyALYYminFnc7GS2qysRVbGav91uw5hIMU= 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=0SOa7vqeJGZh9ZymYeqgZflI+IuxMQo4neVQs5yh+xA=; b=Q3UtMYXbY68W4IIUIz8U97oxdRx+/Omt0m8hZWnbgqfn97SIyXJaMPoSHJPYiTF4WV ox5km2I2o57hDcA40G9xcKywgG7Qn02NKc4mMFagsigDxwg8rbE2NyNOuQCSS9yuWWTx SwyOOF74W4ABTcmufvZkMPnyJM0WihOnir1mLCtFxGx0oU4Ye3iUggIBhUj5K0Pdkep8 X1+KabegrwBHHdrDWRk/a3nZZf+2+ucpPyYi5/xrWvABM5T0IZRZ90fKS1pso3O/u6Mq 1+VZ12HmPOgykTUbWIBF3tXrlVvpqDS7pxi4f0TSxAKuY5ULHLunKPUqphml+YXS9SZZ 8fZA== X-Gm-Message-State: ALQs6tCl/JFctOP5lyalkt+zUBrEQ29qaUChGuAZLhiQ1J3xrp54FPaz veI+JHOrjIUQQcJ3XEeS1KOb/xxXL/A= X-Google-Smtp-Source: AIpwx4+zEQORlbetnDe3EirdGoR2cCkLrPx1JhftTvVhO60K5D+3ah0N4680NjLH46gkKZmsJqsJWg== X-Received: by 2002:a19:a90e:: with SMTP id s14-v6mr1242412lfe.10.1524126689705; Thu, 19 Apr 2018 01:31:29 -0700 (PDT) Received: from genomnajs.ideon.se ([85.235.10.227]) by smtp.gmail.com with ESMTPSA id v3sm496855ljc.67.2018.04.19.01.31.28 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 19 Apr 2018 01:31:28 -0700 (PDT) From: Linus Walleij To: linux-gpio@vger.kernel.org Cc: Linus Walleij Subject: [PATCH 10/10] gpio: msic: Include the right header Date: Thu, 19 Apr 2018 10:31:11 +0200 Message-Id: <20180419083111.6280-10-linus.walleij@linaro.org> X-Mailer: git-send-email 2.14.3 In-Reply-To: <20180419083111.6280-1-linus.walleij@linaro.org> References: <20180419083111.6280-1-linus.walleij@linaro.org> Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org This is a driver so only include . Signed-off-by: Linus Walleij --- drivers/gpio/gpio-msic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/gpio-msic.c b/drivers/gpio/gpio-msic.c index 6cb67595d15f..3b34dbecef99 100644 --- a/drivers/gpio/gpio-msic.c +++ b/drivers/gpio/gpio-msic.c @@ -24,7 +24,7 @@ #include #include #include -#include +#include #include #include