From patchwork Mon Feb 4 09:58:52 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Brian Masney X-Patchwork-Id: 10795317 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 9D9DA746 for ; Mon, 4 Feb 2019 09:59:28 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8AF6329835 for ; Mon, 4 Feb 2019 09:59:28 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 7C8072ABA2; Mon, 4 Feb 2019 09:59:28 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id E62B92A939 for ; Mon, 4 Feb 2019 09:59:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=Izk+/nmFop5WVXxHhSUvoSGN2ITSKzSNCRHNF70nlvw=; b=P86 n7k+QUfB9w1zO4tCEQadMuxJ+1opeP1bB1Lyd+J/M/ryFPOYadA3OOrJqxF7c3zCThyu11YEZxm8d akmCdC6M1x3JrmgGFn4PsiwtOC6MvVb6hrlh+/KDMrZFM63H8ps7V6AMZuVKHs9ImIGGesDEAGYgK 2JdnfrUqNA8G37vhftfkWnozMadUhw+zjg+TJc0b/HQNu/F3yKNGBf+j+SbMdSYifq2KUp9qHI9eP OBBjq7K2/i9Tlg3chVk706pyxUIgT/9YCYpQo86cXx/Hi8MvbVMNkP4qp15f6t6O68kv5YQe0kKOo p8f92Q/EeGRbMMVhCF5D6pvq5S5x1tQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gqb1y-0000wZ-N6; Mon, 04 Feb 2019 09:59:10 +0000 Received: from onstation.org ([52.200.56.107]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gqb1k-0000kN-SI for linux-arm-kernel@lists.infradead.org; Mon, 04 Feb 2019 09:58:58 +0000 Received: from xilitla.corp.homestore.net (c-98-239-145-235.hsd1.wv.comcast.net [98.239.145.235]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: masneyb) by onstation.org (Postfix) with ESMTPSA id 889BE16B; Mon, 4 Feb 2019 09:58:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=onstation.org; s=default; t=1549274335; bh=b7lxn7IPmC16lhSHLt4y4k56qUSfLfZNL9DqQEZGjiI=; h=From:To:Cc:Subject:Date:From; b=o0347q27xIJpPKgG7j5Ry+qJ9Xvn+JX4r6iKW0C5tyss8717JmTx6b3PDlv8ukTyQ Vj5q8TTyCU2F0DNIbrGX3X3ng6FhujUQ9R/cs/ljmSM0vyme1jwCykrq4SL+qg47Mu FvLMLlsakQmmnkgLDENMy1wwDp/FZIDF7F+3pY6g= From: Brian Masney To: linus.walleij@linaro.org, tglx@linutronix.de, marc.zyngier@arm.com Subject: [PATCH v2 -next 1/2] genirq: export irq_chip_set_wake_parent symbol Date: Mon, 4 Feb 2019 04:58:52 -0500 Message-Id: <20190204095853.12212-1-masneyb@onstation.org> X-Mailer: git-send-email 2.17.2 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190204_015857_069798_ABB104FF X-CRM114-Status: UNSURE ( 8.97 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linaro-kernel@lists.linaro.org, kernel-build-reports@lists.linaro.org, sboyd@kernel.org, linux-arm-msm@vger.kernel.org, broonie@kernel.org, linux-kernel@vger.kernel.org, bjorn.andersson@linaro.org, linux-gpio@vger.kernel.org, linux-next@vger.kernel.org, andy.gross@linaro.org, linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Export the irq_chip_set_wake_parent symbol so that drivers with hierarchical IRQ chips can be built as a module. Signed-off-by: Brian Masney Reported-by: Mark Brown Acked-by: Marc Zyngier --- This fixes a build failure in linux-next's spmi-gpio when using allmodconfig. See https://www.spinics.net/lists/linux-next/msg46362.html for Mark's message. Changes since v1: - Moved message about build failure out of the commit message and into the notes field. kernel/irq/chip.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/irq/chip.c b/kernel/irq/chip.c index 34e969069488..086d5a34b5a0 100644 --- a/kernel/irq/chip.c +++ b/kernel/irq/chip.c @@ -1381,6 +1381,7 @@ int irq_chip_set_wake_parent(struct irq_data *data, unsigned int on) return -ENOSYS; } +EXPORT_SYMBOL_GPL(irq_chip_set_wake_parent); #endif /** From patchwork Mon Feb 4 09:58:53 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Brian Masney X-Patchwork-Id: 10795313 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id C5BEB1669 for ; Mon, 4 Feb 2019 09:59:08 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4904B2A939 for ; Mon, 4 Feb 2019 09:59:02 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 3AE2E2A953; Mon, 4 Feb 2019 09:59:02 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id D82A32A939 for ; Mon, 4 Feb 2019 09:59:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:References: In-Reply-To:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=7CrwBhMR4lUZ3fJu1rUr6fpXGNIPqgzQt8/AFRbp30U=; b=cwtSBTXLyKIqvGFbbBZUwU42Zo UY44gA7gveIirm0UwyHf7LruqNvJ/MFPGz2lJFt5mPt9ih+sU5hHQsapYtZRChD5qdSPpYxKb6S77 ZQwrAtphIi6qJGcdZdBZbGtTWkQy0HwQ9YNLeokw7Ip1p52Afu+Nu+G/9hfShaLp6xLZio1nRbQYW YjKRrB3SttgwEnnlUklOxxoyZulNkErBTf0zXmZdxC8g8SvjK6/ilV85RtQwV6sCsXw4xQN5CradW JztIB0R1KgFAFBZXrxHSa972QhNxaYaCNPKqBFry0AU/ToTuV+wpEMDib3ezItEkRGnP1xRXzPNfD vzXhhjzA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gqb1o-0000la-OH; Mon, 04 Feb 2019 09:59:00 +0000 Received: from onstation.org ([52.200.56.107]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gqb1k-0000kO-SH for linux-arm-kernel@lists.infradead.org; Mon, 04 Feb 2019 09:58:58 +0000 Received: from xilitla.corp.homestore.net (c-98-239-145-235.hsd1.wv.comcast.net [98.239.145.235]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: masneyb) by onstation.org (Postfix) with ESMTPSA id 686DA17E; Mon, 4 Feb 2019 09:58:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=onstation.org; s=default; t=1549274335; bh=+ofySgnOmc3kbIqs61R1JSx+oM6/RKMpkCHAI5puzO8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=tBbZ2BK6chS8S+emOfFBTi2txutJxXDz5BNtVYvic5ZKn6A5U5v+MCdYw22jnyDO9 07sgbEh4dHsqb+Z3LPuRx2BhO348n9dbitlWAQFGdUThnG3VVHCL5hmQ9togFN968y rQsq5YOkfuGa47qJzUm2VTCKobQck5nwYtjkGW4g= From: Brian Masney To: linus.walleij@linaro.org, tglx@linutronix.de, marc.zyngier@arm.com Subject: [PATCH v2 -next 2/2] pinctrl: qcom: spmi-gpio: select IRQ_DOMAIN_HIERARCHY in Kconfig Date: Mon, 4 Feb 2019 04:58:53 -0500 Message-Id: <20190204095853.12212-2-masneyb@onstation.org> X-Mailer: git-send-email 2.17.2 In-Reply-To: <20190204095853.12212-1-masneyb@onstation.org> References: <20190204095853.12212-1-masneyb@onstation.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190204_015857_089112_B9FC8FF8 X-CRM114-Status: UNSURE ( 9.60 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linaro-kernel@lists.linaro.org, kernel-build-reports@lists.linaro.org, sboyd@kernel.org, linux-arm-msm@vger.kernel.org, broonie@kernel.org, linux-kernel@vger.kernel.org, bjorn.andersson@linaro.org, linux-gpio@vger.kernel.org, linux-next@vger.kernel.org, andy.gross@linaro.org, linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Select IRQ_DOMAIN_HIERARCHY for spmi-gpio in Kconfig since this driver is now setup as a hierarchical IRQ chip. Signed-off-by: Brian Masney --- Changes since v1: - None drivers/pinctrl/qcom/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/pinctrl/qcom/Kconfig b/drivers/pinctrl/qcom/Kconfig index 836e9f3eae4c..93efbffcd3a4 100644 --- a/drivers/pinctrl/qcom/Kconfig +++ b/drivers/pinctrl/qcom/Kconfig @@ -137,6 +137,7 @@ config PINCTRL_QCOM_SPMI_PMIC select PINMUX select PINCONF select GENERIC_PINCONF + select IRQ_DOMAIN_HIERARCHY help This is the pinctrl, pinmux, pinconf and gpiolib driver for the Qualcomm GPIO and MPP blocks found in the Qualcomm PMIC's chips,