[PATCH v3 03/20] tpm: factor out tpm 1.x duration calculation to tpm1-cmd.c
From: Jarkko Sakkinen <hidden>
Date: 2018-09-19 14:00:11
Also in:
linux-integrity, lkml
From: Jarkko Sakkinen <hidden>
Date: 2018-09-19 14:00:11
Also in:
linux-integrity, lkml
On Wed, Sep 19, 2018 at 04:55:17PM +0300, Jarkko Sakkinen wrote:
On Tue, Sep 18, 2018 at 12:34:42PM +0300, Tomas Winkler wrote:quoted
+// SPDX-License-Identifier: GPL-2.0 +/* + * Copyright (C) 2004 IBM Corporation + * Copyright (C) 2014 Intel Corporation + * + * Authors: + * Leendert van Doorn [off-list ref] + * Dave Safford [off-list ref] + * Reiner Sailer [off-list ref] + * Kylene Hall [off-list ref]quoted
+ * + * Device driver for TCG/TCPA TPM (trusted platform module). + * Specifications at www.trustedcomputinggroup.org + *This paragraph is not needed. No need to carry it to a new file.quoted
+ * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation, version 2 of the + * License. + * + */Cut this out as SPDX takes already care of this. /Jarkko
Forgot to add this: Tested-by: Jarkko Sakkinen <redacted> /Jarkko