Re: [PATCH 05/13] media: i2c: imx214: Replace register addresses with macros

2024-09-12 Thread Ricardo Ribalda Delgado
Hi On Mon, Sep 2, 2024 at 11:53 PM André Apitzsch via B4 Relay wrote: > > From: André Apitzsch > > Define macros for all the known registers used in the register arrays, > and use them to replace the numerical addresses. This improves > readability. Could you share the documentation? > > Signe

[PATCH 05/13] media: i2c: imx214: Replace register addresses with macros

2024-09-02 Thread André Apitzsch via B4 Relay
From: André Apitzsch Define macros for all the known registers used in the register arrays, and use them to replace the numerical addresses. This improves readability. Signed-off-by: André Apitzsch --- drivers/media/i2c/imx214.c | 407 ++--- 1 file chang