summaryrefslogtreecommitdiffstats
path: root/drivers/char
AgeCommit message (Expand)AuthorLines
2023-09-04tpm: Enable hwrng only for Pluton on AMD CPUsJarkko Sakkinen-25/+8
2023-09-04tpm_crb: Fix an error handling path in crb_acpi_add()Christophe JAILLET-2/+3
2023-09-01Merge tag 'char-misc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+3
2023-09-01Merge tag 'driver-core-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-18/+20
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-3/+2
2023-08-30Merge tag 'for-linus-6.6-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds-23/+34
2023-08-30Merge tag 'devicetree-header-cleanups-for-6.6' of git://git.kernel.org/pub/sc...Linus Torvalds-5/+1
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds-9/+9
2023-08-29Merge tag 'v6.6-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-279/+150
2023-08-28ipmi: Explicitly include correct DT includesRob Herring-1/+0
2023-08-28tpm: Explicitly include correct DT includesRob Herring-4/+1
2023-08-24drivers/char/mem.c: shrink character device's devlist[] arrayAlexey Dobriyan-9/+9
2023-08-20Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman-71/+62
2023-08-18hwrng: iproc-rng200 - Implement suspend and resume callsFlorian Fainelli-0/+25
2023-08-18hwrng: core - Remove duplicated includeGUO Zihua-2/+1
2023-08-17tpm/tpm_tis_synquacer: Use module_platform_driver macro to simplify the codeLi Zetao-17/+1
2023-08-17tpm: remove redundant variable lenColin Ian King-2/+1
2023-08-17tpm_tis: Resend command to recover from data transfer errorsAlexander Steffen-3/+10
2023-08-17tpm_tis: Use responseRetry to recover from data transfer errorsAlexander Steffen-8/+30
2023-08-17tpm_tis: Move CRC check to generic send routineAlexander Steffen-6/+6
2023-08-17tpm_tis_spi: Add hardware wait pollingKrishna Yarlagadda-2/+89
2023-08-17tpm_tis: Revert "tpm_tis: Disable interrupts on ThinkPad T490s"Jarkko Sakkinen-91/+2
2023-08-15ipmi_si: fix -Wvoid-pointer-to-enum-cast warningJustin Stitt-1/+1
2023-08-13Merge 6.5-rc6 into char-misc-nextGreg Kroah-Hartman-71/+62
2023-08-12tpm_tis: Opt-in interruptsJarkko Sakkinen-1/+1
2023-08-12tpm: tpm_tis: Fix UPX-i11 DMI_MATCH conditionPeter Ujfalusi-1/+1
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)-1/+1
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)-3/+2
2023-08-09tpm: Add a helper for checking hwrng enabledMario Limonciello-5/+14
2023-08-07tpm/tpm_tis: Disable interrupts for Lenovo P620 devicesJonathan McDowell-0/+8
2023-08-07tpm: Disable RNG for all AMD fTPMsMario Limonciello-66/+32
2023-08-07tpm/tpm_tis: Disable interrupts for TUXEDO InfinityBook S 15/17 Gen7Takashi Iwai-0/+8
2023-08-05tpm: make all 'class' structures constIvan Orlov-18/+20
2023-08-05hwrng: xgene: Add explicit io.h includeRob Herring-0/+1
2023-08-04char: xillybus: make XILLYBUS_OF depend on HAS_IOMEMBaoquan He-1/+1
2023-08-04hwrng: Enable COMPILE_TEST for more driversRob Herring-16/+19
2023-08-04hwrng: Explicitly include correct DT includesRob Herring-21/+12
2023-07-31Merge 6.5-rc4 into char-misc-nextGreg Kroah-Hartman-76/+200
2023-07-30char: Explicitly include correct DT includesRob Herring-2/+2
2023-07-28tpm_tis: Explicitly check for error codeAlexander Steffen-2/+7
2023-07-28tpm: Switch i2c drivers back to use .probe()Uwe Kleine-König-6/+6
2023-07-28hwrng: cn10k - use dev_err_probeMartin Kaiser-8/+4
2023-07-28hwrng: cn10k - delete empty remove functionMartin Kaiser-6/+0
2023-07-28hwrng: cctrng - use dev_err_probe in error pathsMartin Kaiser-20/+10
2023-07-28hwrng: cctrng - merge cc_trng_clk_init into its only callerMartin Kaiser-20/+4
2023-07-28hwrng: cctrng - let devres enable the clockMartin Kaiser-24/+5
2023-07-28hwrng: cctrng - don't open code init and exit functionsMartin Kaiser-15/+5
2023-07-22hwrng: arm-smccc-trng - don't set drvdataMartin Kaiser-2/+0
2023-07-22hwrng: ba431 - use dev_err_probe after failed registrationMartin Kaiser-4/+2
2023-07-22hwrng: ba431 - don't init of_device_id's dataMartin Kaiser-1/+1