Age | Commit message (Expand) | Author | Files | Lines |
2023-06-03 | tpm, tpm_tis: correct tpm_tis_flags enumeration values | Lino Sanfilippo | 1 | -4/+4 |
2023-05-24 | tpm: tpm_tis: Disable interrupts for AEON UPX-i11 | Peter Ujfalusi | 1 | -0/+7 |
2023-05-16 | tpm/tpm_tis: Disable interrupts for more Lenovo devices | Jerry Snitselaar | 1 | -0/+16 |
2023-05-16 | tpm: Prevent hwrng from activating during resume | Jarkko Sakkinen | 2 | -0/+14 |
2023-05-16 | tpm_tis: Use tpm_chip_{start,stop} decoration inside tpm_tis_resume | Jarkko Sakkinen | 1 | -24/+19 |
2023-05-01 | Merge tag 'tpmdd-v6.4-rc1-fix-v2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 3 | -5/+21 |
2023-04-28 | tpm: Re-enable TPM chip boostrapping non-tpm_tis TPM drivers | Jarkko Sakkinen | 3 | -5/+21 |
2023-04-27 | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 3 | -4/+6 |
2023-04-26 | Merge tag 'acpi-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 1 | -1/+1 |
2023-04-24 | tpm: Add !tpm_amd_is_rng_defective() to the hwrng_unregister() call site | Jarkko Sakkinen | 1 | -1/+2 |
2023-04-24 | tpm_tis: fix stall after iowrite*()s | Haris Okanovic | 1 | -2/+41 |
2023-04-24 | tpm/tpm_tis_synquacer: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2023-04-24 | tpm/tpm_tis: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2023-04-24 | tpm/tpm_ftpm_tee: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -3/+3 |
2023-04-24 | tpm: tpm_tis_spi: Mark ACPI and OF related data as maybe unused | Krzysztof Kozlowski | 1 | -2/+2 |
2023-04-24 | tpm: st33zp24: Mark ACPI and OF related data as maybe unused | Krzysztof Kozlowski | 2 | -4/+4 |
2023-04-24 | tpm, tpm_tis: Enable interrupt test | Lino Sanfilippo | 1 | -0/+5 |
2023-04-24 | tpm, tpm_tis: startup chip before testing for interrupts | Lino Sanfilippo | 3 | -14/+30 |
2023-04-24 | tpm, tpm_tis: Claim locality when interrupts are reenabled on resume | Lino Sanfilippo | 1 | -10/+9 |
2023-04-24 | tpm, tpm_tis: Claim locality in interrupt handler | Lino Sanfilippo | 1 | -0/+2 |
2023-04-24 | tpm, tpm_tis: Request threaded interrupt handler | Lino Sanfilippo | 1 | -2/+5 |
2023-04-24 | tpm, tpm: Implement usage counter for locality | Lino Sanfilippo | 2 | -18/+47 |
2023-04-24 | tpm, tpm_tis: do not check for the active locality in interrupt handler | Lino Sanfilippo | 1 | -5/+2 |
2023-04-24 | tpm, tpm_tis: Move interrupt mask checks into own function | Lino Sanfilippo | 1 | -11/+18 |
2023-04-24 | tpm, tpm_tis: Only handle supported interrupts | Lino Sanfilippo | 2 | -48/+73 |
2023-04-24 | tpm, tpm_tis: Claim locality before writing interrupt registers | Lino Sanfilippo | 1 | -9/+11 |
2023-04-24 | tpm, tpm_tis: Do not skip reset of original interrupt vector | Lino Sanfilippo | 1 | -18/+11 |
2023-04-24 | tpm, tpm_tis: Disable interrupts if tpm_tis_probe_irq() failed | Lino Sanfilippo | 1 | -11/+11 |
2023-04-24 | tpm, tpm_tis: Claim locality before writing TPM_INT_ENABLE register | Lino Sanfilippo | 1 | -0/+4 |
2023-04-24 | tpm, tpm_tis: Avoid cache incoherency in test for interrupts | Lino Sanfilippo | 3 | -12/+13 |
2023-04-24 | tpm: remove unnecessary (void*) conversions | Yu Zhe | 1 | -3/+3 |
2023-04-24 | tpm: cr50: i2c: use jiffies to wait for tpm ready irq | Mark Hasemeyer | 1 | -2/+1 |
2023-04-06 | tpm: atmel: Add explicit include for of.h | Rob Herring | 1 | -1/+1 |
2023-04-03 | Merge 6.3-rc5 into driver-core-next | Greg Kroah-Hartman | 3 | -2/+137 |
2023-03-21 | tpm: Fix a possible dereference of ERR_PTR in tpm_init() | Harshit Mogalapalli | 1 | -1/+2 |
2023-03-17 | tpm: fix up the tpm_class shutdown_pre pointer when created | Greg Kroah-Hartman | 3 | -2/+3 |
2023-03-17 | driver core: class: remove module * from class_create() | Greg Kroah-Hartman | 1 | -2/+2 |
2023-03-13 | tpm: disable hwrng for fTPM on some AMD designs | Mario Limonciello | 2 | -1/+132 |
2023-03-13 | tpm/eventlog: Don't abort tpm_read_log on faulty ACPI address | Morten Linderud | 1 | -1/+5 |
2023-02-13 | tpm: add vendor flag to command code validation | Julien Gomes | 1 | -1/+3 |
2023-02-13 | tpm: Add reserved memory event log | Eddie James | 1 | -1/+31 |
2023-02-13 | tpm: Use managed allocation for bios event log | Eddie James | 4 | -10/+12 |
2023-02-13 | tpm: tis_i2c: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 |
2023-02-13 | tpm: tpm_i2c_nuvoton: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+3 |
2023-02-13 | tpm: tpm_i2c_infineon: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 |
2023-02-13 | tpm: tpm_i2c_atmel: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 |
2023-02-13 | tpm: st33zp24: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 |
2023-02-13 | tpm_crb: Add support for CRB devices based on Pluton | Matthew Garrett | 1 | -10/+90 |
2023-01-13 | Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+1 |
2023-01-07 | tpm: Allow system suspend to continue when TPM suspend fails | Jason A. Donenfeld | 1 | -1/+3 |