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