]> asedeno.scripts.mit.edu Git - linux.git/commit
tpm_tis: Allow tpm_tis to be bound using DT
authorJason Gunthorpe <jgunthorpe@obsidianresearch.com>
Mon, 7 Nov 2016 22:44:31 +0000 (15:44 -0700)
committerJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Sun, 27 Nov 2016 23:31:31 +0000 (01:31 +0200)
commit420d439849cabaa0587c424b09b9507108a4e058
tree8c2bbf040d0ed3c6ca5f26068ced642d9ef10991
parent7ea7861c8c2462af932410c54542cb279683eaf8
tpm_tis: Allow tpm_tis to be bound using DT

This provides an open firwmare driver binding for tpm_tis. OF
is useful on arches where ACPI/PNP is not used.

The tcg,tpm-tis-mmio register map interface is specified by the TCG.

Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
Reviewed-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Documentation/devicetree/bindings/security/tpm/tpm_tis_mmio.txt [new file with mode: 0644]
drivers/char/tpm/Kconfig
drivers/char/tpm/tpm_tis.c