commit | 605152a80371c494b1735f6ef8d296e141b1eadf | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Aug 22 18:31:26 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Aug 31 07:57:27 2015 -0600 |
tree | 88ebccd79c2608bc4e8916467b302d85b15f2614 | |
parent | 13932b09bb19898a5c64bf7a48448855200c63f5 [diff] |
tpm: tpm_tis_i2c: Merge struct tpm into tpm_chip There are too many structures storing the same sort of information. Move the fields from struct tpm into struct tpm_chip and remove the former struct. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heiko Schocher <hs@denx.de>