Re: [PATCH 3/3] drm/ast: Define struct ast_ddc in ast_ddc.c

2024-04-10 Thread Jocelyn Falempe
Hi, Thanks for the patch, it looks good to me. Reviewed-by: Jocelyn Falempe -- Jocelyn On 03/04/2024 12:31, Thomas Zimmermann wrote: Move the definition of struct ast_ddc to ast_ddc.c and return the i2c adapter from ast_ddc_create(). Update callers accordingly. Avoids including Linux i2c he

[PATCH 3/3] drm/ast: Define struct ast_ddc in ast_ddc.c

2024-04-03 Thread Thomas Zimmermann
Move the definition of struct ast_ddc to ast_ddc.c and return the i2c adapter from ast_ddc_create(). Update callers accordingly. Avoids including Linux i2c header files, except where required. No functional changes. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/ast/ast_ddc.c | 14 +++