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