Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1692261 > unrolled thread

[PATCH 0/3] can: m_can: Add PM Runtime Support

Started byFranklin S Cooper Jr <fcooper@ti.com>
First post2017-07-20 01:20 +0200
Last post2017-07-20 01:20 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/3] can: m_can: Add PM Runtime Support Franklin S Cooper Jr <fcooper@ti.com> - 2017-07-20 01:20 +0200

#1692261 — [PATCH 0/3] can: m_can: Add PM Runtime Support

FromFranklin S Cooper Jr <fcooper@ti.com>
Date2017-07-20 01:20 +0200
Subject[PATCH 0/3] can: m_can: Add PM Runtime Support
Message-ID<u56q5-77M-3@gated-at.bofh.it>
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.

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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web