aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2023-10-07serial: 8250_bcm7271: Use devm_clk_get_optional_enabled()Andy Shevchenko
2023-10-07tty: vc_screen: make vc_class constantGreg Kroah-Hartman
2023-10-07tty: vt: make vtconsole_class constantGreg Kroah-Hartman
2023-10-05tty: Restrict access to TIOCLINUX' copy-and-paste subcommandsHanno Böck
2023-10-05serial: core: Simplify uart_get_rs485_mode()Andy Shevchenko
2023-10-05serial: 8250_omap: Drop pm_runtime_irq_safe()Tony Lindgren
2023-10-05serial: 8250: Check for valid console indexTony Lindgren
2023-10-03serial: sc16is7xx: use device_property APIs when configuring irda modeHugo Villeneuve
2023-10-03serial: amba-pl011: Do not complain when DMA is absentFabio Estevam
2023-10-03serial: imx: Put DMA enabled UART in separate lock subclassSascha Hauer
2023-10-03serial: 8250_pci1xxxx: Annotate struct pci1xxxx_8250 with __counted_byKees Cook
2023-10-03serial: exar: Add RS-485 support for Sealevel XR17V35X based cardsMatthew Howell
2023-10-03serial: exar: Revert "serial: exar: Add support for Sealevel 7xxxC serial cards"Matthew Howell
2023-10-03vt: Replace strlcpy with strscpyAzeem Shaikh
2023-10-03mxser: Annotate struct mxser_board with __counted_byKees Cook
2023-10-03serial: 8250_dw: Use devm_clk_get_optional_enabled()Andy Shevchenko
2023-10-03serial: 8250_of: Use devm_clk_get_enabled()Andy Shevchenko
2023-10-03serial: 8250_aspeed_vuart: Use devm_clk_get_enabled()Andy Shevchenko
2023-10-03tty: use 'if' in send_break() instead of 'goto'Jiri Slaby (SUSE)
2023-10-03tty: don't check for signal_pending() in send_break()Jiri Slaby (SUSE)
2023-10-03tty: early return from send_break() on TTY_DRIVER_HARDWARE_BREAKJiri Slaby (SUSE)
2023-10-03tty: convert THROTTLE constants into enumJiri Slaby (SUSE)
2023-10-03tty: tty_buffer: use bool for 'restart' in tty_buffer_unlock_exclusive()Jiri Slaby (SUSE)
2023-10-03tty: stop using ndash in kernel-docJiri Slaby (SUSE)
2023-10-03tty: fix up and plug in tty_ioctl kernel-docJiri Slaby (SUSE)
2023-10-03tty: invert return values of tty_{,un}throttle_safe()Jiri Slaby (SUSE)
2023-10-03tty: switch tty_{,un}throttle_safe() to return a boolJiri Slaby (SUSE)
2023-10-03tty: n_tty: use do-while in n_tty_check_{,un}throttle()Jiri Slaby (SUSE)
2023-10-03tty: n_tty: invert the condition in copy_from_read_buf()Jiri Slaby (SUSE)
2023-10-03tty: n_tty: use min3() in copy_from_read_buf()Jiri Slaby (SUSE)
2023-10-03tty: n_tty: rename and retype 'retval' in n_tty_ioctl()Jiri Slaby (SUSE)
2023-10-03tty: n_tty: use 'retval' instead of 'c'Jiri Slaby (SUSE)
2023-10-03serial: 8250_bcm7271: Use dev_err_probe() instead of dev_err()Andy Shevchenko
2023-10-02Merge 6.6-rc4 into tty-nextGreg Kroah-Hartman
2023-10-01Merge tag 'char-misc-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-10-01Merge tag 'tty-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-09-30Merge tag 'soc-fixes-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/so...Linus Torvalds
2023-09-30Merge tag 'i2c-for-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-09-30Merge tag 'acpi-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2023-09-29Merge tag 'ceph-for-6.6-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds
2023-09-29Merge tag 'ata-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds
2023-09-29Merge tag 'drm-fixes-2023-09-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2023-09-29Merge tag 'gpio-fixes-for-v6.6-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-09-29Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-09-29Merge tag 'for-v6.6-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Linus Torvalds
2023-09-29Merge tag 'xtensa-20230928' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds
2023-09-29Merge tag 'drm-intel-fixes-2023-09-28' of git://anongit.freedesktop.org/drm/d...Dave Airlie
2023-09-29Merge tag 'drm-misc-fixes-2023-09-28' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2023-09-28Merge tag 'spi-fix-v6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-09-28ata: libata-eh: Fix compilation warning in ata_eh_link_report()Damien Le Moal