From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-179.mta1.migadu.com (out-179.mta1.migadu.com [95.215.58.179]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7BB1628EA7C for ; Fri, 13 Jun 2025 23:09:04 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.179 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1749856147; cv=none; b=k3pgvBWcH7uzBJbtqUNzidnnUr2S776mfvG1lkldFzKz6gvIFxG7HI6pDuK/lS7uZMidSRfSp9KxJ5Awaw5HVR3R/zUlspR9yRwOfZeLdktKQ625dizp6G67M/RqCyHFaUYizpOWH8UP9KL01dM9ZRkoiRGOW2FzVmuN4DZZet0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1749856147; c=relaxed/simple; bh=r27H9F1hEUtupyvfgSfrvSGbuCAXF2LgasX0jrzicYc=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=rQ0f/67TuMJf3RQygIf7BLW0krRA/nmPSr848J2VKj4YXZhhvttLVsNKAUd+RXe9BneZCGMHV6zBrrIkOsDGSYtutiAQIXf/gecT0xgHdu200oUO2Wna7rPH8qjEdimNuFJ1VKgRWTRuG1tqhXjmcQe9YrdYK/elzTDSx+ZMyYo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=aQ1pcHAc; arc=none smtp.client-ip=95.215.58.179 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="aQ1pcHAc" Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1749856132; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=hJbziJaWkSfc7eJvEsy2hlaI0p2HI21DTada3PKoxUM=; b=aQ1pcHAcIgb+M7oyofZrcUYV81nmfElqYYBX1DAhtW9V54Yr88+Yhs7YcUiry1UklyWuqQ +taC5FOziFa5Nx4TfwAw/I3w2tfc4PTs/ZSHAv1Z99DqUH/W1Pr+uCbTjuMl9okwVnfz8V AP9OFxZRVrSK850RcsZtk0peexbIXTE= Date: Fri, 13 Jun 2025 16:08:32 -0700 Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH v5 15/23] ACPI: scan: Update honor list for RPMI System MSI To: Anup Patel , Michael Turquette , Stephen Boyd , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Jassi Brar , Thomas Gleixner , "Rafael J . Wysocki" , Mika Westerberg , Andy Shevchenko , Linus Walleij , Bartosz Golaszewski , =?UTF-8?Q?Uwe_Kleine-K=C3=B6nig?= Cc: Palmer Dabbelt , Paul Walmsley , Len Brown , Sunil V L , Rahul Pathak , Leyfoon Tan , Andrew Jones , Samuel Holland , Anup Patel , linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org References: <20250611062238.636753-1-apatel@ventanamicro.com> <20250611062238.636753-16-apatel@ventanamicro.com> Content-Language: en-US X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Atish Patra In-Reply-To: <20250611062238.636753-16-apatel@ventanamicro.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT On 6/10/25 11:22 PM, Anup Patel wrote: > From: Sunil V L > > The RPMI System MSI interrupt controller (just like PLIC and APLIC) > needs to probed prior to devices like GED which use interrupts provided > by it. Also, it has dependency on the SBI MPXY mailbox device. > > Add HIDs of RPMI System MSI and SBI MPXY mailbox devices to the honor > list so that those dependencies are handled. > > Signed-off-by: Sunil V L > Signed-off-by: Anup Patel > --- > drivers/acpi/scan.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c > index fb1fe9f3b1a3..54181b03b345 100644 > --- a/drivers/acpi/scan.c > +++ b/drivers/acpi/scan.c > @@ -858,6 +858,8 @@ static const char * const acpi_honor_dep_ids[] = { > "INTC10CF", /* IVSC (MTL) driver must be loaded to allow i2c access to camera sensors */ > "RSCV0001", /* RISC-V PLIC */ > "RSCV0002", /* RISC-V APLIC */ > + "RSCV0005", /* RISC-V SBI MPXY MBOX */ > + "RSCV0006", /* RISC-V RPMI SYSMSI */ > "PNP0C0F", /* PCI Link Device */ > NULL > }; Reviewed-by: Atish Patra