summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
2023-04-24tpm, tpm: Implement usage counter for localityLino Sanfilippo
2023-04-24tpm, tpm_tis: do not check for the active locality in interrupt handlerLino Sanfilippo
2023-04-24tpm, tpm_tis: Move interrupt mask checks into own functionLino Sanfilippo
2023-04-24tpm, tpm_tis: Only handle supported interruptsLino Sanfilippo
2023-04-24tpm, tpm_tis: Claim locality before writing interrupt registersLino Sanfilippo
2023-04-24tpm, tpm_tis: Do not skip reset of original interrupt vectorLino Sanfilippo
2023-04-24tpm, tpm_tis: Disable interrupts if tpm_tis_probe_irq() failedLino Sanfilippo
2023-04-24tpm, tpm_tis: Claim locality before writing TPM_INT_ENABLE registerLino Sanfilippo
2023-04-24tpm, tpm_tis: Avoid cache incoherency in test for interruptsLino Sanfilippo
2023-04-24tpm: remove unnecessary (void*) conversionsYu Zhe
2023-04-24tpm: cr50: i2c: use jiffies to wait for tpm ready irqMark Hasemeyer
2023-04-12ipmi:ssif: Drop if blocks with always false conditionUwe Kleine-König
2023-04-12ipmi: fix SSIF not responding under certain cond.Zhang Yuchen
2023-04-06tpm: atmel: Add explicit include for of.hRob Herring
2023-04-04ipmi:ssif: Add send_retries incrementCorey Minyard
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman
2023-03-24hwrng: xgene - remove unnecessary (void*) conversionsYu Zhe
2023-03-21tpm: Fix a possible dereference of ERR_PTR in tpm_init()Harshit Mogalapalli
2023-03-20Merge 6.3-rc3 into tty-nextGreg Kroah-Hartman
2023-03-20Merge 6.3-rc3 into char-misc-nextGreg Kroah-Hartman
2023-03-17tpm: fix up the tpm_class shutdown_pre pointer when createdGreg Kroah-Hartman
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman
2023-03-17tty: Convert hw_stopped in tty_struct to boolIlpo Järvinen
2023-03-16char:ipmi:Fix spelling mistake "asychronously" -> "asynchronously"zipeng zhang
2023-03-14hwrng: meson - remove not needed call to platform_set_drvdataHeiner Kallweit
2023-03-14hwrng: meson - use devm_clk_get_optional_enabledHeiner Kallweit
2023-03-14hwrng: meson - remove unused member of struct meson_rng_dataHeiner Kallweit
2023-03-14hwrng: xgene - Improve error reporting for problems during .remove()Uwe Kleine-König
2023-03-12tpm: disable hwrng for fTPM on some AMD designsMario Limonciello
2023-03-12tpm/eventlog: Don't abort tpm_read_log on faulty ACPI addressMorten Linderud
2023-03-10hwrng: xgene - Simplify using devm_clk_get_optional_enabled()Uwe Kleine-König
2023-03-10hwrng: xgene - Simplify using dev_err_probe()Uwe Kleine-König
2023-03-09char: pcmcia: remove all the driversJiri Slaby
2023-03-09tty: ipwireless: move Kconfig entry to ttyJiri Slaby
2023-03-06cpumask: fix incorrect cpumask scanning result checksLinus Torvalds
2023-03-02ipmi: simplify sysctl registrationLuis Chamberlain
2023-03-02ipmi: ASPEED_BT_IPMI_BMC: select REGMAP_MMIO instead of depending on itRandy Dunlap
2023-02-24Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-02-24Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-22Merge tag 'for-linus-6.3-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds
2023-02-21Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-02-20Merge tag 'asm-generic-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-02-13char/agp: consolidate {alloc,free}_gatt_pages()Mike Rapoport
2023-02-13tpm: add vendor flag to command code validationJulien Gomes
2023-02-13tpm: Add reserved memory event logEddie James
2023-02-13tpm: Use managed allocation for bios event logEddie James
2023-02-13tpm: tis_i2c: Convert to i2c's .probe_new()Uwe Kleine-König
2023-02-13tpm: tpm_i2c_nuvoton: Convert to i2c's .probe_new()Uwe Kleine-König
2023-02-13tpm: tpm_i2c_infineon: Convert to i2c's .probe_new()Uwe Kleine-König