All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Add sync_state() support to clock framework
@ 2021-04-07  3:44 Saravana Kannan
  2021-04-07  3:44 ` [PATCH v1 1/2] driver core: Add dev_set_drv_sync_state() Saravana Kannan
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Saravana Kannan @ 2021-04-07  3:44 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Michael Turquette, Stephen Boyd
  Cc: Saravana Kannan, kernel-team, linux-clk, linux-kernel

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(-)

-- 
2.31.1.295.g9ea45b61b8-goog


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-05-09  7:16 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-07  3:44 [PATCH v1 0/2] Add sync_state() support to clock framework Saravana Kannan
2021-04-07  3:44 ` [PATCH v1 1/2] driver core: Add dev_set_drv_sync_state() Saravana Kannan
2021-04-08  6:41   ` Greg Kroah-Hartman
2021-04-07  3:44 ` [PATCH v1 2/2] clk: Add support for sync_state() Saravana Kannan
2021-04-14 17:45   ` Saravana Kannan
2021-06-25 22:37   ` Stephen Boyd
2023-05-09  7:16   ` Abel Vesa
2021-04-08  0:29 ` [PATCH v1 0/2] Add sync_state() support to clock framework Stephen Boyd
2021-04-08  6:41   ` Greg Kroah-Hartman

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.