Re: [PATCH] pinctrl: intel: Fix Jasperlake hostown offset

From: Evan Green
Date: Wed Nov 11 2020 - 20:35:21 EST


On Wed, Nov 11, 2020 at 2:13 PM Andy Shevchenko
<andriy.shevchenko@xxxxxxxxx> wrote:
>
> On Tue, Nov 10, 2020 at 02:49:49PM -0800, Evan Green wrote:
> > GPIOs that attempt to use interrupts get thwarted with a message like:
> > "pin 161 cannot be used as IRQ" (for instance with SD_CD). This is because
> > the JSL_HOSTSW_OWN offset is incorrect, so every GPIO looks like it's
>
> Simply HOSTSW_OWN, and same spelling in the subject, please.
>
> > owned by ACPI.
>
>
> > Signed-off-by: Evan Green <evgreen@xxxxxxxxxxxx>
>
> > Fixes: e278dcb7048b1 ("pinctrl: intel: Add Intel Jasper Lake pin
> > controller support")
>
> It must be one line, and put it first in the tag block
>
>
> > Cc: stable@xxxxxxxxxxxxxxx
>
> This is second one...
>
> Fixes: ...
> Cc: ...
> SoB: ...

Thanks, will fix these things, spinning now.
-Evan