From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: Remove redundant X86 dependency for the cgbc backlight driver Date: Tue, 28 Apr 2026 14:50:33 +1000 Message-ID: In-Reply-To: <20260427-backlight-cgbc-remove-x86-dependency-v2-0-da9f2375a34a@bootlin.com> References: <20260427-backlight-cgbc-remove-x86-dependency-v2-0-da9f2375a34a@bootlin.com> 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: Remove redundant X86 dependency for the cgbc backlight driver Author: Thomas Richard Patches: 3 Reviewed: 2026-04-28T14:50:33.339163 --- This is a clean, straightforward 2-patch series. Patch 1 removes a redundant `X86` Kconfig dependency from the CGBC backlight driver since the parent MFD driver (`MFD_CGBC`) already `depends on X86` (confirmed at `drivers/mfd/Kconfig:244`). Patch 2 adds the backlight driver file to the MAINTAINERS entry. Both patches already carry Daniel Thompson's Reviewed-by tag from v1. The series is correct and ready to merge. **No issues found.** --- Generated by Claude Code Patch Reviewer