Age | Commit message (Expand) | Author | Files | Lines |
2023-07-28 | tpm_tis: Explicitly check for error code | Alexander Steffen | 1 | -2/+7 |
2023-07-17 | tpm,tpm_tis: Disable interrupts after 1000 unhandled IRQs | Lino Sanfilippo | 1 | -15/+88 |
2023-05-16 | tpm_tis: Use tpm_chip_{start,stop} decoration inside tpm_tis_resume | Jarkko Sakkinen | 1 | -24/+19 |
2023-04-28 | tpm: Re-enable TPM chip boostrapping non-tpm_tis TPM drivers | Jarkko Sakkinen | 1 | -1/+1 |
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 | 1 | -0/+5 |
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 | 1 | -18/+45 |
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 | 1 | -48/+72 |
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 | 1 | -10/+11 |
2022-12-08 | tpm: Add flag to use default cancellation policy | Eddie James | 1 | -8/+12 |
2022-08-03 | tpm: Add tpm_tis_verify_crc to the tpm_tis_phy_ops protocol layer | Alexander Steffen | 1 | -0/+14 |
2022-01-09 | tpm: fix NPE on probe for missing device | Patrick Williams | 1 | -2/+2 |
2022-01-09 | tpm_tis: Fix an error handling path in 'tpm_tis_core_init()' | Christophe Jaillet | 1 | -1/+1 |
2022-01-09 | tpm: add request_locality before write TPM_INT_ENABLE | Chen Jun | 1 | -0/+8 |
2021-10-26 | tpm: fix Atmel TPM crash caused by too frequent queries | Hao Wu | 1 | -8/+18 |
2021-06-23 | tpm: Replace WARN_ONCE() with dev_err_once() in tpm_tis_status() | Jarkko Sakkinen | 1 | -7/+18 |
2021-05-12 | tpm, tpm_tis: Reserve locality in tpm_tis_resume() | Jarkko Sakkinen | 1 | -2/+10 |
2021-05-12 | tpm, tpm_tis: Extend locality handling to TPM2 in tpm_tis_gen_interrupt() | Jarkko Sakkinen | 1 | -6/+4 |
2021-02-24 | tpm, tpm_tis: Decorate tpm_tis_gen_interrupt() with request_locality() | Lukasz Majczak | 1 | -3/+13 |
2021-02-24 | tpm, tpm_tis: Decorate tpm_get_timeouts() with request_locality() | Jarkko Sakkinen | 1 | -2/+12 |
2021-02-16 | tpm_tis: Clean up locality release | James Bottomley | 1 | -46/+1 |
2021-02-16 | tpm_tis: Fix check_locality for correct locality acquisition | James Bottomley | 1 | -1/+2 |
2020-10-02 | tpm_tis: Add a check for invalid status | James Bottomley | 1 | -0/+11 |
2020-07-02 | tpm_tis: extra chip->ops check on error path in tpm_tis_core_init | Vasily Averin | 1 | -1/+1 |
2020-04-21 | tpm/tpm_tis: Free IRQ if probing fails | Jarkko Sakkinen | 1 | -1/+7 |
2020-01-06 | tpm: Revert "tpm_tis_core: Turn on the TPM before probing IRQ's" | Stefan Berger | 1 | -2/+0 |
2020-01-06 | tpm: Revert "tpm_tis_core: Set TPM_CHIP_FLAG_IRQ before probing for interrupts" | Stefan Berger | 1 | -1/+0 |
2020-01-06 | tpm: Revert "tpm_tis: reserve chip for duration of tpm_tis_core_init" | Jarkko Sakkinen | 1 | -18/+17 |
2019-12-17 | tpm_tis: reserve chip for duration of tpm_tis_core_init | Jerry Snitselaar | 1 | -17/+18 |
2019-11-12 | tpm_tis: override durations for STM tpm with firmware 1.2.8.28 | Jerry Snitselaar | 1 | -0/+79 |
2019-09-02 | tpm_tis_core: Set TPM_CHIP_FLAG_IRQ before probing for interrupts | Stefan Berger | 1 | -0/+1 |
2019-09-02 | tpm_tis_core: Turn on the TPM before probing IRQ's | Stefan Berger | 1 | -0/+2 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 | Thomas Gleixner | 1 | -5/+1 |
2019-02-13 | tpm: remove @flags from tpm_transmit() | Jarkko Sakkinen | 1 | -2/+2 |
2019-02-13 | tpm: take TPM chip power gating out of tpm_transmit() | Jarkko Sakkinen | 1 | -0/+4 |
2019-02-13 | tpm: don't return bool from update_timeouts | Jerry Snitselaar | 1 | -6/+9 |
2019-02-13 | tpm: Unify the send callback behaviour | Jarkko Sakkinen | 1 | -1/+1 |
2018-11-13 | tpm: move tpm 1.x selftest code from tpm-interface.c tpm1-cmd.c | Tomas Winkler | 1 | -1/+1 |
2018-11-13 | tpm: move tpm_getcap to tpm1-cmd.c | Tomas Winkler | 1 | -1/+1 |
2018-11-13 | tpm: add tpm_calc_ordinal_duration() wrapper | Tomas Winkler | 1 | -5/+1 |
2018-11-13 | tpm: factor out tpm 1.x duration calculation to tpm1-cmd.c | Tomas Winkler | 1 | -1/+1 |