From: mark.rutland@arm.com (Mark Rutland)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/6] Documentation: DT: Add bindings for Spreadtrum serial
Date: Wed, 1 Oct 2014 12:21:50 +0100 [thread overview]
Message-ID: <20141001112149.GA13759@leverpostej> (raw)
In-Reply-To: <1411992293-7729-2-git-send-email-zhang.lyra@gmail.com>
On Mon, Sep 29, 2014 at 01:04:48PM +0100, zhang.lyra at gmail.com wrote:
> From: "chunyan.zhang" <chunyan.zhang@spreadtrum.com>
>
> Adds the device-tree documentation for Spreadtrum's serial.
>
> Signed-off-by: chunyan.zhang <chunyan.zhang@spreadtrum.com>
> ---
> .../devicetree/bindings/serial/of-serial.txt | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/serial/of-serial.txt b/Documentation/devicetree/bindings/serial/of-serial.txt
> index 7705477..a0bb1d1 100644
> --- a/Documentation/devicetree/bindings/serial/of-serial.txt
> +++ b/Documentation/devicetree/bindings/serial/of-serial.txt
> @@ -14,6 +14,7 @@ Required properties:
> - "altr,16550-FIFO32"
> - "altr,16550-FIFO64"
> - "altr,16550-FIFO128"
> + - "sprd,serial"
Is there not a more specific name? I'd imagine you might build a
different uart in future.
I didn't spot "sprd" in vendor-prefixes.txt in mainline. Is there a
patch adding that?
Mark.
> - "serial" if the port type is unknown.
> - reg : offset and length of the register set for the device.
> - interrupts : should contain uart interrupt.
> --
> 1.7.9.5
>
>
WARNING: multiple messages have this Message-ID (diff)
From: Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>
To: "zhang.lyra-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org"
<zhang.lyra-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: Catalin Marinas <Catalin.Marinas-5wv7dgnIgG8@public.gmane.org>,
"gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org"
<gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org>,
"ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org"
<ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>,
"jslaby-AlSwsSmVLrQ@public.gmane.org"
<jslaby-AlSwsSmVLrQ@public.gmane.org>,
"galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org"
<galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
"broonie-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org"
<broonie-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
"m-karicheri2-l0cyMroinI0@public.gmane.org"
<m-karicheri2-l0cyMroinI0@public.gmane.org>,
Pawel Moll <Pawel.Moll-5wv7dgnIgG8@public.gmane.org>,
"artagnon-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org"
<artagnon-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
"rrichter-YGCgFSpz5w/QT0dZR+AlfA@public.gmane.org"
<rrichter-YGCgFSpz5w/QT0dZR+AlfA@public.gmane.org>,
"robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org"
<robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Will Deacon <Will.Deacon-5wv7dgnIgG8@public.gmane.org>,
"orsonzhai-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org"
<orsonzhai-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
"geng.ren-lxIno14LUO0EEoCn2XhGlw@public.gmane.org"
<geng.ren-lxIno14LUO0EEoCn2XhGlw@public.gmane.org>,
"zhizhou.zhang-lxIno14LUO0EEoCn2XhGlw@public.gmane.org"
<zhizhou.zhang-lxIno14LUO0EEoCn2XhGlw@public.gmane.org>,
"devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
<devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
"linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>,
"linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
<linux-kern>
Subject: Re: [PATCH 1/6] Documentation: DT: Add bindings for Spreadtrum serial
Date: Wed, 1 Oct 2014 12:21:50 +0100 [thread overview]
Message-ID: <20141001112149.GA13759@leverpostej> (raw)
In-Reply-To: <1411992293-7729-2-git-send-email-zhang.lyra-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
On Mon, Sep 29, 2014 at 01:04:48PM +0100, zhang.lyra-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote:
> From: "chunyan.zhang" <chunyan.zhang-lxIno14LUO0EEoCn2XhGlw@public.gmane.org>
>
> Adds the device-tree documentation for Spreadtrum's serial.
>
> Signed-off-by: chunyan.zhang <chunyan.zhang-lxIno14LUO0EEoCn2XhGlw@public.gmane.org>
> ---
> .../devicetree/bindings/serial/of-serial.txt | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/serial/of-serial.txt b/Documentation/devicetree/bindings/serial/of-serial.txt
> index 7705477..a0bb1d1 100644
> --- a/Documentation/devicetree/bindings/serial/of-serial.txt
> +++ b/Documentation/devicetree/bindings/serial/of-serial.txt
> @@ -14,6 +14,7 @@ Required properties:
> - "altr,16550-FIFO32"
> - "altr,16550-FIFO64"
> - "altr,16550-FIFO128"
> + - "sprd,serial"
Is there not a more specific name? I'd imagine you might build a
different uart in future.
I didn't spot "sprd" in vendor-prefixes.txt in mainline. Is there a
patch adding that?
Mark.
> - "serial" if the port type is unknown.
> - reg : offset and length of the register set for the device.
> - interrupts : should contain uart interrupt.
> --
> 1.7.9.5
>
>
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: Mark Rutland <mark.rutland@arm.com>
To: "zhang.lyra@gmail.com" <zhang.lyra@gmail.com>
Cc: Catalin Marinas <Catalin.Marinas@arm.com>,
"gregkh@linuxfoundation.org" <gregkh@linuxfoundation.org>,
"ijc+devicetree@hellion.org.uk" <ijc+devicetree@hellion.org.uk>,
"jslaby@suse.cz" <jslaby@suse.cz>,
"galak@codeaurora.org" <galak@codeaurora.org>,
"broonie@linaro.org" <broonie@linaro.org>,
"m-karicheri2@ti.com" <m-karicheri2@ti.com>,
Pawel Moll <Pawel.Moll@arm.com>,
"artagnon@gmail.com" <artagnon@gmail.com>,
"rrichter@cavium.com" <rrichter@cavium.com>,
"robh+dt@kernel.org" <robh+dt@kernel.org>,
Will Deacon <Will.Deacon@arm.com>,
"orsonzhai@gmail.com" <orsonzhai@gmail.com>,
"geng.ren@spreadtrum.com" <geng.ren@spreadtrum.com>,
"zhizhou.zhang@spreadtrum.com" <zhizhou.zhang@spreadtrum.com>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"chunyan.zhang" <chunyan.zhang@spreadtrum.com>
Subject: Re: [PATCH 1/6] Documentation: DT: Add bindings for Spreadtrum serial
Date: Wed, 1 Oct 2014 12:21:50 +0100 [thread overview]
Message-ID: <20141001112149.GA13759@leverpostej> (raw)
In-Reply-To: <1411992293-7729-2-git-send-email-zhang.lyra@gmail.com>
On Mon, Sep 29, 2014 at 01:04:48PM +0100, zhang.lyra@gmail.com wrote:
> From: "chunyan.zhang" <chunyan.zhang@spreadtrum.com>
>
> Adds the device-tree documentation for Spreadtrum's serial.
>
> Signed-off-by: chunyan.zhang <chunyan.zhang@spreadtrum.com>
> ---
> .../devicetree/bindings/serial/of-serial.txt | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/serial/of-serial.txt b/Documentation/devicetree/bindings/serial/of-serial.txt
> index 7705477..a0bb1d1 100644
> --- a/Documentation/devicetree/bindings/serial/of-serial.txt
> +++ b/Documentation/devicetree/bindings/serial/of-serial.txt
> @@ -14,6 +14,7 @@ Required properties:
> - "altr,16550-FIFO32"
> - "altr,16550-FIFO64"
> - "altr,16550-FIFO128"
> + - "sprd,serial"
Is there not a more specific name? I'd imagine you might build a
different uart in future.
I didn't spot "sprd" in vendor-prefixes.txt in mainline. Is there a
patch adding that?
Mark.
> - "serial" if the port type is unknown.
> - reg : offset and length of the register set for the device.
> - interrupts : should contain uart interrupt.
> --
> 1.7.9.5
>
>
next prev parent reply other threads:[~2014-10-01 11:21 UTC|newest]
Thread overview: 68+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-29 12:04 [PATCH 0/6] Add Spreadtrum Shark64 SoC support zhang.lyra at gmail.com
2014-09-29 12:04 ` zhang.lyra
2014-09-29 12:04 ` zhang.lyra-Re5JQEeQqe8AvxtiuMwx3w
2014-09-29 12:04 ` [PATCH 1/6] Documentation: DT: Add bindings for Spreadtrum serial zhang.lyra at gmail.com
2014-09-29 12:04 ` zhang.lyra
2014-09-29 13:39 ` Arnd Bergmann
2014-09-29 13:39 ` Arnd Bergmann
2014-10-01 11:21 ` Mark Rutland [this message]
2014-10-01 11:21 ` Mark Rutland
2014-10-01 11:21 ` Mark Rutland
2014-10-02 15:08 ` Orson Zhai
2014-10-02 15:08 ` Orson Zhai
2014-10-02 15:08 ` Orson Zhai
2014-09-29 12:04 ` [PATCH 2/6] arm64: Add DTS support for Spreadtrum's Shark64 SoC zhang.lyra at gmail.com
2014-09-29 12:04 ` zhang.lyra
2014-09-29 13:47 ` Arnd Bergmann
2014-09-29 13:47 ` Arnd Bergmann
2014-09-29 13:47 ` Arnd Bergmann
2014-10-01 11:17 ` Catalin Marinas
2014-10-01 11:17 ` Catalin Marinas
2014-10-01 11:17 ` Catalin Marinas
2014-10-15 3:17 ` Lyra Zhang
2014-10-15 3:17 ` Lyra Zhang
2014-10-15 3:17 ` Lyra Zhang
2014-10-20 19:00 ` Arnd Bergmann
2014-10-20 19:00 ` Arnd Bergmann
2014-10-21 1:28 ` Lyra Zhang
2014-10-21 1:28 ` Lyra Zhang
2014-10-21 1:28 ` Lyra Zhang
2014-10-01 11:23 ` Mark Rutland
2014-10-01 11:23 ` Mark Rutland
2014-10-01 11:23 ` Mark Rutland
2014-09-29 12:04 ` [PATCH 3/6] arm64: dts/Makefile: Add " zhang.lyra at gmail.com
2014-09-29 12:04 ` zhang.lyra
2014-09-29 14:47 ` Mark Brown
2014-09-29 14:47 ` Mark Brown
2014-09-29 14:47 ` Mark Brown
2014-09-30 9:26 ` Lyra Zhang
2014-09-30 9:51 ` Lyra Zhang
2014-09-30 9:51 ` Lyra Zhang
2014-09-30 9:51 ` Lyra Zhang
2014-09-29 12:04 ` [PATCH 4/6] arm64: Add support for Spreadtrum's Shark64 SoC in Kconfig and defconfig zhang.lyra at gmail.com
2014-09-29 12:04 ` zhang.lyra
2014-09-29 12:04 ` [PATCH 5/6] tty/serial: Add Spreadtrum's serial earlycon zhang.lyra at gmail.com
2014-09-29 12:04 ` zhang.lyra
2014-09-29 13:36 ` Arnd Bergmann
2014-09-29 13:36 ` Arnd Bergmann
2014-10-01 13:55 ` Rob Herring
2014-10-01 13:55 ` Rob Herring
2014-10-01 13:55 ` Rob Herring
2014-09-29 14:53 ` Mark Brown
2014-09-29 14:53 ` Mark Brown
2014-09-29 14:53 ` Mark Brown
2014-09-29 12:04 ` [PATCH 6/6] Documentation: Add entry for Spreadtrum's Shark64 SoC zhang.lyra at gmail.com
2014-09-29 12:04 ` zhang.lyra
2014-09-29 13:30 ` Arnd Bergmann
2014-09-29 13:30 ` Arnd Bergmann
2014-09-29 13:30 ` Arnd Bergmann
2014-09-29 13:59 ` Arnd Bergmann
2014-09-29 13:59 ` Arnd Bergmann
2014-09-30 7:05 ` Lyra Zhang
2014-09-30 10:08 ` Lyra Zhang
2014-09-30 10:08 ` Lyra Zhang
2014-09-29 14:08 ` [PATCH 0/6] Add Spreadtrum Shark64 SoC support Arnd Bergmann
2014-09-29 14:08 ` Arnd Bergmann
2014-09-29 14:08 ` Arnd Bergmann
-- strict thread matches above, loose matches on Subject: below --
2014-09-29 11:48 zhang.lyra at gmail.com
2014-09-29 11:48 ` [PATCH 1/6] Documentation: DT: Add bindings for Spreadtrum serial zhang.lyra at gmail.com
2014-09-29 11:48 ` zhang.lyra
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=20141001112149.GA13759@leverpostej \
--to=mark.rutland@arm.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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.