Re: [PATCH] mailbox: tegra-hsp: Define dimensioning masks in soc data

From: Jassi Brar
Date: Sat Mar 01 2025 - 11:42:41 EST


On Thu, Feb 27, 2025 at 4:35 AM Thierry Reding <thierry.reding@xxxxxxxxx> wrote:
>
> On Thu, Jan 23, 2025 at 06:16:32PM +0530, Kartik Rajput wrote:
> > Tegra264 has updated HSP_INT_DIMENSIONING register as follows:
> > * nSI is now BIT17:BIT21.
> > * nDB is now BIT12:BIT16.
> >
> > Currently, we are using a static macro HSP_nINT_MASK to get the values
> > from HSP_INT_DIMENSIONING register. This results in wrong values for nSI
> > for HSP instances that supports 16 shared interrupts.
> >
> > Define dimensioning masks in soc data and use them to parse nSI, nDB,
> > nAS, nSS & nSM values.
> >
> > Fixes: 602dbbacc3ef ("mailbox: tegra: add support for Tegra264")
> > Cc: stable@xxxxxxxxxxxxxxx
> >
> > Signed-off-by: Kartik Rajput <kkartik@xxxxxxxxxx>
>
> Maybe remove the blank line between the Cc: and S-o-b: tags. Also, "soc"
> -> "SoC" in the subject and commit message. With that:
>
> Acked-by: Thierry Reding <treding@xxxxxxxxxx>

Fixed myself and picked with the acks.
thanks