summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
2023-06-23hwrng: imx-rngc - fix the timeout for init and self checkMartin Kaiser
2023-06-20ipmi: Change request_module to request_module_nowaitCorey Minyard
2023-06-20ipmi: make ipmi_class a static const structureIvan Orlov
2023-06-20ipmi:ssif: Fix a memory leak when scanning for an adapterCorey Minyard
2023-06-19ipmi:ssif: Add check for kstrdupJiasheng Jiang
2023-06-15char: xilinx_hwicap: Convert to platform remove callback returning voidUwe Kleine-König
2023-06-15char: xilinx_hwicap: Drop if block with always false conditionUwe Kleine-König
2023-06-15char: xilinx_hwicap: Fold hwicap_remove() into only callerUwe Kleine-König
2023-06-09mips: provide unxlate_dev_mem_ptr() in asm/io.hArnd Bergmann
2023-06-05Merge 6.4-rc5 into char-misc-nextGreg Kroah-Hartman
2023-06-02tpm, tpm_tis: correct tpm_tis_flags enumeration valuesLino Sanfilippo
2023-06-02hwrng: cn10k - Add extended trng register supportBharat Bhushan
2023-05-31char: add HAS_IOPORT dependenciesNiklas Schnelle
2023-05-25Merge tag 'parisc-for-6.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-05-25ipmi: Switch i2c drivers back to use .probe()Uwe Kleine-König
2023-05-24tty, proc, kernfs, random: Use copy_splice_read()David Howells
2023-05-24hwrng: imx-rngc - don't init of_device_id's dataMartin Kaiser
2023-05-24hwrng: imx-rngc - mark the probe function as __initMartin Kaiser
2023-05-24hwrng: imx-rngc - use BIT(x) for register bit definesMartin Kaiser
2023-05-24hwrng: imx-rngc - use bitfield macros to read rng typeMartin Kaiser
2023-05-24hwrng: imx-rngc - simpler check for available random bytesMartin Kaiser
2023-05-24tpm: tpm_tis: Disable interrupts for AEON UPX-i11Peter Ujfalusi
2023-05-22parisc: Flush gatt writes and adjust gatt mask in parisc_agp_mask_memory()Helge Deller
2023-05-18ipmi_watchdog: Fix read syscall not responding to signals during sleepCorey Minyard
2023-05-16tpm/tpm_tis: Disable interrupts for more Lenovo devicesJerry Snitselaar
2023-05-16tpm: Prevent hwrng from activating during resumeJarkko Sakkinen
2023-05-16tpm_tis: Use tpm_chip_{start,stop} decoration inside tpm_tis_resumeJarkko Sakkinen
2023-05-12hwrng: virtio - Fix race on data_avail and actual dataHerbert Xu
2023-05-12hwrng: histb - Move driver to drivers/char/hw_random/histb-rng.cDavid Yang
2023-05-12hwrng: Kconfig - Add HAS_IOMEM dependencies for exynos/meson/mtk/npcmHerbert Xu
2023-05-01Merge tag 'tpmdd-v6.4-rc1-fix-v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-04-28tpm: Re-enable TPM chip boostrapping non-tpm_tis TPM driversJarkko Sakkinen
2023-04-27Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-27Merge tag 'tty-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-04-27Merge tag 'for-linus-6.4-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds
2023-04-26Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-04-25Merge tag 'acpi-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2023-04-24tpm: Add !tpm_amd_is_rng_defective() to the hwrng_unregister() call siteJarkko Sakkinen
2023-04-24tpm_tis: fix stall after iowrite*()sHaris Okanovic
2023-04-24tpm/tpm_tis_synquacer: Convert to platform remove callback returning voidUwe Kleine-König
2023-04-24tpm/tpm_tis: Convert to platform remove callback returning voidUwe Kleine-König
2023-04-24tpm/tpm_ftpm_tee: Convert to platform remove callback returning voidUwe Kleine-König
2023-04-24tpm: tpm_tis_spi: Mark ACPI and OF related data as maybe unusedKrzysztof Kozlowski
2023-04-24tpm: st33zp24: Mark ACPI and OF related data as maybe unusedKrzysztof Kozlowski
2023-04-24tpm, tpm_tis: Enable interrupt testLino Sanfilippo
2023-04-24tpm, tpm_tis: startup chip before testing for interruptsLino Sanfilippo
2023-04-24tpm, tpm_tis: Claim locality when interrupts are reenabled on resumeLino Sanfilippo
2023-04-24tpm, tpm_tis: Claim locality in interrupt handlerLino Sanfilippo
2023-04-24tpm, tpm_tis: Request threaded interrupt handlerLino Sanfilippo