summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* tpm/tpm_crb: Enable TPM CRB interface for ARM64Jiandi An2017-04-032-3/+66
* tpm_crb: request and relinquish locality 0Jarkko Sakkinen2017-04-034-0/+61
* tpm: make check_locality return boolJerry Snitselaar2017-04-033-21/+23
* tpm/tpm_crb: fix unused warnings on suspend/resume functionsJérémy Lefaure2017-04-031-7/+4Star
* tpm: add sleep only for retry in i2c_nuvoton_write_status()Nayna Jain2017-04-031-2/+3
* tpm/st33zp24: Add GPIO ACPI mapping tableAndy Shevchenko2017-04-032-6/+40
* vTPM: Fix missing NULL checkHon Ching \(Vicky\) Lo2017-04-031-2/+6
* tpm_crb: check for bad response sizeJerry Snitselaar2017-04-031-2/+1Star
* tpm2: add session handle context saving and restoring to the space codeJames Bottomley2017-04-034-13/+116
* tpm: expose spaces via a device link /dev/tpmrm<n>James Bottomley2017-04-035-4/+139
* tpm: split out tpm-dev.c into tpm-dev.c and tpm-common-dev.cJames Bottomley2017-04-034-130/+190
* tpm: infrastructure for TPM spacesJarkko Sakkinen2017-04-038-53/+527
* tpm: validate TPM 2.0 commandsJarkko Sakkinen2017-04-033-5/+132
* tpm: export tpm2_flush_context_cmdJarkko Sakkinen2017-04-032-33/+31Star
* tpm: move length validation to tpm_transmit()Jarkko Sakkinen2017-04-031-8/+12
* tpm_crb: encapsulate crb_wait_for_reg_32Jarkko Sakkinen2017-04-031-14/+23
* tpm_crb: map locality registersJarkko Sakkinen2017-04-031-32/+57
* tpm_tis_spi: Add small delay after last transferPeter Huewe2017-04-031-0/+1
* tpm_tis_spi: Remove limitation of transfers to MAX_SPI_FRAMESIZE bytesPeter Huewe2017-04-031-49/+58
* tpm_tis_spi: Check correct byte for wait state indicatorPeter Huewe2017-04-031-18/+18
* tpm_tis_spi: Abort transfer when too many wait states are signaledPeter Huewe2017-04-031-0/+5
* tpm_tis_spi: Use single function to transfer dataPeter Huewe2017-04-031-63/+24Star
* tpm/tpm_crb: enter the low power state upon device suspendWinkler, Tomas2017-04-031-1/+24
* tpm: select CONFIG_CRYPTOArnd Bergmann2017-04-031-0/+1
* tpm: msleep() delays - replace with usleep_range() in i2c nuvoton driverNayna Jain2017-04-031-8/+15
* tpm crb: Work around BIOS's that report the wrong ACPI region sizeJason Gunthorpe2017-04-031-2/+25
* tpm_tis_core: Choose appropriate timeout for reading burstcountAlexander Steffen2017-04-031-2/+4
* Merge tag 'char-misc-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-03-261-2/+9
|\
| * ppdev: fix registering same device nameSudip Mukherjee2017-03-161-2/+9
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-03-242-23/+69
|\ \
| * | hwrng: geode - Revert managed API changesPrarit Bhargava2017-03-161-15/+35
| * | hwrng: amd - Revert managed API changesPrarit Bhargava2017-03-161-8/+34
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-03-151-2/+14
|\| | | |/ |/|
| * hwrng: omap - Do not access INTMASK_REG on EIP76Thomas Petazzoni2017-03-081-1/+12
| * hwrng: omap - use devm_clk_get() instead of of_clk_get()Thomas Petazzoni2017-03-081-1/+1
| * hwrng: omap - write registers after enabling the clockThomas Petazzoni2017-03-081-1/+2
* | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-111-79/+50Star
|\ \
| * | random: move random_min_urandom_seed into CONFIG_SYSCTL ifdef blockFabio Estevam2017-02-071-5/+1Star
| * | random: convert get_random_int/long into get_random_u32/u64Jason A. Donenfeld2017-01-271-28/+27Star
| * | random: use chacha20 for get_random_int/longJason A. Donenfeld2017-01-271-41/+43
| * | random: fix comment for unused random_min_urandom_seedStephan Müller2017-01-191-3/+1Star
| * | random: remove variable limitStephan Müller2017-01-191-23/+7Star
| * | random: remove stale urandom_init_waitStephan Müller2017-01-191-1/+0Star
| * | random: remove stale maybe_reseed_primary_crngStephan Mueller2017-01-191-7/+0Star
* | | drivers/char/nwbutton: Fix build breakage caused by include file reshufflingGuenter Roeck2017-03-071-1/+1
| |/ |/|
* | Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-039-6/+9
|\ \
| * | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-028-5/+8
| * | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-03-021-3/+11
|\ \ \ | |/ / |/| |
| * | virtio-console: avoid DMA from stackOmar Sandoval2017-03-021-2/+10