summaryrefslogtreecommitdiffstats
path: root/drivers/char
AgeCommit message (Expand)AuthorLines
2023-05-24hwrng: imx-rngc - use BIT(x) for register bit definesMartin Kaiser-10/+10
2023-05-24hwrng: imx-rngc - use bitfield macros to read rng typeMartin Kaiser-2/+2
2023-05-24hwrng: imx-rngc - simpler check for available random bytesMartin Kaiser-8/+3
2023-05-24tpm: tpm_tis: Disable interrupts for AEON UPX-i11Peter Ujfalusi-0/+7
2023-05-22parisc: Flush gatt writes and adjust gatt mask in parisc_agp_mask_memory()Helge Deller-1/+14
2023-05-18ipmi_watchdog: Fix read syscall not responding to signals during sleepCorey Minyard-1/+1
2023-05-16tpm/tpm_tis: Disable interrupts for more Lenovo devicesJerry Snitselaar-0/+16
2023-05-16tpm: Prevent hwrng from activating during resumeJarkko Sakkinen-0/+14
2023-05-16tpm_tis: Use tpm_chip_{start,stop} decoration inside tpm_tis_resumeJarkko Sakkinen-24/+19
2023-05-12hwrng: virtio - Fix race on data_avail and actual dataHerbert Xu-5/+5
2023-05-12hwrng: histb - Move driver to drivers/char/hw_random/histb-rng.cDavid Yang-0/+185
2023-05-12hwrng: Kconfig - Add HAS_IOMEM dependencies for exynos/meson/mtk/npcmHerbert Xu-6/+8
2023-05-01Merge tag 'tpmdd-v6.4-rc1-fix-v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-5/+21
2023-04-28tpm: Re-enable TPM chip boostrapping non-tpm_tis TPM driversJarkko Sakkinen-5/+21
2023-04-27Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-7375/+0
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-17/+19
2023-04-27Merge tag 'tty-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-3/+3
2023-04-27Merge tag 'for-linus-6.4-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds-26/+9
2023-04-26Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-59/+16
2023-04-25Merge tag 'acpi-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-1/+1
2023-04-24tpm: Add !tpm_amd_is_rng_defective() to the hwrng_unregister() call siteJarkko Sakkinen-1/+2
2023-04-24tpm_tis: fix stall after iowrite*()sHaris Okanovic-2/+41
2023-04-24tpm/tpm_tis_synquacer: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-04-24tpm/tpm_tis: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-04-24tpm/tpm_ftpm_tee: Convert to platform remove callback returning voidUwe Kleine-König-3/+3
2023-04-24tpm: tpm_tis_spi: Mark ACPI and OF related data as maybe unusedKrzysztof Kozlowski-2/+2
2023-04-24tpm: st33zp24: Mark ACPI and OF related data as maybe unusedKrzysztof Kozlowski-4/+4
2023-04-24tpm, tpm_tis: Enable interrupt testLino Sanfilippo-0/+5
2023-04-24tpm, tpm_tis: startup chip before testing for interruptsLino Sanfilippo-14/+30
2023-04-24tpm, tpm_tis: Claim locality when interrupts are reenabled on resumeLino Sanfilippo-10/+9
2023-04-24tpm, tpm_tis: Claim locality in interrupt handlerLino Sanfilippo-0/+2
2023-04-24tpm, tpm_tis: Request threaded interrupt handlerLino Sanfilippo-2/+5
2023-04-24tpm, tpm: Implement usage counter for localityLino Sanfilippo-18/+47
2023-04-24tpm, tpm_tis: do not check for the active locality in interrupt handlerLino Sanfilippo-5/+2
2023-04-24tpm, tpm_tis: Move interrupt mask checks into own functionLino Sanfilippo-11/+18
2023-04-24tpm, tpm_tis: Only handle supported interruptsLino Sanfilippo-48/+73
2023-04-24tpm, tpm_tis: Claim locality before writing interrupt registersLino Sanfilippo-9/+11
2023-04-24tpm, tpm_tis: Do not skip reset of original interrupt vectorLino Sanfilippo-18/+11
2023-04-24tpm, tpm_tis: Disable interrupts if tpm_tis_probe_irq() failedLino Sanfilippo-11/+11
2023-04-24tpm, tpm_tis: Claim locality before writing TPM_INT_ENABLE registerLino Sanfilippo-0/+4
2023-04-24tpm, tpm_tis: Avoid cache incoherency in test for interruptsLino Sanfilippo-12/+13
2023-04-24tpm: remove unnecessary (void*) conversionsYu Zhe-3/+3
2023-04-24tpm: cr50: i2c: use jiffies to wait for tpm ready irqMark Hasemeyer-2/+1
2023-04-12ipmi:ssif: Drop if blocks with always false conditionUwe Kleine-König-6/+0
2023-04-12ipmi: fix SSIF not responding under certain cond.Zhang Yuchen-2/+2
2023-04-06tpm: atmel: Add explicit include for of.hRob Herring-1/+1
2023-04-04ipmi:ssif: Add send_retries incrementCorey Minyard-1/+3
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman-3/+138
2023-03-24hwrng: xgene - remove unnecessary (void*) conversionsYu Zhe-1/+1
2023-03-21tpm: Fix a possible dereference of ERR_PTR in tpm_init()Harshit Mogalapalli-1/+2