summaryrefslogtreecommitdiffstats
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2019-02-13tpm: remove @flags from tpm_transmit()Jarkko Sakkinen10-90/+73
2019-02-13tpm: take TPM chip power gating out of tpm_transmit()Jarkko Sakkinen6-37/+40
2019-02-13tpm: introduce tpm_chip_start() and tpm_chip_stop()Jarkko Sakkinen3-81/+116
2019-02-13tpm: remove TPM_TRANSMIT_UNLOCKED flagJarkko Sakkinen6-38/+17
2019-02-13tpm: use tpm_try_get_ops() in tpm-sysfs.c.Jarkko Sakkinen1-45/+78
2019-02-13tpm: remove @space from tpm_transmit()Jarkko Sakkinen8-53/+43
2019-02-13tpm: move TPM space code out of tpm_transmit()Jarkko Sakkinen3-33/+34
2019-02-13tpm: move tpm_validate_commmand() to tpm2-space.cJarkko Sakkinen3-64/+66
2019-02-13tpm: clean up tpm_try_transmit() error handling flowJarkko Sakkinen3-52/+45
2019-02-13tpm: encapsulate tpm_dev_transmit()Jarkko Sakkinen1-7/+18
2019-02-13tpm: access command header through struct in tpm_try_transmit()Jarkko Sakkinen1-2/+2
2019-02-13tpm: declare struct tpm_headerJarkko Sakkinen7-43/+34
2019-02-13tpm: print tpm2_commit_space() error inside tpm2_commit_space()Jarkko Sakkinen2-5/+6
2019-02-13tpm: return 0 from pcrs_show() when tpm1_pcr_read() failsJarkko Sakkinen1-7/+6
2019-02-13tpm: fix invalid return value in pubek_show()Jarkko Sakkinen1-3/+2
2019-02-13tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameterJarkko Sakkinen7-80/+64
2019-02-13tpm: don't return bool from update_timeoutsJerry Snitselaar2-8/+10
2019-02-13tpm: don't print error message in tpm_transmit_cmd when tpm still testingJerry Snitselaar1-1/+1
2019-02-13tpm: add _head suffix to tcg_efi_specid_event and tcg_pcr_event2Roberto Sassu1-6/+6
2019-02-13tpm: Fix off-by-one when reading binary_bios_measurementsJia Zhang1-4/+4
2019-02-13tpm: Simplify the measurements loopJia Zhang1-23/+14
2019-02-13tpm/tpm_i2c_atmel: Return -E2BIG when the transfer is incompleteJarkko Sakkinen1-0/+4
2019-02-13tpm: Unify the send callback behaviourJarkko Sakkinen12-16/+28
2019-02-08tpm: Fix some name collisions with drivers/char/tpm.hJarkko Sakkinen5-20/+19
2019-02-08tpm/tpm_crb: Avoid unaligned reads in crb_recv()Jarkko Sakkinen1-6/+16
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds4-7/+7
2019-01-02Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds14-1062/+1123
2019-01-01Merge tag 'rtc-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds1-4/+3
2018-12-28Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-189/+197
2018-12-28Merge tag 'tty-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-1/+11
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-2/+2
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-31/+27
2018-12-19char: lp: use new parport device modelSudip Mukherjee1-4/+9
2018-12-19char: lp: properly count the lp devicesSudip Mukherjee1-0/+1
2018-12-19char: lp: use first unused lp number while registeringSudip Mukherjee1-1/+5
2018-12-19char: lp: detach the device when parallel port is removedSudip Mukherjee1-9/+10
2018-12-19char: lp: introduce list to save port numberSudip Mukherjee1-0/+4
2018-12-19char/rtc: Use of_node_name_eq for node name comparisonsRob Herring1-2/+2
2018-12-17tpm: add support for partial readsTadeusz Struk2-19/+38
2018-12-10rtc: Switch to use %ptRAndy Shevchenko1-4/+3
2018-12-06char: virtio: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li1-14/+3
2018-11-27drivers/ipmi: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney1-1/+1
2018-11-27char: lp: fix spacing style before open parenthesisSudip Mukherjee1-92/+92
2018-11-27char: lp: fix whitespace with pointersSudip Mukherjee1-5/+5
2018-11-27char: lp: use tabs instead of spacesSudip Mukherjee1-9/+9
2018-11-27char: lp: do not use return as a functionSudip Mukherjee1-3/+3
2018-11-27char: lp: move trailing statement to next lineSudip Mukherjee1-3/+6
2018-11-27char: lp: remove trailing whitespaceSudip Mukherjee1-15/+15
2018-11-20crypto: chacha20-generic - refactor to allow varying number of roundsEric Biggers1-26/+25
2018-11-16hwrng: bcm2835 - Switch to SPDX identifierStefan Wahren1-5/+2