Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933592AbdGSXJz (ORCPT ); Wed, 19 Jul 2017 19:09:55 -0400 Received: from fllnx210.ext.ti.com ([198.47.19.17]:61928 "EHLO fllnx210.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933492AbdGSXJs (ORCPT ); Wed, 19 Jul 2017 19:09:48 -0400 From: Franklin S Cooper Jr To: , , , , , , , CC: Franklin S Cooper Jr Subject: [PATCH 0/3] can: m_can: Add PM Runtime Support Date: Wed, 19 Jul 2017 18:09:23 -0500 Message-ID: <20170719230926.10872-1-fcooper@ti.com> X-Mailer: git-send-email 2.10.0 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 587 Lines: 15 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