]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2f9593f0f3045f06214b41ebd4a2f0fd33ee513d
treea2a302177adbd31edcba2f9cd254f963853711e2
parent24e1881bafadb6d89e1da646e9d517366af3567b
parentd581b1e37349bf7b194c9e31f7f8b81b7cc16d40
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.