index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
tpm
/
tpm_nsc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-25
tpm: Get rid of chip->pdev
Jason Gunthorpe
1
-10
/
+10
2015-01-17
tpm: rename chip->dev to chip->pdev
Jarkko Sakkinen
1
-10
/
+10
2015-01-17
tpm: two-phase chip management functions
Jarkko Sakkinen
1
-5
/
+9
2014-10-20
char: tpm: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-01-06
tpm: Create a tpm_class_ops structure and use it in the drivers
Jason Gunthorpe
1
-1
/
+1
2014-01-06
tpm: Pull all driver sysfs code into tpm-sysfs.c
Jason Gunthorpe
1
-16
/
+0
2014-01-06
tpm: Pull everything related to /dev/tpmX into tpm-dev.c
Jason Gunthorpe
1
-10
/
+0
2013-02-05
tpm: Fix cancellation of TPM commands (polling mode)
Stefan Berger
1
-1
/
+6
2012-07-10
tpm_nsc: Use struct dev_pm_ops for power management
Rafael J. Wysocki
1
-11
/
+2
2012-07-10
PM / TPM: Drop unused pm_message_t argument from tpm_pm_suspend()
Rafael J. Wysocki
1
-1
/
+1
2011-09-23
TPM: tpm_nsc: Fix a double free of pdev in cleanup_nsc
Axel Lin
1
-2
/
+0
2011-07-26
tpm_nsc: Fix bug when loading multiple TPM drivers
Stefan Berger
1
-7
/
+7
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-01-08
tpm: clean up tpm_nsc driver for platform_device suspend/resume compliance
David Smith
1
-13
/
+22
2008-04-29
tpm: fix section mismatch warning
Sam Ravnborg
1
-1
/
+1
2007-08-23
tpmdd maintainers
Kent Yoder
1
-1
/
+1
2006-10-11
[PATCH] tpm: fix error handling
Jeff Garzik
1
-2
/
+4
2006-07-04
[PATCH] make more file_operation structs static
Arjan van de Ven
1
-1
/
+1
2006-04-22
[PATCH] tpm: return chip from tpm_register_hardware
Kylene Jo Hall
1
-6
/
+11
2006-04-22
[PATCH] tpm: chip struct update
Kylene Jo Hall
1
-16
/
+16
2005-11-07
[PATCH] tpm: Fix lack of driver_unregister in init failcases
Kylene Jo Hall
1
-25
/
+23
2005-11-02
[PATCH] TPM compile fix
Chris Wright
1
-0
/
+1
2005-10-31
[PATCH] sparse cleanups: NULL pointers, C99 struct init.
Randy Dunlap
1
-1
/
+1
2005-10-31
[PATCH] tpm: move nsc driver off pci_dev
Kylene Jo Hall
1
-67
/
+77
2005-10-31
[PATCH] tpm: remove pci dependency
Kylene Jo Hall
1
-12
/
+20
2005-10-31
[PATCH] tpm: add status function to allow non-lpc bus chips
Kylene Jo Hall
1
-0
/
+6
2005-06-26
[PATCH] tpm: Support new National TPMs
Kylene Jo Hall
1
-55
/
+38
2005-06-24
[PATCH] tpm: replace odd LPC init function
Kylene Hall
1
-9
/
+13
2005-06-24
[PATCH] tpm: add cancel function
Kylene Hall
1
-0
/
+1
2005-06-24
[PATCH] tpm: sysfs owernship changes
Kylene Hall
1
-1
/
+16
2005-06-24
[PATCH] tpm: Fix concerns with TPM driver -- use enums
Kylene Hall
1
-23
/
+31
2005-06-24
[PATCH] char/tpm: use msleep(), clean-up timers,
Nishanth Aravamudan
1
-22
/
+10
2005-04-17
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+373