]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] tpm: remove pci dependency
authorKylene Jo Hall <kjhall@us.ibm.com>
Sun, 30 Oct 2005 23:03:24 +0000 (15:03 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 31 Oct 2005 01:37:28 +0000 (17:37 -0800)
commit7471e23210faf9fc530ea5817e0fca9854acf04b
treec9759f75695a19742693c9719e92253e2cd52b7e
parent0021d5202c60b55b81ee4a9147fc65d93c64e1ec
[PATCH] tpm: remove pci dependency

Since the tpm does not have it's own pci id we have been consuming the lpc
bus.  This is not correct and causes problems to support non lpc bus chips.
This patch removes the dependency on pci_dev from tpm.c The subsequent patches
will stop the supported chips from registering as pci drivers.

Signed-off-by: Kylene Hall <kjhall@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/tpm/tpm.c
drivers/char/tpm/tpm.h
drivers/char/tpm/tpm_atmel.c
drivers/char/tpm/tpm_infineon.c
drivers/char/tpm/tpm_nsc.c