Re: [PATCH V3] can: flexcan: fix stop mode acknowledgment

2019-07-01 Thread Marc Kleine-Budde
On 6/19/19 9:42 AM, Joakim Zhang wrote: > To enter stop mode, the CPU should manually assert a global Stop Mode > request and check the acknowledgment asserted by FlexCAN. The CPU must > only consider the FlexCAN in stop mode when both request and > acknowledgment conditions are satisfied. > > Fix

[PATCH V3] can: flexcan: fix stop mode acknowledgment

2019-06-19 Thread Joakim Zhang
To enter stop mode, the CPU should manually assert a global Stop Mode request and check the acknowledgment asserted by FlexCAN. The CPU must only consider the FlexCAN in stop mode when both request and acknowledgment conditions are satisfied. Fixes: de3578c198c6 ("can: flexcan: add self wakeup sup