summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* serial: 8250_bcm7271: improve bcm7271 8250 portJustin Chen2023-08-222-3/+9
* serial: sc16is7xx: add missing support for rs485 devicetree propertiesHugo Villeneuve2023-08-221-0/+4
* serial: sc16is7xx: fix bug when first setting GPIO directionHugo Villeneuve2023-08-221-1/+10
* serial: sc16is7xx: fix regression with GPIO configurationHugo Villeneuve2023-08-221-35/+108
* serial: sc16is7xx: remove obsolete out_thread labelHugo Villeneuve2023-08-221-3/+1
* serial: sc16is7xx: fix broken port 0 uart initHugo Villeneuve2023-08-221-0/+6
* serial: 8250_dw: fall back to poll if there's no interruptJisheng Zhang2023-08-221-1/+4
* serial: tegra: handle clk prepare error in tegra_uart_hw_init()Yi Yang2023-08-221-1/+5
* serial: sifive: Add suspend and resume operationsNick Hu2023-08-221-0/+18
* tty: serial: meson: Add a earlycon for the T7 SoCLucas Tanure2023-08-221-0/+2
* serial: stm32: synchronize RX DMA channel in shutdownAmelie Delaunay2023-08-221-1/+3
* serial: stm32: replace access to DMAR bit by dmaengine_pause/resumeValentin Caron2023-08-221-94/+106
* serial: stm32: group dma pause/resume error handling into single functionValentin Caron2023-08-222-45/+83
* serial: stm32: modify parameter and rename stm32_usart_rx_dma_enabledValentin Caron2023-08-221-8/+8
* serial: stm32: use DMAT as a configuration bitValentin Caron2023-08-221-5/+3
* serial: stm32: avoid clearing DMAT bit during transferValentin Caron2023-08-221-32/+44
* tty: n_gsm: add restart flag to extended ioctl configDaniel Starke2023-08-221-0/+23
* tty: n_gsm: cleanup gsm_control_command and gsm_control_replyDaniel Starke2023-08-221-4/+6
* tty: n_gsm: increase gsm_mux unsupported counted where appropriateDaniel Starke2023-08-221-0/+3
* tty: n_gsm: increase malformed counter for malformed control framesDaniel Starke2023-08-221-1/+3
* tty: n_gsm: add open_error counter to gsm_muxDaniel Starke2023-08-221-5/+20
* tty: n_gsm: remove unneeded initialization of ret in gsm_dlci_configDaniel Starke2023-08-221-2/+1
* tty: n_gsm: add restart flag to DLC specific ioctl configDaniel Starke2023-08-221-0/+4
* tty: tty_buffer: invert conditions in __tty_buffer_request_room()Jiri Slaby (SUSE)2023-08-221-22/+22
* tty: tty_buffer: initialize variables in initializers alreadyJiri Slaby (SUSE)2023-08-221-10/+3
* tty: tty_buffer: better types in __tty_buffer_request_room()Jiri Slaby (SUSE)2023-08-221-1/+2
* tty: tty_buffer: use __tty_insert_flip_string_flags() in tty_insert_flip_char()Jiri Slaby (SUSE)2023-08-221-26/+0
* tty: tty_buffer: let tty_prepare_flip_string() return size_tJiri Slaby (SUSE)2023-08-221-2/+3
* tty: tty_buffer: switch insert functions to size_tJiri Slaby (SUSE)2023-08-221-6/+6
* tty: tty_buffer: warn if losing flags in __tty_insert_flip_string_flags()Jiri Slaby (SUSE)2023-08-221-0/+3
* tty: tty_buffer: unify tty_insert_flip_string_{fixed_flag,flags}()Jiri Slaby (SUSE)2023-08-221-55/+15
* tty: tty_buffer: use struct_size() in tty_buffer_alloc()Jiri Slaby (SUSE)2023-08-221-2/+1
* tty: gdm724x: use min_t() for size_t varable and a constantJiri Slaby (SUSE)2023-08-221-3/+3
* Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman2023-08-20362-1776/+3607
|\
| * Merge tag 'tty-6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-08-207-20/+68
| |\
| | * serial: core: Fix serial core port id, including multiport devicesTony Lindgren2023-08-112-1/+28
| | * serial: 8250: drop lockdep annotation from serial8250_clear_IER()Jiri Slaby (SUSE)2023-08-111-3/+0
| | * tty: n_gsm: fix the UAF caused by race condition in gsm_cleanup_muxYi Yang2023-08-111-1/+2
| | * serial: core: Revert port_id useTony Lindgren2023-08-091-1/+1
| | * TIOCSTI: Document CAP_SYS_ADMIN behaviour in KconfigGünther Noack2023-08-091-0/+3
| | * serial: 8250: Fix oops for port->pm on uart_change_pm()Tony Lindgren2023-08-041-0/+1
| | * serial: 8250: Reinit port_id when adding back serial8250_isa_devsTony Lindgren2023-08-041-0/+1
| | * serial: core: Fix kmemleak issue for serial core device removeTony Lindgren2023-08-041-0/+2
| | * serial: core: Fix serial_base_match() after fixing controller port nameTony Lindgren2023-08-031-2/+8
| | * serial: core: Fix serial core controller port name to show controller idTony Lindgren2023-08-011-12/+20
| | * serial: core: Fix serial core port id to not use port->lineTony Lindgren2023-08-012-1/+3
| | * tty: serial: fsl_lpuart: Clear the error flags by writing 1 for lpuart32 plat...Sherry Sun2023-08-011-2/+2
| * | Merge tag 'i2c-for-6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-08-196-8/+36
| |\ \
| | * | i2c: bcm-iproc: Fix bcm_iproc_i2c_isr deadlock issueChengfeng Ye2023-08-141-4/+7
| | * | i2c: sun6i-p2wi: Fix an error message in probe()Dan Carpenter2023-08-141-1/+2