Re: [PATCH 1/2] tty: serial: max310x: convert to use maple tree register cache

From: Greg KH
Date: Tue Apr 09 2024 - 09:46:36 EST


On Tue, Apr 09, 2024 at 03:39:32PM +0200, Greg KH wrote:
> On Mon, Mar 18, 2024 at 02:40:36PM +0800, wangkaiyuan wrote:
> > 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@xxxxxxxxxx>
> > ---
> > drivers/tty/serial/max310x.c | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
>
> Where is patch 2/2 of this series? I don't see it anywhere on
> lore.kernel.org.

Ah, I see it now, it is not connected here. I'll take both now but next
time please use something like 'git send-email' for both commits at the
same time.

thanks,

greg k-h