summaryrefslogtreecommitdiffstats
path: root/drivers/tty
AgeCommit message (Expand)AuthorLines
2023-08-27tty: n_tty: use 'num' for writes' countsJiri Slaby (SUSE)-9/+8
2023-08-27tty: n_tty: use output character directlyJiri Slaby (SUSE)-2/+1
2023-08-27tty: n_tty: make flow of n_tty_receive_buf_common() a boolJiri Slaby (SUSE)-3/+3
2023-08-27Revert "tty: serial: meson: Add a earlycon for the T7 SoC"Lucas Tanure-2/+0
2023-08-22serial: 8250_bcm7271: improve bcm7271 8250 portJustin Chen-3/+9
2023-08-22serial: sc16is7xx: add missing support for rs485 devicetree propertiesHugo Villeneuve-0/+4
2023-08-22serial: sc16is7xx: fix bug when first setting GPIO directionHugo Villeneuve-1/+10
2023-08-22serial: sc16is7xx: fix regression with GPIO configurationHugo Villeneuve-35/+108
2023-08-22serial: sc16is7xx: remove obsolete out_thread labelHugo Villeneuve-3/+1
2023-08-22serial: sc16is7xx: fix broken port 0 uart initHugo Villeneuve-0/+6
2023-08-22serial: 8250_dw: fall back to poll if there's no interruptJisheng Zhang-1/+4
2023-08-22serial: tegra: handle clk prepare error in tegra_uart_hw_init()Yi Yang-1/+5
2023-08-22serial: sifive: Add suspend and resume operationsNick Hu-0/+18
2023-08-22tty: serial: meson: Add a earlycon for the T7 SoCLucas Tanure-0/+2
2023-08-22serial: stm32: synchronize RX DMA channel in shutdownAmelie Delaunay-1/+3
2023-08-22serial: stm32: replace access to DMAR bit by dmaengine_pause/resumeValentin Caron-94/+106
2023-08-22serial: stm32: group dma pause/resume error handling into single functionValentin Caron-45/+83
2023-08-22serial: stm32: modify parameter and rename stm32_usart_rx_dma_enabledValentin Caron-8/+8
2023-08-22serial: stm32: use DMAT as a configuration bitValentin Caron-5/+3
2023-08-22serial: stm32: avoid clearing DMAT bit during transferValentin Caron-32/+44
2023-08-22tty: n_gsm: add restart flag to extended ioctl configDaniel Starke-0/+23
2023-08-22tty: n_gsm: cleanup gsm_control_command and gsm_control_replyDaniel Starke-4/+6
2023-08-22tty: n_gsm: increase gsm_mux unsupported counted where appropriateDaniel Starke-0/+3
2023-08-22tty: n_gsm: increase malformed counter for malformed control framesDaniel Starke-1/+3
2023-08-22tty: n_gsm: add open_error counter to gsm_muxDaniel Starke-5/+20
2023-08-22tty: n_gsm: remove unneeded initialization of ret in gsm_dlci_configDaniel Starke-2/+1
2023-08-22tty: n_gsm: add restart flag to DLC specific ioctl configDaniel Starke-0/+4
2023-08-22tty: tty_buffer: invert conditions in __tty_buffer_request_room()Jiri Slaby (SUSE)-22/+22
2023-08-22tty: tty_buffer: initialize variables in initializers alreadyJiri Slaby (SUSE)-10/+3
2023-08-22tty: tty_buffer: better types in __tty_buffer_request_room()Jiri Slaby (SUSE)-1/+2
2023-08-22tty: tty_buffer: use __tty_insert_flip_string_flags() in tty_insert_flip_char()Jiri Slaby (SUSE)-26/+0
2023-08-22tty: tty_buffer: let tty_prepare_flip_string() return size_tJiri Slaby (SUSE)-2/+3
2023-08-22tty: tty_buffer: switch insert functions to size_tJiri Slaby (SUSE)-6/+6
2023-08-22tty: tty_buffer: warn if losing flags in __tty_insert_flip_string_flags()Jiri Slaby (SUSE)-0/+3
2023-08-22tty: tty_buffer: unify tty_insert_flip_string_{fixed_flag,flags}()Jiri Slaby (SUSE)-55/+15
2023-08-22tty: tty_buffer: use struct_size() in tty_buffer_alloc()Jiri Slaby (SUSE)-2/+1
2023-08-21kill do_each_thread()Oleg Nesterov-2/+2
2023-08-20Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman-20/+68
2023-08-18drm/i915: Move abs_diff() to math.hAndy Shevchenko-6/+1
2023-08-18mm: remove arguments of show_mem()Kefeng Wang-2/+2
2023-08-11serial: core: Fix serial core port id, including multiport devicesTony Lindgren-1/+28
2023-08-11serial: 8250: drop lockdep annotation from serial8250_clear_IER()Jiri Slaby (SUSE)-3/+0
2023-08-11tty: n_gsm: fix the UAF caused by race condition in gsm_cleanup_muxYi Yang-1/+2
2023-08-11tty: vcc: convert counts to size_tJiri Slaby (SUSE)-6/+6
2023-08-11tty: hvc: convert counts to size_tJiri Slaby (SUSE)-9/+9
2023-08-11tty: ldops: unify to u8Jiri Slaby (SUSE)-17/+14
2023-08-11tty: audit: unify to u8Jiri Slaby (SUSE)-5/+5
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)-27/+37
2023-08-11tty: propagate u8 data to tty_operations::put_char()Jiri Slaby (SUSE)-6/+6
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)-42/+28