]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
tpm: Support using driver model with I2C
authorSimon Glass <sjg@chromium.org>
Mon, 4 May 2015 17:30:59 +0000 (11:30 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:39:39 +0000 (22:39 +0200)
commit01dc3723d965bda1e6fc6a0e675ab2196944354c
tree363dc2b7190786ce4254ce239b091bc85a56d9df
parent39859d9a9618675a70c8035251a02137abb5ec63
tpm: Support using driver model with I2C

As a first step towards converting the TPM system to driver model, allow it
to work with CONFIG_DM_I2C.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/tpm/tpm.c
drivers/tpm/tpm_private.h
drivers/tpm/tpm_tis_i2c.c