linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-10 07:48:23 to 2023-01-17 11:32:36 UTC [more...]

[PATCH 0/8] serial: imx: work-around for hardware RX flood, and then isr improvements
 2023-01-17 11:32 UTC  (17+ messages)
  ` [PATCH 1/8] serial: imx: factor-out common code to imx_uart_soft_reset()
  ` [PATCH 2/8] serial: imx: work-around for hardware RX flood
  ` [PATCH 3/8] serial: imx: do not sysrq broken chars
  ` [PATCH 4/8] serial: imx: do not break from FIFO reading loop prematurely
  ` [PATCH 5/8] serial: imx: remove redundant USR2 read from FIFO reading loop
  ` [PATCH 6/8] serial: imx: stop using USR2 in "
  ` [PATCH 7/8] serial: imx: use readl() to optimize "
  ` [PATCH 8/8] serial: imx: refine local variables in rxint()

[PATCH v4 00/12] tty/serial: bool conversions and cleanups
 2023-01-17  9:03 UTC  (13+ messages)
` [PATCH v4 01/12] tty: Cleanup tty_port_set_initialized() bool parameter
` [PATCH v4 02/12] tty: Cleamup tty_port_set_suspended() "
` [PATCH v4 03/12] tty: Cleanup tty_port_set_active() "
` [PATCH v4 04/12] tty: moxa: Make local var storing tty_port_initialized() bool
` [PATCH v4 05/12] serial: Convert uart_{,port_}startup() init_hw param to bool
` [PATCH v4 06/12] tty: Convert ->carrier_raised() and callchains "
` [PATCH v4 07/12] tty: Convert ->dtr_rts() to take bool argument
` [PATCH v4 08/12] tty/serial: Make ->dcd_change()+uart_handle_dcd_change() status bool active
` [PATCH v4 09/12] serial: Make uart_handle_cts_change() status param "
` [PATCH v4 10/12] tty: Return bool from tty_termios_hw_change()
` [PATCH v4 11/12] tty: Call ->dtr_rts() parameter active consistently
` [PATCH v4 12/12] tty: moxa: Rename dtr/rts parameters/variables to active

[PATCH] serial: exar: Add support for Sealevel 7xxxC serial cards
 2023-01-16 20:49 UTC 

[PATCH v11 0/4] Enhance definition of DFH and use enhancements for UART driver
 2023-01-16 18:28 UTC  (6+ messages)
` [PATCH v11 1/4] Documentation: fpga: dfl: Add documentation for DFHv1
` [PATCH v11 2/4] fpga: dfl: Add DFHv1 Register Definitions
` [PATCH v11 3/4] fpga: dfl: add basic support for DFHv1
` [PATCH v11 4/4] tty: serial: 8250: add DFL bus driver for Altera 16550

[PATCH] serial: samsung: fix buffer size for clk_name
 2023-01-16 18:26 UTC  (3+ messages)

[PATCH v2] hid-ft260: Add serial driver
 2023-01-16 16:48 UTC  (2+ messages)
` [PATCH v3] "

remove arch/sh
 2023-01-16  8:52 UTC  (47+ messages)
` [PATCH 01/22] gpu/drm: remove the shmobile drm driver
` [PATCH 02/22] usb: remove the dead USB_OHCI_SH option
` [PATCH 04/22] sound: remove sound/sh
` [PATCH 05/22] sound: remove sh-specific sounds/soc/sh drivers
` [PATCH 06/22] watchdog: remove the shwdt driver
` [PATCH 07/22] cpufreq: remove the sh-cpufreq driver
` [PATCH 08/22] dmaengine: remove the shdmac driver
` [PATCH 09/22] i2c: remove i2c-sh7760
` [PATCH 10/22] input: remove sh_keysc
` [PATCH 11/22] mtd/nand: remove sh_flctl
` [PATCH 12/22] net/ethernet/8390: remove stnic
` [PATCH 15/22] spi: remove spi-sh
` [PATCH 16/22] spi: remove spi-sh-sci
` [PATCH 17/22] spi: remove spi-jcore
` [PATCH 18/22] usb: remove ehci-sh
` [PATCH 19/22] fbdev: remove sh7760fb
` [PATCH 20/22] media: remove sh_vou
` [PATCH 21/22] drivers: platform: remove is_sh_early_platform_device
` [PATCH 22/22] drivers: platform: remove early_platform_cleanup
  ` [PATCH 13/22] pinctrl: remove renesas sh controllers

[PATCH v5 1/1] serial: core: Start managing serial controllers to enable runtime PM
 2023-01-16  7:59 UTC 

[PATCH v10 0/4] Enhance definition of DFH and use enhancements for UART driver
 2023-01-13 19:05 UTC  (13+ messages)
` [PATCH v10 3/4] fpga: dfl: add basic support for DFHv1
` [PATCH v10 4/4] tty: serial: 8250: add DFL bus driver for Altera 16550

[PATCH v2] tty: serial: kgdboc: fix mutex locking order for configure_kgdboc()
 2023-01-13 13:01 UTC  (4+ messages)

[PATCH v3 00/13] tty/serial: bool conversions and cleanups
 2023-01-13 11:50 UTC  (23+ messages)
` [PATCH v3 01/13] tty: Cleanup tty_port_set_initialized() bool parameter
` [PATCH v3 02/13] tty: Cleamup tty_port_set_suspended() "
` [PATCH v3 03/13] tty: Cleanup tty_port_set_active() "
` [PATCH v3 04/13] tty: moxa: Make local var storing tty_port_initialized() bool
` [PATCH v3 05/13] serial: Convert uart_{,port_}startup() init_hw param to bool
` [PATCH v3 06/13] tty: Convert ->carrier_raised() and callchains "
` [PATCH v3 07/13] tty: Convert ->dtr_rts() to take bool argument
` [PATCH v3 08/13] tty/serial: Make ->dcd_change()+uart_handle_dcd_change() status bool active
` [PATCH v3 09/13] serial: Make uart_handle_cts_change() status param "
` [PATCH v3 10/13] tty: Return bool from tty_termios_hw_change()
` [PATCH v3 11/13] tty/serial: Call ->dtr_rts() parameter active consistently
` [PATCH v3 12/13] tty: moxa: Rename dtr/rts parameters/variables to active
` [PATCH v3 13/13] usb/serial: "

