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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7E2B2C433F5 for ; Mon, 20 Dec 2021 12:13:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232315AbhLTMN1 (ORCPT ); Mon, 20 Dec 2021 07:13:27 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54190 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231173AbhLTMN0 (ORCPT ); Mon, 20 Dec 2021 07:13:26 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7900CC061574 for ; Mon, 20 Dec 2021 04:13:26 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 0A7A060C56 for ; Mon, 20 Dec 2021 12:13:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 694F4C36AE8; Mon, 20 Dec 2021 12:13:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1640002405; bh=F+EIDma6PIfATaPATe78x4z2Ut9azQL91B1JpnDdiJM=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=i7MDpZcZjxOvkww/AAAene3xh6OBpmnhpWU5ZpNuwlTDBNbsP5wsNStxribLkrRKZ 9lRt6A+/jI2fJZONERj0sOogYT1DzndEoyI5a8YNQbRbuPrDJn2Gn+sMEyQJy78iPg VwC0Ukg2t7vs+BhLEn4qIvG4tZSEqDyGtW65d+iVVDWuovQ8zs1SfWVleiNW1n5TAa qrcyYyx4Ylnh+f1vzefmpTmU/cvD/5Sq7E0+CnVE7/yNRlI8ANPt9AYXCF/Mi0dYw9 Ogsy196UfyJkoMsHm8ksuKTy9Gd0iwyW+pFkEX3ZeI22rMe8huNaeZMQlHM7F7jf3m pvgphVgn/D4Yg== Received: from cfbb000407.r.cam.camfibre.uk ([185.219.108.64] helo=why.misterjones.org) 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 1mzHXf-00DHH8-FK; Mon, 20 Dec 2021 12:13:23 +0000 Date: Mon, 20 Dec 2021 12:13:23 +0000 Message-ID: <87czlrwk2k.wl-maz@kernel.org> From: Marc Zyngier To: Huacai Chen Cc: Huacai Chen , Thomas Gleixner , LKML , Xuefeng Li , Jiaxun Yang Subject: Re: [PATCH V8 02/10] irqchip/loongson-pch-pic: Add ACPI init support In-Reply-To: References: <20211216125157.631992-1-chenhuacai@loongson.cn> <20211216125356.632067-1-chenhuacai@loongson.cn> <20211216125356.632067-2-chenhuacai@loongson.cn> <87pmpwwpw5.wl-maz@kernel.org> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/27.1 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-SA-Exim-Connect-IP: 185.219.108.64 X-SA-Exim-Rcpt-To: chenhuacai@gmail.com, chenhuacai@loongson.cn, tglx@linutronix.de, linux-kernel@vger.kernel.org, lixuefeng@loongson.cn, jiaxun.yang@flygoat.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 On Fri, 17 Dec 2021 04:45:24 +0000, Huacai Chen wrote: > > Hi, Marc, > > On Thu, Dec 16, 2021 at 11:06 PM Marc Zyngier wrote: > > > > On Thu, 16 Dec 2021 12:53:48 +0000, > > Huacai Chen wrote: > > > > > > We are preparing to add new Loongson (based on LoongArch, not compatible > > > with old MIPS-based Loongson) support. LoongArch use ACPI other than DT > > > as its boot protocol, so add ACPI init support. > > > > > > PCH-PIC/PCH-MSI stands for "Interrupt Controller" that described in > > > Section 5 of "Loongson 7A1000 Bridge User Manual". For more information > > > please refer Documentation/loongarch/irq-chip-model.rst. > > > > > > Signed-off-by: Huacai Chen > > > --- > > > drivers/irqchip/irq-loongson-pch-pic.c | 108 ++++++++++++++++++------- > > > 1 file changed, 81 insertions(+), 27 deletions(-) > > > > [...] > > > > > > > > +#ifdef CONFIG_ACPI > > > + > > > +struct irq_domain *pch_pic_acpi_init(struct irq_domain *parent, > > > + struct acpi_madt_bio_pic *acpi_pchpic) > > > > Who is calling this? This works the opposite way from what the arm64 > > irqchips are doing. Why? I have the ugly feeling that this is called > > from the arch code, bypassing the existing infrastructure... > Yes, this is called from the arch code and a bit ugly, but I can't > find a better way to do this. > > Is the "existing infrastructure" declare the irqchip init function > with IRQCHIP_ACPI_DECLARE and the arch code only need to call > irqchip_init()? Then we have a problem: our irqchips have a 4 level > hierachy and the parent should be initialized before its children. In > FDT world this is not a problem, because of_irq_init() will sort > irqchip drivers to ensure the right order. But in ACPI world, > acpi_probe_device_table just call init functions in the linking order. > If we want to control the order, it seems we can only sort the drivers > in drivers/irq/Makefile. But I don't think this is a good idea... > > If there are better solutions, please let me know. Thanks. We have the exact same thing on the arm64 side, and we don't need of this to be arch specific: - The MADT table describes the root interrupt controller, and it is probed via IRQCHIP_ACPI_DECLARE(). - Each children controller is declared in ACPI as a *device*, and is both an interrupt producer and an interrupt consumer. Normal probe deferral rules apply. See irq-mbigen.c for an example of how this is done. With that, you can remove all the probing order management from your arch code and let the standard Linux driver model take over. M. -- Without deviation from the norm, progress is not possible.