summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tpmdd-next-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-06-308-23/+37
|\
| * tpm: Replace WARN_ONCE() with dev_err_once() in tpm_tis_status()Jarkko Sakkinen2021-06-232-8/+20
| * tpm_tis: Use DEFINE_RES_MEM() to simplify codeZhen Lei2021-06-231-5/+1
| * tpm: fix some doc warnings in tpm1-cmd.cYang Yingliang2021-06-231-2/+2
| * tpm_tis_spi: add missing SPI device ID entriesJavier Martinez Canillas2021-06-231-0/+2
| * tpm: add longer timeout for TPM2_CC_VERIFY_SIGNATUREAmir Mizinski2021-06-231-1/+1
| * char: tpm: move to use request_irq by IRQF_NO_AUTOEN flagTian Tao2021-06-231-2/+2
| * tpm_tis_spi: set default probe function if device id not matchLiguang Zhang2021-06-231-4/+8
| * tpm_crb: Use IOMEM_ERR_PTR when function returns iomemTian Tao2021-06-231-1/+1
* | Merge tag 'for-linus-5.14-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds2021-06-3011-673/+1492
|\ \
| * | ipmi: kcs_bmc_aspeed: Fix less than zero comparison of a unsigned intColin Ian King2021-06-211-3/+5
| * | ipmi: kcs_bmc_aspeed: Optionally apply status addressAndrew Jeffery2021-06-211-33/+83
| * | ipmi: kcs_bmc_aspeed: Fix IBFIE typo from datasheetAndrew Jeffery2021-06-211-12/+12
| * | ipmi: kcs_bmc_aspeed: Implement KCS SerIRQ configurationAndrew Jeffery2021-06-211-2/+180
| * | ipmi: kcs_bmc: Add serio adaptorAndrew Jeffery2021-06-213-0/+172
| * | ipmi: kcs_bmc: Enable IBF on openAndrew Jeffery2021-06-213-19/+12
| * | ipmi: kcs_bmc: Allow clients to control KCS IRQ stateAndrew Jeffery2021-06-216-57/+131
| * | ipmi: kcs_bmc: Decouple the IPMI chardev from the coreAndrew Jeffery2021-06-215-13/+128
| * | ipmi: kcs_bmc: Strip private client data from struct kcs_bmcAndrew Jeffery2021-06-217-294/+367
| * | ipmi: kcs_bmc: Split headers into device and clientAndrew Jeffery2021-06-217-52/+117
| * | ipmi: kcs_bmc: Turn the driver data-structures inside-outAndrew Jeffery2021-06-215-67/+110
| * | ipmi: kcs_bmc: Split out kcs_bmc_cdev_ipmiAndrew Jeffery2021-06-214-412/+451
| * | ipmi: kcs_bmc: Rename {read,write}_{status,data}() functionsAndrew Jeffery2021-06-211-27/+25
| * | ipmi: kcs_bmc: Make status update atomicAndrew Jeffery2021-06-214-6/+21
| * | ipmi: kcs_bmc_aspeed: Use of match data to extract KCS propertiesAndrew Jeffery2021-06-211-76/+76
| * | ipmi/watchdog: Stop watchdog timer when the current action is 'none'Petr Pavlu2021-05-131-10/+12
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-06-286-38/+28
|\ \ \ | |_|/ |/| |
| * | hwrng: ks-sa - Use pm_runtime_resume_and_get() to replace open codingTian Tao2021-06-031-2/+1
| * | hwrng: omap - Use pm_runtime_resume_and_get() to replace open codingTian Tao2021-06-031-4/+2
| * | hwrng: exynos - Use pm_runtime_resume_and_get() to replace open codingTian Tao2021-06-031-2/+1
| * | hwrng: core - Use DEVICE_ATTR_<RW|RO> macroYueHaibing2021-05-281-21/+15
| * | hwrng: core - remove redundant initialization of variable errShaokun Zhang2021-05-281-1/+1
| * | hwrng: Kconfig - Remove leading spacesJuerg Haefliger2021-05-281-4/+4
| * | hwrng: omap - Enable driver for TI K3 familySuman Anna2021-05-231-1/+1
| * | hwrng: exynos - Fix runtime PM imbalance on errorƁukasz Stelmach2021-05-141-2/+2
| * | hwrng: amd - remove redundant initialization of variable errColin Ian King2021-05-141-1/+1
* | | Merge tag 'char-misc-5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-05-201-0/+2
|\ \ \
| * | | char: hpet: add checks after calling ioremapTom Seewald2021-05-131-0/+4
| * | | Revert "char: hpet: fix a missing check of ioremap"Greg Kroah-Hartman2021-05-131-2/+0
| |/ /
* | | tpm: fix error return code in tpm2_get_cc_attrs_tbl()Zhen Lei2021-05-121-0/+1
* | | tpm, tpm_tis: Reserve locality in tpm_tis_resume()Jarkko Sakkinen2021-05-121-2/+10
* | | tpm, tpm_tis: Extend locality handling to TPM2 in tpm_tis_gen_interrupt()Jarkko Sakkinen2021-05-121-6/+4
|/ /
* / drivers/char: remove /dev/kmem for goodDavid Hildenbrand2021-05-072-241/+0
|/
* Merge tag 'for-linus-5.13-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds2021-04-289-266/+137
|\
| * ipmi_si: Join string literals backAndy Shevchenko2021-04-026-66/+38
| * ipmi_si: Drop redundant check before calling put_device()Andy Shevchenko2021-04-021-2/+1
| * ipmi_si: Use strstrip() to remove surrounding spacesAndy Shevchenko2021-04-021-12/+4
| * ipmi_si: Get rid of ->addr_source_cleanup()Andy Shevchenko2021-04-023-22/+2
| * ipmi_si: Reuse si_to_str[] array in ipmi_hardcode_init_one()Andy Shevchenko2021-04-023-16/+16
| * ipmi_si: Introduce ipmi_panic_event_str[] arrayAndy Shevchenko2021-04-021-32/+19