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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 58C5BC43217 for ; Sat, 26 Nov 2022 11:51:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229551AbiKZLvi (ORCPT ); Sat, 26 Nov 2022 06:51:38 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38522 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229711AbiKZLvF (ORCPT ); Sat, 26 Nov 2022 06:51:05 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AF75E63AC for ; Sat, 26 Nov 2022 03:49:35 -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 283FE60B2E for ; Sat, 26 Nov 2022 11:49:35 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7E38DC433D6; Sat, 26 Nov 2022 11:49:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1669463374; bh=Hm4MYvnTuazkrD0HBJD9MVLrL1j9tSdyIdnj2Bfusy8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=jgPgXEhFEV92b0p5OtDpuyYdIrSapiHKXw2GObmgD9GZBwdeqXP1O0INV+2eDpQB5 SodncDGpHzz0FA8JeDrHxBx2dxZpyRzeHJVa8H0n1OiFlw5WSVFnlWt5fHMoQzesgC w8uJwgdIdwAdf7JrltuiduXQwUSVfgIyGMknwgOTewUZtNSqo5d6SahT3C/5g5Vk9w he+SfZZ9WGqGl3BKA81UIqxhi0lK6iyJ9KxhOD7TrhvjjfI/BydB1Sz6zB+qtxCluK lbze1DczC5/ZODfBGWBTOkHNDAQh/ePgkOcwKg4Mv2msM2zDqUZZKmredrIGodsc+x IrB20NGxKVleQ== Received: from sofa.misterjones.org ([185.219.108.64] helo=wait-a-minute.misterjones.org) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1oytga-008i3b-3J; Sat, 26 Nov 2022 11:49:32 +0000 Date: Sat, 26 Nov 2022 11:49:23 +0000 Message-ID: <87zgceszp8.wl-maz@kernel.org> From: Marc Zyngier To: Conor Dooley Cc: Palmer Dabbelt , Anup Patel , Thomas Gleixner , Paul Walmsley , Albert Ou , linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org, Conor Dooley Subject: Re: [PATCH v2 0/3] RISC-V interrupt controller select cleanup In-Reply-To: <20221118104300.85016-1-conor@kernel.org> References: <20221118104300.85016-1-conor@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: conor@kernel.org, palmer@dabbelt.com, anup@brainfault.org, tglx@linutronix.de, paul.walmsley@sifive.com, aou@eecs.berkeley.edu, linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org, conor.dooley@microchip.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, 18 Nov 2022 10:42:58 +0000, Conor Dooley wrote: > > From: Conor Dooley > > Hey Marc, Anup, Palmer, > > Submitted a patch yesterday defaulting the SiFive PLIC driver to > enabled [0], and in the ensuing conversation Marc suggested just doing a > select at the arch level and dropping the user selectability completely. > > Since we're already selecting SIFIVE_PLIC in Kconfig.socs for all of the > supported SoCs & selecting RISCV_INTC in the arch Kconfig itself, > patches 1 & 2 can go via the irqchip tree without any impact. > > @Anup, by the same logic - I think we can also enable the AIA stuff via > selects at the arch level? Dumping as much from Kconfig.socs as possible > is the plan, so adding them there for SOC_VIRT kinda goes contrary to > that. > > I spoke with Palmer today about putting my various bits of Kconfig.socs > cleanup on a branch, so I'll take patch 3. It's only in this series as > it is related work, rather due to any sort of dependency between the > patches. > > Thanks, > Conor. > > [0] https://lore.kernel.org/linux-riscv/86wn7tnx9a.wl-maz@kernel.org/ > > Conor Dooley (3): > irqchip/sifive-plic: remove user selectability of SIFIVE_PLIC > irqchip/riscv-intc: remove user selectability of RISCV_INTC > RISC-V: stop selecting SIFIVE_PLIC at the SoC level > > arch/riscv/Kconfig | 1 + > arch/riscv/Kconfig.socs | 5 ----- > drivers/irqchip/Kconfig | 21 ++------------------- > 3 files changed, 3 insertions(+), 24 deletions(-) For the series: Acked-by: Marc Zyngier Please take the whole thing via the RISC-V tree. Thanks, M. -- Without deviation from the norm, progress is not possible.