summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2017-05-0322-433/+1549
|\
| * tpm: Fix reference count to main deviceStefan Berger2017-04-251-2/+3
| * tpm_tis: convert to using locality callbacksJerry Snitselaar2017-04-251-26/+8
| * tpm: fix handling of the TPM 2.0 event logsPetr Vandrovec2017-04-251-4/+10
| * tpm_crb: remove a cruft constantJarkko Sakkinen2017-04-251-2/+1
| * 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/+4
| * 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/+1
| * 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/+31
| * 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/+24
| * 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 branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-05-028-336/+298
|\ \
| * | hwrng: mtk - Add driver for hardware random generator on MT7623 SoCSean Wang2017-04-213-0/+183
| * | hwrng: n2 - Use devm_kcalloc() in n2rng_probe()Markus Elfring2017-04-211-3/+1
| * | crypto: exynos - Add new Exynos RNG driverKrzysztof Kozlowski2017-04-213-246/+0
| * | hwrng: timeriomem - Improve performance for sub-jiffie update periodsRick Altherr2017-04-101-41/+45
| * | hwrng: timeriomem - Shorten verbose type and variable namesRick Altherr2017-04-101-14/+13
| * | hwrng: timeriomem - Migrate to new APIRick Altherr2017-04-101-30/+30
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2017-04-052-23/+69
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2017-03-242-80/+51
| |\ \ \
| * | | | hwrng: omap - move clock related code to omap_rng_probe()Thomas Petazzoni2017-03-161-10/+12
| * | | | hwrng: meson - add clock handling to driverHeiner Kallweit2017-03-161-0/+22
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-05-023-0/+283
|\ \ \ \ \
| * | | | | s390/trng: Introduce s390 TRNG device driver.Harald Freudenberger2017-04-263-0/+283
| | |/ / / | |/| | |
* | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-011-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge branch 'WIP.x86/boot' into x86/boot, to pick up ready branchIngo Molnar2017-04-111-1/+1
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up up...Ingo Molnar2017-03-0146-467/+1148
| | |\ \ \ \ \
| | * | | | | | x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar2017-01-281-1/+1
* | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-011-14/+14
|\ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud