From patchwork Mon Jul 15 10:51:43 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Marek_Beh=C3=BAn?= X-Patchwork-Id: 13733309 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 6DBCCC3DA59 for ; Mon, 15 Jul 2024 10:52:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type:MIME-Version:Message-ID:Date:Subject:Cc: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=LGk4k6sdyEa+nqeKSPwHzhf8xK2ePAubSm1PF5aUr68=; b=pxrbKO5d5Lw8yM0wHULVoDvAIi pMNar5m7eSB/PHi43ziksJq4mXHKXFkamDpMfOzeCShb+Jy5a7lrrWSlO3ENm2HzX/kb3pjHGVWBs XIKmZZvi+v7sQ6mYUcpEbk9E2Fo0HFJ6KWXPRIJL4ptDHPc9dhpYLltPs1iTWxuEhbJaICQli8+ON Jkulj6szwrpuYz/SumZeb+4Qs2YFE6xGwH4QFDLW7PuschY4ERdIzMoOYNV8gDM7OI8Ockq0XX1Bg Ka0gRah+lvsbL/kxcgEhwGBThx8DHUg3hUTzkqWK2yL9pjhBRrggukl5UxnvSLiYbUkI0844c7Ux5 bZIsizsg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sTJJg-00000006lPy-1ORG; Mon, 15 Jul 2024 10:52:24 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sTJJN-00000006lKK-086H for linux-arm-kernel@lists.infradead.org; Mon, 15 Jul 2024 10:52:06 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 2C15660F32; Mon, 15 Jul 2024 10:52:04 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A4414C32782; Mon, 15 Jul 2024 10:52:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1721040723; bh=v0SY18gRmM5GCntO5t9qzEeIkmjiVUPbVBSGTvTvCr4=; h=From:To:Cc:Subject:Date:From; b=vLaEF7Y+liJIAPTH3pX0ApzEsKgMRZaLDQJeZUj0qLrrsmYoWKJFfJpvPBp37XWJN +fxjc/0s8miaWqaWHcYmd1EXwMavSxeFbxx9KVDlCHQcHMpFRvi3FUD6p1Y3yfpnN+ Wdd6z6/99FXlAdp97q6bkHYxrz4Dz9iHI+BbX+dV02VxAc/YXYidwdqq67AGuSl0bl 1UGosZOdOcNT5B22hAxz6tL2F1X4hEuqgxSj+sjeHvmF+i2Ta7tmfoNQrz9+AU+93N kMm6ah1IQepaRTo0iFThbdsCh7ZNwB19EHA+mc8DBliUiR63oX713a3rcZpxwyHPdr pE4XP3udOd/4A== From: =?utf-8?q?Marek_Beh=C3=BAn?= To: Andrew Lunn , Gregory Clement , Sebastian Hesselbarth , Thomas Gleixner , linux-arm-kernel@lists.infradead.org, arm@kernel.org, Andy Shevchenko , Hans de Goede , =?utf-8?q?Ilpo_J=C3=A4rvinen?= Cc: =?utf-8?q?Marek_Beh=C3=BAn?= Subject: [PATCH 00/13] armada-370-xp irqchip updates round 5 Date: Mon, 15 Jul 2024 12:51:43 +0200 Message-ID: <20240715105156.18388-1-kabel@kernel.org> X-Mailer: git-send-email 2.44.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240715_035205_132166_CD5F0ACD X-CRM114-Status: GOOD ( 11.20 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Thomas, Andrew, Ilpo et al., This is the last round of updates for armada-370-xp irqchip before I send the one patch adding support for SoC Error interrupts. Again, most of the patches should be easy to review, with the possible exception of patches 6/13 and 8/13: these convert the driver to use driver private structure for its intenral state. I split this conversion into 3 patches in hopes that it will be easier to review. Patch 10/13 is a fix of an issue I discovered that has been present since 2017. This series can be applied on tip/irq/core, but only after rounds 2, 3 and 4 are applied first: https://patchwork.kernel.org/project/linux-arm-kernel/list/?series=869325 https://patchwork.kernel.org/project/linux-arm-kernel/list/?series=870469 https://patchwork.kernel.org/project/linux-arm-kernel/list/?series=870540 Marek Marek BehĂșn (13): irqchip/armada-370-xp: Drop IPI_DOORBELL_START and rename IPI_DOORBELL_END irqchip/armada-370-xp: Drop msi_doorbell_end() irqchip/armada-370-xp: Rename struct irq_domain variables for consistency irqchip/armada-370-xp: Add the __init attribute to mpic_msi_init() irqchip/armada-370-xp: Put __init attribute after return type in mpic_ipi_init() irqchip/armada-370-xp: Put static variables into driver private structure irqchip/armada-370-xp: Put MSI doorbell limits into the mpic structure irqchip/armada-370-xp: Pass around the driver private structure irqchip/armada-370-xp: Dynamically allocate the driver private structure irqchip/armada-370-xp: Fix reenabling last per-CPU interrupt irqchip/armada-370-xp: Iterate only valid bits of the per-CPU interrupt cause register irqchip/armada-370-xp: Allow mapping only per-CPU interrupts irqchip/armada-370-xp: Use the mpic_is_ipi_available() helper in one more case drivers/irqchip/irq-armada-370-xp.c | 428 +++++++++++++++------------- 1 file changed, 235 insertions(+), 193 deletions(-)