From: Jon Mason <jonmason@broadcom.com>
To: Arnd Bergmann <arnd@arndb.de>
Cc: Michael Turquette <mturquette@baylibre.com>,
Stephen Boyd <sboyd@codeaurora.org>,
Florian Fainelli <f.fainelli@gmail.com>,
"Hauke Mehrtens" <hauke@hauke-m.de>, Ray Jui <rjui@broadcom.com>,
Scott Branden <sbranden@broadcom.com>,
<linux-clk@vger.kernel.org>, <devicetree@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>,
<bcm-kernel-feedback-list@broadcom.com>
Subject: Re: [PATCH v2 7/7] clk: ns2: add clock support for Broadcom Northstar 2 SoC
Date: Tue, 13 Oct 2015 18:04:50 -0400 [thread overview]
Message-ID: <20151013220450.GO12512@broadcom.com> (raw)
In-Reply-To: <5280890.6npshDUNFZ@wuerfel>
On Tue, Oct 13, 2015 at 11:18:53PM +0200, Arnd Bergmann wrote:
> On Tuesday 13 October 2015 17:08:05 Jon Mason wrote:
> > @@ -3,6 +3,7 @@ obj-$(CONFIG_CLK_BCM_KONA) += clk-kona-setup.o
> > obj-$(CONFIG_CLK_BCM_KONA) += clk-bcm281xx.o
> > obj-$(CONFIG_CLK_BCM_KONA) += clk-bcm21664.o
> > obj-$(CONFIG_COMMON_CLK_IPROC) += clk-iproc-armpll.o clk-iproc-pll.o clk-iproc-asiu.o
> > +obj-$(CONFIG_COMMON_CLK_IPROC) += clk-ns2.o
> > obj-$(CONFIG_ARCH_BCM_CYGNUS) += clk-cygnus.o
> > obj-$(CONFIG_ARCH_BCM_NSP) += clk-nsp.o
> > obj-$(CONFIG_ARCH_BCM_5301X) += clk-nsp.o
>
> If I understand this right, both CYGNUS and NS2 are IPROC based, but it
> looks like you now require building the clk-ns2 file for both?
There is no need for the NS2 clk code to be used by anything other
than NS2. There is no unique CONFIG_ identifier for NS2 in the code
that was accepted upstream. If I can add one for NS2, then I can
split this off similar to Cygnus or NSP. If not, then it has to be
lumped in with all of iProc. :(
> On a related note, I'm seeing problems when CONFIG_CYGNUS is set but
> CONFIG_COMMON_CLK_IPROC is disabled, as that currently leads to a link
> failure.
I can double check, but it should be on by default when Cygnus is
enabled. If you send me the error, I'll be happy to fix it.
Thanks,
Jon
>
> Arnd
WARNING: multiple messages have this Message-ID (diff)
From: jonmason@broadcom.com (Jon Mason)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 7/7] clk: ns2: add clock support for Broadcom Northstar 2 SoC
Date: Tue, 13 Oct 2015 18:04:50 -0400 [thread overview]
Message-ID: <20151013220450.GO12512@broadcom.com> (raw)
In-Reply-To: <5280890.6npshDUNFZ@wuerfel>
On Tue, Oct 13, 2015 at 11:18:53PM +0200, Arnd Bergmann wrote:
> On Tuesday 13 October 2015 17:08:05 Jon Mason wrote:
> > @@ -3,6 +3,7 @@ obj-$(CONFIG_CLK_BCM_KONA) += clk-kona-setup.o
> > obj-$(CONFIG_CLK_BCM_KONA) += clk-bcm281xx.o
> > obj-$(CONFIG_CLK_BCM_KONA) += clk-bcm21664.o
> > obj-$(CONFIG_COMMON_CLK_IPROC) += clk-iproc-armpll.o clk-iproc-pll.o clk-iproc-asiu.o
> > +obj-$(CONFIG_COMMON_CLK_IPROC) += clk-ns2.o
> > obj-$(CONFIG_ARCH_BCM_CYGNUS) += clk-cygnus.o
> > obj-$(CONFIG_ARCH_BCM_NSP) += clk-nsp.o
> > obj-$(CONFIG_ARCH_BCM_5301X) += clk-nsp.o
>
> If I understand this right, both CYGNUS and NS2 are IPROC based, but it
> looks like you now require building the clk-ns2 file for both?
There is no need for the NS2 clk code to be used by anything other
than NS2. There is no unique CONFIG_ identifier for NS2 in the code
that was accepted upstream. If I can add one for NS2, then I can
split this off similar to Cygnus or NSP. If not, then it has to be
lumped in with all of iProc. :(
> On a related note, I'm seeing problems when CONFIG_CYGNUS is set but
> CONFIG_COMMON_CLK_IPROC is disabled, as that currently leads to a link
> failure.
I can double check, but it should be on by default when Cygnus is
enabled. If you send me the error, I'll be happy to fix it.
Thanks,
Jon
>
> Arnd
WARNING: multiple messages have this Message-ID (diff)
From: Jon Mason <jonmason@broadcom.com>
To: Arnd Bergmann <arnd@arndb.de>
Cc: Michael Turquette <mturquette@baylibre.com>,
Stephen Boyd <sboyd@codeaurora.org>,
Florian Fainelli <f.fainelli@gmail.com>,
Hauke Mehrtens <hauke@hauke-m.de>, Ray Jui <rjui@broadcom.com>,
Scott Branden <sbranden@broadcom.com>,
linux-clk@vger.kernel.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org,
bcm-kernel-feedback-list@broadcom.com
Subject: Re: [PATCH v2 7/7] clk: ns2: add clock support for Broadcom Northstar 2 SoC
Date: Tue, 13 Oct 2015 18:04:50 -0400 [thread overview]
Message-ID: <20151013220450.GO12512@broadcom.com> (raw)
In-Reply-To: <5280890.6npshDUNFZ@wuerfel>
On Tue, Oct 13, 2015 at 11:18:53PM +0200, Arnd Bergmann wrote:
> On Tuesday 13 October 2015 17:08:05 Jon Mason wrote:
> > @@ -3,6 +3,7 @@ obj-$(CONFIG_CLK_BCM_KONA) += clk-kona-setup.o
> > obj-$(CONFIG_CLK_BCM_KONA) += clk-bcm281xx.o
> > obj-$(CONFIG_CLK_BCM_KONA) += clk-bcm21664.o
> > obj-$(CONFIG_COMMON_CLK_IPROC) += clk-iproc-armpll.o clk-iproc-pll.o clk-iproc-asiu.o
> > +obj-$(CONFIG_COMMON_CLK_IPROC) += clk-ns2.o
> > obj-$(CONFIG_ARCH_BCM_CYGNUS) += clk-cygnus.o
> > obj-$(CONFIG_ARCH_BCM_NSP) += clk-nsp.o
> > obj-$(CONFIG_ARCH_BCM_5301X) += clk-nsp.o
>
> If I understand this right, both CYGNUS and NS2 are IPROC based, but it
> looks like you now require building the clk-ns2 file for both?
There is no need for the NS2 clk code to be used by anything other
than NS2. There is no unique CONFIG_ identifier for NS2 in the code
that was accepted upstream. If I can add one for NS2, then I can
split this off similar to Cygnus or NSP. If not, then it has to be
lumped in with all of iProc. :(
> On a related note, I'm seeing problems when CONFIG_CYGNUS is set but
> CONFIG_COMMON_CLK_IPROC is disabled, as that currently leads to a link
> failure.
I can double check, but it should be on by default when Cygnus is
enabled. If you send me the error, I'll be happy to fix it.
Thanks,
Jon
>
> Arnd
next prev parent reply other threads:[~2015-10-13 22:04 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-13 21:07 [PATCH v2 0/10] clk: iproc: add support for BCM NS, NSP, and NS2 Jon Mason
2015-10-13 21:07 ` Jon Mason
2015-10-13 21:07 ` Jon Mason
2015-10-13 21:07 ` [PATCH v2 1/7] clk: cygnus: Convert all macros to all caps Jon Mason
2015-10-13 21:07 ` Jon Mason
2015-10-13 21:07 ` Jon Mason
2015-10-13 21:08 ` [PATCH v2 2/7] clk: iproc: Add PWRCTRL support Jon Mason
2015-10-13 21:08 ` Jon Mason
2015-10-13 21:08 ` Jon Mason
2015-10-13 21:08 ` [PATCH v2 3/7] clk: nsp: add clock support for Broadcom Northstar Plus SoC Jon Mason
2015-10-13 21:08 ` Jon Mason
2015-10-13 21:08 ` Jon Mason
2015-10-13 21:08 ` [PATCH v2 4/7] clk: iproc: Add PLL base write function Jon Mason
2015-10-13 21:08 ` Jon Mason
2015-10-13 21:08 ` Jon Mason
2015-10-13 21:08 ` [PATCH v2 5/7] clk: iproc: Split off dig_filter Jon Mason
2015-10-13 21:08 ` Jon Mason
2015-10-13 21:08 ` Jon Mason
2015-10-13 21:08 ` [PATCH v2 6/7] clk: iproc: Separate status and control variables Jon Mason
2015-10-13 21:08 ` Jon Mason
2015-10-13 21:08 ` Jon Mason
2015-10-13 21:08 ` [PATCH v2 7/7] clk: ns2: add clock support for Broadcom Northstar 2 SoC Jon Mason
2015-10-13 21:08 ` Jon Mason
2015-10-13 21:08 ` Jon Mason
2015-10-13 21:18 ` Arnd Bergmann
2015-10-13 21:18 ` Arnd Bergmann
2015-10-13 22:04 ` Jon Mason [this message]
2015-10-13 22:04 ` Jon Mason
2015-10-13 22:04 ` Jon Mason
2015-10-13 22:23 ` Arnd Bergmann
2015-10-13 22:23 ` Arnd Bergmann
2015-10-14 19:46 ` Scott Branden
2015-10-14 19:46 ` Scott Branden
2015-10-14 19:46 ` Scott Branden
2015-10-14 20:16 ` Arnd Bergmann
2015-10-14 20:16 ` Arnd Bergmann
2015-10-14 20:16 ` Arnd Bergmann
2015-10-15 18:36 ` Scott Branden
2015-10-15 18:36 ` Scott Branden
2015-10-15 18:36 ` Scott Branden
2015-10-15 18:43 ` Jon Mason
2015-10-15 18:43 ` Jon Mason
2015-10-15 18:43 ` Jon Mason
2015-10-15 18:54 ` Arnd Bergmann
2015-10-15 18:54 ` Arnd Bergmann
2015-10-15 19:23 ` Jon Mason
2015-10-15 19:23 ` Jon Mason
2015-10-15 19:23 ` Jon Mason
2015-10-13 21:10 ` [PATCH v2 0/10] clk: iproc: add support for BCM NS, NSP, and NS2 Jon Mason
2015-10-13 21:10 ` Jon Mason
2015-10-13 21:10 ` Jon Mason
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=20151013220450.GO12512@broadcom.com \
--to=jonmason@broadcom.com \
--cc=arnd@arndb.de \
--cc=bcm-kernel-feedback-list@broadcom.com \
--cc=devicetree@vger.kernel.org \
--cc=f.fainelli@gmail.com \
--cc=hauke@hauke-m.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mturquette@baylibre.com \
--cc=rjui@broadcom.com \
--cc=sboyd@codeaurora.org \
--cc=sbranden@broadcom.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 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.