[PATCH 1/2] can: mcp251x: fix resume when device is down

2015-07-16 Thread Marc Kleine-Budde
From: Stefan Agner If a valid power regulator or a dummy regulator is used (which happens to be the case when no regulator is specified), restart_work is queued no matter whether the device was running or not at suspend time. Since work queues get initialized in the ndo_open callback, resuming le

Re: [PATCH 1/2] can: mcp251x: fix resume when device is down

2015-07-15 Thread Stefan Agner
On 2015-07-15 15:15, Marc Kleine-Budde wrote: > On 07/15/2015 03:05 PM, Stefan Agner wrote: >> Hi Marc, hi Wolfgang, >> >> Any comment on this two patches? I don't think these have made it in any >> tree... > > Sorry - Should I add stable in Cc for 1/2 or even both? 2/2 does not fix an actual iss

Re: [PATCH 1/2] can: mcp251x: fix resume when device is down

2015-07-15 Thread Marc Kleine-Budde
On 07/15/2015 03:05 PM, Stefan Agner wrote: > Hi Marc, hi Wolfgang, > > Any comment on this two patches? I don't think these have made it in any > tree... Sorry - Should I add stable in Cc for 1/2 or even both? Marc -- Pengutronix e.K. | Marc Kleine-Budde | Industria

Re: [PATCH 1/2] can: mcp251x: fix resume when device is down

2015-07-15 Thread Stefan Agner
Hi Marc, hi Wolfgang, Any comment on this two patches? I don't think these have made it in any tree... -- Stefan On 2015-05-18 18:33, Stefan Agner wrote: > If a valid power regulator or a dummy regulator is used (which > happens to be the case when no regulator is specified), restart_work > is q