Merge tag 'tpmdd-next-20180728' of git://git.infradead.org/users/jjs/linux-tpmdd...
authorJames Morris <james.morris@microsoft.com>
Mon, 30 Jul 2018 16:30:19 +0000 (09:30 -0700)
committerJames Morris <james.morris@microsoft.com>
Mon, 30 Jul 2018 16:30:19 +0000 (09:30 -0700)
commit5da08f7d01693433ff6bea0c3462a5173d577540
treea2a302177adbd31edcba2f9cd254f963853711e2
parent87ea58433208d17295e200d56be5e2a4fe4ce7d6
parentec403d8ed08c8272cfeeeea154fdebcd289988c8
Merge tag 'tpmdd-next-20180728' of git://git.infradead.org/users/jjs/linux-tpmdd into next-tpm

tpmdd updates for Linux 4.19

From Jarkko:

* Migrated away from PM runtime as explicit cmdReady/goIdle trasactions
  for every command is a spec requirement. PM runtime adds only a layer of
  complexity on our case.
* tpm_tis drivers can now specify the hwrng quality.
* TPM 2.0 code uses now tpm_buf for constructing messages. I think Tomas
  Winkler has done the same for TPM 1.2. I'll start digging those
  changes from the patchwork in the near future.
* Bug fixes and clean ups.