summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2021-03-26hwrng: core - convert sysfs sprintf/snprintf family to sysfs_emitZihao Tang1-1/+1
2021-03-26hwrng: intel - Fix included header from 'asmTian Tao1-1/+1
2021-03-19hwrng: cctrng - delete redundant printing of return valueWang Qing1-3/+1
2021-03-19hwrng: ba431 - use devm_platform_ioremap_resource() to simplifyTian Tao1-3/+1
2021-03-19hwrng: cctrng - use devm_platform_ioremap_resource() to simplifyTian Tao1-11/+1
2021-03-12hwrng: bcm2835 - add reset supportÁlvaro Fernández Rojas1-0/+10
2021-03-12hwrng: pic32 - Use device-managed registration APITian Tao1-2/+1
2021-03-12hwrng: cctrng - Use device-managed registration APITian Tao1-3/+1
2021-03-07hwrng: omap - Fix included header from 'asm'Tian Tao1-2/+1
2021-03-07hwrng: bcm2835 - remove redundant null checkTian Tao1-10/+7
2021-03-07hwrng: xiphera-trng - use devm_platform_ioremap_resource() to simplifyTian Tao1-3/+1
2021-03-07hwrng: ba431 - Use device-managed registrationTian Tao1-11/+1
2021-03-04Merge tag 'tpmdd-next-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-7/+25
2021-03-03tpm: Remove unintentional dump_stack() callJarkko Sakkinen1-2/+0
2021-02-24Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2021-02-24tpm, tpm_tis: Decorate tpm_tis_gen_interrupt() with request_locality()Lukasz Majczak1-3/+13
2021-02-24tpm, tpm_tis: Decorate tpm_get_timeouts() with request_locality()Jarkko Sakkinen1-2/+12
2021-02-23Merge tag 'for-linus-5.12-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds1-12/+12
2021-02-23Merge tag 'topic/iomem-mmap-vs-gup-2021-02-22' of git://anongit.freedesktop.o...Linus Torvalds1-85/+1
2021-02-23Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-2/+1
2021-02-22Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds4-28/+24
2021-02-22Merge tag 'tpmdd-next-v5.12-rc1-v2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds10-53/+988
2021-02-22Merge tag 'mips_5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds1-7/+0
2021-02-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-14/+1
2021-02-16KEYS: trusted: Reserve TPM for seal and unseal operationsJarkko Sakkinen1-4/+0
2021-02-16tpm/ppi: Constify static struct attribute_groupRikard Falkeborn2-1/+3
2021-02-16tpm: add sysfs exports for all banks of PCR registersJames Bottomley1-0/+179
2021-02-16tpm: Remove tpm_dev_wq_lockSebastian Andrzej Siewior1-1/+0
2021-02-16char: tpm: add i2c driver for cr50Duncan Laurie3-0/+802
2021-02-16tpm: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-02-16tpm_tis: Clean up locality releaseJames Bottomley1-46/+1
2021-02-16tpm_tis: Fix check_locality for correct locality acquisitionJames Bottomley1-1/+2
2021-02-10hwrng: timeriomem - Use device-managed registration APITian Tao1-2/+1
2021-02-10hwrng: optee - Use device-managed registration APITian Tao1-2/+1
2021-02-10hwrng: timeriomem - Fix cooldown period calculationJan Henrik Weinstock1-1/+1
2021-02-05Merge branch 'devel-stable' of git://git.armlinux.org.uk/~rmk/linux-arm into ...Greg Kroah-Hartman1-2/+1
2021-02-04random: fix the RNDRESEEDCRNG ioctlEric Biggers1-1/+1
2021-02-02amba: Make the remove callback return voidUwe Kleine-König1-2/+1
2021-01-28ipmi: remove open coded version of SMBus block writeWolfram Sang1-12/+12
2021-01-27MIPS: mm:remove function __uncached_access()Yanteng Si1-7/+0
2021-01-21random: avoid arch_get_random_seed_long() when collecting IRQ randomnessArd Biesheuvel1-14/+1
2021-01-12resource: Move devmem revoke code to resource frameworkDaniel Vetter1-84/+1
2021-01-12/dev/mem: Only set filp->f_mappingDaniel Vetter1-1/+0
2021-01-07tty_port: drop last traces of low_latencyJiri Slaby1-2/+0
2021-01-03hwrng: ingenic - Fix a resource leak in an error handling pathChristophe JAILLET1-1/+5
2021-01-03hwrng: iproc-rng200 - Move enable/disable in separate functionMatthias Brugger1-19/+16
2021-01-03hwrng: iproc-rng200 - Fix disable of the block.Matthias Brugger1-3/+0
2020-12-18Merge tag 'drm-next-2020-12-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-1/+10
2020-12-18Merge tag 'for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-8/+8
2020-12-18Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-2/+1