linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert@linux-m68k.org>
To: Zhou Yanjie <zhouyanjie@zoho.com>
Cc: linux-mips@vger.kernel.org,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	"open list:SERIAL DRIVERS" <linux-serial@vger.kernel.org>,
	"open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" 
	<devicetree@vger.kernel.org>, Rob Herring <robh+dt@kernel.org>,
	Paul Burton <paul.burton@mips.com>,
	Greg KH <gregkh@linuxfoundation.org>,
	Jiri Slaby <jslaby@suse.com>, Mark Rutland <mark.rutland@arm.com>,
	syq@debian.org, jiaxun.yang@flygoat.com, 772753199@qq.com
Subject: Re: [PATCH 1/2] Serial: Ingenic: Add support for the X1000.
Date: Mon, 28 Jan 2019 11:53:27 +0100	[thread overview]
Message-ID: <CAMuHMdWgYgMWD=oE6vCZtb1_-K5y19AHwn1WptLhJ47hc6Ah+g@mail.gmail.com> (raw)
In-Reply-To: <1548667176-119830-2-git-send-email-zhouyanjie@zoho.com>

Hi Zhou,

On Mon, Jan 28, 2019 at 10:23 AM Zhou Yanjie <zhouyanjie@zoho.com> wrote:
> Add support for probing the 8250_ingenic driver on the
> X1000 Soc from Ingenic.
>
> Signed-off-by: Zhou Yanjie <zhouyanjie@zoho.com>

Thanks for your patch!

> --- a/drivers/tty/serial/8250/8250_ingenic.c
> +++ b/drivers/tty/serial/8250/8250_ingenic.c
> @@ -145,6 +145,10 @@ EARLYCON_DECLARE(jz4780_uart, ingenic_early_console_setup);
>  OF_EARLYCON_DECLARE(jz4780_uart, "ingenic,jz4780-uart",
>                     ingenic_early_console_setup);
>
> +EARLYCON_DECLARE(x1000_uart, ingenic_early_console_setup);
> +OF_EARLYCON_DECLARE(x1000_uart, "ingenic,x1000-uart",
> +                   ingenic_early_console_setup);

As of commit 2eaa790989e03900 ("earlycon: Use common framework for
earlycon declarations") it is no longer needer to specify both
EARLYCON_DECLARE() and OF_EARLYCON_DECLARE().

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

  parent reply	other threads:[~2019-01-28 10:53 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-28  9:19 Add Ingenic X1000 serial support Zhou Yanjie
2019-01-28  9:19 ` [PATCH 1/2] Serial: Ingenic: Add support for the X1000 Zhou Yanjie
2019-01-28  9:30   ` Greg KH
2019-01-28 12:44     ` Zhou Yanjie
2019-01-28 10:53   ` Geert Uytterhoeven [this message]
2019-01-28  9:19 ` [PATCH 2/2] " Zhou Yanjie
2019-01-28 13:56 ` Serial: Ingenic: Add X1000 suppor for the UART driver Zhou Yanjie
2019-01-28 13:57   ` [PATCH v2 1/2] " Zhou Yanjie
2019-01-28 16:22     ` Greg KH
2019-01-28 16:45       ` Zhou Yanjie
2019-01-28 13:57   ` [PATCH v2 2/2] " Zhou Yanjie
2019-01-28 17:03 ` Add Ingenic X1000 serial support Zhou Yanjie
2019-01-28 17:03   ` [PATCH v3 1/2] Serial: Ingenic: Add support for the X1000 Zhou Yanjie
2019-10-12  7:35     ` Greg KH
2019-10-14  3:28       ` Zhou Yanjie
2019-01-28 17:03   ` [PATCH v3 2/2] Dt-bindings: Serial: Add X1000 serial bindings Zhou Yanjie
2019-01-30 18:46     ` Rob Herring

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='CAMuHMdWgYgMWD=oE6vCZtb1_-K5y19AHwn1WptLhJ47hc6Ah+g@mail.gmail.com' \
    --to=geert@linux-m68k.org \
    --cc=772753199@qq.com \
    --cc=devicetree@vger.kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=jiaxun.yang@flygoat.com \
    --cc=jslaby@suse.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@vger.kernel.org \
    --cc=linux-serial@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=paul.burton@mips.com \
    --cc=robh+dt@kernel.org \
    --cc=syq@debian.org \
    --cc=zhouyanjie@zoho.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 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).