]> www.infradead.org Git - users/willy/xarray.git/commit
media: i2c: ds90ub960: Move UB9702 registers to a separate section
authorTomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Mon, 3 Mar 2025 16:02:12 +0000 (21:32 +0530)
committerHans Verkuil <hverkuil@xs4all.nl>
Fri, 25 Apr 2025 08:15:06 +0000 (10:15 +0200)
commit675bc338ea476e7e3a290bf5d6e9bb2455ec5402
treecffa54b10f1ca7d87a5a688b78ef56b6594b3ff2
parentdbad194b0bffbacd896ed9dec7fd3556720b8049
media: i2c: ds90ub960: Move UB9702 registers to a separate section

The driver supports both UB960 and UB9702. While devices work in similar
ways and have a lot of identical registers, there are also plenty of
differences.

To clarify the situation a bit, move the UB9702 registers to a separate
section and prefix them with UB9702.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Signed-off-by: Jai Luthra <jai.luthra@ideasonboard.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
drivers/media/i2c/ds90ub960.c