From patchwork Mon Jul 8 15:17:51 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: 13726710 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 40610C3DA42 for ; Mon, 8 Jul 2024 15:18:37 +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=5rtQJFvzLLJdMFaTaq3pBm2k+8co/yPhO6M832YLhVo=; b=KA9VT+wWTqRrmAsG+dEfHtO6M1 Ft6i0mj8Xr64rUIo80A84r2IiMqnVbv+vM7lY+lHi35AyfJ/w9eX9kXiD0PR/UqNRkNpIdTC3uQlI SLDvOJSoGW90XCkCApuyHy/rMrezkWKVIrcPJgWp5I1iVD/kf1fX/ue2LbeBN5NpniI47IaC4FyS2 IpNj/WwsOOqqAZL7M316tDwoWxHzx1LY+lnZoxa5tlI01iuzt1v8fnsIylBGfNVVYNP9C3Hyj1IcG g7st3BEfC6S47ep1+oSCUpEXzSM99gkeQdt65rKdE7/m6/iVYvTu8HHdHdULVSg43x8zrSMqjl/5b 8Cgi3xRQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sQq8I-00000004BLz-0vNa; Mon, 08 Jul 2024 15:18:26 +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 1sQq81-00000004BJ4-3E2k for linux-arm-kernel@lists.infradead.org; Mon, 08 Jul 2024 15:18:11 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 07C55CE0B6C; Mon, 8 Jul 2024 15:18:08 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B47BDC116B1; Mon, 8 Jul 2024 15:18:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1720451887; bh=wjwMyyHdKLCe5Q58WnK4XERNwC60B4BsCsyCilRm3js=; h=From:To:Cc:Subject:Date:From; b=jWJqKMhpAqalgFOhBSLz4FRb0uqMii8sCAMUN9CQMRxUpUi+jWrPlNyA36P/V2CP1 8IiEkPA+gvnDiojusMpRJ/fgob5WLBNqTRtVGfizQq9kNDIht8J9g1CoVkKrk84ldI 8Mgd704B0tj7OddN9Zc1+BVI5DICuOeitTfDiEbAW9vI4jZHnxjmohCIDyt+DFCKcE eyx3QUgv/si7w7EdN66pV/OTuPrW/HXlwo8KQFhWid8DOgPk22bEZ/HQEPFuu3NQcN RhI1cz0yht2jonX8+kagsb27pcOiAvV4rXb/vtsS7ybx8VGcB27E9vf7PIb26m+BRh xMNh3S8cq8itw== 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 v3 00/10] armada-370-xp irqchip updates round 2 Date: Mon, 8 Jul 2024 17:17:51 +0200 Message-ID: <20240708151801.11592-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-20240708_081810_001583_A58D19D1 X-CRM114-Status: UNSURE ( 7.83 ) 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, Ilpo et al. because, as pointed out by Andrew, reviewing 30 patch series is harder, I am splitting this "armada-370-xp irqchip updates round 2" series into smaller parts. I am sending the first part as v3 of round 2, ten patches only. After this gets reviewed and merged, I will be sending another 10 patches, and so on. v1 and v2 at: https://patchwork.kernel.org/project/linux-arm-kernel/list/?series=867224 https://patchwork.kernel.org/project/linux-arm-kernel/list/?series=867511 Marek Marek BehĂșn (10): 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 drivers/irqchip/irq-armada-370-xp.c | 208 ++++++++++++---------------- 1 file changed, 88 insertions(+), 120 deletions(-)