linux-brain/drivers/net/can/c_can
Tong Zhang e484616a96 can: c_can: move runtime PM enable/disable to c_can_platform
[ Upstream commit 6e2fe01dd6f98da6cae8b07cd5cfa67abc70d97d ]

Currently doing modprobe c_can_pci will make the kernel complain:

    Unbalanced pm_runtime_enable!

this is caused by pm_runtime_enable() called before pm is initialized.

This fix is similar to 227619c3ff7c, move those pm_enable/disable code
to c_can_platform.

Fixes: 4cdd34b268 ("can: c_can: Add runtime PM support to Bosch C_CAN/D_CAN controller")
Link: http://lore.kernel.org/r/20210302025542.987600-1-ztong0001@gmail.com
Signed-off-by: Tong Zhang <ztong0001@gmail.com>
Tested-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2021-03-30 14:35:26 +02:00
..
Kconfig treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
c_can.c can: c_can: move runtime PM enable/disable to c_can_platform 2021-03-30 14:35:26 +02:00
c_can.h can: c_can: c_can_poll(): only read status register after status IRQ 2019-11-04 21:47:21 +01:00
c_can_pci.c can: c_can_pci: c_can_pci_remove(): fix use-after-free 2021-03-30 14:35:26 +02:00
c_can_platform.c can: c_can: move runtime PM enable/disable to c_can_platform 2021-03-30 14:35:26 +02:00