From: rjui@broadcom.com (Ray Jui)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 0/3] ARM: dts: add support for NS, NSP, and NS2 clocks
Date: Fri, 20 Nov 2015 09:12:19 -0800 [thread overview]
Message-ID: <564F5473.9020608@broadcom.com> (raw)
In-Reply-To: <1448032640-27713-1-git-send-email-jonmason@broadcom.com>
Hi Jon,
On 11/20/2015 7:17 AM, Jon Mason wrote:
> Changes in v3:
> Tweaked the NSP entry names, per Ray Jui
>
> Changes in v2:
> Rebased off of outstanding NSP DT patches and tweaked the entry names
> per Ray Jui
>
>
> This patch series adds device tree support for the Broadcom Northstar,
> Northstar Plus, and Northstar 2 clocks.
>
> Last sent as an RFC (see https://lkml.org/lkml/2015/10/13/882) due to
> the inability to merge because of the driver dependencies. Those
> necessary driver changes were merged into 4.4. All comments have been
> addressed and it is ready to be pulled in.
>
>
> Jon Mason (3):
> ARM: dts: enable clock support for BCM5301X
> ARM: dts: enable clock support for Broadcom NSP
> ARM64: dts: enable clock support for Broadcom NS2
>
> arch/arm/boot/dts/bcm-nsp.dtsi | 81 ++++++++++++++++++++++++------
> arch/arm/boot/dts/bcm5301x.dtsi | 92 +++++++++++++++++++++++++++--------
> arch/arm64/boot/dts/broadcom/ns2.dtsi | 80 +++++++++++++++++++++++++++++-
> 3 files changed, 216 insertions(+), 37 deletions(-)
>
This entire patch series looks good to me! Thanks!
Reviewed-by: Ray Jui <rjui@broadcom.com>
WARNING: multiple messages have this Message-ID (diff)
From: Ray Jui <rjui-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
To: Jon Mason <jonmason-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>,
Florian Fainelli
<f.fainelli-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
Hauke Mehrtens <hauke-5/S+JYg5SzeELgA04lAiVw@public.gmane.org>,
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>,
Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
bcm-kernel-feedback-list-dY08KVG/lbpWk0Htik3J/w@public.gmane.org
Subject: Re: [PATCH v3 0/3] ARM: dts: add support for NS, NSP, and NS2 clocks
Date: Fri, 20 Nov 2015 09:12:19 -0800 [thread overview]
Message-ID: <564F5473.9020608@broadcom.com> (raw)
In-Reply-To: <1448032640-27713-1-git-send-email-jonmason-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
Hi Jon,
On 11/20/2015 7:17 AM, Jon Mason wrote:
> Changes in v3:
> Tweaked the NSP entry names, per Ray Jui
>
> Changes in v2:
> Rebased off of outstanding NSP DT patches and tweaked the entry names
> per Ray Jui
>
>
> This patch series adds device tree support for the Broadcom Northstar,
> Northstar Plus, and Northstar 2 clocks.
>
> Last sent as an RFC (see https://lkml.org/lkml/2015/10/13/882) due to
> the inability to merge because of the driver dependencies. Those
> necessary driver changes were merged into 4.4. All comments have been
> addressed and it is ready to be pulled in.
>
>
> Jon Mason (3):
> ARM: dts: enable clock support for BCM5301X
> ARM: dts: enable clock support for Broadcom NSP
> ARM64: dts: enable clock support for Broadcom NS2
>
> arch/arm/boot/dts/bcm-nsp.dtsi | 81 ++++++++++++++++++++++++------
> arch/arm/boot/dts/bcm5301x.dtsi | 92 +++++++++++++++++++++++++++--------
> arch/arm64/boot/dts/broadcom/ns2.dtsi | 80 +++++++++++++++++++++++++++++-
> 3 files changed, 216 insertions(+), 37 deletions(-)
>
This entire patch series looks good to me! Thanks!
Reviewed-by: Ray Jui <rjui-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
--
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: Ray Jui <rjui@broadcom.com>
To: Jon Mason <jonmason@broadcom.com>,
Florian Fainelli <f.fainelli@gmail.com>,
Hauke Mehrtens <hauke@hauke-m.de>,
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>,
Russell King <linux@arm.linux.org.uk>
Cc: <devicetree@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>,
<bcm-kernel-feedback-list@broadcom.com>
Subject: Re: [PATCH v3 0/3] ARM: dts: add support for NS, NSP, and NS2 clocks
Date: Fri, 20 Nov 2015 09:12:19 -0800 [thread overview]
Message-ID: <564F5473.9020608@broadcom.com> (raw)
In-Reply-To: <1448032640-27713-1-git-send-email-jonmason@broadcom.com>
Hi Jon,
On 11/20/2015 7:17 AM, Jon Mason wrote:
> Changes in v3:
> Tweaked the NSP entry names, per Ray Jui
>
> Changes in v2:
> Rebased off of outstanding NSP DT patches and tweaked the entry names
> per Ray Jui
>
>
> This patch series adds device tree support for the Broadcom Northstar,
> Northstar Plus, and Northstar 2 clocks.
>
> Last sent as an RFC (see https://lkml.org/lkml/2015/10/13/882) due to
> the inability to merge because of the driver dependencies. Those
> necessary driver changes were merged into 4.4. All comments have been
> addressed and it is ready to be pulled in.
>
>
> Jon Mason (3):
> ARM: dts: enable clock support for BCM5301X
> ARM: dts: enable clock support for Broadcom NSP
> ARM64: dts: enable clock support for Broadcom NS2
>
> arch/arm/boot/dts/bcm-nsp.dtsi | 81 ++++++++++++++++++++++++------
> arch/arm/boot/dts/bcm5301x.dtsi | 92 +++++++++++++++++++++++++++--------
> arch/arm64/boot/dts/broadcom/ns2.dtsi | 80 +++++++++++++++++++++++++++++-
> 3 files changed, 216 insertions(+), 37 deletions(-)
>
This entire patch series looks good to me! Thanks!
Reviewed-by: Ray Jui <rjui@broadcom.com>
next prev parent reply other threads:[~2015-11-20 17:12 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-20 15:17 [PATCH v3 0/3] ARM: dts: add support for NS, NSP, and NS2 clocks Jon Mason
2015-11-20 15:17 ` Jon Mason
2015-11-20 15:17 ` Jon Mason
2015-11-20 15:17 ` [PATCH v3 1/3] ARM: dts: enable clock support for BCM5301X Jon Mason
2015-11-20 15:17 ` Jon Mason
2015-11-20 15:17 ` Jon Mason
2015-11-21 14:26 ` Hauke Mehrtens
2015-11-21 14:26 ` Hauke Mehrtens
2015-11-21 14:26 ` Hauke Mehrtens
2015-11-20 15:17 ` [PATCH v3 2/3] ARM: dts: enable clock support for Broadcom NSP Jon Mason
2015-11-20 15:17 ` Jon Mason
2015-11-20 15:17 ` Jon Mason
2015-11-20 15:17 ` [PATCH v3 3/3] ARM64: dts: enable clock support for Broadcom NS2 Jon Mason
2015-11-20 15:17 ` Jon Mason
2015-11-20 15:17 ` Jon Mason
2015-11-20 17:12 ` Ray Jui [this message]
2015-11-20 17:12 ` [PATCH v3 0/3] ARM: dts: add support for NS, NSP, and NS2 clocks Ray Jui
2015-11-20 17:12 ` Ray Jui
2015-11-20 18:16 ` Florian Fainelli
2015-11-20 18:16 ` Florian Fainelli
2015-11-20 18:16 ` Florian Fainelli
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=564F5473.9020608@broadcom.com \
--to=rjui@broadcom.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.