Re: [PATCH v2 4/8] platform/chrome: cros_ec: register shutdown function for debugfs

2017-08-15 Thread Benson Leung
Hi Thierry, On Fri, Aug 11, 2017 at 04:23:01PM +0200, Thierry Escande wrote: > From: Daniel Hung-yu Wu > > 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. > > This patch

Re: [PATCH v2 4/8] platform/chrome: cros_ec: register shutdown function for debugfs

2017-08-15 Thread Benson Leung
Hi Thierry, On Fri, Aug 11, 2017 at 04:23:01PM +0200, Thierry Escande wrote: > From: Daniel Hung-yu Wu > > 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. > > This patch registers a

[PATCH v2 4/8] platform/chrome: cros_ec: register shutdown function for debugfs

2017-08-11 Thread Thierry Escande
From: Daniel Hung-yu Wu 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. This patch registers a shutdown callback used to cancel the debugfs log worker thread. Signed-off-by:

[PATCH v2 4/8] platform/chrome: cros_ec: register shutdown function for debugfs

2017-08-11 Thread Thierry Escande
From: Daniel Hung-yu Wu 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. This patch registers a shutdown callback used to cancel the debugfs log worker thread. Signed-off-by: Daniel Hung-yu