On Mon, 30 Jun 2025 12:08:14 +0200, Julien Stephan wrote:
> Commit 2dcf143398ad ("dm: video: Repurpose the 'displayport' uclass to
> 'display'")
> left the display_read_edid() function unused by mistake.
>
> This series addresses that oversight and introduces a new useful cmd.
>
> Patch 1:
> - Refactors display_read_timing() to use the existing
> display_read_edid() function, eliminating redundant code.
> - Marks display_read_edid() as static since it is not used outside of
> the file.
>
> [...]
Applied to u-boot/next, thanks!
[1/2] video: display: refactor display_read_timing to avoid code duplication
commit: 5b2ee2c4a200961fa92ab1f2f2502ee41905257e
[2/2] cmd: add new command to read edid
commit: 5e9b0b56ad8c2a4289b2b506ad3d0f3acd0d20ba
--
Tom