Show patches with: Archived = No       |   6289 patches
« 1 2 ... 7 8 962 63 »
Patch Series S/W/F Date Submitter Delegate State
[1/2] serial: stm32: do not always set SER_RS485_RX_DURING_TX if RS485 is enabled [1/2] serial: stm32: do not always set SER_RS485_RX_DURING_TX if RS485 is enabled --- 2024-02-16 Lino Sanfilippo New
[1/2] serial: stm32: Factor out GPIO RTS toggling into separate function [1/2] serial: stm32: Factor out GPIO RTS toggling into separate function --- 2022-04-30 Marek Vasut New
[1/2] serial: stm32: Ignore return value of uart_remove_one_port() in .remove() serial: Make uart_remove_one_port() return void --- 2023-05-12 Uwe Kleine-König New
[1/2] serial: stm32: prevent TDR register overwrite when sending x_char serial: stm32: fix software flow control --- 2022-01-11 Valentin Caron New
[1/2] serial: stm32: Return IRQ_NONE in the ISR if no handling happend serial: stm32: Two fixes --- 2024-04-17 Uwe Kleine-König New
[1/2] serial: ucc_uart: Use uart_circ_empty() [1/2] serial: ucc_uart: Use uart_circ_empty() --- 2023-03-20 Ilpo Järvinen New
[1/2] Simplify sysrq help [1/2] Simplify sysrq help --- 2023-08-28 Andras Sebok New
[1/2] soc: qcom: geni: Disable MMIO tracing Disable MMIO tracing from QUP wrapper and serial driver --- 2022-05-02 Vijaya Krishna Nivarthi New
[1/2] soc: qcom: geni-se: Add M_TX_FIFO_NOT_EMPTY bit definition [1/2] soc: qcom: geni-se: Add M_TX_FIFO_NOT_EMPTY bit definition --- 2024-01-12 Doug Anderson New
[1/2] tty: add new helper function tty_get_mget ledtrig-tty: add new state evaluation --- 2023-09-26 Florian Eckert Superseded
[1/2] tty: hvc: Make hvc_remove() return no value tty: hvc: Convert to platform remove callback returning void --- 2023-11-05 Uwe Kleine-König New
[1/2] tty: n_gsm: fix possible out-of-bounds in gsm0_receive() [1/2] tty: n_gsm: fix possible out-of-bounds in gsm0_receive() --- 2024-04-24 D. Starke New
[1/2] tty: n_gsm: fix race condition in status line change on dead connections [1/2] tty: n_gsm: fix race condition in status line change on dead connections --- 2023-10-26 D. Starke New
[1/2] tty: n_gsm: fix user open not possible at responder until initiator open [1/2] tty: n_gsm: fix user open not possible at responder until initiator open --- 2022-05-06 D. Starke Superseded
[1/2] tty: Prevent writing chars during tcsetattr TCSADRAIN/FLUSH [1/2] tty: Prevent writing chars during tcsetattr TCSADRAIN/FLUSH --- 2023-03-16 Ilpo Järvinen Superseded
[1/2] tty: rocket, remove unneeded variable [1/2] tty: rocket, remove unneeded variable --- 2020-04-17 Jiri Slaby New
[1/2] tty: serial: 8250: Fix MOXA RS422/RS485 PCIe boards not work by default [1/2] tty: serial: 8250: Fix MOXA RS422/RS485 PCIe boards not work by default --- 2023-10-27 Crescent CY Hsieh Superseded
[1/2] tty/serial: Add st,swap OF option to stm32-usart [1/2] tty/serial: Add st,swap OF option to stm32-usart --- 2020-02-29 Martin Devera New
[1/2] tty: serial_core: Export uart_console_device so it can be used by modules [1/2] tty: serial_core: Export uart_console_device so it can be used by modules --- 2020-01-07 John Stultz New
[1/2] tty/serial: delete break after return drivers/tty: delete break after return or goto --- 2020-11-07 Bernard Zhao New
[1/2] tty: serial: fsl_lpuart: correct the count of break characters [1/2] tty: serial: fsl_lpuart: correct the count of break characters --- 2022-07-15 Sherry Sun Superseded
[1/2] tty: serial: fsl_lpuart: fix the potential bug of division or modulo by zero Fix two coverity issues in fsl_lpuart.c --- 2021-04-26 Sherry Sun Superseded
[1/2] tty: serial: fsl_lpuart: move the lpuart32_int() below fsl_lpuart: Add IDLE interrupt support for rx_dma on imx7ulp/imx8ulp/imx8qxp --- 2023-07-10 Sherry Sun New
[1/2] tty: serial: fsl_lpuart: only enable Idle Line Interrupt for non-dma case fsl_lpuart: add some new features for lpuart driver --- 2022-11-09 Sherry Sun New
[1/2] tty: serial: max310x: convert to use maple tree register cache [1/2] tty: serial: max310x: convert to use maple tree register cache --- 2024-03-18 wangkaiyuan New
[1/2] tty: serial: msm_serial: Fix lockup for sysrq and oops [1/2] tty: serial: msm_serial: Fix lockup for sysrq and oops --- 2019-11-24 Leo Yan Superseded
[1/2] tty: serial: print earlycon info after match->setup [1/2] tty: serial: print earlycon info after match->setup --- 2020-09-11 Hsin-Yi Wang New
[1/2] tty: serial: provide devm_uart_add_one_port() tty: serial: add and use a managed variant of uart_add_one_port() --- 2022-12-09 Bartosz Golaszewski New
[1/2] tty: serial: qcom-geni-serial: check correct dma address before unprep [1/2] tty: serial: qcom-geni-serial: check correct dma address before unprep --- 2023-03-07 Srinivas Kandagatla New
[1/2] tty: serial: qcom_geni_serial: No need to stop tx/rx on UART shutdown [1/2] tty: serial: qcom_geni_serial: No need to stop tx/rx on UART shutdown --- 2020-03-13 Doug Anderson New
[1/2] tty: serial: samsung: drop earlycon support for unsupported platforms [1/2] tty: serial: samsung: drop earlycon support for unsupported platforms --- 2023-10-19 André Draszik New
[1/2] tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() in case of error [1/2] tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() in case of error --- 2023-06-09 Christophe JAILLET New
[1/2] tty: serial: uartlite: Disable clocks in case of errors [1/2] tty: serial: uartlite: Disable clocks in case of errors --- 2021-05-25 Shubhrajyoti Datta New
[1/2] tty/vt: defkeymap.c_shipped, little unification with loadkeys [1/2] tty/vt: defkeymap.c_shipped, little unification with loadkeys --- 2022-06-02 Jiri Slaby New
[1/2] tty: vt: make vtconsole_class constant [1/2] tty: vt: make vtconsole_class constant --- 2023-10-05 Greg Kroah-Hartman New
[1/2,v2] alpha: add a delay to inb_p, inb_w and inb_l [1/2,v2] alpha: add a delay to inb_p, inb_w and inb_l --- 2020-05-06 Mikulas Patocka New
[1/2,v3] alpha: add a delay to inb_p, inb_w and inb_l [1/2,v3] alpha: add a delay to inb_p, inb_w and inb_l --- 2020-05-07 Mikulas Patocka New
[1/2] vt_ioctl: Remove in_interrupt() check [1/2] vt_ioctl: Remove in_interrupt() check --- 2021-02-08 Sebastian Andrzej Siewior New
[1/2] vt: selection, push console lock down [1/2] vt: selection, push console lock down --- 2020-02-28 Jiri Slaby New
[1/2] vt: selection, split __set_selection_kernel [1/2] vt: selection, split __set_selection_kernel --- 2020-04-15 Jiri Slaby New
[13/13] arm64: defconfig: make at24 eeprom builtin GS101 Oriole: CMU_PERIC0 support and USI updates --- 2023-12-14 Tudor Ambarus New
[13/13] dmaengine: at_xdmac: Fix race over irq_status dmaengine: at_xdmac: Various fixes --- 2021-11-16 Tudor Ambarus New
[13/13] serial: stm32: add support for "flush_buffer" ops stm32 usart various fixes --- 2021-02-19 Erwan LE RAY Superseded
[13/14] tty: n_tty: extract ECHO_OP processing to a separate function tty: n_tty: cleanup --- 2023-08-16 Jiri Slaby Superseded
[13/15] clk: renesas: cpg-mssr: Add support for R-Car V4H Untitled series #173288 --- 2022-04-20 Yoshihiro Shimoda New
[13/15] reset: Add Nuvoton ma35d1 reset driver support [01/15] arm64: Kconfig.platforms: Add config for Nuvoton MA35 platform --- 2023-03-15 Jacky Huang New
[13/15] tty: atmel_serial: use single DMA mapping for TX tty: serial: switch from circ_buf to kfifo --- 2024-04-05 Jiri Slaby New
[13/16] clk: renesas: Add CPG core wrapper for RZ/G2L SoC Add new Renesas RZ/G2L SoC and Renesas RZ/G2L SMARC EVK support --- 2021-05-14 Prabhakar Mahadev Lad New
[13/16] tty: drivers/s390/char/, stop using tty_flip_buffer_push [01/16] tty: unexport tty_ldisc_release --- 2021-09-14 Jiri Slaby New
[13/16] tty: serial: sh-sci: Add support for R-Car Gen4 [01/16] dt-bindings: arm: renesas: Document R-Car S4-8 SoC DT bindings --- 2021-11-16 Yoshihiro Shimoda Superseded
[13/16] vc_screen: extract vcs_read_buf_noattr [01/16] vt: make vc_data pointers const in selection.h --- 2020-08-18 Jiri Slaby New
[13/17] vt: keyboard, remove unneeded func_* declarations [01/17] vt: keyboard, remove ctrl_alt_del declaration --- 2020-10-29 Jiri Slaby New
[13/18] serial: max310x: use common detect function for all variants Untitled series #232785 --- 2024-01-17 Hugo Villeneuve Superseded
[13/18] serial: pch: Invoke handle_rx_to() directly. serial: Use uart_prepare_sysrq_char(). --- 2024-03-01 Sebastian Andrzej Siewior New
[13/18] serial: sc16is7xx: use in_range() for DT properties bound checks serial: sc16is7xx: fixes, cleanups and improvements --- 2023-12-19 Hugo Villeneuve New
[13/18] tty: serial: samsung: return bool for s3c24xx_serial_txempty_nofifo() serial: samsung: gs101 updates and winter cleanup --- 2024-01-10 Tudor Ambarus Superseded
[13/19] mxser: clean up timeout handling in mxser_wait_until_sent() mxser: another round of cleanups and fixes --- 2021-11-18 Jiri Slaby New
[13/20] tty: n_gsm: fix wrong signal octets encoding in MSC [01/20] tty: n_gsm: fix missing mux reset on config change at responder --- 2022-04-14 D. Starke New
[13/22] dt-bindings: nvmem: imx-ocotp: Update i.MX 8M compatibles Untitled series #52448 --- 2020-08-23 Krzysztof Kozlowski New
[13/22] tty: vt: move CSI DEC handling to a separate function tty: vt: cleanup ESC sequences handling --- 2024-02-02 Jiri Slaby New
[13/23] tty: reformat kernel-doc in tty_ldisc.c tty: documentation revamp --- 2021-11-26 Jiri Slaby New
[13/26] serial: mcf: drop low-latency workaround tty: drop low-latency workarounds --- 2021-04-21 Johan Hovold New
[13/28] misc: vmci_guest: Use PCI_IRQ_ALL_TYPES Remove PCI_IRQ_LEGACY --- 2024-03-25 Damien Le Moal New
[13/31] spi: spi-qcom-qspi: fix potential mem leak in qcom_qspi_probe() Introduce devm_pm_opp_* API --- 2021-01-01 Yangtao Li New
[13/35] tty: cumulate and document tty_struct::ctrl* members Untitled series #124753 --- 2021-05-05 Jiri Slaby New
[13/36] serial: ar933x: Fill in rs485_supported RS485 serial_rs485 sanitization --- 2022-06-06 Ilpo Järvinen New
[13/36] tty: serial: 8250: 8250_port: Staticify functions referenced by pointers [01/36] tty: serdev: core: Remove unused variable 'dummy' --- 2020-11-04 Lee Jones New
[13/37] clk: renesas: rzg2l: use FIELD_GET() for PLL register fields [01/37] dt-bindings: serial: renesas,scif: document r9a08g045 support --- 2023-09-12 Claudiu New
[13/38] vt: rearrange vc_translate_unicode Untitled series #39157 --- 2020-06-15 Jiri Slaby New
[13/44] tty: 8250/serial_cs, propagate errors in simple_config [01/44] MAINTAINERS: orphan mxser --- 2021-03-02 Jiri Slaby New
[13/45] tty: vt: define an enum for CSI+K codes tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby Superseded
[13/52] serial: esp32_acm: Convert to platform remove callback returning void serial: Convert to platform remove callback returning void --- 2023-11-10 Uwe Kleine-König New
[13/70] mxser: extract port ISR mxser: cleanup --- 2021-06-18 Jiri Slaby New
[1/3] 8250_men_mcb: Add clockrate speed for G215/F215 boards 8250_men_mcb: Make UART port autoconfigurable --- 2023-07-05 Rodríguez Barbarin, José Javier New
[1/3] arm64: dts: actions: s900: Enable Tx DMA for UART5 Add slave DMA support for Actios Semi S900 SoC --- 2018-09-01 Manivannan Sadhasivam New
[1/3] Documentation: devices.txt: Remove ttyIOC* [1/3] Documentation: devices.txt: Remove ttyIOC* --- 2023-08-14 Christophe Leroy New
[1/3] Documentation: Move Oxford Semiconductor PCIe (Tornado) 950 to misc-devices Documentation: Fix issues with Oxford Semiconductor PCIe (Tornado) 950 --- 2022-05-13 Maciej W. Rozycki New
[1/3] drivers/tty/serial/8250: simplify Aspeed VUART SIRQ polarity DT config [1/3] drivers/tty/serial/8250: simplify Aspeed VUART SIRQ polarity DT config --- 2021-03-30 Zev Weiss New
[1/3] dt-bindings: serial: amlogic,meson-uart: add amlogic,uart-fifosize property tty: serial: meson: add amlogic,uart-fifosize property --- 2021-03-15 Neil Armstrong New
[1/3] dt-bindings: serial: cdsn,uart: Add optional reset property Add support for uartps controller reset --- 2024-04-19 Manikanta Guntupalli Superseded
[1/3] dt-bindings: serial: Convert i.MX uart to json-schema [1/3] dt-bindings: serial: Convert i.MX uart to json-schema --- 2020-08-05 Anson Huang New
[1/3] dt-bindings: serial: renesas,scif: Remove redundant renesas,scif-r9a07g054 [1/3] dt-bindings: serial: renesas,scif: Remove redundant renesas,scif-r9a07g054 --- 2022-02-06 Biju Das Superseded
[1/3] gpio: sprd: Modify the calculation method of eic number [1/3] gpio: sprd: Modify the calculation method of eic number --- 2023-08-08 Wenhua Lin New
[1/3] MIPS: Add header for UHI semihosting defines serial, MIPS: Add MIPS UHI semihosting support --- 2023-10-27 Jiaxun Yang Superseded
[1/3] MIPS: Add header for UHI semihosting defines [1/3] MIPS: Add header for UHI semihosting defines --- 2023-10-27 Jiaxun Yang New
[1/3,net-next] net: remove netx ethernet driver [1/3,net-next] net: remove netx ethernet driver --- 2019-07-22 Arnd Bergmann Accepted
[1/3] serdev: ttyport: add devt for tty port [1/3] serdev: ttyport: add devt for tty port --- 2020-05-06 Claire Chang New
[1/3] serial: 8250: allow use of non-runtime configured uart ports [1/3] serial: 8250: allow use of non-runtime configured uart ports --- 2022-10-13 Martin Hundebøll Superseded
[1/3] serial: 8250_aspeed_vuart: factor out aspeed_vuart_{read,write}b() helper functions serial: 8250_aspeed_vuart: fix duplicate __release_region() on unbind --- 2021-05-10 Zev Weiss New
[1/3] serial: 8250: Discard RTS/DTS setting from clock update method serial: 8250_dw: Fix clk-notifier/port suspend deadlock --- 2020-09-23 Serge Semin New
[1/3] serial: 8250_fintek.c: Finish support for the F81865 [1/3] serial: 8250_fintek.c: Finish support for the F81865 --- 2022-03-11 Trevor Woerner New
[1/3] serial: 8250: Handle UART without interrupt on TEMT using em485 Handle UART without interrupt on TEMT using em485 --- 2021-01-28 Eric Tremblay New
[1/3] serial: 8250_ingenic: Use of_device_get_match_data [1/3] serial: 8250_ingenic: Use of_device_get_match_data --- 2021-08-22 Tang Bin New
[1/3] serial: 8250_mtk: Fix UART_EFR register address MediaTek 8250 UART: fixes and improvements --- 2022-04-27 AngeloGioacchino Del Regno New
[1/3] serial: 8250: of: Check for CONFIG_SERIAL_8250_BCM7271 serial: 8250: Add driver for Broadcom UART --- 2020-11-20 Alan Cooper Superseded
[1/3] serial: 8250: RT288x/Au1xxx code away from core serial: Separate RT288x/Au1xxx code into own file --- 2022-12-30 Ilpo Järvinen Superseded
[1/3] serial: amba-pl011: make platform driver generic --- 2016-02-15 Jun Nie Superseded
[1/3] serial: core: Document why UPF_SPD_CUST is not handled in uart_get_baud_rate() serial: Fix support for UPF_SPD_* flags --- 2022-03-21 Pali Rohár New
[1/3] serial: do not restore interrupt state in sysrq helper serial: sysrq cleanup and stm32 fixes --- 2021-04-16 Johan Hovold New
[1/3] serial: liteuart: fix compile testing serial: liteuart: fix compile testing and driver unbind --- 2021-11-15 Johan Hovold New
« 1 2 ... 7 8 962 63 »