From patchwork Mon Dec 14 16:55:23 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Shevchenko X-Patchwork-Id: 1416083 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; 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=linux.intel.com Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4CvndX5mTKz9sSf for ; Tue, 15 Dec 2020 03:58:08 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2440279AbgLNQ5v (ORCPT ); Mon, 14 Dec 2020 11:57:51 -0500 Received: from mga01.intel.com ([192.55.52.88]:17259 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2440301AbgLNQ5j (ORCPT ); Mon, 14 Dec 2020 11:57:39 -0500 IronPort-SDR: 3H+mYmo8XU8MCJopS90Lg99F3sz42r13izgnShVDrs9ZDBUQh5RHXpWCfit2RAWWsHzue62m4F aMLAz4A+Zfqw== X-IronPort-AV: E=McAfee;i="6000,8403,9834"; a="193100459" X-IronPort-AV: E=Sophos;i="5.78,420,1599548400"; d="scan'208";a="193100459" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Dec 2020 08:55:28 -0800 IronPort-SDR: mfFA5lfU3cK9R+R+RFQNHNQvr1sElFEeDqcjDpECEyWnwZ5WqmxUat1FYIaqFxT5oWhISu/QKJ 90XMVFlPk+nQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.78,420,1599548400"; d="scan'208";a="389070901" Received: from black.fi.intel.com ([10.237.72.28]) by FMSMGA003.fm.intel.com with ESMTP; 14 Dec 2020 08:55:26 -0800 Received: by black.fi.intel.com (Postfix, from userid 1003) id 5873014A; Mon, 14 Dec 2020 18:55:25 +0200 (EET) From: Andy Shevchenko To: Luo Jiaxing , linux-gpio@vger.kernel.org, linus.walleij@linaro.org, bgolaszewski@baylibre.com Cc: Andy Shevchenko Subject: [PATCH v1 1/2] gpio: hisi: Do not require ACPI for COMPILE_TEST Date: Mon, 14 Dec 2020 18:55:23 +0200 Message-Id: <20201214165524.43843-1-andriy.shevchenko@linux.intel.com> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Make it clear that ACPI needs to be present only to get driver functional. It is not required for compilation. Fixes: 356b01a986a5 ("gpio: gpio-hisi: Add HiSilicon GPIO support") Signed-off-by: Andy Shevchenko --- drivers/gpio/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 9d198be2840c..a6987ff28d7c 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -300,7 +300,7 @@ config GPIO_GRGPIO config GPIO_HISI tristate "HiSilicon GPIO controller driver" - depends on (ARM64 || COMPILE_TEST) && ACPI + depends on (ARM64 && ACPI) || COMPILE_TEST select GPIO_GENERIC select GPIOLIB_IRQCHIP help From patchwork Mon Dec 14 16:55:24 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Shevchenko X-Patchwork-Id: 1416082 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; 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=linux.intel.com Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4CvndW1B3kz9sSC for ; Tue, 15 Dec 2020 03:58:07 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729493AbgLNQ5p (ORCPT ); Mon, 14 Dec 2020 11:57:45 -0500 Received: from mga02.intel.com ([134.134.136.20]:6960 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2440279AbgLNQ5e (ORCPT ); Mon, 14 Dec 2020 11:57:34 -0500 IronPort-SDR: pYsA3LljBS5qejlExQUi8HFtS9zwATAheYCPYne1vd02GHdyeohsZbQwtNykXeA1CZGAtiGOw0 eoL66VXGWLHw== X-IronPort-AV: E=McAfee;i="6000,8403,9834"; a="161788895" X-IronPort-AV: E=Sophos;i="5.78,420,1599548400"; d="scan'208";a="161788895" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Dec 2020 08:55:29 -0800 IronPort-SDR: mFScIye5NRL/sXwVtNlGdGnjskNx7SG5iy2L5aelC++P/aS3KgN4HQqfmCe5jeFkMRZnwylNNt v2U3eMqFvtiA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.78,420,1599548400"; d="scan'208";a="336194847" Received: from black.fi.intel.com ([10.237.72.28]) by orsmga003.jf.intel.com with ESMTP; 14 Dec 2020 08:55:26 -0800 Received: by black.fi.intel.com (Postfix, from userid 1003) id 61C32A7; Mon, 14 Dec 2020 18:55:25 +0200 (EET) From: Andy Shevchenko To: Luo Jiaxing , linux-gpio@vger.kernel.org, linus.walleij@linaro.org, bgolaszewski@baylibre.com Cc: Andy Shevchenko Subject: [PATCH v1 2/2] MAINTAINERS: Remove reference to non-existing file Date: Mon, 14 Dec 2020 18:55:24 +0200 Message-Id: <20201214165524.43843-2-andriy.shevchenko@linux.intel.com> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20201214165524.43843-1-andriy.shevchenko@linux.intel.com> References: <20201214165524.43843-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org GPIO HiSilicon driver doesn't provide any platform data header. Fixes: a8f25236e6e3 ("MAINTAINERS: Add maintainer for HiSilicon GPIO driver") Signed-off-by: Andy Shevchenko --- MAINTAINERS | 1 - 1 file changed, 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 64a6c905107a..112a58976afe 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8005,7 +8005,6 @@ M: Luo Jiaxing L: linux-gpio@vger.kernel.org S: Maintained F: drivers/gpio/gpio-hisi.c -F: include/linux/platform_data/gpio-hisi.h HISILICON HIGH PERFORMANCE RSA ENGINE DRIVER (HPRE) M: Zaibo Xu