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 X-Spam-Level: X-Spam-Status: No, score=-22.0 required=3.0 tests=BAYES_00,INCLUDES_PATCH, INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE, SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9E1DFC433F5 for ; Fri, 24 Sep 2021 09:09:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8171960F39 for ; Fri, 24 Sep 2021 09:09:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245140AbhIXJLN (ORCPT ); Fri, 24 Sep 2021 05:11:13 -0400 Received: from mail.kernel.org ([198.145.29.99]:35426 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245142AbhIXJLL (ORCPT ); Fri, 24 Sep 2021 05:11:11 -0400 Received: from disco-boy.misterjones.org (disco-boy.misterjones.org [51.254.78.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 1D29C6103B; Fri, 24 Sep 2021 09:09:39 +0000 (UTC) Received: from sofa.misterjones.org ([185.219.108.64] helo=why.lan) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1mThD7-00CiS2-45; Fri, 24 Sep 2021 10:09:37 +0100 From: Marc Zyngier To: Thomas Gleixner Cc: Aditya Srivastava , Aleksandar Markovic , Bartosz Golaszewski , Bixuan Cui , Geert Uytterhoeven , Geert Uytterhoeven , Goran Ferenc , Kaige Fu , kernel test robot , Miodrag Dinic , Randy Dunlap , Steffen Trumtrar , Stephen Rothwell , Ulrich Hecht , Valentin Schneider , Yun Wu , linux-kernel@vger.kernel.org, kernel-team@android.com Subject: [GIT PULL] irqchip fixes for 5.15, take #1 Date: Fri, 24 Sep 2021 10:09:33 +0100 Message-Id: <20210924090933.2766857-1-maz@kernel.org> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SA-Exim-Connect-IP: 185.219.108.64 X-SA-Exim-Rcpt-To: tglx@linutronix.de, yashsri421@gmail.com, aleksandar.markovic@mips.com, bgolaszewski@baylibre.com, cuibixuan@huawei.com, geert@linux-m68k.org, geert+renesas@glider.be, goran.ferenc@mips.com, kaige.fu@linux.alibaba.com, lkp@intel.com, miodrag.dinic@mips.com, rdunlap@infradead.org, s.trumtrar@pengutronix.de, sfr@canb.auug.org.au, uli+renesas@fpond.eu, valentin.schneider@arm.com, wuyun.wu@huawei.com, linux-kernel@vger.kernel.org, kernel-team@android.com X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Thomas, Here's a handful of irqchip/irqdomain fixes for 5.15. The biggest items here are a fix for a regression on the Armada 370-XP platform, as well as a workaround for an odd Renesas platform. The rest of the usual set of cleanups and documentation update. Please pull, M. The following changes since commit 6e3b473ee06445d4eae2f8b1e143db70ed66f519: Merge branch irq/qcom-pdc-nowake-cleanup into irq/irqchip-next (2021-08-23 09:50:46 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git tags/irqchip-fixes-5.15-1 for you to fetch changes up to b78f26926b17cc289e4f16b63363abe0aa2e8efc: irqchip/gic: Work around broken Renesas integration (2021-09-22 14:44:25 +0100) ---------------------------------------------------------------- irqchip fixes for 5.15, take #1 - Work around a bad GIC integration on a Renesas platform, where the interconnect cannot deal with byte-sized MMIO accesses - Cleanup another Renesas driver abusing the comma operator - Fix a potential GICv4 memory leak on an error path - Make the type of 'size' consistent with the rest of the code in __irq_domain_add() - Fix a regression in the Armada 370-XP IPI path - Fix the build for the obviously unloved goldfish-pic - Some documentation fixes ---------------------------------------------------------------- Bixuan Cui (1): irqdomain: Change the type of 'size' in __irq_domain_add() to be consistent Geert Uytterhoeven (1): irqchip/renesas-rza1: Use semicolons instead of commas Kaige Fu (1): irqchip/gic-v3-its: Fix potential VPE leak on error Marc Zyngier (3): Documentation: Fix irq-domain.rst build warning irqchip/armada-370-xp: Fix ack/eoi breakage irqchip/gic: Work around broken Renesas integration Randy Dunlap (2): irqchip/mbigen: Repair non-kernel-doc notation irqchip/goldfish-pic: Select GENERIC_IRQ_CHIP to fix build Documentation/core-api/irq/irq-domain.rst | 5 +-- drivers/irqchip/Kconfig | 1 + drivers/irqchip/irq-armada-370-xp.c | 4 +-- drivers/irqchip/irq-gic-v3-its.c | 2 +- drivers/irqchip/irq-gic.c | 52 ++++++++++++++++++++++++++++++- drivers/irqchip/irq-mbigen.c | 6 ++-- drivers/irqchip/irq-renesas-rza1.c | 12 +++---- include/linux/irqdomain.h | 2 +- kernel/irq/irqdomain.c | 2 +- 9 files changed, 69 insertions(+), 17 deletions(-)