Re: [PATCH v1 4/8] ACPI: x86/rtc-cmos: Use platform device for driver binding

From: Rafael J. Wysocki

Date: Wed Mar 04 2026 - 07:42:39 EST


On Tue, Mar 3, 2026 at 10:17 PM Nathan Chancellor <nathan@xxxxxxxxxx> wrote:
>
> On Tue, Mar 03, 2026 at 07:47:54PM +0100, Rafael J. Wysocki wrote:
> > On Tue, Mar 3, 2026 at 6:52 PM Nathan Chancellor <nathan@xxxxxxxxxx> wrote:
> > >
> > > On Tue, Mar 03, 2026 at 01:51:37PM +0100, Rafael J. Wysocki wrote:
> > > > On Tuesday, March 3, 2026 7:07:52 AM CET Nathan Chancellor wrote:
> > > > > After this change in -next as commit 2a78e4210444 ("ACPI: x86/rtc-cmos:
> > > > > Use platform device for driver binding"), I am seeing
> > > > >
> > > > > rtc_cmos PNP0B00:00: error -ENXIO: IRQ index 0 not found
> > > > >
> > > > > on a few of my test machines. Is this expected?
> > > >
> > > > Not really, thanks for reporting!
> > > >
> > > > Please send me a dmesg boot log from one of the affected systems.
> > >
> > > Attached.
> > >
> > > > The patch below should make the message go away.
> > >
> > > Can confirm, thanks! If it is helpful:
> > >
> > > Tested-by: Nathan Chancellor <nathan@xxxxxxxxxx>
> >
> > Thank you!
> >
> > Can you please also send me a dmesg boot log from the same system with
> > this patch applied?
>
> Attached. Let me know if you need anything else.

All is fine now AFAICS, thanks!