Re: [PATCH 1/2] mfd: pm8008: fix module autoloading

From: Johan Hovold
Date: Fri Jun 09 2023 - 02:21:36 EST


On Thu, Jun 08, 2023 at 04:45:03PM +0100, Lee Jones wrote:
> On Fri, 26 May 2023, Johan Hovold wrote:
>
> > Add the missing module device table alias to that the driver can be
> > autoloaded when built as a module.
> >
> > Fixes: 6b149f3310a4 ("mfd: pm8008: Add driver for QCOM PM8008 PMIC")
> > Cc: stable@xxxxxxxxxxxxxxx # 5.14
> > Signed-off-by: Johan Hovold <johan+linaro@xxxxxxxxxx>
> > ---
> > drivers/mfd/qcom-pm8008.c | 1 +
> > 1 file changed, 1 insertion(+)
>
> Applied, thanks

Thanks, Lee. Did you forget to push these out? I was gonna see if you
merged them for 6.4 or 6.5, but I can't seem to find them in your mfd
repo.

Johan