messages from 2019-06-10 16:56:55 to 2019-06-26 13:49:41 UTC [more...]
[PATCH v2 0/7] TTY Keyboard Status Request
2019-06-26 13:49 UTC (10+ messages)
` [PATCH v2 1/7] signal.h: Define SIGINFO on all architectures
` [PATCH v2 2/7] tty: termios: Reserve space for VSTATUS in .c_cc
` [PATCH v2 3/7] n_tty: Send SIGINFO to fg pgrp on status request character
` [PATCH v2 4/7] linux/signal.h: Ignore SIGINFO by default in new tasks
` [PATCH v2 5/7] tty: Add NOKERNINFO lflag to termios
` [PATCH v2 6/7] n_tty: ->ops->write: Cut core logic out to a separate function
` [PATCH v2 7/7] n_tty: Provide an informational line on VSTATUS receipt
[patch 0/5] x86/irq: Cure various interrupt issues
2019-06-26 13:03 UTC (7+ messages)
` [patch 1/5] genirq: Delay deactivation in free_irq()
` [patch 2/5] genirq: Add optional hardware synchronization for shutdown
` [patch 3/5] x86/ioapic: Implement irq_inflight() callback
` [patch 4/5] x86/irq: Handle spurious interrupt after shutdown gracefully
` [patch 5/5] x86/irq: Seperate unused system vectors from spurious entry again
[PATCH] serial: imx: fix RTS/CTS setting
2019-06-26 11:19 UTC (24+ messages)
` [PATCH RFC 0/7] serial: imx: fix RTS and RTS/CTS handling
` [PATCH RFC 1/7] serial: imx: fix locking in set_termios()
` [PATCH RFC 2/7] serial: imx: set_termios(): factor-out 'ucr2' initial value
` [PATCH RFC 3/7] serial: imx: set_termios(): clarify RTS/CTS bits calculation
` [PATCH RFC 4/7] serial: imx: set_termios(): do not enable autoRTS if RTS is unset
` [PATCH RFC 5/7] serial: imx: set_termios(): preserve RTS state
` [PATCH RFC 6/7] serial: imx: set_mctrl(): correctly restore autoRTS state
` [PATCH RFC 7/7] serial: imx: get rid of imx_uart_rts_auto()
` [PATCH RFC v1 0/7] serial: imx: fix RTS and RTS/CTS handling
` [PATCH RFC v1 1/7] serial: imx: fix locking in set_termios()
` [PATCH RFC v1 2/7] serial: imx: set_termios(): factor-out 'ucr2' initial value
` [PATCH RFC v1 3/7] serial: imx: set_termios(): clarify RTS/CTS bits calculation
` [PATCH RFC v1 4/7] serial: imx: set_termios(): preserve RTS state
` [PATCH RFC v1 5/7] serial: imx: set_termios(): do not enable autoRTS if RTS is unset
` [PATCH RFC v1 6/7] serial: imx: set_mctrl(): correctly restore autoRTS state
` [PATCH RFC v1 7/7] serial: imx: get rid of imx_uart_rts_auto()
[PATCH 0/2] serial: imx: use UPF_AUTO_CTS
2019-06-26 10:15 UTC (3+ messages)
` [PATCH 1/2] serial: imx: remove duplicate handling of CTS change
` [PATCH 2/2] serial: imx: use UPF_AUTO_CTS
DMA coherency in drivers/tty/serial/mpsc.c
2019-06-26 6:48 UTC (3+ messages)
[PATCH 1/2 v9] serial: mctrl_gpio: Check if GPIO property exisits before requesting it
2019-06-25 11:19 UTC (7+ messages)
` [PATCH 2/2 v9] tty/serial/8250: use mctrl_gpio helpers
[patch v3 0/5] *** DMA based UART driver for AST2500 ***
2019-06-25 10:44 UTC (6+ messages)
` [patch v3 1/5] AST2500 DMA UART driver
` [patch v3 2/5] build configuration for "
` [patch v3 3/5] DT nodes "
` [patch v3 4/5] defconfig and MAINTAINERS updated "
` [patch v3 5/5] Documentation: DT bindings "
[patch 0/5] *** DMA based UART driver for AST2500 ***
2019-06-25 7:27 UTC (8+ messages)
` [patch 1/5] AST2500 DMA UART driver
` [patch 2/5] build configuration for "
` [patch 3/5] DT nodes "
` [patch 4/5] defconfig and MAINTAINERS updated "
` [patch 5/5] Documentation: DT bindings "
junk character issue on minicom and screen
2019-06-24 14:23 UTC (2+ messages)
[PATCH V34 18/29] Lock down TIOCSSERIAL
2019-06-23 0:01 UTC (2+ messages)
[PATCH v11 0/6] Add basic node support for Mediatek MT8183 SoC
2019-06-21 15:53 UTC (2+ messages)
[PATCH V33 19/30] Lock down TIOCSSERIAL
2019-06-21 1:19 UTC
[PATCH 1/3 v8] serial: mctrl_gpio: Check if GPIO property exisits before requesting it
2019-06-19 11:30 UTC (4+ messages)
` [PATCH 2/3 v8] serial: 8250: Add MSR/MCR TIOCM conversion wrapper functions
` [PATCH 3/3 v8] tty/serial/8250: use mctrl_gpio helpers
[PATCH v2] dt-bindings: serial: add documentation for Rx in-band wakeup support
2019-06-19 8:41 UTC
[PATCH] serial: sh-sci: fix uninitialized variable warning
2019-06-18 19:35 UTC (4+ messages)
[PATCH 0/6] arm64: Initial support Texas Instrument's J721E Platform
2019-06-18 14:41 UTC (12+ messages)
` [PATCH 1/6] dt-bindings: arm: ti: Add bindings for J721E SoC
` [PATCH 2/6] dt-bindings: serial: 8250_omap: Add compatible for J721E UART controller
` [PATCH 3/6] arm64: dts: ti: Add Support for J721E SoC
[tty:tty-testing 42/52] drivers/tty/serial/8250/8250_pci.c:1330:1: sparse: sparse: symbol 'pericom_do_set_divisor' was not declared. Should it be static?
2019-06-18 11:23 UTC (2+ messages)
` [RFC PATCH tty] serial: 8250: pericom_do_set_divisor can be static
[PATCH 0/5] STM32 usart FIFO handling
2019-06-18 10:02 UTC (6+ messages)
` [PATCH 1/5] serial: stm32: add support of timeout interrupt for RX
` [PATCH 2/5] serial: stm32: update PIO transmission
` [PATCH 3/5] serial: stm32: add support of TX FIFO threshold
` [PATCH 4/5] serial: stm32: add support of RX "
` [PATCH 5/5] serial: stm32: add RX and TX FIFO flush
[PATCH] tty: serial_core: recover uport->cons->cflag on uart_close
2019-06-18 7:51 UTC (2+ messages)
[PATCH 1/3 v7] serial: mctrl_gpio: Check if GPIO property exisits before requesting it
2019-06-18 7:50 UTC (7+ messages)
` [PATCH 2/3 v7] serial: 8250: Add MSR/MCR TIOCM conversion wrapper functions
` [PATCH 3/3 v7] tty/serial/8250: use mctrl_gpio helpers
[PATCH 1/2 v5] serial: mctrl_gpio: Check if GPIO property exisits before requesting it
2019-06-18 7:49 UTC (10+ messages)
` [PATCH 2/2 v5] tty/serial/8250: use mctrl_gpio helpers
[PATCH 1/3 v6] serial: mctrl_gpio: Check if GPIO property exisits before requesting it
2019-06-17 12:51 UTC (15+ messages)
` [PATCH 2/3 v6] serial: 8250: Add MSR/MCR TIOCM conversion wrapper functions
` [PATCH 3/3 v6] tty/serial/8250: use mctrl_gpio helpers
[RFC v2 00/11] DVFS in the OPP core
2019-06-17 4:26 UTC (16+ messages)
` [RFC v2 01/11] OPP: Don't overwrite rounded clk rate
` [RFC v2 02/11] OPP: Make dev_pm_opp_set_rate() with freq=0 as valid
[PATCH 1/1] dt-bindings: stm32: serial: Add optional reset
2019-06-14 17:51 UTC (2+ messages)
[PATCH v1] tty: serial: max310x: Add optional reset gpio
2019-06-14 14:11 UTC
[PATCH v3 0/7] Use MFD framework for SGI IOC3 drivers
2019-06-13 17:06 UTC (8+ messages)
` [PATCH v3 1/7] nvmem: core: add nvmem_device_find
` [PATCH v3 2/7] MIPS: PCI: refactor ioc3 special handling
` [PATCH v3 3/7] MIPS: PCI: use information from 1-wire PROM for IOC3 detection
` [PATCH v3 4/7] MIPS: SGI-IP27: remove ioc3 ethernet init
` [PATCH v3 5/7] mfd: ioc3: Add driver for SGI IOC3 chip
` [PATCH v3 6/7] MIPS: SGI-IP27: fix readb/writeb addressing
` [PATCH v3 7/7] Input: add IOC3 serio driver
[PATCH] dt-bindings: serial: add documentation for Rx in-band wakeup support
2019-06-13 14:40 UTC (2+ messages)
[PATCH v3 00/10] STM32 usart power improvements
2019-06-13 13:50 UTC (11+ messages)
` [PATCH v3 01/10] dt-bindings: serial: stm32: add wakeup option
` [PATCH v3 02/10] dt-bindings: serial: add optional pinctrl states
` [PATCH v3 03/10] serial: stm32: select pinctrl state in each suspend/resume function
` [PATCH v3 04/10] serial: stm32: add pm_runtime support
` [PATCH v3 05/10] serial: stm32: Use __maybe_unused instead of #if CONFIG_PM_SLEEP
` [PATCH v3 06/10] serial: stm32: add support for no_console_suspend
` [PATCH v3 07/10] ARM: dts: stm32: update uart4 pin configurations for low power
` [PATCH v3 08/10] ARM: dts: stm32: Update pin states for uart4 on stm32mp157c-ed1
` [PATCH v3 09/10] ARM: dts: stm32: Update UART4 pin states on stm32mp157a-dk1
` [PATCH v3 10/10] ARM: dts: stm32: add wakeup capability on each usart/uart on stm32mp157c
[PATCH v2 0/6] serial: uartps:
2019-06-12 17:07 UTC (9+ messages)
` [PATCH v2 1/6] serial: uartps: Use the same dynamic major number for all ports
` [PATCH v2 2/6] serial: uartps: Use octal permission for module_param()
` [PATCH v2 3/6] serial: uartps: Fix multiple line dereference
` [PATCH v2 4/6] serial: uartps: Fix long line over 80 chars
` [PATCH v2 5/6] serial: uartps: Do not add a trailing semicolon to macro
` [PATCH v2 6/6] serial: uartps: Remove useless return from cdns_uart_poll_put_char
[PATCH] serial: Fix an invalid comparing statement
2019-06-12 9:18 UTC (3+ messages)
[PATCH] serial: 8250: Add support for using platform_device resources
2019-06-11 18:11 UTC (5+ messages)
` [PATCH resend] "
[PATCH v2 00/10] STM32 usart power improvements
2019-06-11 12:25 UTC (11+ messages)
` [PATCH v2 01/10] dt-bindings: serial: stm32: add wakeup option
` [PATCH v2 02/10] dt-bindings: serial: add optional pinctrl states
` [PATCH v2 03/10] serial: stm32: select pinctrl state in each suspend/resume function
` [PATCH v2 04/10] serial: stm32: add pm_runtime support
` [PATCH v2 05/10] serial: stm32: Use __maybe_unused instead of #if CONFIG_PM_SLEEP
` [PATCH v2 06/10] serial: stm32: add support for no_console_suspend
` [PATCH v2 07/10] ARM: dts: stm32: update uart4 pin configurations for low power
` [PATCH v2 08/10] ARM: dts: stm32: Update pin states for uart4 on stm32mp157c-ed1
` [PATCH v2 09/10] ARM: dts: stm32: Update UART4 pin states on stm32mp157a-dk1
` [PATCH v2 10/10] ARM: dts: stm32: add wakeup capability on each usart/uart on stm32mp157c
[PATCH v3 0/2] support 8250-mtk uart in-band wake up
2019-06-11 12:17 UTC (5+ messages)
` [PATCH v3 1/2] dt-bindings: serial: add documentation for Rx in-band wakeup support
[PATCH v3] tty: serial: msm_serial: avoid system lockup condition
2019-06-10 19:39 UTC (4+ messages)
[PATCH 1/2] serial: xilinx_uartps: Fix warnings in the driver
2019-06-10 17:13 UTC (3+ messages)
` [PATCH 2/2] serial: uartps: Use the same dynamin major number for all ports
[PATCH v2] tty: serial: msm_serial: avoid system lockup condition
2019-06-10 17:05 UTC (2+ messages)
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).