summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* tpm,tpm_tis: Disable interrupts after 1000 unhandled IRQsLino Sanfilippo2023-07-172-15/+92
* tpm/tpm_tis: Disable interrupts for Lenovo L590 devicesFlorian Bezdeka2023-07-171-0/+8
* tpm: Do not remap from ACPI resources again for Pluton TPMValentin David2023-07-171-8/+11
* tpm/tpm_tis: Disable interrupts for Framework Laptop Intel 13th genChristian Hesse2023-07-171-0/+8
* tpm/tpm_tis: Disable interrupts for Framework Laptop Intel 12th genChristian Hesse2023-07-171-0/+8
* tpm: return false from tpm_amd_is_rng_defective on non-x86 platformsJerry Snitselaar2023-07-171-0/+7
* tpm: tis_i2c: Limit write bursts to I2C_SMBUS_BLOCK_MAX (32) bytesAlexander Sverdlin2023-07-171-7/+15
* tpm: tis_i2c: Limit read bursts to I2C_SMBUS_BLOCK_MAX (32) bytesAlexander Sverdlin2023-07-171-15/+22
* tpm_tis_spi: Release chip select when flow control failsPeijie Shao2023-07-171-0/+8
* tpm: tpm_tis: Disable interrupts *only* for AEON UPX-i11Peter Ujfalusi2023-07-171-0/+1
* tpm: tpm_vtpm_proxy: fix a race condition in /dev/vtpmx creationJarkko Sakkinen2023-07-171-23/+7
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2023-07-031-0/+1
|\
| * virtio-console: call scheduler when we free unused buffsXianting Tian2023-07-031-0/+1
* | Merge tag 'char-misc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-07-0310-118/+112
|\ \
| * | bsr: fix build problem with bsr_class static cleanupGreg Kroah-Hartman2023-06-261-1/+1
| * | char: xillybus: make xillybus_class a static const structureIvan Orlov2023-06-231-13/+8
| * | xilinx_hwicap: make icap_class a static const structureIvan Orlov2023-06-231-5/+9
| * | virtio_console: make port class a static const structureIvan Orlov2023-06-231-13/+11
| * | ppdev: make ppdev_class a static const structureIvan Orlov2023-06-231-9/+10
| * | char: misc: make misc_class a static const structureIvan Orlov2023-06-231-19/+20
| * | /dev/mem: make mem_class a static const structureIvan Orlov2023-06-231-6/+9
| * | char: lp: make lp_class a static const structureIvan Orlov2023-06-231-9/+9
| * | dsp56k: make dsp56k_class a static const structureIvan Orlov2023-06-231-9/+9
| * | bsr: make bsr_class a static const structureIvan Orlov2023-06-231-11/+10
| * | char: xilinx_hwicap: Convert to platform remove callback returning voidUwe Kleine-König2023-06-151-4/+2
| * | char: xilinx_hwicap: Drop if block with always false conditionUwe Kleine-König2023-06-151-2/+0
| * | char: xilinx_hwicap: Fold hwicap_remove() into only callerUwe Kleine-König2023-06-151-22/+18
| * | Merge 6.4-rc5 into char-misc-nextGreg Kroah-Hartman2023-06-051-4/+4
| |\|
| * | char: add HAS_IOPORT dependenciesNiklas Schnelle2023-05-311-1/+2
* | | Merge tag 'v6.5-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-06-307-66/+282
|\ \ \
| * | | hwrng: imx-rngc - switch to DEFINE_SIMPLE_DEV_PM_OPSMartin Kaiser2023-06-231-4/+4
| * | | hwrng: st - keep clock enabled while hwrng is registeredMartin Kaiser2023-06-231-20/+1
| * | | hwrng: st - support compile-testingMartin Kaiser2023-06-231-1/+1
| * | | hwrng: imx-rngc - fix the timeout for init and self checkMartin Kaiser2023-06-231-4/+2
| * | | hwrng: cn10k - Add extended trng register supportBharat Bhushan2023-06-021-4/+59
| * | | hwrng: imx-rngc - don't init of_device_id's dataMartin Kaiser2023-05-241-1/+1
| * | | hwrng: imx-rngc - mark the probe function as __initMartin Kaiser2023-05-241-1/+1
| * | | hwrng: imx-rngc - use BIT(x) for register bit definesMartin Kaiser2023-05-241-10/+10
| * | | hwrng: imx-rngc - use bitfield macros to read rng typeMartin Kaiser2023-05-241-2/+2
| * | | hwrng: imx-rngc - simpler check for available random bytesMartin Kaiser2023-05-241-8/+3
| * | | hwrng: virtio - Fix race on data_avail and actual dataHerbert Xu2023-05-121-5/+5
| * | | hwrng: histb - Move driver to drivers/char/hw_random/histb-rng.cDavid Yang2023-05-123-0/+185
| * | | hwrng: Kconfig - Add HAS_IOMEM dependencies for exynos/meson/mtk/npcmHerbert Xu2023-05-121-6/+8
* | | | Merge tag 'mips_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2023-06-291-7/+0
|\ \ \ \
| * | | | mips: provide unxlate_dev_mem_ptr() in asm/io.hArnd Bergmann2023-06-091-7/+0
* | | | | Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-2/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | tty, proc, kernfs, random: Use copy_splice_read()David Howells2023-05-241-2/+2
| | |/ / | |/| |
* | | | tpm, tpm_tis: correct tpm_tis_flags enumeration valuesLino Sanfilippo2023-06-021-4/+4
| |_|/ |/| |
* | | Merge tag 'parisc-for-6.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-05-251-1/+14
|\ \ \
| * | | parisc: Flush gatt writes and adjust gatt mask in parisc_agp_mask_memory()Helge Deller2023-05-221-1/+14
| | |/ | |/|