From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 332B9171CD for ; Sun, 5 Jul 2026 23:39:32 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.167.242.64 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783294773; cv=none; b=rJD66glHpZIqVOOrpSKM4O/NgshIU/F1/1gaCNcuk0Ibzj7P6Bj97jJ5Ah5z0i5IFEAt43juM3Dqy6uhXtxzNHERBSDJnm2YVjajQ5YPca35hxW9sSF5UDAoWVQKMt8uYl4i2lI1ycpLjGkIjLItP3XXhFjQT/i+yTSmeoTNSGw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783294773; c=relaxed/simple; bh=sFpMSXqUvGE4yJSP0OG1nAhmmKiQHFdbFlu0SECL2yU=; h=Message-ID:From:To:Cc:Subject:Date:In-Reply-To:References: Content-Type:MIME-Version; b=oQO/ipHxzEy6O58R0edDGCF1GcJKZ70c1QaXLk0xGUcwMCjIQM7de2aJIuR5A5wK3LRmuXoD1HCAqrNmeVG9WPCNzrcb+MPlXwdakLhlChlLeADriN5Jp57m2cdu3kg3ktLYWWMCr9p6iyj35x5C9jZo64hBpygo26eqXjs8+RI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=ideasonboard.com; spf=pass smtp.mailfrom=ideasonboard.com; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b=ZRbH4EAh; arc=none smtp.client-ip=213.167.242.64 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=ideasonboard.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=ideasonboard.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="ZRbH4EAh" Received: from killaraus.ideasonboard.com (2001-14ba-70f3-e800--a06.rev.dnainternet.fi [IPv6:2001:14ba:70f3:e800::a06]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 10840BE; Mon, 6 Jul 2026 01:38:43 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1783294723; bh=sFpMSXqUvGE4yJSP0OG1nAhmmKiQHFdbFlu0SECL2yU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ZRbH4EAhGXzJo0IxQlwEbNkhNc0FRrdzESVRLy8HD1yEK6o3Bg6NOzlHfR0mGx/7K 4Y6ctG5ffR6S+IjBoFA0Ii3Mawgo1H7mpoym29xYjEfH4Gp1yVsT/SkRSOJ1jMk71Z BVT2FslwLfPDJCP8ys6xfa7FtmuVK46qLeRYQGGM= Message-ID: From: Laurent Pinchart To: sashiko-reviews@lists.linux.dev Cc: devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org, robh@kernel.org, conor+dt@kernel.org, wsa+renesas@sang-engineering.com Subject: Re: [PATCH 4/4] [DNI] arm64: dts: renesas: salvator: Add overlay for Dell P1911 VGA display Date: Mon, 06 Jul 2026 02:39:28 +0300 In-Reply-To: <20260705213741.334241F000E9@smtp.kernel.org> References: <20260705213542.28987-1-laurent.pinchart+renesas@ideasonboard.com> <20260705213542.28987-5-laurent.pinchart+renesas@ideasonboard.com> <20260705213741.334241F000E9@smtp.kernel.org> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Hello, This is the friendly mail bot of Laurent Pinchart. You have sent him what appears to be an e-mail generated by an LLM. In order to preserve his mental health, the e-mail has been automatically ignored. Thank you, Laurent's spam bot On Sun, 05 Jul 2026 21:37:40 +0000, sashiko-bot@kernel.org wrote: > Thank you for your contribution! Sashiko AI review found 1 potential issue(= s) to consider: > - [Medium] The patch is explicitly marked as test-only and should not be me= rged. > -- >=20 > commit ec00db7021fbc2f550a150a0512dfc7596a53df2 > Author: Laurent Pinchart >=20 > arm64: dts: renesas: salvator: Add overlay for Dell P1911 VGA display >=20 > This patch adds an overlay to hardcode the EDID of a Dell P1911 VGA display > connector to the VGA port of the Salvator board.=20 >=20 > > Add an overlay that hardcodes the EDID of the Dell P1911 VGA display > > connector to the VGA port of the Salvator board. This is meant to test > > EDID hardcoding and should not be merged upstream. >=20 > [Severity: Medium] > The commit message explicitly states this is meant to test EDID hardcoding = > and should not be merged upstream. >=20 > Was this patch accidentally included in this series, or is it intended to be > dropped by the maintainer before final merging? >=20