Re: [v5,06/13] drm/ast: Rename struct ast_i2c_chan to struct ast_ddc

2024-03-21 Thread Sui Jingfeng
Hi, On 2024/3/21 16:13, Thomas Zimmermann wrote: Hi Am 20.03.24 um 18:32 schrieb Sui Jingfeng: Hi, On 2024/3/20 17:34, Thomas Zimmermann wrote: The struct struct ast_i2c_chan represents the Display Data Channel (DDC); I2C is the underlying bus. Rename the structure, the variables and the h

Re: [v5,06/13] drm/ast: Rename struct ast_i2c_chan to struct ast_ddc

2024-03-21 Thread Thomas Zimmermann
Hi Am 20.03.24 um 18:32 schrieb Sui Jingfeng: Hi, On 2024/3/20 17:34, Thomas Zimmermann wrote: The struct struct ast_i2c_chan represents the Display Data Channel (DDC); I2C is the underlying bus. Rename the structure, the variables and the helper ast_i2c_create() to ddc-like terms. No functio

Re: [v5,06/13] drm/ast: Rename struct ast_i2c_chan to struct ast_ddc

2024-03-20 Thread Sui Jingfeng
Hi, On 2024/3/20 17:34, Thomas Zimmermann wrote: The struct struct ast_i2c_chan represents the Display Data Channel (DDC); I2C is the underlying bus. Rename the structure, the variables and the helper ast_i2c_create() to ddc-like terms. No functional changes. Signed-off-by: Thomas Zimmermann