linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Binbin Zhou <zhoubb.aaron@gmail.com>
Cc: Binbin Zhou <zhoubinbin@loongson.cn>,
	Huacai Chen <chenhuacai@loongson.cn>,
	Jiri Slaby <jirislaby@kernel.org>,
	Haowei Zheng <zhenghaowei@loongson.cn>,
	Huacai Chen <chenhuacai@kernel.org>,
	Xuerui Wang <kernel@xen0n.name>,
	loongarch@lists.linux.dev, ilpo.jarvinen@linux.intel.com,
	linux-serial@vger.kernel.org
Subject: Re: [PATCH v6 0/3] uart: Introduce uart driver for the Loongson family
Date: Fri, 31 Oct 2025 17:30:50 +0100	[thread overview]
Message-ID: <2025103139-overlabor-subsector-7f8e@gregkh> (raw)
In-Reply-To: <CAMpQs4L4A5pPG0pAKiua_2q3rBQB3WETBjc8iG8mbz5U1tWR7g@mail.gmail.com>

On Fri, Oct 31, 2025 at 10:36:00AM +0800, Binbin Zhou wrote:
> On Sat, Oct 11, 2025 at 3:17 PM Binbin Zhou <zhoubinbin@loongson.cn> wrote:
> >
> > Hi all:
> >
> > For various reasons, I will be taking over from Haowei and continuing to
> > push forward with this patch set. Thanks to Haowei for his efforts so
> > far.
> >
> > This patchset introduce a generic UART framework driver for Loongson family.
> > It can be found on Loongson3 series cpus, Loongson-2K series cpus and Loongson
> > LS7A bridge chips.
> >
> > Thanks.
> >
> > ------
> > V6:
> > Patch-1:
> >  - Add Conor's Acked-by tag, thanks.
> >
> > Patch-2:
> >  - Add more missing #include;
> >  - Convert mcr_invert/msr_invert from int to u8;
> >  - Split serial_fixup() on a preceding line;
> >  - Add macro definition to avoid magic numbers, such as
> >    LOONGSON_QUOT_FRAC_MASK;
> >  - Rework the relevant data structures, where `loongson_uart_ddata`
> >    represents the Soc's driver_data;
> >  - Drop `PORT_LOONGSON` and use PORT_16550A instead.
> >  - devm_platform_get_and_ioremap_resource() instead of platform_get_resource();
> >  - Use uart_read_port_properties() and parse the clock attributes;
> >  - Use switch-case instead of if-else in serial_fixup().
> >
> > Link to V5:
> > https://lore.kernel.org/all/cover.1758676290.git.zhoubinbin@loongson.cn/
> 
> Hi all:
> 
> Gentle ping.
> Any comments about this patchset ?

Sorry, will try to get to it next week...

      reply	other threads:[~2025-10-31 16:30 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-11  7:16 [PATCH v6 0/3] uart: Introduce uart driver for the Loongson family Binbin Zhou
2025-10-11  7:16 ` [PATCH v6 1/3] dt-bindings: serial: 8250: Add Loongson uart compatible Binbin Zhou
2025-10-11  7:16 ` [PATCH v6 2/3] serial: 8250: Add Loongson uart driver support Binbin Zhou
2025-10-11  7:16 ` [PATCH v6 3/3] LoongArch: dts: Add uart new compatible string Binbin Zhou
2025-10-16 14:37 ` [PATCH v6 0/3] uart: Introduce uart driver for the Loongson family Huacai Chen
2025-10-31  2:36 ` Binbin Zhou
2025-10-31 16:30   ` Greg Kroah-Hartman [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=2025103139-overlabor-subsector-7f8e@gregkh \
    --to=gregkh@linuxfoundation.org \
    --cc=chenhuacai@kernel.org \
    --cc=chenhuacai@loongson.cn \
    --cc=ilpo.jarvinen@linux.intel.com \
    --cc=jirislaby@kernel.org \
    --cc=kernel@xen0n.name \
    --cc=linux-serial@vger.kernel.org \
    --cc=loongarch@lists.linux.dev \
    --cc=zhenghaowei@loongson.cn \
    --cc=zhoubb.aaron@gmail.com \
    --cc=zhoubinbin@loongson.cn \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).