Re: [PATCH 00/14] drm/tidss: dispc: Convert to FIELD_* API

From: Tomi Valkeinen
Date: Fri Aug 08 2025 - 05:34:18 EST


Hi Maxime,

On 30/07/2025 11:57, Maxime Ripard wrote:
> Hi,
>
> The tidss driver rolls its own API equivalent to the FIELD_* API already
> provided the kernel.
>
> Since it's an ad-hoc implementation, it also is less convenient and
> doesn't provide some useful features like being able to share the field
> definitions that will come handy in the future.
>
> Thus, this series converts the driver to that API and drops its own
> version.
>
> Let me know what you think,

I didn't test or go through in detail yet, but thumbs up from me for the
overall approach.

Tomi