mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2 0/3] can: m_can: Add PM Runtime Support
@ 2017-07-24 22:51 Franklin S Cooper Jr
  2017-07-24 22:51 ` [PATCH v2 1/3] can: m_can: Make hclk optional Franklin S Cooper Jr
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Franklin S Cooper Jr @ 2017-07-24 22:51 UTC (permalink / raw)
  To: linux-kernel, devicetree, netdev, linux-can, wg, mkl, robh+dt,
	quentin.schulz
  Cc: Franklin S Cooper Jr

Add PM runtime support to the MCAN driver. To support devices that don't
use PM runtime leave the original clk calls in the driver. Perhaps in the
future when it makes sense we can remove these non pm runtime clk calls.

Version 2 changes:
Used NULL instead of 0 for unused hclk handle

Franklin S Cooper Jr (3):
  can: m_can: Make hclk optional
  can: m_can: Update documentation to indicate that hclk may be optional
  can: m_can: Add PM Runtime

 .../devicetree/bindings/net/can/m_can.txt          |  3 ++-
 drivers/net/can/m_can/m_can.c                      | 22 ++++++++++++++++++++--
 2 files changed, 22 insertions(+), 3 deletions(-)

-- 
2.10.0

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

end of thread, other threads:[~2017-09-22  1:55 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-24 22:51 [PATCH v2 0/3] can: m_can: Add PM Runtime Support Franklin S Cooper Jr
2017-07-24 22:51 ` [PATCH v2 1/3] can: m_can: Make hclk optional Franklin S Cooper Jr
2017-08-24  8:00   ` [v2,1/3] " Sekhar Nori
2017-09-21  0:31     ` Franklin S Cooper Jr
2017-09-21 14:08       ` Sekhar Nori
2017-09-21 19:35         ` Franklin S Cooper Jr
2017-09-20 22:00   ` [PATCH v2 1/3] " Mario Hüttel
2017-09-20 23:29     ` Franklin S Cooper Jr
2017-07-24 22:51 ` [PATCH v2 2/3] can: m_can: Update documentation to indicate that hclk may be optional Franklin S Cooper Jr
2017-07-24 22:51 ` [PATCH v2 3/3] can: m_can: Add PM Runtime Franklin S Cooper Jr
2017-08-24  8:30   ` [v2,3/3] " Sekhar Nori
2017-09-21  0:36     ` Franklin S Cooper Jr
2017-09-22  1:54       ` Yang, Wenyou

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome