Re: [PATCH RESEND 03/13] mfd: cros_ec: add debugfs, console log file

2017-06-16 Thread Benson Leung
Hi Enric, I have gotten around to reviewing this series, and hope to get this in ASAP. I found an issue with this commit, but I'll go ahead and fix it myself as I'm creating the immutable branch. No need to respin the series. On Tue, May 16, 2017 at 06:13:09PM +0200, Enric Balletbo i Serra wrote

[PATCH RESEND 03/13] mfd: cros_ec: add debugfs, console log file

2017-05-16 Thread Enric Balletbo i Serra
From: Eric Caruso If the EC supports the new CONSOLE_READ command type, then we place a console_log file in debugfs for that EC device which allows us to grab EC logs. The kernel will poll every 10 seconds for the log and keep its own buffer, but userspace should grab this and write it out to som