media: i2c: imx290: Define more register macros
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Mon, 17 Oct 2022 08:35:45 +0000 (11:35 +0300)
committerSakari Ailus <sakari.ailus@linux.intel.com>
Thu, 27 Oct 2022 11:38:01 +0000 (14:38 +0300)
commit79d99ae8a77e2f20d580195ba1f23ada97a002aa
tree1da2b055c39deee137e1a17c6f0a574bf65480e4
parente611f3dac54cae6f9a2efa61fb3dc632c399dd2c
media: i2c: imx290: Define more register macros

Define macros for all registers programmed by the driver for which
documentation is available to increase readability. This starts making
use of 16-bit registers in the register arrays, so the value field has
to be increased to 32 bits.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
drivers/media/i2c/imx290.c