summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2023-10-07dt-bindings: serial: fix regex pattern for matching serial node childrenKrzysztof Kozlowski-1/+1
2023-10-07tty: vc_screen: make vc_class constantGreg Kroah-Hartman-14/+14
2023-10-07tty: vt: make vtconsole_class constantGreg Kroah-Hartman-10/+9
2023-10-05tty: Restrict access to TIOCLINUX' copy-and-paste subcommandsHanno Böck-0/+6
2023-10-05serial: core: Simplify uart_get_rs485_mode()Andy Shevchenko-18/+12
2023-10-05serial: 8250_omap: Drop pm_runtime_irq_safe()Tony Lindgren-8/+21
2023-10-05serial: 8250: Check for valid console indexTony Lindgren-1/+1
2023-10-03dt-bindings: sc16is7xx: convert to YAMLHugo Villeneuve-118/+127
2023-10-03serial: sc16is7xx: use device_property APIs when configuring irda modeHugo Villeneuve-10/+24
2023-10-03serial: amba-pl011: Do not complain when DMA is absentFabio Estevam-1/+1
2023-10-03serial: imx: Put DMA enabled UART in separate lock subclassSascha Hauer-1/+3
2023-10-03serial: core: add comment about definitely used port typesWolfram Sang-0/+2
2023-10-03serial: core: remove cruft from uapi headerWolfram Sang-16/+0
2023-10-03serial: 8250_pci1xxxx: Annotate struct pci1xxxx_8250 with __counted_byKees Cook-1/+1
2023-10-03serial: exar: Add RS-485 support for Sealevel XR17V35X based cardsMatthew Howell-0/+44
2023-10-03serial: exar: Revert "serial: exar: Add support for Sealevel 7xxxC serial cards"Matthew Howell-14/+0
2023-10-03vt: Replace strlcpy with strscpyAzeem Shaikh-2/+5
2023-10-03serial: core: fix kernel-doc for uart_port_unlock_irqrestore()Randy Dunlap-1/+1
2023-10-03mxser: Annotate struct mxser_board with __counted_byKees Cook-1/+1
2023-10-03dt-bindings: serial: imx: Document wakeup-source propertyMarek Vasut-0/+2
2023-10-03dt-bindings: serial: mxs: Fix compatible listFabio Estevam-5/+8
2023-10-03serial: 8250_dw: Use devm_clk_get_optional_enabled()Andy Shevchenko-24/+3
2023-10-03serial: 8250_of: Use devm_clk_get_enabled()Andy Shevchenko-16/+8
2023-10-03serial: 8250_aspeed_vuart: Use devm_clk_get_enabled()Andy Shevchenko-12/+5
2023-10-03tty: use 'if' in send_break() instead of 'goto'Jiri Slaby (SUSE)-5/+4
2023-10-03tty: don't check for signal_pending() in send_break()Jiri Slaby (SUSE)-2/+1
2023-10-03tty: early return from send_break() on TTY_DRIVER_HARDWARE_BREAKJiri Slaby (SUSE)-15/+17
2023-10-03tty: convert THROTTLE constants into enumJiri Slaby (SUSE)-5/+10
2023-10-03tty: tty_buffer: use bool for 'restart' in tty_buffer_unlock_exclusive()Jiri Slaby (SUSE)-3/+2
2023-10-03tty: stop using ndash in kernel-docJiri Slaby (SUSE)-12/+12
2023-10-03tty: fix kernel-doc for functions in tty.hJiri Slaby (SUSE)-12/+12
2023-10-03tty: fix up and plug in tty_ioctl kernel-docJiri Slaby (SUSE)-111/+115
2023-10-03tty: invert return values of tty_{,un}throttle_safe()Jiri Slaby (SUSE)-8/+8
2023-10-03tty: switch tty_{,un}throttle_safe() to return a boolJiri Slaby (SUSE)-12/+10
2023-10-03tty: n_tty: use do-while in n_tty_check_{,un}throttle()Jiri Slaby (SUSE)-12/+7
2023-10-03tty: n_tty: invert the condition in copy_from_read_buf()Jiri Slaby (SUSE)-18/+20
2023-10-03tty: n_tty: use min3() in copy_from_read_buf()Jiri Slaby (SUSE)-2/+1
2023-10-03tty: n_tty: rename and retype 'retval' in n_tty_ioctl()Jiri Slaby (SUSE)-4/+4
2023-10-03tty: n_tty: use 'retval' instead of 'c'Jiri Slaby (SUSE)-5/+4
2023-10-03serial: 8250_bcm7271: Use dev_err_probe() instead of dev_err()Andy Shevchenko-10/+7
2023-10-02Merge 6.6-rc4 into tty-nextGreg Kroah-Hartman-3858/+6268
2023-10-01Linux 6.6-rc4v6.6-rc4Linus Torvalds-1/+1
2023-10-01Merge tag 'kbuild-fixes-v6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-15/+41
2023-10-01Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...Linus Torvalds-169/+455
2023-10-01Merge tag 'char-misc-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-212/+102
2023-10-01Merge tag 'tty-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-4/+5
2023-10-01Merge tag 'x86-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-7/+26
2023-10-01Merge tag 'timers-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+5
2023-10-01Merge tag 'sched-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+1
2023-10-01Merge tag 'perf-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-7/+17