Re: [PATCH 04/13] media: i2c: imx214: Convert to CCI register access helpers

2024-09-12 Thread Ricardo Ribalda Delgado
On Mon, Sep 2, 2024 at 11:53 PM André Apitzsch via B4 Relay wrote: > > From: André Apitzsch > > Use the new common CCI register access helpers to replace the private > register access helpers in the imx214 driver. This simplifies the driver > by reducing the amount of code. > Acked-by: Ricardo Ri

[PATCH 04/13] media: i2c: imx214: Convert to CCI register access helpers

2024-09-02 Thread André Apitzsch via B4 Relay
From: André Apitzsch Use the new common CCI register access helpers to replace the private register access helpers in the imx214 driver. This simplifies the driver by reducing the amount of code. Signed-off-by: André Apitzsch --- drivers/media/i2c/Kconfig | 1 + drivers/media/i2c/imx214.c |