From: Geert Uytterhoeven <geert@linux-m68k.org>
To: Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com>
Cc: linux-clk <linux-clk@vger.kernel.org>,
git@xilinx.com,
"open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS"
<devicetree@vger.kernel.org>,
shubhrajyoti.datta@gmail.com
Subject: Re: [PATCH v12 2/5] clk: clocking-wizard: Add the clockwizard to clk directory
Date: Tue, 24 Aug 2021 11:51:33 +0200 [thread overview]
Message-ID: <CAMuHMdU=td=e-tv7ohNQe_VDHB8d6+UUUnj2=nv3DFb6atEn2w@mail.gmail.com> (raw)
In-Reply-To: <20210810072533.27620-3-shubhrajyoti.datta@xilinx.com>
Hi Shubhrajyoti,
Thanks for your patch!
On Tue, Aug 10, 2021 at 10:37 AM Shubhrajyoti Datta
<shubhrajyoti.datta@xilinx.com> wrote:
> Add clocking wizard driver to clk.
> And delete the driver from the staging as it is in drivers/clk.
The old driver is not deleted from staging?
>
> Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com>
> ---
>
> drivers/clk/Kconfig | 9 +
> drivers/clk/Makefile | 1 +
> drivers/clk/clk-xlnx-clock-wizard.c | 635 ++++++++++++++++++++++++++++
> 3 files changed, 645 insertions(+)
> create mode 100644 drivers/clk/clk-xlnx-clock-wizard.c
>
> diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig
> index e873f9ea2e65..22817be89bd8 100644
> --- a/drivers/clk/Kconfig
> +++ b/drivers/clk/Kconfig
> @@ -390,6 +390,15 @@ config COMMON_CLK_K210
> help
> Support for the Canaan Kendryte K210 RISC-V SoC clocks.
>
> +config COMMON_CLK_XLNX_CLKWZRD
> + tristate "Xilinx Clocking Wizard"
> + depends on COMMON_CLK && OF
Should there be a platform dependency ("depends on <FOO> ||
COMPILE_TEST"), to avoid asking the user about this driver when
configuring a kernel for a platform that does not have this device,
or can this device be present on any platform?
Despite the original driver having been added 7 years ago, there are
no upstream users of "xlnx,clocking-wizard" yet...
> + help
> + Support for the Xilinx Clocking Wizard IP core clock generator.
> + Adds support for clocking wizard and compatible.
> + This driver supports the Xilinx clocking wizard programmable clock
> + synthesizer. The number of output is configurable in the design.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
next prev parent reply other threads:[~2021-08-24 9:52 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-10 7:25 [PATCH v12 0/5] clk: clocking-wizard: Driver updates Shubhrajyoti Datta
2021-08-10 7:25 ` [PATCH v12 1/5] dt-bindings: add documentation of xilinx clocking wizard Shubhrajyoti Datta
2021-08-17 19:52 ` Rob Herring
2021-08-19 10:27 ` Shubhrajyoti Datta
2021-08-10 7:25 ` [PATCH v12 2/5] clk: clocking-wizard: Add the clockwizard to clk directory Shubhrajyoti Datta
2021-08-24 9:51 ` Geert Uytterhoeven [this message]
2021-08-10 7:25 ` [PATCH v12 3/5] clk: clocking-wizard: Rename nr-outputs to xlnx,nr-outputs Shubhrajyoti Datta
2021-08-10 7:25 ` [PATCH v12 4/5] clk: clocking-wizard: Fix the reconfig for 5.2 Shubhrajyoti Datta
2021-08-10 7:25 ` [PATCH v12 5/5] clk: clocking-wizard: Update the compatible Shubhrajyoti Datta
2021-08-24 9:46 ` [PATCH v12 0/5] clk: clocking-wizard: Driver updates Geert Uytterhoeven
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='CAMuHMdU=td=e-tv7ohNQe_VDHB8d6+UUUnj2=nv3DFb6atEn2w@mail.gmail.com' \
--to=geert@linux-m68k.org \
--cc=devicetree@vger.kernel.org \
--cc=git@xilinx.com \
--cc=linux-clk@vger.kernel.org \
--cc=shubhrajyoti.datta@gmail.com \
--cc=shubhrajyoti.datta@xilinx.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 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).