All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nicolas Ferre <nicolas.ferre@microchip.com>
To: Horatiu Vultur <horatiu.vultur@microchip.com>,
	<mturquette@baylibre.com>, <sboyd@kernel.org>,
	<robh+dt@kernel.org>, <kavyasree.kotagiri@microchip.com>,
	<linux-clk@vger.kernel.org>, <devicetree@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>
Subject: Re: [RFC PATCH v4 0/4] Extend lan966x clock driver for clock gating support
Date: Wed, 8 Dec 2021 11:14:34 +0100	[thread overview]
Message-ID: <0308422f-4a97-8d7e-8e03-ad03129db6ae@microchip.com> (raw)
In-Reply-To: <20211103085102.1656081-1-horatiu.vultur@microchip.com>

On 03/11/2021 at 09:50, Horatiu Vultur wrote:
> This patch series depends on the following series, therefor keep it as RFC.
> https://www.spinics.net/lists/linux-clk/msg62795.html
> 
> This patch series extend the clock driver to support also clock gating.
> 
> v3->v4:
>   - fix reg property in the schema file
> 
> v2->v3:
>   - add devm_clk_hw_register_gate function
> 
> v1->v2:
>   - add Acked-by tag for patch 2
>   - make the resource for clock gating as an optional resource
> 
> Horatiu Vultur (4):
>    clk: gate: Add devm_clk_hw_register_gate()
>    dt-bindings: clock: lan966x: Extend for clock gate support
>    dt-bindings: clock: lan966x: Extend includes with clock gates
>    clk: lan966x: Extend lan966x clock driver for clock gating support

For whole series:
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>

I'm queuing these patches on clk-at91 branch and plan to seed a 
pull-request to Stephen soon.

In the meantime it's sitting in the at91-next branch as well which is 
picked up by linux-next.

Best regards,
   Nicolas

>   .../bindings/clock/microchip,lan966x-gck.yaml |  5 +-
>   drivers/clk/clk-gate.c                        | 35 +++++++++++
>   drivers/clk/clk-lan966x.c                     | 59 ++++++++++++++++++-
>   include/dt-bindings/clock/microchip,lan966x.h |  8 ++-
>   include/linux/clk-provider.h                  | 23 ++++++++
>   5 files changed, 125 insertions(+), 5 deletions(-)
> 


-- 
Nicolas Ferre

      parent reply	other threads:[~2021-12-08 10:14 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-03  8:50 [RFC PATCH v4 0/4] Extend lan966x clock driver for clock gating support Horatiu Vultur
2021-11-03  8:50 ` [RFC PATCH v4 1/4] clk: gate: Add devm_clk_hw_register_gate() Horatiu Vultur
2021-11-03  8:51 ` [RFC PATCH v4 2/4] dt-bindings: clock: lan966x: Extend for clock gate support Horatiu Vultur
2021-11-12 19:45   ` Rob Herring
2021-11-03  8:51 ` [RFC PATCH v4 3/4] dt-bindings: clock: lan966x: Extend includes with clock gates Horatiu Vultur
2021-11-03  8:51 ` [RFC PATCH v4 4/4] clk: lan966x: Extend lan966x clock driver for clock gating support Horatiu Vultur
2021-12-08 10:14 ` Nicolas Ferre [this message]

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=0308422f-4a97-8d7e-8e03-ad03129db6ae@microchip.com \
    --to=nicolas.ferre@microchip.com \
    --cc=devicetree@vger.kernel.org \
    --cc=horatiu.vultur@microchip.com \
    --cc=kavyasree.kotagiri@microchip.com \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@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.