Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
9e1b74a63f7760b525295161fc608b19b8ee19c4
/
drivers
/
char
/
tpm
/
tpm_tis.c
68021bf
tpm: remove unused variables
by Arnd Bergmann
· 7 years ago
764325a
tpm: delete the TPM_TIS_CLK_ENABLE flag
by Javier Martinez Canillas
· 7 years ago
b3e958c
tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd()
by Azhar Shaikh
· 7 years ago
c382bab
tpm_tis: Move ilb_base_addr to tpm_tis_data
by Azhar Shaikh
· 7 years ago
33957a1
tpm, tpm_tis: use ARRAY_SIZE() to define TPM_HID_USR_IDX
by Jérémy Lefaure
· 7 years ago
c37fbc0
tpm: constify transmit data pointers
by Arnd Bergmann
· 7 years ago
bc39708
tpm_tis: make ilb_base_addr static
by Colin Ian King
· 8 years ago
5e572ca
tpm: Enable CLKRUN protocol for Braswell systems
by Azhar Shaikh
· 8 years ago
4cb586a
tpm_tis: Consolidate the platform and acpi probe flow
by Jason Gunthorpe
· 8 years ago
fc0e132
tpm_tis: Use platform_get_irq
by Jason Gunthorpe
· 8 years ago
d27f81f
tpm_tis: Fix IRQ autoprobing when using platform_device
by Jason Gunthorpe
· 8 years ago
5939eaf
tpm_tis: fix the error handling of init_tis()
by Wei Yongjun
· 8 years ago
1d70fe9
tpm_tis: use default timeout value if chip reports it as zero
by Maciej S. Szmigiero
· 8 years ago
420d439
tpm_tis: Allow tpm_tis to be bound using DT
by Jason Gunthorpe
· 8 years ago
41a5e1c
tpm/tpm_tis: Split tpm_tis driver into a core and TCG TIS compliant phy
by Christophe Ricard
· 9 years ago
1107d06
tpm_tis: Introduce intermediate layer for TPM access
by Christophe Ricard
· 9 years ago
57dacc2
tpm: tpm_tis: Share common data between phys
by Christophe Ricard
· 9 years ago
ced01b9
tpm: Fix IRQ unwind ordering in TIS
by Jason Gunthorpe
· 9 years ago
9e0d39d
tpm: Remove useless priv field in struct tpm_vendor_specific
by Christophe Ricard
· 9 years ago
af782f3
tpm: Move tpm_vendor_specific data related with PTP specification to tpm_chip
by Christophe Ricard
· 9 years ago
56671c8
tpm: drop 'locality' from struct tpm_vendor_specific
by Christophe Ricard
· 9 years ago
6e599f6
tpm: drop 'read_queue' from struct tpm_vendor_specific
by Christophe Ricard
· 9 years ago
570a360
tpm: drop 'irq' from struct tpm_vendor_specific
by Christophe Ricard
· 9 years ago
4eea703
tpm: drop 'iobase' from struct tpm_vendor_specific
by Christophe Ricard
· 9 years ago
d495652
tpm: drop manufacturer_id from struct tpm_vendor_specific
by Jarkko Sakkinen
· 9 years ago
ec5fd99
tpm: drop int_queue from tpm_vendor_specific
by Jarkko Sakkinen
· 9 years ago
dcbeab1
tpm: fix crash in tpm_tis deinitialization
by Jarkko Sakkinen
· 9 years ago
d30b8e4
tpm: cleanup tpm_tis_remove()
by Jarkko Sakkinen
· 9 years ago
3635e2e
tpm: Get rid of devname
by Jason Gunthorpe
· 9 years ago
8cfffc9
tpm: Get rid of chip->pdev
by Jason Gunthorpe
· 9 years ago
2cb6d64
tpm_tis: fix build warning with tpm_tis_resume
by Jarkko Sakkinen
· 9 years ago
30f9c8c
tpm_crb/tis: fix: use dev_name() for /proc/iomem
by Jarkko Sakkinen
· 9 years ago
0019482
tpm_tis: Clean up the force=1 module parameter
by Jason Gunthorpe
· 9 years ago
51dd43d
tpm_tis: Use devm_ioremap_resource
by Jason Gunthorpe
· 9 years ago
4d627e6
tpm_tis: Do not fall back to a hardcoded address for TPM2
by Jason Gunthorpe
· 9 years ago
ef7b81d
tpm_tis: Disable interrupt auto probing on a per-device basis
by Jason Gunthorpe
· 9 years ago
55a889c
tpm_crb: Use the common ACPI definition of struct acpi_tpm2
by Jason Gunthorpe
· 9 years ago
e5be990
tpm: remove unneeded include of actbl2.h
by Jerry Snitselaar
· 9 years ago
b8ba1e7
tpm_tis: Tighten IRQ auto-probing
by Jason Gunthorpe
· 9 years ago
e3837e7
tpm_tis: Refactor the interrupt setup
by Jason Gunthorpe
· 9 years ago
7ab4032
tpm_tis: Get rid of the duplicate IRQ probing code
by Jason Gunthorpe
· 9 years ago
2511204
tpm: rework tpm_get_timeouts()
by Jason Gunthorpe
· 9 years ago
036bb38
tpm_tis: Ensure interrupts are disabled when the driver starts
by Jason Gunthorpe
· 9 years ago
727f28b
tpm_tis: Use devm_free_irq not free_irq
by Jason Gunthorpe
· 9 years ago
14b5c1c
tpm_tis: restore IRQ vector in IO memory after failed probing
by Martin Wilck
· 9 years ago
2aef9da
tpm_tis: free irq after probing
by Martin Wilck
· 9 years ago
399235d
tpm, tpm_tis: fix tpm_tis ACPI detection issue with TPM 2.0
by Jarkko Sakkinen
· 9 years ago
4d5f205
tpm, tpm_tis: fix TPM 2.0 probing
by Jarkko Sakkinen
· 10 years ago
74d6b3c
tpm: fix suspend/resume paths for TPM 2.0
by Jarkko Sakkinen
· 10 years ago
961be7e
tpm/tpm_tis: Add missing ifdef CONFIG_ACPI for pnp_acpi_device
by Peter Huewe
· 10 years ago
aec04cb
tpm: TPM 2.0 FIFO Interface
by Jarkko Sakkinen
· 10 years ago
313d21e
tpm: device class for tpm
by Jarkko Sakkinen
· 10 years ago
71ed848
tpm: rename chip->dev to chip->pdev
by Jarkko Sakkinen
· 10 years ago
0dc5536
tpm: fix raciness of PPI interface lookup
by Jarkko Sakkinen
· 10 years ago
afb5abc
tpm: two-phase chip management functions
by Jarkko Sakkinen
· 10 years ago
448e9c5
tpm_tis: verify interrupt during init
by Scot Doyle
· 10 years ago
05e6cc6
char: tpm: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
8e54caf
tpm: Provide a generic means to override the chip returned timeouts
by Jason Gunthorpe
· 11 years ago
19b94d2
tpm: tpm_tis: Fix compile problems with CONFIG_PM_SLEEP/CONFIG_PNP
by Jason Gunthorpe
· 11 years ago
01ad1fa
tpm: Create a tpm_class_ops structure and use it in the drivers
by Jason Gunthorpe
· 11 years ago
1e3b73a
tpm: Pull all driver sysfs code into tpm-sysfs.c
by Jason Gunthorpe
· 11 years ago
afdba32
tpm: Pull everything related to /dev/tpmX into tpm-dev.c
by Jason Gunthorpe
· 11 years ago
e907481
tpm: Remove tpm_show_caps_1_2
by Jason Gunthorpe
· 11 years ago
a2fa3fb
tpm: convert tpm_tis driver to use dev_pm_ops from legacy pm_ops
by Shuah Khan
· 11 years ago
4fba3c3
tpm_tis: missing platform_driver_unregister() on error in init_tis()
by Wei Yongjun
· 12 years ago
6e38bfa
tpm_tis: check pnp_acpi_device return code
by Kent Yoder
· 12 years ago
7240b98
TPM: Wait for TPM_ACCESS tpmRegValidSts to go high at startup
by Jason Gunthorpe
· 12 years ago
78f09cc
tpm: Fix cancellation of TPM commands (interrupt mode)
by Stefan Berger
· 12 years ago
1f86605
tpm: Fix cancellation of TPM commands (polling mode)
by Stefan Berger
· 12 years ago
3e3a5e9
tpm: Store TPM vendor ID
by Stefan Berger
· 12 years ago
7324969
char/tpm: Use true and false for bools
by Peter Huewe
· 12 years ago
6a5971d
Merge tag 'char-misc-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 12 years ago
afc6d36
tpm: remove use of __devinit
by Bill Pemberton
· 12 years ago
39af33f
char: remove use of __devexit
by Bill Pemberton
· 12 years ago
0bbed20
char: remove use of __devinitdata
by Bill Pemberton
· 12 years ago
7e72fe7
tpm: compile out unused code in the PNP and PM cases
by Kent Yoder
· 12 years ago
07368d3
tpm_tis / PM: Fix unused function warning for CONFIG_PM_SLEEP
by Rafael J. Wysocki
· 12 years ago
b633f05
tpm_tis: Use struct dev_pm_ops for power management
by Rafael J. Wysocki
· 13 years ago
035e2ce
PM / TPM: Drop unused pm_message_t argument from tpm_pm_suspend()
by Rafael J. Wysocki
· 13 years ago
3556485
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 13 years ago
4e70daa
tpm_tis: fix tis_lock with respect to RCU
by Jiri Kosina
· 13 years ago
968de8e
tpm_tis: Clean up after module_param cleanup
by Stefan Berger
· 13 years ago
4e401fb
tpm_tis: Only probe iTPMs
by Stefan Berger
· 13 years ago
90ab5ee
module_param: make bool parameters really bool (drivers & misc)
by Rusty Russell
· 13 years ago
b9e3238
TPM: fix transmit_cmd error logic
by Rajiv Andrade
· 13 years ago
fd04886
TPM: Export wait_for_stat for other vendor specific drivers
by Rajiv Andrade
· 13 years ago
9efa54f
TPM: Use vendor specific function for status probe
by Rajiv Andrade
· 13 years ago
a927b81
tpm_tis: add delay after aborting command
by Stefan Berger
· 13 years ago
7f326ed
tpm_tis: Check return code from getting timeouts/durations
by Stefan Berger
· 13 years ago
68d6e67
tpm: Introduce function to poll for result of self test
by Stefan Berger
· 13 years ago
1560ffe6
tpm_tis: fix build when ACPI is not enabled
by Randy Dunlap
· 13 years ago
9685431
tpm: Move tpm_tis_reenable_interrupts out of CONFIG_PNP block
by Stefan Berger
· 13 years ago
6eb77b2
tpm: Fix compilation warning when CONFIG_PNP is not defined
by Stefan Berger
· 13 years ago
9519de3
tpm_tis: Probing function for Intel iTPM bug
by Stefan Berger
· 14 years ago
a7b6682
tpm_tis: Fix the probing for interrupts
by Stefan Berger
· 14 years ago
20b87bb
tpm_tis: Delay ACPI S3 suspend while the TPM is busy
by Stefan Berger
· 14 years ago
45baa1d
tpm_tis: Re-enable interrupts upon (S3) resume
by Stefan Berger
· 14 years ago
6259210
tpm_tis: Add timeouts sysfs entry
by Stefan Berger
· 14 years ago
04ab229
tpm_tis: Introduce durations sysfs entry
by Stefan Berger
· 14 years ago
e587137
Revert "tpm_tis: Use timeouts returned from TPM"
by Linus Torvalds
· 14 years ago
Next »