Linux-Serial Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-05 17:04:03 to 2021-06-18 06:16:54 UTC [more...]

[PATCH 00/69] mxser: cleanup
 2021-06-18  6:15 UTC  (59+ messages)
` [PATCH 01/70] mxser: drop ISA support
` [PATCH 02/70] mxser: renumber mxser_cards
` [PATCH 03/70] mxser: remove info printout from init
` [PATCH 04/70] mxser: integrate mxser.h into .c
` [PATCH 05/70] mxser: cleanup Gpci_uart_info struct
` [PATCH 06/70] mxser: rename CheckIsMoxaMust to mxser_get_must_hwid
` [PATCH 07/70] mxser: rename mxser_board::chip_flag to must_hwid
` [PATCH 08/70] mxser: introduce enum mxser_must_hwid
` [PATCH 09/70] mxser: drop constant board::uart_type
` [PATCH 10/70] mxser: move max_baud from port to board
` [PATCH 11/70] mxser: remove nonsense from ISR
` [PATCH 12/70] mxser: cleanup LSR handling in mxser_receive_chars
` [PATCH 13/70] mxser: extract port ISR
` [PATCH 14/70] mxser: simplify mxser_interrupt and drop mxser_board::vector_mask
` [PATCH 15/70] mxser: extract mxser_receive_chars_new
` [PATCH 16/70] mxser: extract mxser_receive_chars_old
` [PATCH 17/70] mxser: remove else from LSR bits checks
` [PATCH 18/70] mxser: correct types for uart variables
` [PATCH 19/70] mxser: make xmit ring buffer variables unsigned
` [PATCH 20/70] mxser: drop UART_MCR_AFE and UART_LSR_SPECIAL defines
` [PATCH 21/70] mxser: drop unused MOXA_DIAGNOSE macro
` [PATCH 22/70] mxser: remove MOXA_GET_MAJOR deprecated ioctl
` [PATCH 23/70] mxser: remove MOXA_SET_BAUD_METHOD ioctl
` [PATCH 24/70] mxser: remove MOXA_ASPP_MON and friends
` [PATCH 25/70] mxser: remove MOXA_ASPP_LSTATUS ioctl
` [PATCH 26/70] mxser: remove MOXA_CHKPORTENABLE ioctl
` [PATCH 27/70] mxser: remove MOXA_GETDATACOUNT ioctl
` [PATCH 28/70] mxser: remove MOXA_GETMSTATUS ioctl
` [PATCH 29/70] mxser: remove MOXA_ASPP_OQUEUE ioctl
` [PATCH 30/70] mxser: remove MOXA_HighSpeedOn ioctl
` [PATCH 31/70] mxser: remove cnt from mxser_receive_chars
` [PATCH 32/70] mxser: don't allocate MXSER_PORTS + 1
` [PATCH 33/70] mxser: drop unused mxser_port::normal_termios
` [PATCH 34/70] mxser: remove unused mxser_port::stop_rx
` [PATCH 35/70] mxser: drop mxser_port::baud_base
` [PATCH 36/70] mxser: drop mxser_port::custom_divisor
` [PATCH 37/70] mxser: cleanup mxser_change_speed
` [PATCH 38/70] mxser: extract mxser_ioctl_op_mode
` [PATCH 39/70] mxser: simplify mxser_ioctl_op_mode
` [PATCH 40/70] mxser: dedup mxser_must_set_enhance_mode
` [PATCH 41/70] mxser: introduce mxser_must_select_bank and use it
` [PATCH 42/70] mxser: clean up the rest of MUST helpers
` [PATCH 43/70] mxser: move board init into mxser_initbrd
` [PATCH 44/70] mxser: inline mxser_board_remove into mxser_remove
` [PATCH 45/70] mxser: pci, switch to managed resources
` [PATCH 46/70] mxser: move request irq to probe and switch to managed
` [PATCH 47/70] mxser: remove info message from probe
` [PATCH 48/70] mxser: remove mxser_cardinfo
` [PATCH 49/70] mxser: cleanup mxser_process_txrx_fifo
` [PATCH 50/70] mxser: rework and simplify mxser_open
` [PATCH 51/70] mxser: make mxser_board::idx really an index
` [PATCH 52/70] mxser: alloc struct mxser_board dynamically
` [PATCH 54/70] mxser: remove pointless ioaddr checks
` [PATCH 56/70] mxser: cleanup mxser_dtr_rts
` [PATCH 57/70] mxser: don't start TX from tty_operations::put_char
` [PATCH 58/70] mxser: extract and dedup CTS handling
` [PATCH 59/70] mxser: introduce and use start/stop_tx helpers
` [PATCH 60/70] mxser: remove xmit_cnt < 0 tests

