On 11/12/2019 09.42, Marc Kleine-Budde wrote:
On 12/11/19 7:42 AM, Sean Nyekjaer wrote:
The m_can tries to detect if Non ISO Operation is available while in standby, this function results in the following error:
tcan4x5x spi2.0 (unnamed net_device) (uninitialized): Failed to init module tcan4x5x spi2.0: m_can device registered (irq=84, version=32) tcan4x5x spi2.0 can2: TCAN4X5X successfully initialized.
When the tcan device comes out of reset it comes out in standby mode. The m_can driver tries to access the control register but fails due to the device is in standby mode. So this patch will put the tcan device in normal mode before the m_can driver does the initialization.
Fixes: a229abeed7f7 ("can: tcan4x5x: Turn on the power before parsing the config") Cc: stable@vger.kernel.org Signed-off-by: Sean Nyekjaer sean@geanix.com
Applied both to linux-can.
Oh, the commit id for "can: tcan4x5x: Turn on the power before parsing the config" have changed, since this morning :)
The new commit is 0d38aa7d1090
Thanks /Sean