All of lore.kernel.org
 help / color / mirror / Atom feed
From: sergei.shtylyov@cogentembedded.com (Sergei Shtylyov)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 2/5] ARM: dts: pxa: add clocks
Date: Sat, 07 Feb 2015 20:30:38 +0300	[thread overview]
Message-ID: <54D64BBE.9080704@cogentembedded.com> (raw)
In-Reply-To: <87a90p9815.fsf@free.fr>

Hello.

On 02/07/2015 04:16 PM, Robert Jarzmik wrote:

>>> +		stuart: uart at 40700000 {
>>> +			clocks = <&pxa2xx_clks CLK_STUART>;
>>> +		};
>>> +

>>     The ePAPR standard tells to call such nodes "serial", not "uart".

> Good to know, but not for this patch.

> The naming is coming from pxa2xx.dtsi.

    Ah, I was wondering why the node descriptions included only one prop.

 > And you're very welcome to post a patch to fix that ;)

    In my copious free time... :-)

> Cheers.

WBR, Sergei

WARNING: multiple messages have this Message-ID (diff)
From: Sergei Shtylyov <sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
To: Robert Jarzmik <robert.jarzmik-GANU6spQydw@public.gmane.org>
Cc: Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>,
	Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
	Ian Campbell
	<ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>,
	Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
	Dmitry Eremin-Solenikov
	<dbaryshkov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH v3 2/5] ARM: dts: pxa: add clocks
Date: Sat, 07 Feb 2015 20:30:38 +0300	[thread overview]
Message-ID: <54D64BBE.9080704@cogentembedded.com> (raw)
In-Reply-To: <87a90p9815.fsf-GANU6spQydw@public.gmane.org>

Hello.

On 02/07/2015 04:16 PM, Robert Jarzmik wrote:

>>> +		stuart: uart@40700000 {
>>> +			clocks = <&pxa2xx_clks CLK_STUART>;
>>> +		};
>>> +

>>     The ePAPR standard tells to call such nodes "serial", not "uart".

> Good to know, but not for this patch.

> The naming is coming from pxa2xx.dtsi.

    Ah, I was wondering why the node descriptions included only one prop.

 > And you're very welcome to post a patch to fix that ;)

    In my copious free time... :-)

> Cheers.

WBR, Sergei

--
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: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: Robert Jarzmik <robert.jarzmik@free.fr>
Cc: Rob Herring <robh+dt@kernel.org>, Pawel Moll <pawel.moll@arm.com>,
	Mark Rutland <mark.rutland@arm.com>,
	Ian Campbell <ijc+devicetree@hellion.org.uk>,
	Kumar Gala <galak@codeaurora.org>,
	Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v3 2/5] ARM: dts: pxa: add clocks
Date: Sat, 07 Feb 2015 20:30:38 +0300	[thread overview]
Message-ID: <54D64BBE.9080704@cogentembedded.com> (raw)
In-Reply-To: <87a90p9815.fsf@free.fr>

Hello.

On 02/07/2015 04:16 PM, Robert Jarzmik wrote:

>>> +		stuart: uart@40700000 {
>>> +			clocks = <&pxa2xx_clks CLK_STUART>;
>>> +		};
>>> +

>>     The ePAPR standard tells to call such nodes "serial", not "uart".

> Good to know, but not for this patch.

> The naming is coming from pxa2xx.dtsi.

    Ah, I was wondering why the node descriptions included only one prop.

 > And you're very welcome to post a patch to fix that ;)

    In my copious free time... :-)

> Cheers.

WBR, Sergei


  reply	other threads:[~2015-02-07 17:30 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-07 12:39 [PATCH v3 1/5] ARM: dts: pxa: add pwri2c to pxa device-tree Robert Jarzmik
2015-02-07 12:39 ` Robert Jarzmik
2015-02-07 12:39 ` Robert Jarzmik
2015-02-07 12:39 ` [PATCH v3 2/5] ARM: dts: pxa: add clocks Robert Jarzmik
2015-02-07 12:39   ` Robert Jarzmik
2015-02-07 12:39   ` Robert Jarzmik
2015-02-07 12:56   ` Sergei Shtylyov
2015-02-07 12:56     ` Sergei Shtylyov
2015-02-07 12:56     ` Sergei Shtylyov
2015-02-07 13:16     ` Robert Jarzmik
2015-02-07 13:16       ` Robert Jarzmik
2015-02-07 13:16       ` Robert Jarzmik
2015-02-07 17:30       ` Sergei Shtylyov [this message]
2015-02-07 17:30         ` Sergei Shtylyov
2015-02-07 17:30         ` Sergei Shtylyov
2015-02-09 19:56         ` Robert Jarzmik
2015-02-09 19:56           ` Robert Jarzmik
2015-02-07 12:39 ` [PATCH v3 3/5] ARM: dts: pxa: add pxa27x-udc to pxa27x Robert Jarzmik
2015-02-07 12:39   ` Robert Jarzmik
2015-02-07 12:39 ` [PATCH v3 4/5] ARM: dts: pxa: add pxa27x-keypad " Robert Jarzmik
2015-02-07 12:39   ` Robert Jarzmik
2015-02-07 12:39 ` [PATCH v3 5/5] ARM: dts: pxa: add pxa-timer " Robert Jarzmik
2015-02-07 12:39   ` Robert Jarzmik

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=54D64BBE.9080704@cogentembedded.com \
    --to=sergei.shtylyov@cogentembedded.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.