summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2023-07-04Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+1
2023-07-03Merge tag 'char-misc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds10-118/+112
2023-07-03virtio-console: call scheduler when we free unused buffsXianting Tian1-0/+1
2023-07-01Merge tag 'v6.5-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds7-66/+282
2023-06-30Merge tag 'mips_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-7/+0
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-2/+2
2023-06-26bsr: fix build problem with bsr_class static cleanupGreg Kroah-Hartman1-1/+1
2023-06-23char: xillybus: make xillybus_class a static const structureIvan Orlov1-13/+8
2023-06-23xilinx_hwicap: make icap_class a static const structureIvan Orlov1-5/+9
2023-06-23virtio_console: make port class a static const structureIvan Orlov1-13/+11
2023-06-23ppdev: make ppdev_class a static const structureIvan Orlov1-9/+10
2023-06-23char: misc: make misc_class a static const structureIvan Orlov1-19/+20
2023-06-23/dev/mem: make mem_class a static const structureIvan Orlov1-6/+9
2023-06-23char: lp: make lp_class a static const structureIvan Orlov1-9/+9
2023-06-23dsp56k: make dsp56k_class a static const structureIvan Orlov1-9/+9
2023-06-23bsr: make bsr_class a static const structureIvan Orlov1-11/+10
2023-06-23hwrng: imx-rngc - switch to DEFINE_SIMPLE_DEV_PM_OPSMartin Kaiser1-4/+4
2023-06-23hwrng: st - keep clock enabled while hwrng is registeredMartin Kaiser1-20/+1
2023-06-23hwrng: st - support compile-testingMartin Kaiser1-1/+1
2023-06-23hwrng: imx-rngc - fix the timeout for init and self checkMartin Kaiser1-4/+2
2023-06-15char: xilinx_hwicap: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-06-15char: xilinx_hwicap: Drop if block with always false conditionUwe Kleine-König1-2/+0
2023-06-15char: xilinx_hwicap: Fold hwicap_remove() into only callerUwe Kleine-König1-22/+18
2023-06-09mips: provide unxlate_dev_mem_ptr() in asm/io.hArnd Bergmann1-7/+0
2023-06-05Merge 6.4-rc5 into char-misc-nextGreg Kroah-Hartman1-4/+4
2023-06-03tpm, tpm_tis: correct tpm_tis_flags enumeration valuesLino Sanfilippo1-4/+4
2023-06-02hwrng: cn10k - Add extended trng register supportBharat Bhushan1-4/+59
2023-05-31char: add HAS_IOPORT dependenciesNiklas Schnelle1-1/+2
2023-05-26Merge tag 'parisc-for-6.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+14
2023-05-24tty, proc, kernfs, random: Use copy_splice_read()David Howells1-2/+2
2023-05-24hwrng: imx-rngc - don't init of_device_id's dataMartin Kaiser1-1/+1
2023-05-24hwrng: imx-rngc - mark the probe function as __initMartin Kaiser1-1/+1
2023-05-24hwrng: imx-rngc - use BIT(x) for register bit definesMartin Kaiser1-10/+10
2023-05-24hwrng: imx-rngc - use bitfield macros to read rng typeMartin Kaiser1-2/+2
2023-05-24hwrng: imx-rngc - simpler check for available random bytesMartin Kaiser1-8/+3
2023-05-24tpm: tpm_tis: Disable interrupts for AEON UPX-i11Peter Ujfalusi1-0/+7
2023-05-22parisc: Flush gatt writes and adjust gatt mask in parisc_agp_mask_memory()Helge Deller1-1/+14
2023-05-16tpm/tpm_tis: Disable interrupts for more Lenovo devicesJerry Snitselaar1-0/+16
2023-05-16tpm: Prevent hwrng from activating during resumeJarkko Sakkinen2-0/+14
2023-05-16tpm_tis: Use tpm_chip_{start,stop} decoration inside tpm_tis_resumeJarkko Sakkinen1-24/+19
2023-05-12hwrng: virtio - Fix race on data_avail and actual dataHerbert Xu1-5/+5
2023-05-12hwrng: histb - Move driver to drivers/char/hw_random/histb-rng.cDavid Yang3-0/+185
2023-05-12hwrng: Kconfig - Add HAS_IOMEM dependencies for exynos/meson/mtk/npcmHerbert Xu1-6/+8
2023-05-01Merge tag 'tpmdd-v6.4-rc1-fix-v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-5/+21
2023-04-28tpm: Re-enable TPM chip boostrapping non-tpm_tis TPM driversJarkko Sakkinen3-5/+21
2023-04-27Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds9-7375/+0
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds16-17/+19
2023-04-27Merge tag 'tty-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-3/+3
2023-04-27Merge tag 'for-linus-6.4-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds3-26/+9
2023-04-26Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2-59/+16