Re: [PATCH v5 12/23] irqchip: Add driver for the RPMI system MSI service group
From: Anup Patel
Date: Wed Jun 18 2025 - 01:24:30 EST
On Fri, Jun 13, 2025 at 9:03 PM Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote:
>
> On Wed, Jun 11 2025 at 11:52, Anup Patel wrote:
> > + ret = rpmi_sysmsi_set_msi_target(priv, hwirq, msg);
> > + if (ret) {
> > + dev_warn(priv->dev, "Failed to set target for hwirq %lu (error %d)\n",
> > + hwirq, ret);
>
> Just let stick it out. You have 100 characters ...
Okay, I will update.
>
> > + }
> > +}
>
> Other than that:
>
> Reviewed-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
>
> under the assumption that this goes all through either the RISC-V or the
> mailbox tree.
>
IMO, this series should go through the RISC-V tree but I am fine
with the mailbox tree as well.
Best Regards,
Anup