linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-09 12:31:02 to 2021-06-21 05:36:37 UTC [more...]

[PATCH v4] serial: samsung: change to platform_get_irq_optional
 2021-06-21  5:26 UTC  (2+ messages)

[PATCH] serial: samsung: use dma_ops of DMA if attached
 2021-06-21  4:49 UTC 

[tty:tty-testing 218/218] drivers/tty/serial/serial_cortina-access.c:469:6: warning: no previous prototype for 'cortina_console_write'
 2021-06-20 18:19 UTC  (3+ messages)

[PATCH v3] lockdown,selinux: fix wrong subject in some SELinux lockdown checks
 2021-06-19 17:00 UTC  (4+ messages)

[tty:tty-testing] BUILD SUCCESS WITH WARNING b61c8bf4694b5115766849378dcb8787ff54e65e
 2021-06-18 23:37 UTC 

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

[PATCH v2] serial: amba-pl011: add RS485 support
 2021-06-18 14:51 UTC 

[tty:tty-testing 218/218] drivers/tty/serial/serial_cortina-access.c:76:27: warning: no previous prototype for 'cortina_uart_get_port'
 2021-06-18 14:48 UTC 

[PATCH 00/69] mxser: cleanup
 2021-06-18 11:10 UTC  (72+ 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 53/70] mxser: alloc only needed # of ports
` [PATCH 54/70] mxser: remove pointless ioaddr checks
` [PATCH 55/70] mxser: cleanup mxser_rs_break
` [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 61/70] mxser: decrypt FCR values
` [PATCH 62/70] mxser: fix typos around enhanced mode
` [PATCH 63/70] mxser: access info->MCR under info->slock
` [PATCH 64/70] mxser: use port variable in mxser_set_serial_info
` [PATCH 65/70] mxser: rename flags to old_speed "
` [PATCH 66/70] mxser: introduce mxser_16550A_or_MUST helper
` [PATCH 67/70] mxser: Documentation, remove traces of callout device
` [PATCH 68/70] mxser: Documentation, make the docs up-to-date
` [PATCH 69/70] mxser: Documentation, fix typos
` [PATCH 70/70] MAINTAINERS: add me back as mxser maintainer

[PATCH v3] tty: serial: jsm: allocate queue buffer at probe time
 2021-06-18 11:08 UTC  (2+ messages)

[PATCH] dt-bindings: Drop redundant minItems/maxItems
 2021-06-18  8:32 UTC  (13+ messages)

[PATCH v4 00/10] arm64: dts: rockchip: add basic dtsi/dts files for RK3568 SoC
 2021-06-18  7:01 UTC  (3+ messages)
` [RESEND PATCH v4 06/10] dt-bindings: gpio: change items restriction of clock for rockchip,gpio-bank

[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 

[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 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  (6+ 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 


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).