aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)1-1/+1
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)1-3/+2
2023-08-09tpm: Add a helper for checking hwrng enabledMario Limonciello1-5/+14
2023-08-07tpm/tpm_tis: Disable interrupts for Lenovo P620 devicesJonathan McDowell1-0/+8
2023-08-07tpm: Disable RNG for all AMD fTPMsMario Limonciello2-66/+32
2023-08-07tpm/tpm_tis: Disable interrupts for TUXEDO InfinityBook S 15/17 Gen7Takashi Iwai1-0/+8
2023-08-05tpm: make all 'class' structures constIvan Orlov4-18/+20
2023-08-05hwrng: xgene: Add explicit io.h includeRob Herring1-0/+1
2023-08-04char: xillybus: make XILLYBUS_OF depend on HAS_IOMEMBaoquan He1-1/+1
2023-08-04hwrng: Enable COMPILE_TEST for more driversRob Herring3-16/+19
2023-08-04hwrng: Explicitly include correct DT includesRob Herring12-21/+12
2023-07-31Merge 6.5-rc4 into char-misc-nextGreg Kroah-Hartman13-76/+200
2023-07-30char: Explicitly include correct DT includesRob Herring2-2/+2
2023-07-28tpm_tis: Explicitly check for error codeAlexander Steffen1-2/+7
2023-07-28tpm: Switch i2c drivers back to use .probe()Uwe Kleine-König6-6/+6
2023-07-28hwrng: cn10k - use dev_err_probeMartin Kaiser1-8/+4
2023-07-28hwrng: cn10k - delete empty remove functionMartin Kaiser1-6/+0
2023-07-28hwrng: cctrng - use dev_err_probe in error pathsMartin Kaiser1-20/+10
2023-07-28hwrng: cctrng - merge cc_trng_clk_init into its only callerMartin Kaiser1-20/+4
2023-07-28hwrng: cctrng - let devres enable the clockMartin Kaiser1-24/+5
2023-07-28hwrng: cctrng - don't open code init and exit functionsMartin Kaiser1-15/+5
2023-07-22hwrng: arm-smccc-trng - don't set drvdataMartin Kaiser1-2/+0
2023-07-22hwrng: ba431 - use dev_err_probe after failed registrationMartin Kaiser1-4/+2
2023-07-22hwrng: ba431 - don't init of_device_id's dataMartin Kaiser1-1/+1
2023-07-22hwrng: ba431 - do not set drvdataMartin Kaiser1-2/+0
2023-07-22hwrng: ingenic - switch to device managed registrationMartin Kaiser1-11/+1
2023-07-22hwrng: ingenic - don't disable the rng in ingenic_trng_removeMartin Kaiser1-5/+0
2023-07-22hwrng: ingenic - use dev_err_probe in error pathsMartin Kaiser1-12/+8
2023-07-22hwrng: ingenic - use devm_clk_get_enabledMartin Kaiser1-18/+6
2023-07-22hwrng: ingenic - remove dead assignmentsMartin Kaiser1-2/+0
2023-07-22hwrng: ingenic - remove two unused definesMartin Kaiser1-2/+0
2023-07-22hwrng: ingenic - enable compile testingMartin Kaiser1-2/+1
2023-07-20hwrng: timeriomem - Use devm_platform_get_and_ioremap_resource()Yangtao Li1-15/+10
2023-07-20hwrng: pic32 - enable TRNG only while it's usedMartin Kaiser1-22/+19
2023-07-20hwrng: pic32 - remove unused definesMartin Kaiser1-10/+3
2023-07-20hwrng: pic32 - use devm_clk_get_enabledMartin Kaiser1-14/+5
2023-07-20hwrng: pic32 - enable compile-testingMartin Kaiser1-1/+1
2023-07-20hwrng: exynos - switch to DEFINE_SIMPLE_DEV_PM_OPSMartin Kaiser1-4/+4
2023-07-20hwrng: imx-rngc - use dev_err_probeMartin Kaiser1-16/+8
2023-07-20hwrng: nomadik - use dev_err_probeMartin Kaiser1-5/+2
2023-07-20hwrng: nomadik - keep clock enabled while hwrng is registeredMartin Kaiser1-9/+3
2023-07-17tpm,tpm_tis: Disable interrupts after 1000 unhandled IRQsLino Sanfilippo2-15/+92
2023-07-17tpm/tpm_tis: Disable interrupts for Lenovo L590 devicesFlorian Bezdeka1-0/+8
2023-07-17tpm: Do not remap from ACPI resources again for Pluton TPMValentin David1-8/+11
2023-07-17tpm/tpm_tis: Disable interrupts for Framework Laptop Intel 13th genChristian Hesse1-0/+8
2023-07-17tpm/tpm_tis: Disable interrupts for Framework Laptop Intel 12th genChristian Hesse1-0/+8
2023-07-17tpm: return false from tpm_amd_is_rng_defective on non-x86 platformsJerry Snitselaar1-0/+7
2023-07-17tpm: tis_i2c: Limit write bursts to I2C_SMBUS_BLOCK_MAX (32) bytesAlexander Sverdlin1-7/+15
2023-07-17tpm: tis_i2c: Limit read bursts to I2C_SMBUS_BLOCK_MAX (32) bytesAlexander Sverdlin1-15/+22
2023-07-17tpm_tis_spi: Release chip select when flow control failsPeijie Shao1-0/+8