summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm
Commit message (Expand)AuthorAgeFilesLines
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-4/+3
* Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-11-1310-171/+161
|\
| * tpm, tpm_tis: use ARRAY_SIZE() to define TPM_HID_USR_IDXJérémy Lefaure2017-10-181-1/+2
| * tpm: fix duplicate inline declaration specifierRuben Roy2017-10-181-1/+1
| * tpm: fix type of a local variables in tpm_tis_spi.cJarkko Sakkinen2017-10-181-7/+18
| * tpm: fix type of a local variable in tpm2_map_command()Jarkko Sakkinen2017-10-181-2/+2
| * tpm: fix type of a local variable in tpm2_get_cc_attrs_tbl()Jarkko Sakkinen2017-10-181-2/+2
| * tpm-dev-common: Reject too short writesAlexander Steffen2017-10-181-0/+6
| * tpm: React correctly to RC_TESTING from TPM 2.0 self testsAlexander Steffen2017-10-181-41/+11
| * tpm: Use dynamic delay to wait for TPM 2.0 self test resultAlexander Steffen2017-10-181-8/+9
| * tpm: Trigger only missing TPM 2.0 self testsAlexander Steffen2017-10-181-2/+2
| * tpm_tis_spi: Use DMA-safe memory for SPI transfersAlexander Steffen2017-10-181-18/+27
| * tpm/tpm_crb: Use start method value from ACPI table directlyJiandi An2017-10-181-30/+29
| * tpm: constify transmit data pointersArnd Bergmann2017-10-184-19/+16
| * tpm_tis: make array cmd_getticks static const to shrink object code sizeColin Ian King2017-10-181-1/+1
| * tpm: migrate pubek_show to struct tpm_bufJarkko Sakkinen2017-10-122-52/+48
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-024-0/+4
|/
* Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds2017-09-247-52/+83
|\
| * tpm: ibmvtpm: simplify crq initialization and document crq formatMichal Suchanek2017-09-231-36/+60
| * tpm: replace msleep() with usleep_range() in TPM 1.2/2.0 generic driversHamza Attak2017-09-235-14/+21
| * tpm: tpm_crb: constify acpi_device_id.Arvind Yadav2017-09-231-1/+1
| * tpm: vtpm: constify vio_device_idArvind Yadav2017-09-231-1/+1
* | Do not disable driver and bus shutdown hook when class shutdown hook is set.Michal Suchanek2017-08-281-9/+2
|/
* tpm: do not suspend/resume if power stays onEnric Balletbo i Serra2017-07-073-0/+7
* tpm: use tpm2_pcr_read() in tpm2_do_selftest()Roberto Sassu2017-07-071-30/+1
* tpm: use tpm_buf functions in tpm2_pcr_read()Roberto Sassu2017-07-071-30/+30
* tpm_tis: make ilb_base_addr staticColin Ian King2017-07-071-1/+1
* tpm: consolidate the TPM startup codeJarkko Sakkinen2017-07-073-61/+44
* tpm: Enable CLKRUN protocol for Braswell systemsAzhar Shaikh2017-07-072-0/+117
* tpm/tpm_crb: fix priv->cmd_size initialisationManuel Lauss2017-07-071-2/+3
* tpm: fix a kernel memory leak in tpm-sysfs.cJarkko Sakkinen2017-07-071-1/+2
* tpm: Issue a TPM2_Shutdown for TPM2 devices.Josh Zimmerman2017-07-072-0/+37
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2017-07-0512-231/+265
|\
| * tpm/tpm_atmel: remove unnecessary NULL checkGustavo A. R. Silva2017-06-191-7/+5
| * tpm/st33zp24: Switch to devm_acpi_dev_add_driver_gpios()Andy Shevchenko2017-06-192-4/+2
| * tpm: vtpm_proxy: Prevent userspace from sending driver commandStefan Berger2017-06-131-0/+33
| * tpm: vtpm_proxy: Implement request_locality function.Stefan Berger2017-06-132-0/+37
| * tpm: Introduce flag TPM_TRANSMIT_RAWStefan Berger2017-06-132-1/+3
| * tpm: vtpm_proxy: Suppress error logging when in closed stateStefan Berger2017-06-132-3/+4
| * tpm, tpmrm: Mark tpmrm_write as staticPeter Huewe2017-06-131-1/+1
| * tpm: remove struct tpm_pcrextend_inJarkko Sakkinen2017-06-131-6/+0
| * tpm, tpm_infineon: remove useless snprintf() callsJarkko Sakkinen2017-06-131-4/+4
| * tpm: fix byte order related arithmetic inconsistency in tpm_getcap()Jarkko Sakkinen2017-06-132-27/+16
| * tpm: Apply a sane minimum adapterlimit value for retransmission.Bryan Freed2017-06-131-20/+56
| * tpm_tis: Consolidate the platform and acpi probe flowJason Gunthorpe2017-06-131-113/+54
| * tpm_tis: Use platform_get_irqJason Gunthorpe2017-06-131-4/+2
| * tpm_tis: Fix IRQ autoprobing when using platform_deviceJason Gunthorpe2017-06-131-1/+1
| * tpm: move TPM 1.2 code of tpm_pcr_extend() to tpm1_pcr_extend()Roberto Sassu2017-06-131-17/+24
| * tpm: move endianness conversion of ordinals to tpm_input_headerRoberto Sassu2017-06-132-14/+14
| * tpm: move endianness conversion of TPM_TAG_RQU_COMMAND to tpm_input_headerRoberto Sassu2017-06-133-9/+9
OpenPOWER on IntegriCloud