From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: drm/panel: Enable GPIOLIB for panels which uses functions from it Date: Fri, 27 Feb 2026 12:17:13 +1000 Message-ID: In-Reply-To: <20260226-panel-clean-up-kconfig-dep-v1-4-bb28a2355b4c@ixit.cz> References: <20260226-panel-clean-up-kconfig-dep-v1-0-bb28a2355b4c@ixit.cz> <20260226-panel-clean-up-kconfig-dep-v1-4-bb28a2355b4c@ixit.cz> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review **Author:** David Heidelberg Adds `depends on GPIOLIB` (via `depends on OF && GPIOLIB`) to five panel configs: - `DRM_PANEL_EBBG_FT8719` - `DRM_PANEL_LG_SW43408` - `DRM_PANEL_NOVATEK_NT36672A` - `DRM_PANEL_NOVATEK_NT36672E` - `DRM_PANEL_VISIONOX_RM69299` I verified all five driver source files use `devm_gpiod_get()` and `gpiod_set_value()` / `gpiod_set_value_cansleep()`. All five changes are correct. **Minor grammar nit in subject:** "which uses" should be "which use" (plural). **No functional issues.** Looks good. --- Generated by Claude Code Patch Reviewer