Age | Commit message (Expand) | Author | Files | Lines |
2025-04-15 | serial: sifive: lock port in startup()/shutdown() callbacks | Ryo Takakura | 1 | -0/+6 |
2025-04-11 | tty: Require CAP_SYS_ADMIN for all usages of TIOCL_SELMOUSEREPORT | Günther Noack | 1 | -3/+2 |
2025-04-11 | serial: msm: Configure correct working mode before starting earlycon | Stephan Gerhold | 1 | -0/+6 |
2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 22 | -44/+44 |
2025-04-02 | Merge tag 'tty-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 37 | -1248/+1953 |
2025-03-29 | Merge tag 's390-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 1 | -3/+4 |
2025-03-27 | Merge tag 'printk-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -4/+21 |
2025-03-27 | Merge branch 'for-6.15-console-suspend-api-cleanup' into for-linus | Petr Mladek | 1 | -3/+3 |
2025-03-24 | tty: serial: fsl_lpuart: Fix unused variable 'sport' build warning | Sherry Sun | 1 | -3/+0 |
2025-03-20 | serial: stm32: do not deassert RS485 RTS GPIO prematurely | Cheick Traore | 1 | -3/+1 |
2025-03-20 | serial: 8250: add driver for NI UARTs | Chaitanya Vadrevu | 3 | -0/+475 |
2025-03-20 | serial: icom: fix code format problems | Charles Han | 1 | -5/+4 |
2025-03-20 | serial: sh-sci: Save and restore more registers | Geert Uytterhoeven | 1 | -0/+25 |
2025-03-20 | tty: serial: pl011: remove incorrect of_match_ptr annotation | Arnd Bergmann | 2 | -4/+4 |
2025-03-20 | tty: serial: lpuart: only disable CTS instead of overwriting the whole UARTMO... | Sherry Sun | 1 | -5/+7 |
2025-03-20 | serial: 8250_dma: terminate correct DMA in tx_dma_flush() | John Keeping | 1 | -1/+1 |
2025-03-20 | tty: serial: fsl_lpuart: rename register variables more specifically | Sherry Sun | 1 | -110/+110 |
2025-03-20 | tty: serial: fsl_lpuart: use port struct directly to simply code | Sherry Sun | 1 | -108/+102 |
2025-03-20 | tty: serial: fsl_lpuart: Use u32 and u8 for register variables | Sherry Sun | 1 | -47/+46 |
2025-03-20 | tty: serial: fsl_lpuart: disable transmitter before changing RS485 related re... | Sherry Sun | 1 | -0/+17 |
2025-03-20 | tty: serial: 8250: Add Brainboxes XC devices | Cameron Williams | 1 | -0/+30 |
2025-03-20 | tty: serial: 8250: Add some more device IDs | Cameron Williams | 1 | -0/+16 |
2025-03-20 | serial: 8250_dw: Comment possible corner cases in serial_out() implementation | Andy Shevchenko | 1 | -0/+17 |
2025-03-20 | serial: switch change_irq and change_port to bool in uart_set_info() | Jiri Slaby (SUSE) | 1 | -2/+2 |
2025-03-20 | serial: 8250_port: simplify serial8250_request_std_resource() | Jiri Slaby (SUSE) | 1 | -15/+10 |
2025-03-20 | serial: 8250_port: do not use goto for UPQ_NO_TXEN_TEST code flow | Jiri Slaby (SUSE) | 1 | -18/+16 |
2025-03-20 | serial: 8250_rsa: simplify rsa8250_{request/release}_resource() | Jiri Slaby (SUSE) | 1 | -12/+9 |
2025-03-20 | serial: 8250: use serial_port_in/out() helpers | Jiri Slaby (SUSE) | 3 | -13/+13 |
2025-03-20 | serial: pass struct uart_state to uart_line_info() | Jiri Slaby (SUSE) | 1 | -3/+2 |
2025-03-20 | serial: remove redundant tty_port_link_device() | Jiri Slaby (SUSE) | 1 | -1/+0 |
2025-03-20 | tty: sunsu: remove unused serial_icr_read() | Jiri Slaby (SUSE) | 1 | -14/+0 |
2025-03-20 | tty: sunsu: drop serial_{in,out}p() | Jiri Slaby (SUSE) | 1 | -87/+77 |
2025-03-20 | tty: moxa: carve out special ioctls and extra tty_port | Jiri Slaby (SUSE) | 1 | -145/+1 |
2025-03-20 | tty: moxa: drop ISA support | Jiri Slaby (SUSE) | 2 | -96/+6 |
2025-03-20 | tty: moxa: drop version dump to logs | Jiri Slaby (SUSE) | 1 | -5/+0 |
2025-03-20 | tty: serdev: drop serdev_controller_ops::write_room() | Jiri Slaby (SUSE) | 2 | -20/+0 |
2025-03-20 | tty: tty_driver: document both {,__}tty_alloc_driver() properly | Jiri Slaby (SUSE) | 1 | -3/+5 |
2025-03-20 | tty: n_tty: move more_to_be_read to the end of n_tty_read() | Jiri Slaby (SUSE) | 1 | -15/+14 |
2025-03-20 | tty: n_tty: extract n_tty_wait_for_input() | Jiri Slaby (SUSE) | 1 | -26/+31 |
2025-03-20 | tty: n_tty: extract n_tty_continue_cookie() from n_tty_read() | Jiri Slaby (SUSE) | 1 | -30/+36 |
2025-03-20 | tty: n_tty: drop n_tty_trace() | Jiri Slaby (SUSE) | 1 | -14/+0 |
2025-03-20 | tty: n_tty: clean up process_output_block() | Jiri Slaby (SUSE) | 1 | -16/+11 |
2025-03-20 | tty: n_tty: simplify process_output() | Jiri Slaby (SUSE) | 1 | -10/+4 |
2025-03-20 | tty: n_tty: use uint for space returned by tty_write_room() | Jiri Slaby (SUSE) | 1 | -6/+7 |
2025-03-20 | tty: move N_TTY_BUF_SIZE to n_tty | Jiri Slaby (SUSE) | 1 | -0/+2 |
2025-03-20 | tty: audit: do not use N_TTY_BUF_SIZE | Jiri Slaby (SUSE) | 1 | -4/+6 |
2025-03-17 | printk: Add an option to allow ttynull to be a default console device | Adam Simonelli | 1 | -1/+18 |
2025-03-11 | printk: Rename console_start to console_resume | Marcos Paulo de Souza | 1 | -1/+1 |
2025-03-11 | printk: Rename console_stop to console_suspend | Marcos Paulo de Souza | 1 | -2/+2 |
2025-03-04 | s390: Convert MACHINE_IS_[LPAR|VM|KVM], etc, machine_is_[lpar|vm|kvm]() | Heiko Carstens | 1 | -3/+4 |
2025-02-20 | serial: xilinx_uartps: Switch to use hrtimer_setup() | Nam Cao | 1 | -2/+2 |
2025-02-20 | serial: sh-sci: Switch to use hrtimer_setup() | Nam Cao | 1 | -2/+1 |
2025-02-20 | serial: imx: Switch to use hrtimer_setup() | Nam Cao | 1 | -4/+4 |
2025-02-20 | serial: amba-pl011: Switch to use hrtimer_setup() | Nam Cao | 1 | -5/+4 |
2025-02-20 | serial: 8250: Switch to use hrtimer_setup() | Nam Cao | 2 | -8/+5 |
2025-02-20 | serial: xilinx_uartps: Use helper function hrtimer_update_function() | Nam Cao | 1 | -2/+2 |
2025-02-19 | serial: mctrl_gpio: split disable_ms into sync and no_sync APIs | Alexis Lothoré | 7 | -15/+46 |
2025-02-18 | serial: xilinx_uartps: Use helper function hrtimer_update_function() | Nam Cao | 1 | -2/+2 |
2025-02-18 | serial: xilinx_uartps: Switch to use hrtimer_setup() | Nam Cao | 1 | -2/+2 |
2025-02-18 | serial: sh-sci: Switch to use hrtimer_setup() | Nam Cao | 1 | -2/+1 |
2025-02-18 | serial: imx: Switch to use hrtimer_setup() | Nam Cao | 1 | -4/+4 |
2025-02-18 | serial: amba-pl011: Switch to use hrtimer_setup() | Nam Cao | 1 | -5/+4 |
2025-02-18 | serial: 8250: Switch to use hrtimer_setup() | Nam Cao | 2 | -8/+5 |
2025-02-17 | Merge 6.14-rc3 into tty-next | Greg Kroah-Hartman | 9 | -27/+36 |
2025-02-16 | Merge tag 'tty-6.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 8 | -26/+35 |
2025-02-14 | serial: tegra-utc: Add driver for Tegra UART Trace Controller (UTC) | Kartik Rajput | 3 | -0/+649 |
2025-02-14 | Revert "tty/serial: Add kgdb_nmi driver" | Douglas Anderson | 4 | -308/+0 |
2025-02-14 | serial: 8250_dw: Call dw8250_quirks() conditionally | Andy Shevchenko | 1 | -15/+21 |
2025-02-14 | serial: sh-sci: Update the suspend/resume support | Claudiu Beznea | 1 | -2/+69 |
2025-02-14 | tty: serial: fsl_lpuart: Make interrupt name distinct | Stefan Wahren | 1 | -1/+1 |
2025-02-14 | serial: 8250: Fix fifo underflow on flush | John Keeping | 3 | -0/+27 |
2025-02-07 | fsnotify: use accessor to set FMODE_NONOTIFY_* | Amir Goldstein | 1 | -1/+1 |
2025-02-06 | Revert "serial: Airoha SoC UART and HSUART support" | Greg Kroah-Hartman | 6 | -135/+0 |
2025-02-04 | serial: 8250_pnp: Remove unneeded ->iotype assignment | Andy Shevchenko | 1 | -10/+0 |
2025-02-04 | serial: 8250_platform: Remove unneeded ->iotype assignment | Andy Shevchenko | 1 | -9/+0 |
2025-02-04 | serial: 8250_of: Remove unneeded ->iotype assignment | Andy Shevchenko | 1 | -1/+0 |
2025-02-04 | serial: port: Make ->iotype validation global in __uart_read_properties() | Andy Shevchenko | 1 | -4/+5 |
2025-02-04 | serial: port: Always update ->iotype in __uart_read_properties() | Andy Shevchenko | 1 | -1/+1 |
2025-02-04 | serial: port: Assign ->iotype correctly when ->iobase is set | Andy Shevchenko | 1 | -1/+2 |
2025-02-04 | serial: sc16is7xx: Fix IRQ number check behavior | Andre Werner | 1 | -1/+1 |
2025-02-04 | serial: amba-pl011: Implement nbcon console | Toshiyuki Sato | 1 | -46/+97 |
2025-02-04 | serial: 8250_dw: Drop unneeded NULL checks in dw8250_quirks() | Andy Shevchenko | 1 | -2/+2 |
2025-02-04 | serial: mctrl_gpio: Remove unused mctrl_gpio_free | Dr. David Alan Gilbert | 2 | -41/+3 |
2025-02-04 | serial: Airoha SoC UART and HSUART support | Benjamin Larsson | 6 | -0/+135 |
2025-02-04 | tty/ldsem: Remove unused ldsem_down_write_trylock | Dr. David Alan Gilbert | 1 | -17/+0 |
2025-02-04 | serial: pch_uart: Remove legacy PM hook | Andy Shevchenko | 1 | -1/+0 |
2025-02-04 | serial: mpc52xx_uart: Remove legacy PM hook | Andy Shevchenko | 1 | -1/+0 |
2025-01-28 | Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+2 |
2025-01-28 | Merge tag 'tty-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 24 | -424/+564 |
2025-01-26 | Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -2/+1 |
2025-01-22 | Revert "serial: 8250: Switch to nbcon console" | Greg Kroah-Hartman | 2 | -176/+39 |
2025-01-22 | Revert "serial: 8250: Revert "drop lockdep annotation from serial8250_clear_I... | Greg Kroah-Hartman | 1 | -3/+0 |
2025-01-17 | serial: sh-sci: Increment the runtime usage counter for the earlycon device | Claudiu Beznea | 1 | -0/+16 |
2025-01-17 | serial: sh-sci: Clean sci_ports[0] after at earlycon exit | Claudiu Beznea | 1 | -2/+30 |
2025-01-17 | serial: sh-sci: Do not probe the serial port if its slot in sci_ports[] is in... | Claudiu Beznea | 1 | -0/+23 |
2025-01-17 | serial: sh-sci: Move runtime PM enable to sci_probe_single() | Claudiu Beznea | 1 | -18/+6 |
2025-01-17 | serial: sh-sci: Drop __initdata macro for port_cfg | Claudiu Beznea | 1 | -1/+1 |
2025-01-17 | serial: kgdb_nmi: Remove unused knock code | Dr. David Alan Gilbert | 1 | -101/+0 |
2025-01-13 | tty: Permit some TIOCL_SETSEL modes without CAP_SYS_ADMIN | Günther Noack | 2 | -2/+14 |
2025-01-13 | tty: xilinx_uartps: split sysrq handling | Sean Anderson | 1 | -5/+3 |
2025-01-13 | Merge 6.13-rc7 into tty-next | Greg Kroah-Hartman | 3 | -4/+7 |
2025-01-13 | Merge 6.13-rc7 into driver-core-next | Greg Kroah-Hartman | 3 | -4/+7 |
2025-01-12 | drivers: remove get_task_comm() and print task comm directly | Yafang Shao | 1 | -2/+1 |
2025-01-10 | serial: 8250: Revert "drop lockdep annotation from serial8250_clear_IER()" | John Ogness | 1 | -0/+3 |
2025-01-10 | serial: 8250: Switch to nbcon console | John Ogness | 2 | -39/+176 |
2025-01-10 | serial: 8250: Provide flag for IER toggling for RS485 | John Ogness | 4 | -16/+20 |
2025-01-10 | serial: 8250: Use high-level writing function for FIFO | John Ogness | 1 | -4/+10 |
2025-01-10 | serial: 8250: Use frame time to determine timeout | John Ogness | 1 | -2/+10 |
2025-01-10 | serial: 8250: Adjust the timeout for FIFO mode | John Ogness | 1 | -6/+26 |
2025-01-10 | tty: atmel_serial: Use of_property_present() for non-boolean properties | Rob Herring (Arm) | 1 | -14/+4 |
2025-01-10 | serial: sc16is7xx: Add polling mode if no IRQ pin is available | Andre Werner | 1 | -0/+37 |
2025-01-10 | tty: serial: atmel: make it selectable for ARCH_LAN969X | Robert Marko | 1 | -1/+1 |
2025-01-10 | tty: mips_ejtag_fdc: fix one more u8 warning | Jiri Slaby (SUSE) | 1 | -2/+2 |
2025-01-07 | tty: n_gsm: Fix control dlci ADM mode processing | Ivaylo Dimitrov | 1 | -7/+7 |
2025-01-07 | tty: n_gsm: wait until channel 0 is ready | Ivaylo Dimitrov | 1 | -8/+23 |
2025-01-07 | tty: serial: fsl_lpuart: flush RX and TX FIFO when lpuart shutdown | Sherry Sun | 1 | -0/+5 |
2025-01-07 | tty: serial: fsl_lpuart: increase maximum uart_nr to 12 | Sherry Sun | 1 | -1/+1 |
2025-01-03 | driver core: Constify API device_find_child() and adapt for various usages | Zijun Hu | 1 | -2/+2 |
2024-12-23 | serial: amba-pl011: Fix RTS handling in RS485 mode | Miroslav Ondra | 1 | -30/+96 |
2024-12-23 | serial: stm32: use port lock wrappers for break control | Ben Wolsieffer | 1 | -2/+2 |
2024-12-23 | serial: imx: Use uart_port_lock_irq() instead of uart_port_lock() | Xiaolei Wang | 1 | -2/+2 |
2024-12-23 | tty: serial: 8250: Fix another runtime PM usage counter underflow | Ilpo Järvinen | 1 | -0/+3 |
2024-12-23 | serial: 8250: Explain the role of @read_status_mask | John Ogness | 2 | -0/+12 |
2024-12-23 | serial: 8250: Never adjust UART_LSR_DR in @read_status_mask | John Ogness | 3 | -3/+0 |
2024-12-23 | serial: 8250: Do not set UART_LSR_THRE in @read_status_mask | John Ogness | 2 | -2/+2 |
2024-12-23 | serial: 8250: Use @ier bits to determine if Rx is stopped | John Ogness | 1 | -1/+1 |
2024-12-23 | 8250: microchip: pci1xxxx: Add workaround for RTS bit toggle | Rengarajan S | 1 | -1/+59 |
2024-12-16 | Merge 6.13-rc3 into tty-next | Greg Kroah-Hartman | 3 | -2/+32 |
2024-12-14 | Merge tag 'tty-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2 | -1/+31 |
2024-12-14 | tty: Make sysctl table const | Ricardo B. Marliere | 1 | -1/+1 |
2024-12-14 | tty: serial: extract uart_change_port() from uart_set_info() | Jiri Slaby (SUSE) | 1 | -56/+58 |
2024-12-14 | tty: serial: get rid of exit label from uart_set_info() | Jiri Slaby (SUSE) | 1 | -65/+51 |
2024-12-14 | tty: serial_core: use more guard(mutex) | Jiri Slaby (SUSE) | 1 | -52/+31 |
2024-12-14 | serial: altera_uart: Use KBUILD_MODNAME | Tobias Klauser | 1 | -4/+3 |
2024-12-06 | tty: serial: Work around warning backtrace in serial8250_set_defaults | Guenter Roeck | 1 | -1/+2 |
2024-12-04 | serial: sh-sci: Check if TX data was written to device in .tx_empty() | Claudiu Beznea | 1 | -0/+29 |
2024-12-04 | serial: 8250_pci: Share WCH IDs with parport_serial driver | Andy Shevchenko | 1 | -8/+2 |
2024-12-04 | serial: 8250_pci: Resolve WCH vendor ID ambiguity | Andy Shevchenko | 1 | -41/+41 |
2024-12-04 | serial: mpc52xx: Fix typo in mpc52xx_uart.c | Zhu Jun | 1 | -1/+1 |
2024-12-04 | serial: 8250_port: Assign UPIO_UNKNOWN instead of its direct value | Andy Shevchenko | 1 | -1/+1 |
2024-12-04 | serial: sh-sci: Use plain struct copy in early_console_setup() | Geert Uytterhoeven | 1 | -1/+1 |
2024-12-04 | serial: altera_jtaguart: Use KBUILD_MODNAME | Tobias Klauser | 1 | -5/+3 |
2024-12-04 | serial: altera_jtaguart: Use device name when requesting IRQ | Tobias Klauser | 1 | -1/+1 |
2024-12-03 | module: Convert default symbol namespace to string literal | Masahiro Yamada | 1 | -1/+1 |
2024-12-02 | module: Convert symbol namespace to string literal | Peter Zijlstra | 8 | -9/+9 |
2024-12-01 | Get rid of 'remove_new' relic from platform driver struct | Linus Torvalds | 3 | -3/+3 |
2024-11-30 | Merge tag 'tty-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 71 | -217/+328 |
2024-11-30 | Revert "serial: sh-sci: Clean sci_ports[0] after at earlycon exit" | Greg Kroah-Hartman | 1 | -28/+0 |
2024-11-26 | Merge tag 'pci-v6.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -5/+7 |
2024-11-20 | Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 8 | -10/+86 |
2024-11-20 | Merge tag 'printk-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -10/+31 |
2024-11-19 | Merge tag 'irq-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 6 | -6/+6 |
2024-11-18 | Merge branch 'for-6.13-force-console' into for-linus | Petr Mladek | 1 | -10/+8 |
2024-11-16 | serial: amba-pl011: fix build regression | Arnd Bergmann | 1 | -0/+2 |
2024-11-13 | serial: sprd: Add support for sc9632 | Wenhua Lin | 1 | -5/+36 |
2024-11-13 | tty/serial/altera_uart: unwrap error log string | Tobias Klauser | 1 | -2/+2 |
2024-11-13 | tty/serial/altera_jtaguart: unwrap error log string | Tobias Klauser | 1 | -2/+2 |
2024-11-13 | serial: amba-pl011: Fix RX stall when DMA is used | Kartik Rajput | 1 | -0/+5 |
2024-11-13 | tty: ldsic: fix tty_ldisc_autoload sysctl's proc_handler | Nicolas Bouchinet | 1 | -1/+1 |
2024-11-12 | serial: 8250_fintek: Add support for F81216E | Filip Brozovic | 1 | -1/+13 |
2024-11-11 | tty: sysrq: Use printk_force_console context on __handle_sysrq | Marcos Paulo de Souza | 1 | -10/+8 |
2024-11-07 | serial: sh-sci: Clean sci_ports[0] after at earlycon exit | Claudiu Beznea | 1 | -0/+28 |
2024-11-07 | tty: atmel_serial: Fix typo retreives to retrieves | Shivam Chaudhary | 1 | -1/+1 |
2024-11-07 | tty: atmel_serial: Use devm_platform_ioremap_resource() | Mihai Sain | 1 | -9/+3 |
2024-11-05 | serial: 8250: omap: Move pm_runtime_get_sync | Bin Liu | 1 | -2/+2 |
2024-11-04 | tty: serial: samsung: Add Exynos8895 compatible | Ivaylo Ivanov | 1 | -0/+13 |
2024-11-04 | serial: 8250_dw: Add Sophgo SG2044 quirk | Inochi Amaoto | 1 | -2/+3 |
2024-11-04 | altera_jtaguart: Use dev_err() to report error attaching IRQ | Tobias Klauser | 1 | -1/+1 |
2024-11-04 | altera_uart: Use dev_err() to report error attaching IRQ handler | Tobias Klauser | 1 | -1/+1 |
2024-10-30 | serial: rp2: Replace deprecated PCI functions | Philipp Stanner | 1 | -5/+7 |
2024-10-29 | tty: serial: export serial_8250_warn_need_ioport | Arnd Bergmann | 1 | -0/+1 |
2024-10-28 | tty: serial: handle HAS_IOPORT dependencies | Niklas Schnelle | 8 | -10/+85 |
2024-10-21 | Merge 6.12-rc4 into tty-next | Greg Kroah-Hartman | 4 | -56/+66 |
2024-10-16 | serial: ucc_uart: Switch to irq_get_nr_irqs() | Bart Van Assche | 1 | -1/+1 |
2024-10-16 | serial: cpm_uart: Switch to irq_get_nr_irqs() | Bart Van Assche | 1 | -1/+1 |
2024-10-16 | serial: amba-pl011: Switch to irq_get_nr_irqs() | Bart Van Assche | 1 | -1/+1 |
2024-10-16 | serial: amba-pl010: Switch to irq_get_nr_irqs() | Bart Van Assche | 1 | -1/+1 |
2024-10-16 | serial: 8250: Switch to irq_get_nr_irqs() | Bart Van Assche | 1 | -1/+1 |
2024-10-16 | serial: core: Switch to irq_get_nr_irqs() | Bart Van Assche | 1 | -1/+1 |
2024-10-11 | serial: 8250_exar: Remove old exar_ee_read() and other unneeded code | Parker Newman | 1 | -90/+0 |
2024-10-11 | serial: 8250_exar: Replace custom EEPROM read with eeprom_93cx6 | Parker Newman | 2 | -13/+46 |
2024-10-11 | serial: qcom-geni: rename suspend functions | Johan Hovold | 1 | -4/+3 |
2024-10-11 | serial: qcom-geni: drop unused receive parameter | Johan Hovold | 1 | -2/+2 |
2024-10-11 | serial: qcom-geni: drop flip buffer WARN() | Johan Hovold | 1 | -3/+2 |
2024-10-11 | serial: qcom-geni: fix receiver enable | Johan Hovold | 1 | -4/+6 |
2024-10-11 | serial: qcom-geni: fix dma rx cancellation | Johan Hovold | 1 | -4/+14 |
2024-10-11 | serial: qcom-geni: fix shutdown race | Johan Hovold | 1 | -0/+2 |
2024-10-11 | serial: qcom-geni: revert broken hibernation support | Johan Hovold | 1 | -39/+2 |
2024-10-11 | serial: qcom-geni: fix polled console initialisation | Johan Hovold | 1 | -1/+19 |
2024-10-11 | serial: imx: Update mctrl old_status on RTSD interrupt | Marek Vasut | 1 | -0/+15 |
2024-10-11 | tty: n_gsm: Fix use-after-free in gsm_cleanup_mux | Longlong Xia | 1 | -0/+2 |
2024-10-11 | vt: prevent kernel-infoleak in con_font_get() | Jeongjun Park | 1 | -1/+1 |
2024-10-11 | serial: imx: Switch to nbcon console | Esben Haabendal | 1 | -19/+101 |
2024-10-11 | tty: serial: fsl_lpuart: add 7-bits format support on imx7ulp/imx8ulp/imx8qxp | Luke Wang | 1 | -5/+16 |
2024-10-11 | serial: sc16is7xx: announce support for SER_RS485_RTS_ON_SEND | Hugo Villeneuve | 1 | -1/+1 |
2024-10-11 | serial: 8250: Fix typos in comments across various files | Yu Jiaoliang | 5 | -8/+8 |
2024-10-11 | serial: 8250_exar: Group CTI EEPROM offsets by device | Andy Shevchenko | 1 | -2/+4 |
2024-10-11 | serial: imx: Add more comments on port lock status | Esben Haabendal | 1 | -0/+10 |
2024-10-11 | serial: imx: Grab port lock in imx_uart_enable_wakeup() | Esben Haabendal | 1 | -0/+5 |
2024-10-11 | serial: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 66 | -66/+66 |