Re: [PATCH v12] drm/bridge: Remove redundant i2c_client in anx7625/it6505

2023-07-17 Thread Robert Foss
On Wed, Jul 12, 2023 at 8:57 AM Chen-Yu Tsai wrote: > > From: Pin-yen Lin > > These two drivers embed a i2c_client in their private driver data, but > only strict device is actually needed. Replace the i2c_client reference > with a struct device one. > > Signed-off-by: Pin-yen Lin > Reviewed-by:

[PATCH v12] drm/bridge: Remove redundant i2c_client in anx7625/it6505

2023-07-11 Thread Chen-Yu Tsai
From: Pin-yen Lin These two drivers embed a i2c_client in their private driver data, but only strict device is actually needed. Replace the i2c_client reference with a struct device one. Signed-off-by: Pin-yen Lin Reviewed-by: Andy Shevchenko Reviewed-by: AngeloGioacchino Del Regno Signed-of