RE: [PATCH v2 1/2] thunderbolt: Add support for separating the flush to SPI and authenticate

2020-06-23 Thread Mario.Limonciello
> -Original Message- > From: Mika Westerberg > Sent: Tuesday, June 23, 2020 9:33 AM > To: Limonciello, Mario > Cc: Andreas Noever; Michael Jamet; Yehezkel Bernat; linux-...@vger.kernel.org; > linux-kernel@vger.kernel.org > Subject: Re: [PATCH v2 1/2] thunderbolt: Add support for

Re: [PATCH v2 1/2] thunderbolt: Add support for separating the flush to SPI and authenticate

2020-06-23 Thread Mika Westerberg
On Mon, Jun 22, 2020 at 01:57:57PM -0500, Mario Limonciello wrote: > This allows userspace to have a shorter period of time that the device > is unusable and to call it at a more convenient time. > > For example flushing the image may happen while the user is using the > machine and

[PATCH v2 1/2] thunderbolt: Add support for separating the flush to SPI and authenticate

2020-06-22 Thread Mario Limonciello
This allows userspace to have a shorter period of time that the device is unusable and to call it at a more convenient time. For example flushing the image may happen while the user is using the machine and authenticating/rebooting may happen while logging out. Signed-off-by: Mario Limonciello