From: Ian Campbell <ian.campbell@citrix.com>
To: "Edgar E. Iglesias" <edgar.iglesias@gmail.com>, xen-devel@lists.xen.org
Cc: edgar.iglesias@xilinx.com, keir@xen.org, tim@xen.org,
ian.jackson@eu.citrix.com, julien.grall@citrix.com,
jbeulich@suse.com
Subject: Re: [PATCH v1] xen/arm: Add r1p12 to the list of supported Cadence UARTs
Date: Fri, 15 Jan 2016 12:30:27 +0000 [thread overview]
Message-ID: <1452861027.32341.90.camel@citrix.com> (raw)
In-Reply-To: <1452797047-18322-1-git-send-email-edgar.iglesias@gmail.com>
On Thu, 2016-01-14 at 19:44 +0100, Edgar E. Iglesias wrote:
> From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com>
Where are the bindings for cdns,uart-r1p12 defined? I don't see it
mentioned in the Documentation/devicetree/bindings/serial/cdns,uart.txt in
mainline Linux.
Does the driver need to differ at all compared with what is needed for
r1p8? Normally if there is no (practical/visible) difference then in DT-
world there is no need for a new compatible string, since the device is
still compatible.
If there are differences in the h/w but they are not relevant to our
particular driven then please say so in the commit log.
Ian.
>
> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
> ---
> xen/drivers/char/cadence-uart.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/xen/drivers/char/cadence-uart.c b/xen/drivers/char/cadence-
> uart.c
> index 933672f..7f90f8d 100644
> --- a/xen/drivers/char/cadence-uart.c
> +++ b/xen/drivers/char/cadence-uart.c
> @@ -206,6 +206,7 @@ static int __init cuart_init(struct dt_device_node
> *dev, const void *data)
> static const struct dt_device_match cuart_dt_match[] __initconst =
> {
> DT_MATCH_COMPATIBLE("cdns,uart-r1p8"),
> + DT_MATCH_COMPATIBLE("cdns,uart-r1p12"),
> { /* sentinel */ },
> };
>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
next prev parent reply other threads:[~2016-01-15 12:30 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-14 18:44 [PATCH v1] xen/arm: Add r1p12 to the list of supported Cadence UARTs Edgar E. Iglesias
2016-01-15 11:20 ` Jan Beulich
2016-01-15 12:15 ` Edgar E. Iglesias
2016-01-15 12:30 ` Ian Campbell [this message]
2016-01-15 13:30 ` Edgar E. Iglesias
2016-01-15 13:46 ` Ian Campbell
2016-01-15 14:36 ` Edgar E. Iglesias
2016-01-15 14:42 ` Ian Campbell
2016-01-15 15:56 ` Ian Campbell
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=1452861027.32341.90.camel@citrix.com \
--to=ian.campbell@citrix.com \
--cc=edgar.iglesias@gmail.com \
--cc=edgar.iglesias@xilinx.com \
--cc=ian.jackson@eu.citrix.com \
--cc=jbeulich@suse.com \
--cc=julien.grall@citrix.com \
--cc=keir@xen.org \
--cc=tim@xen.org \
--cc=xen-devel@lists.xen.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 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).