All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: wangkaiyuan <wangkaiyuan@inspur.com>
Cc: jirislaby@kernel.org, hvilleneuve@dimonoff.com,
	andy.shevchenko@gmail.com, linux-kernel@vger.kernel.org,
	linux-serial@vger.kernel.org
Subject: Re: [PATCH 1/2] tty: serial: max310x: convert to use maple tree register cache
Date: Tue, 9 Apr 2024 15:40:31 +0200	[thread overview]
Message-ID: <2024040905-facecloth-cornmeal-e9cb@gregkh> (raw)
In-Reply-To: <2024040904-agreeably-deferral-f2f8@gregkh>

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@inspur.com>
> > ---
> >  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

      reply	other threads:[~2024-04-09 13:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-18  6:40 [PATCH 1/2] tty: serial: max310x: convert to use maple tree register cache wangkaiyuan
2024-03-18  8:30 ` Andy Shevchenko
2024-04-09 13:39 ` Greg KH
2024-04-09 13:40   ` Greg KH [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2024040905-facecloth-cornmeal-e9cb@gregkh \
    --to=gregkh@linuxfoundation.org \
    --cc=andy.shevchenko@gmail.com \
    --cc=hvilleneuve@dimonoff.com \
    --cc=jirislaby@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-serial@vger.kernel.org \
    --cc=wangkaiyuan@inspur.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.