mbox series

[v1,0/2] Add sync_state() support to clock framework

Message ID 20210407034456.516204-1-saravanak@google.com (mailing list archive)
Headers show
Series Add sync_state() support to clock framework | expand

Message

Saravana Kannan April 7, 2021, 3:44 a.m. UTC
Stephen,

We can decide later if both these patches land through clk tree or the
driver-core tree. The meat of the series is in Patch 2/2 and that commit
text gives all the details.

Saravana Kannan (2):
  driver core: Add dev_set_drv_sync_state()
  clk: Add support for sync_state()

 drivers/clk/clk.c            | 84 +++++++++++++++++++++++++++++++++++-
 include/linux/clk-provider.h |  1 +
 include/linux/device.h       | 12 ++++++
 3 files changed, 96 insertions(+), 1 deletion(-)

Comments

Stephen Boyd April 8, 2021, 12:29 a.m. UTC | #1
Quoting Saravana Kannan (2021-04-06 20:44:53)
> Stephen,
> 
> We can decide later if both these patches land through clk tree or the
> driver-core tree. The meat of the series is in Patch 2/2 and that commit
> text gives all the details.

The majority of the diff is in drivers/clk so presumably it can be
merged through the clk tree if Greg acks the include file API.

> 
> Saravana Kannan (2):
>   driver core: Add dev_set_drv_sync_state()
>   clk: Add support for sync_state()
> 
>  drivers/clk/clk.c            | 84 +++++++++++++++++++++++++++++++++++-
>  include/linux/clk-provider.h |  1 +
>  include/linux/device.h       | 12 ++++++
>  3 files changed, 96 insertions(+), 1 deletion(-)
Greg Kroah-Hartman April 8, 2021, 6:41 a.m. UTC | #2
On Wed, Apr 07, 2021 at 05:29:19PM -0700, Stephen Boyd wrote:
> Quoting Saravana Kannan (2021-04-06 20:44:53)
> > Stephen,
> > 
> > We can decide later if both these patches land through clk tree or the
> > driver-core tree. The meat of the series is in Patch 2/2 and that commit
> > text gives all the details.
> 
> The majority of the diff is in drivers/clk so presumably it can be
> merged through the clk tree if Greg acks the include file API.

Now acked, merge away!