From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: backlight: apple_bl: Convert to a platform driver Date: Mon, 16 Mar 2026 11:59:43 +1000 Message-ID: In-Reply-To: <5084777.GXAFRqVoOG@rafael.j.wysocki> References: <5084777.GXAFRqVoOG@rafael.j.wysocki> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Overall Series Review Subject: backlight: apple_bl: Convert to a platform driver Author: "Rafael J. Wysocki" Patches: 1 Reviewed: 2026-03-16T11:59:43.952358 --- This is a single patch that converts the Apple backlight ACPI driver (`apple_bl`) from using `struct acpi_driver` to `struct platform_driver`. This is part of a broader effort by Rafael to move drivers away from binding directly to ACPI device objects and instead binding to the platform devices that the ACPI core already creates. The conversion is clean and correct. The patch is small, well-scoped, and the commit message clearly explains the rationale and references the broader discussion about why drivers should not bind directly to ACPI device objects. **Verdict: Looks good.** --- Generated by Claude Code Patch Reviewer