All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: linux-clk@vger.kernel.org
Cc: Michael Turquette <mturquette@baylibre.com>,
	Rob Herring <robh+dt@kernel.org>, Stephen Boyd <sboyd@kernel.org>,
	devicetree@vger.kernel.org
Subject: Re: [PATCH v3 3/3] clk: rs9: Add Renesas 9-series PCIe clock generator driver
Date: Sat, 12 Mar 2022 11:26:57 +0100	[thread overview]
Message-ID: <37eb2704-6262-18a8-6182-dcf9e7207ffe@denx.de> (raw)
In-Reply-To: <20220226040723.143705-3-marex@denx.de>

On 2/26/22 05:07, Marek Vasut wrote:
> Add driver for Renesas 9-series PCIe clock generators. This driver
> is designed to support 9FGV/9DBV/9DMV/9FGL/9DML/9QXL/9SQ series I2C
> PCIe clock generators, currently the only tested and supported chip
> is 9FGV0241.
> 
> The driver is capable of configuring per-chip spread spectrum mode
> and output amplitude, as well as per-output slew rate.
> 
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Michael Turquette <mturquette@baylibre.com>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: Stephen Boyd <sboyd@kernel.org>
> Cc: devicetree@vger.kernel.org
> To: linux-clk@vger.kernel.org
> ---
> V2: - Drop unused includes
>      - Use REGCACHE_FLAT for smaller reg file
>      - Move of_node_put() in rs9_get_output_config() a bit higher up
>      - Drop forward declaration of clk_rs9_of_match
>      - Use device_get_match_data() instead of of_device_get_match_data()
>        and check for its return value, verify it is non-NULL
>      - Use newly available __clk_hw_register_fixed_factor() with
>        parent_data index=0 and drop of_clk_get_parent_name() altogether
> V3: - Rename renesas,out-amplitude to renesas,out-amplitude-microvolt

Are there any news on this series ?

  reply	other threads:[~2022-03-12 10:27 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-26  4:07 [PATCH v3 1/3] dt-bindings: clk: rs9: Add Renesas 9-series I2C PCIe clock generator Marek Vasut
2022-02-26  4:07 ` [PATCH v3 2/3] clk: Make __clk_hw_register_fixed_factor non-static Marek Vasut
2022-03-15 23:58   ` Stephen Boyd
2022-03-18 21:03   ` Stephen Boyd
2022-03-20 13:23     ` Marek Vasut
2022-03-21 19:26       ` Stephen Boyd
2022-03-21 19:43         ` Marek Vasut
2022-02-26  4:07 ` [PATCH v3 3/3] clk: rs9: Add Renesas 9-series PCIe clock generator driver Marek Vasut
2022-03-12 10:26   ` Marek Vasut [this message]
2022-03-15 23:58   ` Stephen Boyd
2022-03-04 23:11 ` [PATCH v3 1/3] dt-bindings: clk: rs9: Add Renesas 9-series I2C PCIe clock generator Rob Herring
2022-03-15 23:58 ` 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=37eb2704-6262-18a8-6182-dcf9e7207ffe@denx.de \
    --to=marex@denx.de \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=robh+dt@kernel.org \
    --cc=sboyd@kernel.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.