media: i2c: max2175: convert to use maple tree register cache
authorBo Liu <liubo03@inspur.com>
Wed, 17 Jan 2024 03:10:24 +0000 (04:10 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Thu, 1 Feb 2024 12:39:59 +0000 (13:39 +0100)
commit7378c257db6ae3886c2b300cb62737660dd695a1
tree521cbecefd9c0d3c0235ffff867e0ff282994f22
parenta48a824fbc032b8cc80a508b6d2bf925a39b7930
media: i2c: max2175: 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/max2175.c