From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: Re: [PATCH v3] fbdev/hga: Request memory region before ioremap Date: Thu, 12 Mar 2026 07:23:23 +1000 Message-ID: In-Reply-To: <3d58e520-0308-44c7-a43a-e438548e9c40@suse.de> References: <3d58e520-0308-44c7-a43a-e438548e9c40@suse.de> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Overall Series Review Subject: Re: [PATCH v3] fbdev/hga: Request memory region before ioremap Author: Thomas Zimmermann Patches: 2 Reviewed: 2026-03-12T07:23:23.926808 --- This is a single-patch series (v3) that adds a `devm_request_mem_region()` = call before `ioremap()` in the HGA framebuffer driver to properly reserve t= he video memory range at `0xb0000`. The goal is correct =E2=80=94 the drive= r should reserve the physical address range to prevent conflicts. However, = there are several issues with the current implementation that need to be ad= dressed. --- Generated by Claude Code Patch Reviewer