messages from 2019-05-27 09:04:45 to 2019-06-18 07:49:03 UTC [more...]
[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] serial: sh-sci: fix uninitialized variable warning
2019-06-18 7:38 UTC (3+ messages)
[PATCH 1/3 v7] serial: mctrl_gpio: Check if GPIO property exisits before requesting it
2019-06-18 7:30 UTC (6+ 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 0/6] arm64: Initial support Texas Instrument's J721E Platform
2019-06-17 15:46 UTC (9+ 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
[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] tty: serial_core: recover uport->cons->cflag on uart_close
2019-06-16 14:57 UTC
[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] serial: imx: fix RTS/CTS setting
2019-06-14 13:28 UTC (12+ 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 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 (4+ 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 (7+ messages)
` [PATCH v3 1/2] dt-bindings: serial: add documentation for Rx in-band wakeup support
` [PATCH v3 2/2] uart: mediatek: support Rx in-band wakeup
[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 (6+ 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)
[patch 0/5] *** Cover Letter: patch submission for AST2500 UART driver ***
2019-06-10 16:50 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 "
[PATCH 00/10] STM32 usart power improvements
2019-06-10 16:48 UTC (13+ messages)
` [PATCH 01/10] dt-bindings: serial: stm32: add wakeup option
` [PATCH 02/10] dt-bindings: serial: add optional pinctrl states
` [PATCH 03/10] serial: stm32: select pinctrl state in each suspend/resume function
` [PATCH 04/10] serial: stm32: add pm_runtime support
` [PATCH 05/10] serial: stm32: Use __maybe_unused instead of #if CONFIG_PM_SLEEP
` [PATCH 06/10] serial: stm32: add support for no_console_suspend
` [PATCH 07/10] ARM: dts: stm32: update uart4 pin configurations for low power
` [PATCH 08/10] ARM: dts: stm32: Update pin states for uart4 on stm32mp157c-ed1
` [PATCH 09/10] ARM: dts: stm32: Update UART4 pin states on stm32mp157a-dk1
` [PATCH 10/10] ARM: dts: stm32: add wakeup capability on each usart/uart on stm32mp157c
[PATCH] tty: serial: msm_serial: avoid system lockup condition
2019-06-10 7:37 UTC
[PATCH v3] serial: stm32: fix a recursive locking in stm32_config_rs485
2019-06-07 10:53 UTC (3+ messages)
` [PATCH v4] "
[PATCH] serial: stm32: fix a recursive locking in stm32_config_rs485
2019-06-06 7:42 UTC (5+ messages)
` Fwd: "
` [PATCH v2] "
[PATCH -next] serial: stm32: Make stm32_get_databits static
2019-06-05 9:52 UTC (2+ messages)
` Fwd: "
[PATCH 1/2 v4] serial: mctrl_gpio: Check if GPIO property exisits before requesting it
2019-06-05 9:35 UTC (5+ messages)
` [PATCH 2/2 v4] tty/serial/8250: use mctrl_gpio helpers
[PATCH 0/6] Convert sa1100 serial to use mctrl gpios
2019-06-04 11:16 UTC (18+ messages)
` [PATCH 1/6] serial: sa1100: add support for "
` [PATCH] serial: sa1100: add note about modem control signals
` [PATCH v2] "
` [PATCH 2/6] ARM: sa1100/assabet: convert serial to gpiod APIs
` [PATCH 3/6] ARM: sa1100/h3xxx: "
` [PATCH 4/6] ARM: sa1100/badge4: remove commented out modem control initialisers
` [PATCH 5/6] ARM: sa1100/hackkit: remove empty serial mctrl functions
` [PATCH 6/6] ARM: sa1100/neponset: convert serial to use gpiod APIs
[PATCH] tty/serial: digicolor: Fix digicolor-usart already registered warning
2019-06-01 20:21 UTC (2+ messages)
[PATCH AUTOSEL 4.4 52/56] dmaengine: idma64: Use actual device for DMA transfers
2019-06-01 13:25 UTC
[GIT PULL] TTY/Serial fixes for 5.2-rc3
2019-05-31 17:25 UTC (2+ messages)
[PATCH v13 0/2] add uart DMA function
2019-05-30 9:34 UTC (3+ messages)
` [PATCH 2/2] serial: 8250-mtk: modify uart DMA rx
[PATCH 1/2 v3] serial: mctrl_gpio: Check if GPIO property exisits before requesting it
2019-05-29 13:57 UTC (6+ messages)
` [PATCH 2/2 v3] tty/serial/8250: use mctrl_gpio helpers
[PATCH 2/2] serial: 8250: Add support for 8250/16550 as MFD function
2019-05-27 19:56 UTC (12+ messages)
[PATCH v5 0/2] tty: serial: add DT bindings and serial driver for the SiFive FU540 UART
2019-05-27 16:12 UTC (4+ messages)
[PATCH v11 0/6] Add basic node support for Mediatek MT8183 SoC
2019-05-27 9:04 UTC (4+ messages)
` [PATCH v11 4/6] arm64: dts: mt8183: Add auxadc device node
` [PATCH v11 5/6] arm64: dts: mt8183: add spi node
` [PATCH v11 6/6] arm64: dts: mt8183: add efuse and Mediatek Chip id node to read
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).