From patchwork Wed Nov 11 22:05:57 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Shevchenko X-Patchwork-Id: 1398552 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 4CWf2W15dHz9s0b for ; Thu, 12 Nov 2020 09:06:27 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726865AbgKKWGZ (ORCPT ); Wed, 11 Nov 2020 17:06:25 -0500 Received: from mga04.intel.com ([192.55.52.120]:53545 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726901AbgKKWGZ (ORCPT ); Wed, 11 Nov 2020 17:06:25 -0500 IronPort-SDR: wqvsGmZrmgFxuaWsdntqSIpj8hmgifoYM9LqYlrMrxVXXHgtCw/P++Tf5ZrPsTQIzS8jJnz11N tKbMpm5lO6FQ== X-IronPort-AV: E=McAfee;i="6000,8403,9802"; a="167641927" X-IronPort-AV: E=Sophos;i="5.77,470,1596524400"; d="scan'208";a="167641927" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Nov 2020 14:06:24 -0800 IronPort-SDR: tFNROCKKh686d9LpS41505xfnBi5to8XkpJWQJFfBhb4rOF1DF4xwTqU4gP4pCOlPcukiouzWW M1O2ERmDmceQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,470,1596524400"; d="scan'208";a="356817233" Received: from black.fi.intel.com ([10.237.72.28]) by fmsmga004.fm.intel.com with ESMTP; 11 Nov 2020 14:06:22 -0800 Received: by black.fi.intel.com (Postfix, from userid 1003) id 0B4D474E; Thu, 12 Nov 2020 00:06:18 +0200 (EET) From: Andy Shevchenko To: Linus Walleij , Bartosz Golaszewski , linux-gpio@vger.kernel.org Cc: Andy Shevchenko Subject: [PATCH v6 16/18] gpiolib: acpi: Make Intel GPIO tree official for GPIO ACPI work Date: Thu, 12 Nov 2020 00:05:57 +0200 Message-Id: <20201111220559.39680-17-andriy.shevchenko@linux.intel.com> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20201111220559.39680-1-andriy.shevchenko@linux.intel.com> References: <20201111220559.39680-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Make Intel GPIO tree official for GPIO ACPI work. Signed-off-by: Andy Shevchenko --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index e73636b75f29..53236b2ea0af 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7483,6 +7483,7 @@ M: Andy Shevchenko L: linux-gpio@vger.kernel.org L: linux-acpi@vger.kernel.org S: Maintained +T: git git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel.git F: Documentation/firmware-guide/acpi/gpio-properties.rst F: drivers/gpio/gpiolib-acpi.c F: drivers/gpio/gpiolib-acpi.h