media: i2c: isl7998x: convert to use maple tree register cache
authorBo Liu <liubo03@inspur.com>
Wed, 17 Jan 2024 03:09:10 +0000 (04:09 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Thu, 1 Feb 2024 12:40:22 +0000 (13:40 +0100)
commit45db5c214c71419f4ec41300c3b6a1d5e62cb042
tree935f572a04293100edc6a2886a16f0de59328fdb
parent7378c257db6ae3886c2b300cb62737660dd695a1
media: i2c: isl7998x: convert to use maple tree register cache

The maple tree register cache is based on a much more modern data structure
than the rbtree cache and makes optimisation choices which are probably
more appropriate for modern systems than those made by the rbtree cache.

Signed-off-by: Bo Liu <liubo03@inspur.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/i2c/isl7998x.c