messages from 2019-04-22 19:46:52 to 2019-05-14 10:14:10 UTC [more...]
[PATCH 0/7] tty: max310x: Simplify the code and fix a few bugs
2019-05-14 10:14 UTC (3+ messages)
` [PATCH 1/7] tty: max310x: Simplify tx-work item code
` [PATCH 2/7] tty: max310x: Introduce max310x_one port macro-wrapper
[PATCH] serial: 8250: Add support for using platform_device resources
2019-05-14 9:37 UTC (23+ messages)
[PATCH v2] serial: sh-sci: disable DMA for uart_console
2019-05-14 8:28 UTC (2+ messages)
[PATCH 0/2] serial: 8250: Add support for 8250/16550 as MFD function
2019-05-14 8:00 UTC (23+ 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
[RFC v2 00/11] DVFS in the OPP core
2019-05-14 7:53 UTC (3+ messages)
` [RFC v2 08/11] arm64: dts: sdm845: Add ufs opps and power-domains
[PATCH] tty: serial_core: Fix the incorrect configuration of baud rate and data length at the console serial port resume
2019-05-14 7:34 UTC (2+ 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 v2 0/4] Use MFD framework for SGI IOC3 drivers
2019-05-10 7:14 UTC (5+ messages)
` [PATCH v2 2/4] mfd: ioc3: Add driver for SGI IOC3 chip
[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 (15+ messages)
` [PATCH v5 1/2] dt-bindings: serial: add documentation for the SiFive UART driver
` [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 v12 0/4] add uart DMA function
2019-04-29 12:48 UTC (6+ messages)
` [PATCH 1/4] dmaengine: mediatek: Add MediaTek UART APDMA support
` [PATCH 2/4] arm: dts: mt2712: add uart APDMA to device tree
` [PATCH 3/4] dt-bindings: dma: uart: rename binding
` [PATCH 4/4] serial: 8250-mtk: modify uart DMA rx
[PATCH 0/2] Perfect 8250 mtk uart function
2019-04-28 17:40 UTC (6+ messages)
` [PATCH 1/2] serial: 8250-mtk: add follow control
` [PATCH 2/2] serial: 8250-mtk: modify baudrate setting
[PATCH] tty: serial: 8250: Fix type field in format string
2019-04-27 8:59 UTC (4+ messages)
[PATCH 2/2] serial: 8250: Add support for 8250/16550 as MFD function
2019-04-26 16:55 UTC
[PATCH 1/2] serial: 8250: Allow port registration without UPF_BOOT_AUTOCONF
2019-04-26 8:36 UTC
[PATCH 00/24] arm64: mediatek: add support for Pumpkin MT8516 board
2019-04-25 21:39 UTC (14+ messages)
` [PATCH 11/24] dt-bindings: mediatek: topckgen: add support for MT8516
` [PATCH 12/24] dt-bindings: mediatek: infracfg: "
` [PATCH 13/24] dt-bindings: mediatek: apmixedsys: "
` [PATCH 14/24] clk: mediatek: add clock driver "
` [PATCH 15/24] dt-bindings: pinctrl: pinctrl-mt65xx: add support "
Testing the recent RISC-V DT patchsets
2019-04-23 0:17 UTC
[PATCH AUTOSEL 4.4 03/21] sc16is7xx: missing unregister/delete driver on error in sc16is7xx_init()
2019-04-22 19:49 UTC
[PATCH AUTOSEL 4.9 06/29] sc16is7xx: missing unregister/delete driver on error in sc16is7xx_init()
2019-04-22 19:48 UTC (2+ messages)
` [PATCH AUTOSEL 4.9 07/29] serial: ar933x_uart: Fix build failure with disabled console
[PATCH AUTOSEL 4.14 08/43] serial: ar933x_uart: Fix build failure with disabled console
2019-04-22 19:46 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).