linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-27 12:51:43 to 2019-05-21 10:17:01 UTC [more...]

[PATCH 0/7] tty: max310x: Simplify the code and fix a few bugs
 2019-05-21 10:17 UTC  (9+ messages)
` [PATCH 1/7] tty: max310x: Simplify tx-work item code
` [PATCH 2/7] tty: max310x: Introduce max310x_one port macro-wrapper
` [PATCH 3/7] tty: max310x: Don't pass stacked buffers to SPI
` [PATCH 4/7] tty: max310x: Fix invalid baudrate divisors calculator
` [PATCH 5/7] tty: max310x: Add rx-during-tx rs485 flag support
` [PATCH 6/7] tty: max310x: Optionally enable rs485 on startup
` [PATCH 7/7] tty: max310x: Split uart characters insertion loop

[PATCH v2] tty: serial: msm_serial: Fix XON/XOFF
 2019-05-21 10:11 UTC  (4+ messages)

[PATCH] serial-uartlite: Fix null-ptr-deref in ulite_exit
 2019-05-21 10:10 UTC  (4+ messages)

[PATCH 0/2] serial: 8250: Add support for 8250/16550 as MFD function
 2019-05-21 10:09 UTC  (24+ messages)
` [PATCH 1/2] serial: 8250: Allow port registration without UPF_BOOT_AUTOCONF
` [PATCH 2/2] serial: 8250: Add support for 8250/16550 as MFD function

[PATCH 0/2] support 8250-mtk uart in-band wake up
 2019-05-21  9:44 UTC  (4+ messages)
  ` [PATCH 1/2] dt-bindings: serial: add documentation for Rx in-band wakeup support
  ` [PATCH 2/2] uart: mediatek: support Rx in-band wakeup

[RFC v2 00/11] DVFS in the OPP core
 2019-05-21  6:22 UTC  (4+ messages)
` [RFC v2 08/11] arm64: dts: sdm845: Add ufs opps and power-domains

[PATCH] tty: serial: msm_serial: Fix XON/XOFF
 2019-05-20 15:20 UTC  (9+ messages)

[PATCH v12 0/4] add uart DMA function
 2019-05-17  7:36 UTC  (6+ messages)
` [PATCH 3/4] dt-bindings: dma: uart: rename binding
` [PATCH 4/4] serial: 8250-mtk: modify uart DMA rx

[PATCH] tty: serial_core: Fix the incorrect configuration of baud rate and data length at the console serial port resume
 2019-05-15  9:15 UTC  (3+ messages)

[PATCH v3] serial: sh-sci: disable DMA for uart_console
 2019-05-15  3:29 UTC 

[PATCH v2] serial: sh-sci: disable DMA for uart_console
 2019-05-14 16:16 UTC  (5+ messages)

[PATCH v2 0/4] Use MFD framework for SGI IOC3 drivers
 2019-05-14 14:29 UTC  (7+ messages)
` [PATCH v2 2/4] mfd: ioc3: Add driver for SGI IOC3 chip

[PATCH] serial: 8250: Add support for using platform_device resources
 2019-05-14 12:42 UTC  (27+ messages)

[PATCH] tty: serial: uartlite: avoid null pointer dereference during rmmod
 2019-05-14  7:08 UTC  (2+ messages)

[PATCH] serial: sh-sci: disable DMA for uart_console
 2019-05-13 15:43 UTC  (7+ messages)

[PATCH] tty: amba-pl011: allow shared interrupt
 2019-05-09 21:11 UTC 

[GIT PULL] TTY/Serial patches for 5.2-rc1
 2019-05-08 18:30 UTC  (2+ messages)

serial: Add Milbeaut serial control
 2019-05-08 12:55 UTC  (2+ messages)

[PATCH v3] serial: Add Milbeaut serial control
 2019-05-08 12:22 UTC  (3+ messages)

[PATCH] tty: serial_core: Set port active bit in uart_port_activate
 2019-05-08 10:44 UTC 

[PATCH v5 0/2] tty: serial: add DT bindings and serial driver for the SiFive FU540 UART
 2019-05-03 19:05 UTC  (11+ messages)
` [PATCH v5 2/2] tty: serial: add driver for the SiFive UART

cpu power up timing changes causes UART rx character loss on imx6ull
 2019-05-02 11:31 UTC 

[PATCH] PM / core: Propagate dev->power.wakeup_path when no callbacks
 2019-05-01 10:21 UTC  (2+ messages)

