tty: serial: sc16is7xx: convert to use maple tree register cache
authorwangkaiyuan <wangkaiyuan@inspur.com>
Mon, 18 Mar 2024 06:42:16 +0000 (14:42 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 9 Apr 2024 14:50:40 +0000 (16:50 +0200)
commit925b2c3f6b6f81a5405a647b381d12a93f06a730
treec057077edfb6646082a0a96ee74d7474f9126de2
parentc9615d34ce26199054e188f634eac2e45c9cc906
tty: serial: sc16is7xx: 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: wangkaiyuan <wangkaiyuan@inspur.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20240318064216.1765-1-wangkaiyuan@inspur.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/sc16is7xx.c