]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
dm: tpm: sandbox: Convert TPM driver to driver model
authorSimon Glass <sjg@chromium.org>
Sun, 23 Aug 2015 00:31:35 +0000 (18:31 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 10:19:17 +0000 (12:19 +0200)
commit7aee0e2549962effb4a7bab1086bbeb7525a9624
tree74d2b90c0a4f88300cd2f64ebbf9247803973314
parent7df972935cc7595f41b3eed3878131ca78e1f23b
dm: tpm: sandbox: Convert TPM driver to driver model

Convert the sandbox TPM driver to use driver model. Add it to the device
tree so that it can be found on start-up.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Christophe Ricard <christophe-h.ricard@st.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
arch/sandbox/dts/sandbox.dts
configs/sandbox_defconfig
drivers/tpm/tpm_tis_sandbox.c