From patchwork Thu Jul 11 16:08:57 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: 13730837 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 23330C3DA45 for ; Thu, 11 Jul 2024 16:09:47 +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=lf7ihkdkIHPKdpeyNnCpPTRrHkggW1JWDQ3igmMvDWM=; b=PFRvHlLN+D2RP3Rw6f2KpcUEkT vYuvoK00yLN3faTXj/7WmEJseqX0nUTNAUDyRXf7XfRCGK2+m38zH+x+e/lwiChu0NMeWXtDSiVe0 uBHQQd/a0/S+Mj5OTWbVrlt8EJj/NC78Of8dT0fRjFQSpCsSFdvFjd/kM/NOVEgo0iUPoZM58N7NF JgAsIghSXaI1CO3qNl21m9+SI+4vE23RAQUY6srNnpc/hzn79Q5P3zo4a100jZ8D/t8BRd+EVJYkU T7nzn7kd9HatH0wu3pO9WRcZWTkGoAHBuKydSrXa+CJj1svROE1Qih2vLRAFN+mFD4kvXWJgno2AF MwQY4hCg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sRwMO-0000000Eckq-3d9K; Thu, 11 Jul 2024 16:09:32 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sRwM5-0000000Ecb7-1v5X for linux-arm-kernel@lists.infradead.org; Thu, 11 Jul 2024 16:09:15 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id C411D61D62; Thu, 11 Jul 2024 16:09:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4CABDC4AF07; Thu, 11 Jul 2024 16:09:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1720714152; bh=ZmSp92evFRhEn8GhUtIziB1+Fup1mJTEDFmWKIJZ7XM=; h=From:To:Cc:Subject:Date:From; b=KqoIN1vHxWrtm4kjstv/O9LnkbiBjIEJHm5PFAINi4uLpjZwBgWFV7rB5UK0SH7t2 r97puaoy5mo9rJ55Qhgpwde9xvJzOgJRO2sDRbfamxQR/pEjTWO+t0ioWACXgfM1Hm 8t63pmPWqvDIZwTpQjS9RRwreIP7cvMx1NmXVLbsUcn+ruzMUy1Y14VZ/fHuRjqTw1 cl4LdSswhJHiCRru7cM0v/d5n4r1CpRL7ujhYc+ftyDXCFFijbO3xJVbsm1oIr5YlQ zqS+yyDI3J5zeP3qnLm2rIYqXboKkt4cWx5Fg74/Lsp5q1l+6WWUeT/1OAcKD0wG1d tyspnaqQvWySQ== 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/10] armada-370-xp irqchip updates round 4 Date: Thu, 11 Jul 2024 18:08:57 +0200 Message-ID: <20240711160907.31012-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-20240711_090913_580190_DA713FE8 X-CRM114-Status: UNSURE ( 7.07 ) 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., since round 3 was reviewed so quickly, here comes round 4, which should be similarly easy to review. This series can be applied on tip/irq/core, but only after round 2 and round 3 series are applied: https://patchwork.kernel.org/project/linux-arm-kernel/list/?series=869325 https://patchwork.kernel.org/project/linux-arm-kernel/list/?series=870469 Marek Marek BehĂșn (10): 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 | 201 ++++++++++++++++------------ 1 file changed, 118 insertions(+), 83 deletions(-)