[PATCH v3] lockdown,selinux: fix wrong subject in some SELinux lockdown checks
 2021-06-18  3:40 UTC  (2+ messages)

[PATCH] dt-bindings: Drop redundant minItems/maxItems
 2021-06-17 22:16 UTC  (12+ messages)

[PATCH] serial: amba-pl011: add RS485 support
 2021-06-17 17:44 UTC  (5+ messages)

[PATCH 0/4] serial: 8250: Fixes for Oxford Semiconductor 950 UARTs
 2021-06-17 11:23 UTC  (13+ messages)
` [PATCH 1/4] serial: 8250: Dissociate 4MHz Titan ports from Oxford ports
` [PATCH 2/4] serial: 8250: Correct the clock for OxSemi PCIe devices
` [PATCH 3/4] serial: 8250: Add proper clock handling "
` [PATCH 4/4] serial: 8250: Define RX trigger levels for OxSemi 950 devices

[PATCH] tty: serial: owl: Fix data race in owl_uart_remove
 2021-06-17 11:22 UTC  (2+ messages)

[tty:tty-testing] BUILD SUCCESS d495dd743d5ecd47288156e25c4d9163294a0992
 2021-06-16 19:56 UTC 

[PATCH v3] tty: serial: jsm: allocate queue buffer at probe time
 2021-06-16  2:39 UTC 

[tty:tty-testing] BUILD SUCCESS 674b5396576b636a1ff101f692935748388c7325
 2021-06-16  1:47 UTC 

[PATCH v4 1/3] tty: serial: Add UART driver for Cortina-Access platform
 2021-06-15 17:23 UTC  (4+ messages)

[PATCH v4 1/3] tty: serial: Add UART driver for Cortina-Access platform
 2021-06-15 16:20 UTC  (14+ messages)
  ` [PATCH v4 2/3] dt-bindings: serial: Convert Cortina-Access UART to json-schema

[PATCH 0/5] serial, Malta: Fixes to magic multipliers for SMSC Super I/O UARTs
 2021-06-15 13:19 UTC  (7+ messages)
` [PATCH 1/5] serial: 8250: Document SMSC Super I/O UART peculiarities
` [PATCH 2/5] serial: 8250: Actually allow UPF_MAGIC_MULTIPLIER baud rates
` [PATCH 3/5] serial: 8250: Handle custom baud rates in UPF_MAGIC_MULTIPLIER range
` [PATCH 4/5] serial: core, 8250: Add a hook for extra port property reporting
` [PATCH 5/5] MIPS: Malta: Enable magic multipliers for Super I/O UARTs

[tty:tty-testing] BUILD SUCCESS 99289bf1a76c0aea6ac0f77335b8c9bdca16aac7
 2021-06-15  9:29 UTC 

[PATCH] dt-bindings: serial: convert Cadence UART bindings to YAML
 2021-06-14 15:03 UTC  (3+ messages)

[question] Is it possible to remove an active port (without shutdown)?
 2021-06-14 10:01 UTC  (4+ messages)

[PATCH] dt-bindings: spi: convert Xilinx Zynq UltraScale+ MPSoC GQSPI bindings to YAML
 2021-06-13 21:43 UTC 

[GIT PULL] TTY/Serial driver fix for 5.13-rc6
 2021-06-12 19:37 UTC  (2+ messages)

[PATCH 1/2] serial_cs: remove wrong GLOBETROTTER.cis entry
 2021-06-11 20:19 UTC  (2+ messages)
