summaryrefslogtreecommitdiffstats
path: root/drivers/char
AgeCommit message (Expand)AuthorLines
2023-09-15hwrng: bcm2835 - Fix hwrng throughput regressionStefan Wahren-1/+7
2023-09-15hwrng: xiphera - removed unnneded platform_set_drvdata()Andrei Coardos-2/+0
2023-09-15hwrng: xgene - removed unneeded call to platform_set_drvdata()Andrei Coardos-1/+0
2023-09-15hwrng: mpfs - removed unneeded call to platform_set_drvdata()Andrei Coardos-2/+0
2023-09-15hwrng: st - add MODULE_DESCRIPTIONMartin Kaiser-0/+1
2023-09-15hwrng: nomadik - add MODULE_DESCRIPTIONMartin Kaiser-0/+1
2023-09-15hwrng: ks-sa - use dev_err_probeMartin Kaiser-6/+3
2023-09-15hwrng: ks-sa - remove dev from struct ks_sa_rngMartin Kaiser-2/+0
2023-09-15hwrng: ks-sa - access private data via struct hwrngMartin Kaiser-11/+4
2023-09-15hwrng: hisi - removed unneeded call to platform_set_drvdata()Andrei Coardos-2/+0
2023-09-15hwrng: bcm2835 - removed call to platform_set_drvdata()Andrei Coardos-2/+0
2023-09-13Merge tag 'tpmdd-v6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds-1/+1
2023-09-13Merge tag 'parisc-for-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+0
2023-09-13ipmi: refactor deprecated strncpyJustin Stitt-9/+4
2023-09-12tpm: Fix typo in tpmrm class definitionJustin M. Forbes-1/+1
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel-1567/+4
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-31parisc: sba: Fix compile warning wrt list of SBA devicesHelge Deller-2/+0
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