[PATCH] tty: serial: kgdboc: fix mutex locking order for configure_kgdboc()
 2023-01-13  2:32 UTC  (4+ messages)

[PATCH v6] serial: linflexuart: Remove redundant uart type assignment
 2023-01-12 20:13 UTC  (2+ messages)

[PATCH v5] serial: stm32: Merge hard IRQ and threaded IRQ handling into single IRQ handler
 2023-01-12 18:04 UTC 

[PATCH v3] serial: stm32: Merge hard IRQ and threaded IRQ handling into single IRQ handler
 2023-01-12 17:57 UTC  (8+ messages)

[PATCH v2] serial: atmel: fix incorrect baudrate setup
 2023-01-12 16:15 UTC  (2+ messages)

[PATCH 5.15 08/10] serial: fixup backport of "serial: Deassert Transmit Enable on probe in driver-specific way"
 2023-01-12 13:56 UTC 

[PATCH 5.10 1/2] fsl_lpuart: Don't enable interrupts too early
 2023-01-12 12:47 UTC  (2+ messages)

[PATCH 5.15.y] tty: serial: fsl_lpuart: fixup error path in lpuart_probe()
 2023-01-12 12:41 UTC  (3+ messages)
` [PATCH 5.15.y v2] serial: fixup backport of "serial: Deassert Transmit Enable on probe in driver-specific way"

[PATCH v2 05/16] driver core: make struct device_type.uevent() take a const *
 2023-01-12 11:58 UTC  (5+ messages)

[PATCH 01/11] tty: vt: remove vc_uniscr_debug_check()
 2023-01-12 10:15 UTC  (23+ messages)
` [PATCH 02/11] tty: vt: drop get_vc_uniscr()
` [PATCH 03/11] tty: vt: remove reference to undefined NO_VC_UNI_SCREEN
` [PATCH 04/11] tty: vt: use sizeof(*variable) where possible
` [PATCH 05/11] tty: vt: remove char32_t typedef
` [PATCH 06/11] tty: vt: remove struct uni_screen
` [PATCH 07/11] tty: vt: replace BUG_ON() by WARN_ON_ONCE()
` [PATCH 08/11] tty: vt: simplify some unicode conditions
` [PATCH 09/11] tty: vt: separate array juggling to juggle_array()
` [PATCH 10/11] tty: vt: saner names for more scroll variables
` [PATCH 11/11] tty: vt: cache row count in con_scroll()

[PATCH v6 00/14] serial: qcom-geni-serial: implement support for SE DMA
 2023-01-12  9:41 UTC  (3+ messages)

Silikonmischungen
 2023-01-12  8:35 UTC 

[PATCH 3/5] driver core: make struct device_type.uevent() take a const *
 2023-01-11  9:52 UTC  (7+ messages)

[PATCH v2 00/13] tty/serial: bool conversions and cleanups
 2023-01-11  5:59 UTC  (19+ messages)
` [PATCH v2 01/13] tty: Cleanup tty_port_set_initialized() bool parameter
` [PATCH v2 02/13] tty: Cleamup tty_port_set_suspended() "
` [PATCH v2 03/13] tty: Cleanup tty_port_set_active() "
` [PATCH v2 04/13] tty: moxa: Make local var storing tty_port_initialized() bool
` [PATCH v2 05/13] serial: Convert uart_{,port_}startup() init_hw param to bool
` [PATCH v2 06/13] tty: Convert ->carrier_raised() and callchains "
` [PATCH v2 07/13] tty: Convert ->dtr_rts() to take bool argument
` [PATCH v2 08/13] tty/serial: Make ->dcd_change()+uart_handle_dcd_change() status bool active
` [PATCH v2 09/13] serial: Make uart_handle_cts_change() status param "
` [PATCH v2 10/13] tty: Return bool from tty_termios_hw_change()
` [PATCH v2 11/13] tty/serial: Call ->dtr_rts() parameter active consistently
` [PATCH v2 12/13] tty: moxa: Rename dtr/rts parameters/variables to active
` [PATCH v2 13/13] usb/serial: "

[PATCH v3 0/3] Add generic framebuffer support to EFI earlycon driver
 2023-01-10 14:32 UTC  (6+ messages)

[PATCH v4] serial: stm32: Merge hard IRQ and threaded IRQ handling into single IRQ handler
 2023-01-10 12:56 UTC 

Słowa kluczowe do wypozycjonowania
 2023-01-10  8:40 UTC 

[PATCH v3 0/2] tty: serial: dz: convert atomic_* to refcount_*
 2023-01-10  7:57 UTC  (7+ messages)
` [PATCH v3 1/2] tty: serial: dz: convert atomic_* to refcount_* APIs for map_guard
  ` [PATCH v4 "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).