` [PATCH 2/2] serial_cs: Add Option International GSM-Ready 56K/ISDN modem

[PATCH 0/2] serial, Malta: Fixes to make the CBUS UART work big-endian
 2021-06-11 17:07 UTC  (6+ messages)
` [PATCH 1/2] serial: 8250: Mask out floating 16/32-bit bus bits
` [PATCH 2/2] MIPS: Malta: Do not byte-swap accesses to the CBUS UART

[PATCH v2] dt-bindings: serial: Move omap-serial.txt to YAML schema
 2021-06-11  5:19 UTC  (2+ messages)

[PATCH 00/35] tty cleanup for 5.14
 2021-06-10 15:15 UTC  (6+ messages)
` [PATCH v3 1/4] tty: make tty_get_{char,frame}_size available
  ` [PATCH v3 2/4] mxs-auart: redefine AUART_LINECTRL_WLEN to accept bits count
  ` [PATCH v3 3/4] cypress_m8: switch data_bits to real character bits
  ` [PATCH v3 4/4] tty: make use of tty_get_{char,frame}_size

[PATCH v4] serial: sh-sci: Stop dmaengine transfer in sci_stop_tx()
 2021-06-10 11:08 UTC 

[PATCH] ipwireless: remove unused ipw_tty::closing
 2021-06-10 10:57 UTC  (2+ messages)

[PATCH 1/1] serial: stm32: defer probe for dma devices
 2021-06-10 10:00 UTC 

[PATCH 0/2] stm32 usart improve DMA probe
 2021-06-10  8:54 UTC  (5+ messages)
` [PATCH 1/2] serial: stm32: reset dma buffers during probe

[PATCH v3] serial: sh-sci: Stop dmaengine transfer in sci_stop_tx()
 2021-06-10  7:28 UTC  (11+ messages)

[tty:tty-testing] BUILD SUCCESS a69008475fc565cec5a760f1997f326773c84aac
 2021-06-10  1:13 UTC 

[tty:tty-linus] BUILD SUCCESS 7c3e8d9df265bd0bdf6e328174cdfba26eb22f1c
 2021-06-10  1:13 UTC 

[PATCH v1 1/3] serial: 8250_exar: Avoid NULL pointer dereference at ->exit()
 2021-06-09 17:02 UTC  (7+ messages)
` [PATCH v1 2/3] serial: 8250_exar: Extract exar_get_platform() helper
` [PATCH v1 3/3] serial: 8250_exar: Add ->unregister_gpio() callback

Projects
 2021-06-09 12:09 UTC 

[PATCH] serial: tegra-tcu: Reorder channel initialization
 2021-06-09 15:56 UTC 

[PATCH v2 00/12] Add new Renesas RZ/G2L SoC and Renesas RZ/G2L SMARC EVK support
 2021-06-09  7:55 UTC  (26+ messages)
` [PATCH v2 01/12] dt-bindings: arm: renesas: Document Renesas RZ/G2UL SoC
` [PATCH v2 02/12] dt-bindings: arm: renesas: Document Renesas RZ/G2{L,LC} SoC variants
` [PATCH v2 03/12] dt-bindings: arm: renesas: Document SMARC EVK
` [PATCH v2 04/12] soc: renesas: Add ARCH_R9A07G044 for the new RZ/G2L SoC's
` [PATCH v2 05/12] arm64: defconfig: Enable ARCH_R9A07G044
` [PATCH v2 06/12] clk: renesas: Define RZ/G2L CPG Clock Definitions
` [PATCH v2 07/12] dt-bindings: clock: renesas: Document RZ/G2L SoC CPG driver
` [PATCH v2 10/12] serial: sh-sci: Add support for RZ/G2L SoC
` [PATCH v2 11/12] arm64: dts: renesas: Add initial DTSI for RZ/G2{L,LC} SoC's
` [PATCH v2 12/12] arm64: dts: renesas: Add initial device tree for RZ/G2L SMARC EVK

Commit "serial: 8250_exar: Constify the software nodes' breaks suspend/resume
 2021-06-08 14:20 UTC  (4+ messages)

n_gsm testing
 2021-06-08 11:16 UTC 

[PATCH] serial: sh-sci: Remove unused STEPFN() macro
 2021-06-07 20:31 UTC  (3+ messages)

[PATCH] dt-bindings: serial: Move omap-serial.txt to YAML schema
 2021-06-07  7:25 UTC  (5+ messages)

[PATCH v2] tty: serial: jsm: allocate queue buffer at probe time
 2021-06-06  5:47 UTC  (3+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).