summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds2019-03-1026-700/+721
|\
| * tpm/ppi: Enable submission of optional command parameter for PPI 1.3Stefan Berger2019-02-131-6/+16
| * tpm/ppi: Possibly show command parameter if TPM PPI 1.3 is usedStefan Berger2019-02-131-2/+29
| * tpm/ppi: Display up to 101 operations as define for version 1.3Stefan Berger2019-02-131-1/+1
| * tpm/ppi: rename TPM_PPI_REVISION_ID to TPM_PPI_REVISION_ID_1Stefan Berger2019-02-131-10/+11
| * tpm/ppi: pass function revision ID to tpm_eval_dsm()Stefan Berger2019-02-131-8/+8
| * tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend()Roberto Sassu2019-02-133-27/+15
| * tpm: move tpm_chip definition to include/linux/tpm.hRoberto Sassu2019-02-131-97/+4
| * tpm: retrieve digest size of unknown algorithms with PCR readRoberto Sassu2019-02-134-29/+81
| * tpm: rename and export tpm2_digest and tpm2_algorithmsRoberto Sassu2019-02-134-23/+12
| * tpm: dynamically allocate the allocated_banks arrayRoberto Sassu2019-02-135-19/+44
| * tpm: remove @flags from tpm_transmit()Jarkko Sakkinen2019-02-1310-90/+73
| * tpm: take TPM chip power gating out of tpm_transmit()Jarkko Sakkinen2019-02-136-37/+40
| * tpm: introduce tpm_chip_start() and tpm_chip_stop()Jarkko Sakkinen2019-02-133-81/+116
| * tpm: remove TPM_TRANSMIT_UNLOCKED flagJarkko Sakkinen2019-02-136-38/+17
| * tpm: use tpm_try_get_ops() in tpm-sysfs.c.Jarkko Sakkinen2019-02-131-45/+78
| * tpm: remove @space from tpm_transmit()Jarkko Sakkinen2019-02-138-53/+43
| * tpm: move TPM space code out of tpm_transmit()Jarkko Sakkinen2019-02-133-33/+34
| * tpm: move tpm_validate_commmand() to tpm2-space.cJarkko Sakkinen2019-02-133-64/+66
| * tpm: clean up tpm_try_transmit() error handling flowJarkko Sakkinen2019-02-133-52/+45
| * tpm: encapsulate tpm_dev_transmit()Jarkko Sakkinen2019-02-131-7/+18
| * tpm: access command header through struct in tpm_try_transmit()Jarkko Sakkinen2019-02-131-2/+2
| * tpm: declare struct tpm_headerJarkko Sakkinen2019-02-137-43/+34
| * tpm: print tpm2_commit_space() error inside tpm2_commit_space()Jarkko Sakkinen2019-02-132-5/+6
| * tpm: return 0 from pcrs_show() when tpm1_pcr_read() failsJarkko Sakkinen2019-02-131-7/+6
| * tpm: fix invalid return value in pubek_show()Jarkko Sakkinen2019-02-131-3/+2
| * tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameterJarkko Sakkinen2019-02-137-80/+64
| * tpm: don't return bool from update_timeoutsJerry Snitselaar2019-02-132-8/+10
| * tpm: don't print error message in tpm_transmit_cmd when tpm still testingJerry Snitselaar2019-02-131-1/+1
| * tpm: add _head suffix to tcg_efi_specid_event and tcg_pcr_event2Roberto Sassu2019-02-131-6/+6
| * tpm: Fix off-by-one when reading binary_bios_measurementsJia Zhang2019-02-131-4/+4
| * tpm: Simplify the measurements loopJia Zhang2019-02-131-23/+14
| * tpm/tpm_i2c_atmel: Return -E2BIG when the transfer is incompleteJarkko Sakkinen2019-02-131-0/+4
| * tpm: Unify the send callback behaviourJarkko Sakkinen2019-02-1312-16/+28
| * tpm: Fix some name collisions with drivers/char/tpm.hJarkko Sakkinen2019-02-085-20/+19
| * tpm/tpm_crb: Avoid unaligned reads in crb_recv()Jarkko Sakkinen2019-02-081-6/+16
* | Merge tag 'for-linus-5.1' of git://github.com/cminyard/linux-ipmiLinus Torvalds2019-03-0820-482/+756
|\ \
| * | ipmi_si: Potential array underflow in hotmod_handler()Dan Carpenter2019-02-221-1/+2
| * | ipmi_si: Remove hacks for adding a dummy platform devicesCorey Minyard2019-02-221-42/+3
| * | ipmi_si: Consolidate scanning the platform busCorey Minyard2019-02-224-30/+23
| * | ipmi_si: Remove hotmod devices on removal and exitCorey Minyard2019-02-223-6/+43
| * | ipmi_si: Remove hardcode IPMI devices by scanning the platform busCorey Minyard2019-02-221-7/+15
| * | ipmi_si: Switch hotmod to use a platform deviceCorey Minyard2019-02-223-113/+98
| * | ipmi: Consolidate the adding of platform devicesCorey Minyard2019-02-229-214/+205
| * | ipmi_si: Rename addr_type to addr_space to match what it doesCorey Minyard2019-02-228-27/+29
| * | ipmi_si: Convert some types into unsignedCorey Minyard2019-02-221-4/+4
| * | ipmi_si: Fix crash when using hard-coded deviceCorey Minyard2019-02-224-76/+216
| * | ipmi: Use dedicated API for copying a UUIDAndy Shevchenko2019-02-091-1/+1
| * | ipmi: Use defined constant for UUID representationAndy Shevchenko2019-02-091-4/+4
| * | ipmi:ssif: Change some pr_xxx to dev_xxx callsCorey Minyard2019-02-091-42/+74