media: i2c: tvp5150: convert to use maple tree register cache
authorBo Liu <liubo03@inspur.com>
Wed, 17 Jan 2024 03:11:34 +0000 (04:11 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Thu, 1 Feb 2024 12:39:35 +0000 (13:39 +0100)
commita48a824fbc032b8cc80a508b6d2bf925a39b7930
treea39c0b78c5cf4c8fd1595df4ba8adb0ee026837c
parenta45e0e762459bf4212c094c085806c5a43988019
media: i2c: tvp5150: 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/tvp5150.c