summaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-053-63/+26
|\
| * tty: make use of tty_get_{char,frame}_sizeJiri Slaby2021-06-151-7/+1
| * Merge 5.13-rc4 into tty-nextGreg Kroah-Hartman2021-05-313-8/+17
| |\
| * | ttyprintk: remove redundant initialization of variable iColin Ian King2021-05-271-1/+1
| * | ttyprintk: Removed unnecessary TTY ioctl callbackSamo Pogačnik2021-05-131-23/+0
| * | ttyprintk: Add TTY port shutdown callbackSamo Pogačnik2021-05-131-13/+18
| * | tty: make tty_operations::chars_in_buffer return uintJiri Slaby2021-05-131-3/+3
| * | tty: make tty_operations::write_room return uintJiri Slaby2021-05-132-2/+2
| * | tty: cumulate and document tty_struct::flow* membersJiri Slaby2021-05-131-4/+4
| * | tty: remove broken r3964 line disciplineJiri Slaby2021-05-131-13/+0
* | | Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-0518-565/+2606
|\ \ \
| * | | remove the raw driverChristoph Hellwig2021-06-044-385/+0
| * | | char: xillybus: Fix spelling mistake "overflew" -> "overflowed"Colin Ian King2021-06-031-1/+1
| * | | char: xillybus: Remove unneeded MODULE_VERSION() usageEli Billauer2021-06-035-5/+0
| * | | char: xillybus: Fix condition for invoking the xillybus/ subdirectoryEli Billauer2021-06-031-1/+1
| * | | char: pcmcia: scr24x_cs: Fix redundant fopsNijam Haider2021-05-271-1/+0
| * | | char: pcmcia: error out if 'num_bytes_read' is greater than 4 in set_protocol()Yu Kuai2021-05-271-0/+4
| * | | char: xillybus: Add driver for XillyUSB (Xillybus variant for USB)Eli Billauer2021-05-273-0/+2275
| * | | char: xillybus: Move class-related functions to new xillybus_class.cEli Billauer2021-05-276-169/+324
| * | | char: hw_random: pseries-rng: Demote non-conformant kernel-doc headerLee Jones2021-05-211-1/+1
| * | | char: hpet: Remove unused variable 'm'Lee Jones2021-05-211-2/+2
| * | | char: pcmcia: cm4040_cs: Remove unused variable 'uc'Lee Jones2021-05-211-2/+1
| * | | char: pcmcia: cm4000_cs: Remove unused variable 'tmp'Lee Jones2021-05-211-2/+1
| | |/ | |/|
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-021-0/+1
|\ \ \
| * | | kernel.h: split out panic and oops helpersAndy Shevchenko2021-07-011-0/+1
| |/ /
* | | 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-221-3/+5
| * | | ipmi: kcs_bmc_aspeed: Optionally apply status addressAndrew Jeffery2021-06-221-33/+83
| * | | ipmi: kcs_bmc_aspeed: Fix IBFIE typo from datasheetAndrew Jeffery2021-06-221-12/+12
| * | | ipmi: kcs_bmc_aspeed: Implement KCS SerIRQ configurationAndrew Jeffery2021-06-221-2/+180
| * | | ipmi: kcs_bmc: Add serio adaptorAndrew Jeffery2021-06-223-0/+172
| * | | ipmi: kcs_bmc: Enable IBF on openAndrew Jeffery2021-06-223-19/+12
| * | | ipmi: kcs_bmc: Allow clients to control KCS IRQ stateAndrew Jeffery2021-06-226-57/+131
| * | | ipmi: kcs_bmc: Decouple the IPMI chardev from the coreAndrew Jeffery2021-06-225-13/+128
| * | | ipmi: kcs_bmc: Strip private client data from struct kcs_bmcAndrew Jeffery2021-06-227-294/+367
| * | | ipmi: kcs_bmc: Split headers into device and clientAndrew Jeffery2021-06-227-52/+117
| * | | ipmi: kcs_bmc: Turn the driver data-structures inside-outAndrew Jeffery2021-06-225-67/+110
| * | | ipmi: kcs_bmc: Split out kcs_bmc_cdev_ipmiAndrew Jeffery2021-06-224-412/+451
| * | | ipmi: kcs_bmc: Rename {read,write}_{status,data}() functionsAndrew Jeffery2021-06-221-27/+25
| * | | ipmi: kcs_bmc: Make status update atomicAndrew Jeffery2021-06-224-6/+21
| * | | ipmi: kcs_bmc_aspeed: Use of match data to extract KCS propertiesAndrew Jeffery2021-06-221-76/+76