summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
2019-02-22ipmi_si: Remove hacks for adding a dummy platform devicesCorey Minyard
2019-02-22ipmi_si: Consolidate scanning the platform busCorey Minyard
2019-02-22ipmi_si: Remove hotmod devices on removal and exitCorey Minyard
2019-02-22ipmi_si: Remove hardcode IPMI devices by scanning the platform busCorey Minyard
2019-02-22ipmi_si: Switch hotmod to use a platform deviceCorey Minyard
2019-02-22ipmi: Consolidate the adding of platform devicesCorey Minyard
2019-02-22ipmi_si: Rename addr_type to addr_space to match what it doesCorey Minyard
2019-02-22ipmi_si: Convert some types into unsignedCorey Minyard
2019-02-22ipmi_si: Fix crash when using hard-coded deviceCorey Minyard
2019-02-20hwrng: make symbol 'optee_rng_id_table' staticWei Yongjun
2019-02-20hwrng: Fix unsigned comparison with less than zeroYueHaibing
2019-02-20hwrng: optee: Initialize some structs using memset instead of bracesNathan Chancellor
2019-02-15Merge tag 'tee-bus-for-5.1' of https://git.linaro.org/people/jens.wiklander/l...Arnd Bergmann
2019-02-13char: lp: mark expected switch fall-throughGustavo A. R. Silva
2019-02-13tpm/ppi: Enable submission of optional command parameter for PPI 1.3Stefan Berger
2019-02-13tpm/ppi: Possibly show command parameter if TPM PPI 1.3 is usedStefan Berger
2019-02-13tpm/ppi: Display up to 101 operations as define for version 1.3Stefan Berger
2019-02-13tpm/ppi: rename TPM_PPI_REVISION_ID to TPM_PPI_REVISION_ID_1Stefan Berger
2019-02-13tpm/ppi: pass function revision ID to tpm_eval_dsm()Stefan Berger
2019-02-13tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend()Roberto Sassu
2019-02-13tpm: move tpm_chip definition to include/linux/tpm.hRoberto Sassu
2019-02-13tpm: retrieve digest size of unknown algorithms with PCR readRoberto Sassu
2019-02-13tpm: rename and export tpm2_digest and tpm2_algorithmsRoberto Sassu
2019-02-13tpm: dynamically allocate the allocated_banks arrayRoberto Sassu
2019-02-13tpm: remove @flags from tpm_transmit()Jarkko Sakkinen
2019-02-13tpm: take TPM chip power gating out of tpm_transmit()Jarkko Sakkinen
2019-02-13tpm: introduce tpm_chip_start() and tpm_chip_stop()Jarkko Sakkinen
2019-02-13tpm: remove TPM_TRANSMIT_UNLOCKED flagJarkko Sakkinen
2019-02-13tpm: use tpm_try_get_ops() in tpm-sysfs.c.Jarkko Sakkinen
2019-02-13tpm: remove @space from tpm_transmit()Jarkko Sakkinen
2019-02-13tpm: move TPM space code out of tpm_transmit()Jarkko Sakkinen
2019-02-13tpm: move tpm_validate_commmand() to tpm2-space.cJarkko Sakkinen
2019-02-13tpm: clean up tpm_try_transmit() error handling flowJarkko Sakkinen
2019-02-13tpm: encapsulate tpm_dev_transmit()Jarkko Sakkinen
2019-02-13tpm: access command header through struct in tpm_try_transmit()Jarkko Sakkinen
2019-02-13tpm: declare struct tpm_headerJarkko Sakkinen
2019-02-13tpm: print tpm2_commit_space() error inside tpm2_commit_space()Jarkko Sakkinen
2019-02-13tpm: return 0 from pcrs_show() when tpm1_pcr_read() failsJarkko Sakkinen
2019-02-13tpm: fix invalid return value in pubek_show()Jarkko Sakkinen
2019-02-13tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameterJarkko Sakkinen
2019-02-13tpm: don't return bool from update_timeoutsJerry Snitselaar
2019-02-13tpm: don't print error message in tpm_transmit_cmd when tpm still testingJerry Snitselaar
2019-02-13tpm: add _head suffix to tcg_efi_specid_event and tcg_pcr_event2Roberto Sassu
2019-02-13tpm: Fix off-by-one when reading binary_bios_measurementsJia Zhang
2019-02-13tpm: Simplify the measurements loopJia Zhang
2019-02-13tpm/tpm_i2c_atmel: Return -E2BIG when the transfer is incompleteJarkko Sakkinen
2019-02-13tpm: Unify the send callback behaviourJarkko Sakkinen
2019-02-09ipmi: Use dedicated API for copying a UUIDAndy Shevchenko
2019-02-09ipmi: Use defined constant for UUID representationAndy Shevchenko
2019-02-09ipmi:ssif: Change some pr_xxx to dev_xxx callsCorey Minyard