From mboxrd@z Thu Jan 1 00:00:00 1970 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 019C1C3064D for ; Tue, 2 Jul 2024 11:43:34 +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=iuskBy7p+QDZXjujIdOwhApoi+kXOl64cwCQOB8TJYE=; b=zm8NlZOZYo9JUYcvjFThP2l5FU fSdrJ63rwCtheuNt7PMHi+0X4SW/VJIunUoTHSuOkE48/WAp9VYuBzkWYIZnUXPb785/OWmldrIm0 vBFa1s6LMLJswppIGAoGBzLES/lrUDyab0UHB9hjKtzwtfIPDjpH2mtDIWmhrmfuAWPQdzImDvFYg fWyjrN5bEVvPD7YJnaC0D+IYv4FlCh8pkgMIk2zb2iYSasSUaXQ2yoLpAuLKEI7xTdhgAE6DWhA8t YbYzXaWZYm7Dvjtt+bmzQluY3qJsQ/91wfXuomYTXMRqv6bp3dt3YeaIe7xzsXSaeopWsw7MJgaJu e5UUmsAg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sObut-00000006W4z-1pJk; Tue, 02 Jul 2024 11:43:23 +0000 Received: from sin.source.kernel.org ([2604:1380:40e1:4800::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sObuh-00000006VxX-0RN8 for linux-arm-kernel@lists.infradead.org; Tue, 02 Jul 2024 11:43:13 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 11353CE1D1F; Tue, 2 Jul 2024 11:43:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 34597C4AF0D; Tue, 2 Jul 2024 11:43:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1719920588; bh=5enU38bBwrwpzVExDKODYrnHaF8yohdd48RFzqad1nY=; h=From:To:Cc:Subject:Date:From; b=fyhfRnZcXRbzk6yA+ccwCxdKPSOeYoHzvy1ycQgT2k86uCyoX0Ao7ro2yfMJTP6kk TEb6z4rvLkfpImd49UCTrdP96v0ZGlTNXew/IG5T10+rWpJ/LZZFbO4TX2MJJXw7XS EoHbPHCVpHcDgFLXr79uxHFPYX4stB/dmSmnafgGjRhsT035f1fc9YU+j+G1HiKHEs 1a5PW8UgPGL/cxpbGoOHWW1/ylgWK6Sk/hSj+WFyEqb53r4iCWBHlSkMs7Vd6zjFwU wpGRLw6yFnjNqwWksgo0c8vswHw7468pad0JR7yF7DXqslWZ6NUGzPTi5iJBKken5+ 42JIiGG8Zo/4g== From: =?UTF-8?q?Marek=20Beh=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=20J=C3=A4rvinen?= Cc: =?UTF-8?q?Marek=20Beh=C3=BAn?= Subject: [PATCH v2 00/30] armada-370-xp irqchip updates round 2 Date: Tue, 2 Jul 2024 13:42:32 +0200 Message-ID: <20240702114302.22475-1-kabel@kernel.org> X-Mailer: git-send-email 2.44.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240702_044311_527199_5A24317E X-CRM114-Status: UNSURE ( 8.72 ) X-CRM114-Notice: Please train this message. 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 et al. sending v2 of round 2 of changes for the armada-370-xp irqchip. v1 at: https://patchwork.kernel.org/project/linux-arm-kernel/list/?series=867224 Changes since v1: - added Andrew's R-b tags - reordered and refactored some patches, mainly to address Andrew's comments to v1 patches irqchip/armada-370-xp: Simplify ipi_resume() code irqchip/armada-370-xp: Use !virq instead of virq == 0 - added some new patches Marek Marek BehĂșn (30): irqchip/armada-370-xp: Drop _OFFS suffix from some register constants irqchip/armada-370-xp: Change register constant suffix from _MSK to _MASK irqchip/armada-370-xp: Change spaces to tabs irqchip/armada-370-xp: Use BIT() and GENMASK() macros irqchip/armada-370-xp: Cosmetic fix parentheses in register constant definitions irqchip/armada-370-xp: Change register constants prefix to MPIC_ irqchip/armada-370-xp: Use correct type for cpu variable irqchip/armada-370-xp: Simplify is_percpu_irq() code irqchip/armada-370-xp: Change to SPDX license identifier irqchip/armada-370-xp: Declare iterators in for loop irqchip/armada-370-xp: Rename variable for consistency irqchip/armada-370-xp: Use unsigned int type for virqs irqchip/armada-370-xp: Use !virq instead of virq == 0 in condition irqchip/armada-370-xp: Simplify ipi_resume() code irqchip/armada-370-xp: Improve indentation irqchip/armada-370-xp: Change symbol prefixes to mpic irqchip/armada-370-xp: Don't read number of supported interrupts multiple times irqchip/armada-370-xp: Use FIELD_GET() and named register constant irqchip/armada-370-xp: Refactor mpic_handle_msi_irq() code irqchip/armada-370-xp: Refactor handling IPI interrupts irqchip/armada-370-xp: Use consistent variable names for hwirqs irqchip/armada-370-xp: Use consistent types when iterating interrupts irqchip/armada-370-xp: Use consistent name for struct irq_data variables irqchip/armada-370-xp: Simplify mpic_reenable_percpu() and mpic_resume() irqchip/armada-370-xp: Drop unneeded curly brackets irqchip/armada-370-xp: Drop redundant continue irqchip/armada-370-xp: Rename variable for consistency irqchip/armada-370-xp: Use u32 type instead of unsigned long where possieble irqchip/armada-370-xp: Refactor initial memory regions mapping irqchip/armada-370-xp: Print error and return error code on initialization failure drivers/irqchip/irq-armada-370-xp.c | 729 ++++++++++++++-------------- 1 file changed, 357 insertions(+), 372 deletions(-) -- 2.44.2