index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
/
tpm
/
tpm_tis.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-20
tpm_tis: Tighten IRQ auto-probing
Jason Gunthorpe
1
-7
/
+12
2015-12-20
tpm_tis: Refactor the interrupt setup
Jason Gunthorpe
1
-100
/
+84
2015-12-20
tpm_tis: Get rid of the duplicate IRQ probing code
Jason Gunthorpe
1
-44
/
+20
2015-12-20
tpm: rework tpm_get_timeouts()
Jason Gunthorpe
1
-17
/
+16
2015-12-20
tpm_tis: Ensure interrupts are disabled when the driver starts
Jason Gunthorpe
1
-11
/
+9
2015-12-20
tpm_tis: Use devm_free_irq not free_irq
Jason Gunthorpe
1
-1
/
+1
2015-11-09
tpm_tis: restore IRQ vector in IO memory after failed probing
Martin Wilck
1
-1
/
+5
2015-11-09
tpm_tis: free irq after probing
Martin Wilck
1
-0
/
+2
2015-10-19
tpm, tpm_tis: fix tpm_tis ACPI detection issue with TPM 2.0
Jarkko Sakkinen
1
-29
/
+163
2015-02-15
tpm, tpm_tis: fix TPM 2.0 probing
Jarkko Sakkinen
1
-7
/
+4
2015-02-15
tpm: fix suspend/resume paths for TPM 2.0
Jarkko Sakkinen
1
-13
/
+13
2015-01-22
tpm/tpm_tis: Add missing ifdef CONFIG_ACPI for pnp_acpi_device
Peter Huewe
1
-0
/
+2
2015-01-17
tpm: TPM 2.0 FIFO Interface
Jarkko Sakkinen
1
-23
/
+89
2015-01-17
tpm: device class for tpm
Jarkko Sakkinen
1
-2
/
+2
2015-01-17
tpm: rename chip->dev to chip->pdev
Jarkko Sakkinen
1
-7
/
+7
2015-01-17
tpm: fix raciness of PPI interface lookup
Jarkko Sakkinen
1
-4
/
+10
2015-01-17
tpm: two-phase chip management functions
Jarkko Sakkinen
1
-49
/
+31
2015-01-17
tpm_tis: verify interrupt during init
Scot Doyle
1
-14
/
+62
2014-10-20
char: tpm: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-07-29
tpm: Provide a generic means to override the chip returned timeouts
Jason Gunthorpe
1
-0
/
+31
2014-01-06
tpm: tpm_tis: Fix compile problems with CONFIG_PM_SLEEP/CONFIG_PNP
Jason Gunthorpe
1
-5
/
+1
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
-30
/
+0
2014-01-06
tpm: Pull everything related to /dev/tpmX into tpm-dev.c
Jason Gunthorpe
1
-11
/
+0
2013-10-22
tpm: Remove tpm_show_caps_1_2
Jason Gunthorpe
1
-1
/
+1
2013-09-11
tpm: convert tpm_tis driver to use dev_pm_ops from legacy pm_ops
Shuah Khan
1
-36
/
+24
2013-05-21
tpm_tis: missing platform_driver_unregister() on error in init_tis()
Wei Yongjun
1
-5
/
+12
2013-02-05
tpm_tis: check pnp_acpi_device return code
Kent Yoder
1
-0
/
+3
2013-02-05
TPM: Wait for TPM_ACCESS tpmRegValidSts to go high at startup
Jason Gunthorpe
1
-0
/
+21
2013-02-05
tpm: Fix cancellation of TPM commands (interrupt mode)
Stefan Berger
1
-6
/
+6
2013-02-05
tpm: Fix cancellation of TPM commands (polling mode)
Stefan Berger
1
-1
/
+14
2013-02-05
tpm: Store TPM vendor ID
Stefan Berger
1
-0
/
+1
2013-02-05
char/tpm: Use true and false for bools
Peter Huewe
1
-6
/
+6
2012-12-11
Merge tag 'char-misc-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+2
2012-11-28
tpm: remove use of __devinit
Bill Pemberton
1
-1
/
+1
2012-11-21
char: remove use of __devexit
Bill Pemberton
1
-1
/
+1
2012-11-21
char: remove use of __devinitdata
Bill Pemberton
1
-1
/
+1
2012-08-22
tpm: compile out unused code in the PNP and PM cases
Kent Yoder
1
-1
/
+2
2012-08-10
tpm_tis / PM: Fix unused function warning for CONFIG_PM_SLEEP
Rafael J. Wysocki
1
-0
/
+2
2012-07-10
tpm_tis: Use struct dev_pm_ops for power management
Rafael J. Wysocki
1
-9
/
+7
2012-07-10
PM / TPM: Drop unused pm_message_t argument from tpm_pm_suspend()
Rafael J. Wysocki
1
-2
/
+2
2012-03-21
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
1
-7
/
+10
2012-03-05
tpm_tis: fix tis_lock with respect to RCU
Jiri Kosina
1
-5
/
+5
2012-02-14
tpm_tis: Clean up after module_param cleanup
Stefan Berger
1
-4
/
+5
2012-02-14
tpm_tis: Only probe iTPMs
Stefan Berger
1
-3
/
+5
2012-01-13
module_param: make bool parameters really bool (drivers & misc)
Rusty Russell
1
-3
/
+3
2011-11-16
TPM: fix transmit_cmd error logic
Rajiv Andrade
1
-2
/
+0
2011-11-16
TPM: Export wait_for_stat for other vendor specific drivers
Rajiv Andrade
1
-52
/
+12
2011-11-16
TPM: Use vendor specific function for status probe
Rajiv Andrade
1
-5
/
+5
2011-11-16
tpm_tis: add delay after aborting command
Stefan Berger
1
-0
/
+3
[next]