Re: [PATCH linux-master 0/3] MCAN updates for clock discovery

From: Dan Murphy
Date: Wed Feb 19 2020 - 08:12:17 EST


Bump

On 1/31/20 12:34 PM, Dan Murphy wrote:
Hello

These are the initial fixes for issues found in and requested in
https://lore.kernel.org/patchwork/patch/1165091/

For the clock discovery and initialization.

Dan

Dan Murphy (3):
can: tcan4x5x: Move clock init to TCAN driver
can: m_can_platform: Move clock discovery and init to platform
can: m_can: Remove unused clock function from the framework

drivers/net/can/m_can/m_can.c | 16 ------
drivers/net/can/m_can/m_can.h | 3 -
drivers/net/can/m_can/m_can_platform.c | 37 +++++++++---
drivers/net/can/m_can/tcan4x5x.c | 78 +++++++++++++++++++-------
4 files changed, 89 insertions(+), 45 deletions(-)