summaryrefslogtreecommitdiffstats
path: root/drivers/char
AgeCommit message (Expand)AuthorLines
2021-06-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-38/+28
2021-06-23Merge tag 'ixp4xx-arm-soc-v5.14' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson-26/+29
2021-06-23tpm: Replace WARN_ONCE() with dev_err_once() in tpm_tis_status()Jarkko Sakkinen-8/+20
2021-06-23tpm_tis: Use DEFINE_RES_MEM() to simplify codeZhen Lei-5/+1
2021-06-23tpm: fix some doc warnings in tpm1-cmd.cYang Yingliang-2/+2
2021-06-23tpm_tis_spi: add missing SPI device ID entriesJavier Martinez Canillas-0/+2
2021-06-23tpm: add longer timeout for TPM2_CC_VERIFY_SIGNATUREAmir Mizinski-1/+1
2021-06-23char: tpm: move to use request_irq by IRQF_NO_AUTOEN flagTian Tao-2/+2
2021-06-23tpm_tis_spi: set default probe function if device id not matchLiguang Zhang-4/+8
2021-06-23tpm_crb: Use IOMEM_ERR_PTR when function returns iomemTian Tao-1/+1
2021-06-21ipmi: kcs_bmc_aspeed: Fix less than zero comparison of a unsigned intColin Ian King-3/+5
2021-06-21ipmi: kcs_bmc_aspeed: Optionally apply status addressAndrew Jeffery-33/+83
2021-06-21ipmi: kcs_bmc_aspeed: Fix IBFIE typo from datasheetAndrew Jeffery-12/+12
2021-06-21ipmi: kcs_bmc_aspeed: Implement KCS SerIRQ configurationAndrew Jeffery-2/+180
2021-06-21ipmi: kcs_bmc: Add serio adaptorAndrew Jeffery-0/+172
2021-06-21ipmi: kcs_bmc: Enable IBF on openAndrew Jeffery-19/+12
2021-06-21ipmi: kcs_bmc: Allow clients to control KCS IRQ stateAndrew Jeffery-57/+131
2021-06-21ipmi: kcs_bmc: Decouple the IPMI chardev from the coreAndrew Jeffery-13/+128
2021-06-21ipmi: kcs_bmc: Strip private client data from struct kcs_bmcAndrew Jeffery-294/+367
2021-06-21ipmi: kcs_bmc: Split headers into device and clientAndrew Jeffery-52/+117
2021-06-21ipmi: kcs_bmc: Turn the driver data-structures inside-outAndrew Jeffery-67/+110
2021-06-21ipmi: kcs_bmc: Split out kcs_bmc_cdev_ipmiAndrew Jeffery-412/+451
2021-06-21ipmi: kcs_bmc: Rename {read,write}_{status,data}() functionsAndrew Jeffery-27/+25
2021-06-21ipmi: kcs_bmc: Make status update atomicAndrew Jeffery-6/+21
2021-06-21ipmi: kcs_bmc_aspeed: Use of match data to extract KCS propertiesAndrew Jeffery-76/+76
2021-06-17hw_random: ixp4xx: Add OF supportLinus Walleij-0/+10
2021-06-17hw_random: ixp4xx: Turn into a moduleLinus Walleij-20/+17
2021-06-17hw_random: ixp4xx: Use SPDX license tagLinus Walleij-4/+1
2021-06-17hw_random: ixp4xx: enable compile-testingArnd Bergmann-3/+2
2021-06-15tty: make use of tty_get_{char,frame}_sizeJiri Slaby-7/+1
2021-06-04remove the raw driverChristoph Hellwig-385/+0
2021-06-03hwrng: ks-sa - Use pm_runtime_resume_and_get() to replace open codingTian Tao-2/+1
2021-06-03hwrng: omap - Use pm_runtime_resume_and_get() to replace open codingTian Tao-4/+2
2021-06-03hwrng: exynos - Use pm_runtime_resume_and_get() to replace open codingTian Tao-2/+1
2021-06-03char: xillybus: Fix spelling mistake "overflew" -> "overflowed"Colin Ian King-1/+1
2021-06-03char: xillybus: Remove unneeded MODULE_VERSION() usageEli Billauer-5/+0
2021-06-03char: xillybus: Fix condition for invoking the xillybus/ subdirectoryEli Billauer-1/+1
2021-05-31Merge 5.13-rc4 into tty-nextGreg Kroah-Hartman-8/+17
2021-05-28hwrng: core - Use DEVICE_ATTR_<RW|RO> macroYueHaibing-21/+15
2021-05-28hwrng: core - remove redundant initialization of variable errShaokun Zhang-1/+1
2021-05-28hwrng: Kconfig - Remove leading spacesJuerg Haefliger-4/+4
2021-05-27char: pcmcia: scr24x_cs: Fix redundant fopsNijam Haider-1/+0
2021-05-27char: pcmcia: error out if 'num_bytes_read' is greater than 4 in set_protocol()Yu Kuai-0/+4
2021-05-27ttyprintk: remove redundant initialization of variable iColin Ian King-1/+1
2021-05-27char: xillybus: Add driver for XillyUSB (Xillybus variant for USB)Eli Billauer-0/+2275
2021-05-27char: xillybus: Move class-related functions to new xillybus_class.cEli Billauer-169/+324
2021-05-23hwrng: omap - Enable driver for TI K3 familySuman Anna-1/+1
2021-05-21char: hw_random: pseries-rng: Demote non-conformant kernel-doc headerLee Jones-1/+1
2021-05-21char: hpet: Remove unused variable 'm'Lee Jones-2/+2
2021-05-21char: pcmcia: cm4040_cs: Remove unused variable 'uc'Lee Jones-2/+1