Re: [PATCH] CHROMIUM: ec: register shutdown function to clear delayed works

2016-11-02 Thread Daniel Hung-yu Wu
On Wed, Oct 26, 2016 at 03:22:14PM +0100, Lee Jones wrote: > On Wed, 26 Oct 2016, Lee Jones wrote: > > > On Mon, 24 Oct 2016, Daniel Hung-yu Wu wrote: > > > > > This patch applies on top of "mfd: cros_ec: Add EC console read structures > > > definitions" (https://patchwork.kernel.org/patch/929488

[PATCH] CHROMIUM: ec: register shutdown function to clear delayed works

2016-11-02 Thread Daniel Hung-yu Wu
This patch applies on top of "mfd: cros_ec: Add EC console read structures definitions" (https://patchwork.kernel.org/patch/9294887/). Reboot or shutdown during delayed works could corrupt communication with EC, and certain I2C controller may not be able to recover from the error state. BUG=chrom

Re: [PATCH] CHROMIUM: ec: register shutdown function to clear delayed works

2016-10-26 Thread Lee Jones
On Wed, 26 Oct 2016, Lee Jones wrote: > On Mon, 24 Oct 2016, Daniel Hung-yu Wu wrote: > > > This patch applies on top of "mfd: cros_ec: Add EC console read structures > > definitions" (https://patchwork.kernel.org/patch/9294887/). > > > > This patch is currently against a linux 3.18 kernel. > >

Re: [PATCH] CHROMIUM: ec: register shutdown function to clear delayed works

2016-10-26 Thread Lee Jones
On Mon, 24 Oct 2016, Daniel Hung-yu Wu wrote: > This patch applies on top of "mfd: cros_ec: Add EC console read structures > definitions" (https://patchwork.kernel.org/patch/9294887/). > > This patch is currently against a linux 3.18 kernel. > > Reboot or shutdown during delayed works could corr

[PATCH] CHROMIUM: ec: register shutdown function to clear delayed works

2016-10-24 Thread Daniel Hung-yu Wu
This patch applies on top of "mfd: cros_ec: Add EC console read structures definitions" (https://patchwork.kernel.org/patch/9294887/). This patch is currently against a linux 3.18 kernel. Reboot or shutdown during delayed works could corrupt communication with EC, and certain I2C controller may n