commit | 8a3f3f24a829c80d8d451e75e887912c3905dfd0 | [log] [tgz] |
---|---|---|
author | Quentin Schulz <quentin.schulz@free-electrons.com> | Fri May 05 15:50:31 2017 +0200 |
committer | Marc Kleine-Budde <mkl@pengutronix.de> | Thu May 18 10:32:48 2017 +0200 |
tree | 3962b046110bc1075bbf3cb6c3a5d70737af7f64 | |
parent | 6a792e8158a2597418a0833c7e350328e209f318 [diff] |
can: m_can: make m_can_start and m_can_stop symmetric This moves clocks gating outside of the m_can_stop function as the m_can_start function does not (and cannot, at least in current implementation) ungate clocks. This way, both functions can now be used symmetrically. Signed-off-by: Quentin Schulz <quentin.schulz@free-electrons.com> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>