From: Stephen Boyd <sboyd@kernel.org>
To: Florian Fainelli <f.fainelli@gmail.com>,
linux-arm-kernel@lists.infradead.org
Cc: Florian Fainelli <f.fainelli@gmail.com>,
Michael Turquette <mturquette@baylibre.com>,
"open list:COMMON CLK FRAMEWORK" <linux-clk@vger.kernel.org>,
open list <linux-kernel@vger.kernel.org>,
bcm-kernel-feedback-list@broadcom.com, wahrenst@gmx.net,
eric@anholt.net, stefan.wahren@i2se.com
Subject: Re: [PATCH 1/2] clk: bcm: Make BCM2835 clock drivers selectable
Date: Thu, 06 Jun 2019 13:35:11 -0700 [thread overview]
Message-ID: <20190606203512.96A80208C3@mail.kernel.org> (raw)
In-Reply-To: <20190509202956.6320-2-f.fainelli@gmail.com>
Quoting Florian Fainelli (2019-05-09 13:29:55)
> Make the BCM2835 clock driver selectable by other
> architectures/platforms. ARCH_BRCMSTB will be selecting that driver in
> the next commit since new chips like 7211 use the same CPRMAN clock
> controller that this driver supports.
>
> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
> ---
> drivers/clk/bcm/Kconfig | 9 +++++++++
> drivers/clk/bcm/Makefile | 4 ++--
> 2 files changed, 11 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/clk/bcm/Kconfig b/drivers/clk/bcm/Kconfig
> index 4c4bd85f707c..0b873e23f128 100644
> --- a/drivers/clk/bcm/Kconfig
> +++ b/drivers/clk/bcm/Kconfig
> @@ -1,3 +1,12 @@
> +config CLK_BCM2835
> + bool "Broadcom BCM2835 clock support"
> + depends on ARCH_BCM2835 || COMPILE_TEST
> + depends on COMMON_CLK
This whole thing is inside the COMMON_CLK menu so this line probably
doesn't matter. Anyway, I'm just going to apply this to clk-next.
> + default ARCH_BCM2835
> + help
> + Enable common clock framework support for Broadcom BCM2835
> + SoCs.
WARNING: multiple messages have this Message-ID (diff)
From: Stephen Boyd <sboyd@kernel.org>
To: Florian Fainelli <f.fainelli@gmail.com>,
linux-arm-kernel@lists.infradead.org
Cc: stefan.wahren@i2se.com, Florian Fainelli <f.fainelli@gmail.com>,
Michael Turquette <mturquette@baylibre.com>,
open list <linux-kernel@vger.kernel.org>,
eric@anholt.net, bcm-kernel-feedback-list@broadcom.com,
wahrenst@gmx.net,
"open list:COMMON CLK FRAMEWORK" <linux-clk@vger.kernel.org>
Subject: Re: [PATCH 1/2] clk: bcm: Make BCM2835 clock drivers selectable
Date: Thu, 06 Jun 2019 13:35:11 -0700 [thread overview]
Message-ID: <20190606203512.96A80208C3@mail.kernel.org> (raw)
In-Reply-To: <20190509202956.6320-2-f.fainelli@gmail.com>
Quoting Florian Fainelli (2019-05-09 13:29:55)
> Make the BCM2835 clock driver selectable by other
> architectures/platforms. ARCH_BRCMSTB will be selecting that driver in
> the next commit since new chips like 7211 use the same CPRMAN clock
> controller that this driver supports.
>
> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
> ---
> drivers/clk/bcm/Kconfig | 9 +++++++++
> drivers/clk/bcm/Makefile | 4 ++--
> 2 files changed, 11 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/clk/bcm/Kconfig b/drivers/clk/bcm/Kconfig
> index 4c4bd85f707c..0b873e23f128 100644
> --- a/drivers/clk/bcm/Kconfig
> +++ b/drivers/clk/bcm/Kconfig
> @@ -1,3 +1,12 @@
> +config CLK_BCM2835
> + bool "Broadcom BCM2835 clock support"
> + depends on ARCH_BCM2835 || COMPILE_TEST
> + depends on COMMON_CLK
This whole thing is inside the COMMON_CLK menu so this line probably
doesn't matter. Anyway, I'm just going to apply this to clk-next.
> + default ARCH_BCM2835
> + help
> + Enable common clock framework support for Broadcom BCM2835
> + SoCs.
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2019-06-06 20:35 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-09 20:29 [PATCH 0/2] clk: bcm: Allow CLK_BCM2835 for ARCH_BRCMSTB Florian Fainelli
2019-05-09 20:29 ` Florian Fainelli
2019-05-09 20:29 ` [PATCH 1/2] clk: bcm: Make BCM2835 clock drivers selectable Florian Fainelli
2019-05-09 20:29 ` Florian Fainelli
2019-05-09 22:48 ` Eric Anholt
2019-05-09 22:48 ` Eric Anholt
2019-06-06 20:35 ` Stephen Boyd [this message]
2019-06-06 20:35 ` Stephen Boyd
2019-05-09 20:29 ` [PATCH 2/2] clk: bcm: Allow CLK_BCM2835 for ARCH_BRCMSTB Florian Fainelli
2019-05-09 20:29 ` Florian Fainelli
2019-06-06 20:36 ` Stephen Boyd
2019-06-06 20:36 ` Stephen Boyd
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=20190606203512.96A80208C3@mail.kernel.org \
--to=sboyd@kernel.org \
--cc=bcm-kernel-feedback-list@broadcom.com \
--cc=eric@anholt.net \
--cc=f.fainelli@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mturquette@baylibre.com \
--cc=stefan.wahren@i2se.com \
--cc=wahrenst@gmx.net \
/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.