summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2019-11-12tpm: use GFP_KERNEL instead of GFP_HIGHMEM for tpm_bufJames Bottomley1-6/+3
2019-11-12tpm: add check after commands attribs tab allocationTadeusz Struk1-0/+4
2019-11-12tpm: tpm_tis_spi: Drop THIS_MODULE usage from driver structStephen Boyd1-1/+0
2019-11-12tpm: tpm_tis_spi: Cleanup includesStephen Boyd1-9/+5
2019-11-12tpm: tpm_tis_spi: Support cr50 devicesAndrey Pronin5-32/+432
2019-11-12tpm: tpm_tis_spi: Introduce a flow control callbackStephen Boyd1-21/+41
2019-11-12tpm: Add a flag to indicate TPM power is managed by firmwareStephen Boyd2-1/+8
2019-11-12tpm_tis: override durations for STM tpm with firmware 1.2.8.28Jerry Snitselaar1-0/+79
2019-11-12tpm: provide a way to override the chip returned durationsJerry Snitselaar1-0/+15
2019-11-12tpm: Remove duplicate code from caps_show() in tpm-sysfs.cJarkko Sakkinen2-35/+33
2019-11-09ipmi: kill off 'timespec' usage againArnd Bergmann1-27/+13
2019-11-08hwrng: hisi - add HiSilicon TRNG driver supportZaibo Xu3-0/+113
2019-11-07drivers: ipmi: Support for both IPMB Req and RespVijay Khemka1-22/+9
2019-11-05char: xillybus: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-4/+1
2019-11-01hwrng: omap3-rom - Fix unused function warningsArnd Bergmann1-2/+2
2019-10-31pipe: Use head and tail pointers for the ring, not cursor and lengthDavid Howells1-9/+7
2019-10-25hwrng: xgene - use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-10-25hwrng: tx4939 - use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-10-25hwrng: st - use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-10-25hwrng: pic32 - use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-10-25hwrng: pasemi - use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-10-25hwrng: omap - use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-10-25hwrng: npcm - use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-10-25hwrng: meson - use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-10-25hwrng: ks-sa - use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-10-25hwrng: hisi - use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-10-25hwrng: exynos - use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-10-25hwrng: bcm2835 - use devm_platform_ioremap_resource() to simplify codeYueHaibing1-4/+1
2019-10-25hwrng: atmel - use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-10-25hwrng: ka-sa - fix __iomem on registersBen Dooks1-1/+1
2019-10-25hwrng: omap - Fix RNG wait loop timeoutSumit Garg1-1/+8
2019-10-23compat_ioctl: move WDIOC handling into wdt driversArnd Bergmann1-0/+1
2019-10-23compat_ioctl: remove /dev/random commandsArnd Bergmann1-0/+1
2019-10-23compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann2-22/+2
2019-10-23hwrng: core - Fix use-after-free warning in hwrng_register()Laurent Vivier1-17/+16
2019-10-22ipmi: Fix memory leak in __ipmi_bmc_registerNavid Emamdoost1-1/+4
2019-10-22ipmi: bt-bmc: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-10-22ipmi: use %*ph to print small bufferAndy Shevchenko1-23/+4
2019-10-22ipmi: Don't allow device module unload when in useCorey Minyard1-7/+16
2019-10-10hwrng: core - move add_early_randomness() out of rng_mutexLaurent Vivier1-16/+44
2019-10-04hwrng: mediatek - Use devm_platform_ioremap_resource() in mtk_rng_probe()Markus Elfring1-8/+1
2019-10-04hwrng: iproc-rng200 - Use devm_platform_ioremap_resource() in iproc_rng200_pr...Markus Elfring1-8/+1
2019-10-04hwrng: omap3-rom - Use devm hwrng and runtime PMTony Lindgren1-26/+16
2019-10-04hwrng: omap3-rom - Use runtime PM instead of custom functionsTony Lindgren1-53/+73
2019-10-04hwrng: omap3-rom - Update to use standard driver dataTony Lindgren1-15/+30
2019-10-04hwrng: omap3-rom - Initialize default quality to get dataTony Lindgren1-0/+1
2019-10-04hwrng: omap3-rom - Call clk_disable_unprepare() on exit only if not idledTony Lindgren1-1/+2
2019-10-04hwrng: omap3-rom - Fix missing clock by probing with device treeTony Lindgren1-2/+15
2019-10-04hwrng: npcm - add NPCM RNG driverTomer Maimon3-0/+200
2019-10-02char/random: Add a newline at the end of the fileBorislav Petkov1-1/+1