serial drivers polishing
 2019-05-01  2:29 UTC  (83+ messages)
` [PATCH 01/41] drivers: tty: serial: dz: use dev_err() instead of printk()
` [PATCH 02/41] drivers: tty: serial: dz: include <linux/io.h> instead of <asm/io.h>
` [PATCH 03/41] drivers: tty: serial: dz: fix missing parentheses
` [PATCH 04/41] drivers: tty: serial: dz: fix use fix bare 'unsigned'
` [PATCH 05/41] drivers: tty: serial: dz: use pr_info() instead of incomplete printk()
` [PATCH 06/41] drivers: tty: serial: sb1250-duart: use dev_err() instead of printk()
` [PATCH 07/41] drivers: tty: serial: sb1250-duart: include <linux/io.h> instead of <asm/io.h>
` [PATCH 08/41] drivers: tty: serial: sb1250-duart: fix checkpatch warning on printk()
` [PATCH 09/41] drivers: tty: serial: sb1250-duart: fill mapsize and use it
` [PATCH 10/41] drivers: tty: serial: sb1250-duart: fix missing parentheses
` [PATCH 11/41] drivers: tty: serial: sb1250-duart: fix formatting error
` [PATCH 12/41] drivers: tty: serial: uartlite: use dev_dbg() instead of pr_debug()
` [PATCH 13/41] drivers: tty: serial: uartlite: fill mapsize and use it
` [PATCH 14/41] drivers: tty: serial: uartlite: remove unnecessary braces
` [PATCH 15/41] drivers: tty: serial: uartlite: fix use fix bare 'unsigned'
` [PATCH 16/41] drivers: tty: serial: uartlite: fix overlong lines
` [PATCH 17/41] drivers: tty: serial: apbuart: fix logging calls
` [PATCH 18/41] drivers: tty: serial: apbuart: use dev_info() instead of printk()
` [PATCH 19/41] drivers: tty: serial: apbuart: fix code formatting
` [PATCH 20/41] drivers: tty: serial: cpm_uart: use dev_err()/dev_warn() instead of printk()
` [PATCH 21/41] drivers: tty: serial: cpm_uart: fix includes
` [PATCH 22/41] drivers: tty: serial: cpm_uart: fix logging calls
` [PATCH 23/41] drivers: tty: serial: cpm_uart: fix styling issues
` [PATCH 24/41] drivers: tty: serial: timbuart: use dev_err() instead of printk()
` [PATCH 25/41] drivers: tty: serial: timbuart: fix formatting issues
` [PATCH 26/41] drivers: tty: serial: sunzilog: use dev_info() instead of printk()
` [PATCH 27/41] drivers: tty: serial: sunzilog: fix formatting issues
` [PATCH 28/41] drivers: tty: serial: sunzilog: fix includes
` [PATCH 29/41] drivers: tty: serial: sunzilog: cleanup logging
` [PATCH 30/41] drivers: tty: serial: ioc4_serial: use dev_warn() instead of printk()
` [PATCH 31/41] drivers: tty: serial: ioc4_serial: use pr_*() "
` [PATCH 32/41] drivers: tty: serial: 21285: define's for address/size, use mapsize field
` [PATCH 33/41] drivers: tty: serial: zs: use dev_err() instead of printk()
` [PATCH 34/41] drivers: tty: serial: zs: fill mapsize and use it
` [PATCH 35/41] drivers: tty: serial: 8250: add mapsize to platform data
` [PATCH 36/41] drivers: tty: serial: 8250: store mmio resource size in port struct
` [PATCH 37/41] drivers: tty: serial: 8250: simplify io resource size computation
` [PATCH 38/41] drivers: tty: serial: xilinx_uartps: fill mapsize and use it
` [PATCH 39/41] drivers: tty: serial: pmac_zilog: "
` [PATCH 40/41] drivers: tty: serial: helper for setting mmio range
` [PATCH 41/41] drivers: tty: serial: lpc32xx_hs: fill mapsize and use it

cpu power up timing changes causes UART rx character loss on imx6ull
 2019-04-30 15:35 UTC  (2+ messages)

[PATCH v3] tty: serial: 8250: Fix type field in format string
 2019-04-29 16:24 UTC 

[PATCH v2] tty: serial: 8250: Fix type field in format string
 2019-04-29 16:23 UTC  (3+ messages)

[PATCH 0/2] Perfect 8250 mtk uart function
 2019-04-28 17:40 UTC  (3+ messages)
` [PATCH 1/2] serial: 8250-mtk: add follow control


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