aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-20tty: serial: fsl_lpuart: use port struct directly to simply codeSherry Sun1-108/+102
2025-03-20tty: serial: fsl_lpuart: Use u32 and u8 for register variablesSherry Sun1-47/+46
2025-03-20tty: serial: fsl_lpuart: disable transmitter before changing RS485 related re...Sherry Sun1-0/+17
2025-03-20tty: serial: 8250: Add Brainboxes XC devicesCameron Williams1-0/+30
2025-03-20tty: serial: 8250: Add some more device IDsCameron Williams1-0/+16
2025-03-20serial: 8250_dw: Comment possible corner cases in serial_out() implementationAndy Shevchenko1-0/+17
2025-03-20serial: switch change_irq and change_port to bool in uart_set_info()Jiri Slaby (SUSE)1-2/+2
2025-03-20serial: 8250_port: simplify serial8250_request_std_resource()Jiri Slaby (SUSE)1-15/+10
2025-03-20serial: 8250_port: do not use goto for UPQ_NO_TXEN_TEST code flowJiri Slaby (SUSE)1-18/+16
2025-03-20serial: 8250_rsa: simplify rsa8250_{request/release}_resource()Jiri Slaby (SUSE)1-12/+9
2025-03-20serial: 8250: use serial_port_in/out() helpersJiri Slaby (SUSE)3-13/+13
2025-03-20serial: pass struct uart_state to uart_line_info()Jiri Slaby (SUSE)1-3/+2
2025-03-20serial: remove redundant tty_port_link_device()Jiri Slaby (SUSE)1-1/+0
2025-03-20tty: sunsu: remove unused serial_icr_read()Jiri Slaby (SUSE)1-14/+0
2025-03-20tty: sunsu: drop serial_{in,out}p()Jiri Slaby (SUSE)1-87/+77
2025-03-11printk: Rename console_start to console_resumeMarcos Paulo de Souza1-1/+1
2025-03-11printk: Rename console_stop to console_suspendMarcos Paulo de Souza1-2/+2
2025-02-20serial: xilinx_uartps: Switch to use hrtimer_setup()Nam Cao1-2/+2
2025-02-20serial: sh-sci: Switch to use hrtimer_setup()Nam Cao1-2/+1
2025-02-20serial: imx: Switch to use hrtimer_setup()Nam Cao1-4/+4
2025-02-20serial: amba-pl011: Switch to use hrtimer_setup()Nam Cao1-5/+4
2025-02-20serial: 8250: Switch to use hrtimer_setup()Nam Cao2-8/+5
2025-02-20serial: xilinx_uartps: Use helper function hrtimer_update_function()Nam Cao1-2/+2
2025-02-19serial: mctrl_gpio: split disable_ms into sync and no_sync APIsAlexis Lothoré7-15/+46
2025-02-18serial: xilinx_uartps: Use helper function hrtimer_update_function()Nam Cao1-2/+2
2025-02-18serial: xilinx_uartps: Switch to use hrtimer_setup()Nam Cao1-2/+2
2025-02-18serial: sh-sci: Switch to use hrtimer_setup()Nam Cao1-2/+1
2025-02-18serial: imx: Switch to use hrtimer_setup()Nam Cao1-4/+4
2025-02-18serial: amba-pl011: Switch to use hrtimer_setup()Nam Cao1-5/+4
2025-02-18serial: 8250: Switch to use hrtimer_setup()Nam Cao2-8/+5
2025-02-17Merge 6.14-rc3 into tty-nextGreg Kroah-Hartman8-26/+35
2025-02-14serial: tegra-utc: Add driver for Tegra UART Trace Controller (UTC)Kartik Rajput3-0/+649
2025-02-14Revert "tty/serial: Add kgdb_nmi driver"Douglas Anderson4-308/+0
2025-02-14serial: 8250_dw: Call dw8250_quirks() conditionallyAndy Shevchenko1-15/+21
2025-02-14serial: sh-sci: Update the suspend/resume supportClaudiu Beznea1-2/+69
2025-02-14tty: serial: fsl_lpuart: Make interrupt name distinctStefan Wahren1-1/+1
2025-02-14serial: 8250: Fix fifo underflow on flushJohn Keeping3-0/+27
2025-02-06Revert "serial: Airoha SoC UART and HSUART support"Greg Kroah-Hartman6-135/+0
2025-02-04serial: 8250_pnp: Remove unneeded ->iotype assignmentAndy Shevchenko1-10/+0
2025-02-04serial: 8250_platform: Remove unneeded ->iotype assignmentAndy Shevchenko1-9/+0
2025-02-04serial: 8250_of: Remove unneeded ->iotype assignmentAndy Shevchenko1-1/+0
2025-02-04serial: port: Make ->iotype validation global in __uart_read_properties()Andy Shevchenko1-4/+5
2025-02-04serial: port: Always update ->iotype in __uart_read_properties()Andy Shevchenko1-1/+1
2025-02-04serial: port: Assign ->iotype correctly when ->iobase is setAndy Shevchenko1-1/+2
2025-02-04serial: sc16is7xx: Fix IRQ number check behaviorAndre Werner1-1/+1
2025-02-04serial: amba-pl011: Implement nbcon consoleToshiyuki Sato1-46/+97
2025-02-04serial: 8250_dw: Drop unneeded NULL checks in dw8250_quirks()Andy Shevchenko1-2/+2
2025-02-04serial: mctrl_gpio: Remove unused mctrl_gpio_freeDr. David Alan Gilbert2-41/+3
2025-02-04serial: Airoha SoC UART and HSUART supportBenjamin Larsson6-0/+135
2025-02-04serial: pch_uart: Remove legacy PM hookAndy Shevchenko1-1/+0