aboutsummaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2021-07-13powerpc/powernv: Fix fall-through warning for ClangGravatar Gustavo A. R. Silva 1-0/+1
2021-07-10Merge tag 'arm-soc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Gravatar Linus Torvalds 2-26/+29
2021-07-09Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-2/+2
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 3-63/+26
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 18-565/+2606
2021-07-03virtio_console: Assure used length from device is limitedGravatar Xie Yongji 1-2/+2
2021-07-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+1
2021-07-01kernel.h: split out panic and oops helpersGravatar Andy Shevchenko 1-0/+1
2021-06-30Merge tag 'tpmdd-next-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 8-23/+37
2021-06-30Merge tag 'for-linus-5.14-1' of git://github.com/cminyard/linux-ipmiGravatar Linus Torvalds 11-673/+1492
2021-06-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 6-38/+28
2021-06-23Merge tag 'ixp4xx-arm-soc-v5.14' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Olof Johansson 2-26/+29
2021-06-23tpm: Replace WARN_ONCE() with dev_err_once() in tpm_tis_status()Gravatar Jarkko Sakkinen 2-8/+20
2021-06-23tpm_tis: Use DEFINE_RES_MEM() to simplify codeGravatar Zhen Lei 1-5/+1
2021-06-23tpm: fix some doc warnings in tpm1-cmd.cGravatar Yang Yingliang 1-2/+2
2021-06-23tpm_tis_spi: add missing SPI device ID entriesGravatar Javier Martinez Canillas 1-0/+2
2021-06-23tpm: add longer timeout for TPM2_CC_VERIFY_SIGNATUREGravatar Amir Mizinski 1-1/+1
2021-06-23char: tpm: move to use request_irq by IRQF_NO_AUTOEN flagGravatar Tian Tao 1-2/+2
2021-06-23tpm_tis_spi: set default probe function if device id not matchGravatar Liguang Zhang 1-4/+8
2021-06-23tpm_crb: Use IOMEM_ERR_PTR when function returns iomemGravatar Tian Tao 1-1/+1
2021-06-21ipmi: kcs_bmc_aspeed: Fix less than zero comparison of a unsigned intGravatar Colin Ian King 1-3/+5
2021-06-21ipmi: kcs_bmc_aspeed: Optionally apply status addressGravatar Andrew Jeffery 1-33/+83
2021-06-21ipmi: kcs_bmc_aspeed: Fix IBFIE typo from datasheetGravatar Andrew Jeffery 1-12/+12
2021-06-21ipmi: kcs_bmc_aspeed: Implement KCS SerIRQ configurationGravatar Andrew Jeffery 1-2/+180
2021-06-21ipmi: kcs_bmc: Add serio adaptorGravatar Andrew Jeffery 3-0/+172
2021-06-21ipmi: kcs_bmc: Enable IBF on openGravatar Andrew Jeffery 3-19/+12
2021-06-21ipmi: kcs_bmc: Allow clients to control KCS IRQ stateGravatar Andrew Jeffery 6-57/+131
2021-06-21ipmi: kcs_bmc: Decouple the IPMI chardev from the coreGravatar Andrew Jeffery 5-13/+128
2021-06-21ipmi: kcs_bmc: Strip private client data from struct kcs_bmcGravatar Andrew Jeffery 7-294/+367
2021-06-21ipmi: kcs_bmc: Split headers into device and clientGravatar Andrew Jeffery 7-52/+117
2021-06-21ipmi: kcs_bmc: Turn the driver data-structures inside-outGravatar Andrew Jeffery 5-67/+110
2021-06-21ipmi: kcs_bmc: Split out kcs_bmc_cdev_ipmiGravatar Andrew Jeffery 4-412/+451
2021-06-21ipmi: kcs_bmc: Rename {read,write}_{status,data}() functionsGravatar Andrew Jeffery 1-27/+25
2021-06-21ipmi: kcs_bmc: Make status update atomicGravatar Andrew Jeffery 4-6/+21
2021-06-21ipmi: kcs_bmc_aspeed: Use of match data to extract KCS propertiesGravatar Andrew Jeffery 1-76/+76
2021-06-17hw_random: ixp4xx: Add OF supportGravatar Linus Walleij 1-0/+10
2021-06-17hw_random: ixp4xx: Turn into a moduleGravatar Linus Walleij 1-20/+17
2021-06-17hw_random: ixp4xx: Use SPDX license tagGravatar Linus Walleij 1-4/+1
2021-06-17hw_random: ixp4xx: enable compile-testingGravatar Arnd Bergmann 2-3/+2
2021-06-15tty: make use of tty_get_{char,frame}_sizeGravatar Jiri Slaby 1-7/+1
2021-06-04remove the raw driverGravatar Christoph Hellwig 4-385/+0
2021-06-03hwrng: ks-sa - Use pm_runtime_resume_and_get() to replace open codingGravatar Tian Tao 1-2/+1
2021-06-03hwrng: omap - Use pm_runtime_resume_and_get() to replace open codingGravatar Tian Tao 1-4/+2
2021-06-03hwrng: exynos - Use pm_runtime_resume_and_get() to replace open codingGravatar Tian Tao 1-2/+1
2021-06-03char: xillybus: Fix spelling mistake "overflew" -> "overflowed"Gravatar Colin Ian King 1-1/+1
2021-06-03char: xillybus: Remove unneeded MODULE_VERSION() usageGravatar Eli Billauer 5-5/+0
2021-06-03char: xillybus: Fix condition for invoking the xillybus/ subdirectoryGravatar Eli Billauer 1-1/+1
2021-05-31Merge 5.13-rc4 into tty-nextGravatar Greg Kroah-Hartman 3-8/+17
2021-05-28hwrng: core - Use DEVICE_ATTR_<RW|RO> macroGravatar YueHaibing 1-21/+15
2021-05-28hwrng: core - remove redundant initialization of variable errGravatar Shaokun Zhang 1-1/+1