From: "Nirujogi, Pratap" <pnirujog@amd.com>
To: "Rafael J. Wysocki" <rafael@kernel.org>,
Pratap Nirujogi <pratap.nirujogi@amd.com>
Cc: lenb@kernel.org, mlimonci@amd.com, bin.du@amd.com,
alexander.deucher@amd.com, benjamin.chan@amd.com,
king.li@amd.com, linux-acpi@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v1] ACPI: bus: Fix MFD child automatic modprobe issue
Date: Wed, 18 Mar 2026 08:25:02 -0400 [thread overview]
Message-ID: <fbbb22cf-bbf4-41a0-9146-3da850318b86@amd.com> (raw)
In-Reply-To: <CAJZ5v0hhVv5mpoUYx21LcTk=gAtn=HgWB-6zvAvzXmTrPng4Bg@mail.gmail.com>
On 3/18/2026 7:02 AM, Rafael J. Wysocki wrote:
> Caution: This message originated from an External Source. Use proper caution when opening attachments, clicking links, or responding.
>
>
> On Wed, Mar 18, 2026 at 4:49 AM Pratap Nirujogi <pratap.nirujogi@amd.com> wrote:
>>
>> MFD child devices sharing parent's ACPI Companion fails to probe as
>> acpi_companion_match() returns incompatible ACPI Companion handle for
>> binding with the check for pnp.type.backlight added recently. Remove this
>> pnp.type.backlight check in acpi_companion_match() to fix the automatic
>> modprobe issue.
>>
>> Fixes: 7a7a7ed5f8bdb ("ACPI: scan: Register platform devices for backlight device objects")
>> Signed-off-by: Pratap Nirujogi <pratap.nirujogi@amd.com>
>> ---
>> drivers/acpi/bus.c | 3 ---
>> 1 file changed, 3 deletions(-)
>>
>> diff --git a/drivers/acpi/bus.c b/drivers/acpi/bus.c
>> index f6707325f5821..2ec095e2009e4 100644
>> --- a/drivers/acpi/bus.c
>> +++ b/drivers/acpi/bus.c
>> @@ -818,9 +818,6 @@ const struct acpi_device *acpi_companion_match(const struct device *dev)
>> if (list_empty(&adev->pnp.ids))
>> return NULL;
>>
>> - if (adev->pnp.type.backlight)
>> - return adev;
>> -
>
> Good catch!
>
> I forgot to remove this in
>
> https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git/commit/?h=acpi-7.0-rc4&id=6ab3532b4c98f4e51969f0e5f3fc919c535f3ce1
>
>> return acpi_primary_dev_companion(adev, dev);
>> }
>>
>> --
>
> So applied as 7.0-rc material, thanks!
Thanks, Rafael.
prev parent reply other threads:[~2026-03-18 12:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-18 3:47 [PATCH v1] ACPI: bus: Fix MFD child automatic modprobe issue Pratap Nirujogi
2026-03-18 11:02 ` Rafael J. Wysocki
2026-03-18 12:25 ` Nirujogi, Pratap [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=fbbb22cf-bbf4-41a0-9146-3da850318b86@amd.com \
--to=pnirujog@amd.com \
--cc=alexander.deucher@amd.com \
--cc=benjamin.chan@amd.com \
--cc=bin.du@amd.com \
--cc=king.li@amd.com \
--cc=lenb@kernel.org \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mlimonci@amd.com \
--cc=pratap.nirujogi@amd.com \
--cc=rafael@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox