messages from 2017-09-28 09:46:25 to 2017-10-13 09:01:47 UTC [more...]
[PATCH v2 00/16] Support armada-37xx second UART port
2017-10-13 9:01 UTC (4+ messages)
` [PATCH v2 01/16] dt-bindings: mvebu-uart: update documentation with extended UART
` [PATCH v2 02/16] pinctrl: dt-bindings: Fix A37xx uart2 group name
` [PATCH v2 03/16] serial: mvebu-uart: use driver name when requesting an interrupt
[PATCH 00/16] Support armada-37xx second UART port
2017-10-13 7:29 UTC (40+ messages)
` [PATCH 01/16] dt-bindings: mvebu-uart: update documentation with extended UART
` [PATCH 02/16] pinctrl: dt-bindings: Fix A37xx uart2 group name
` [PATCH 03/16] serial: mvebu-uart: use driver name when requesting an interrupt
` [PATCH 05/16] serial: mvebu-uart: use a generic way to access the registers
` [PATCH 08/16] serial: mvebu-uart: clear state register before IRQ request
` [PATCH 12/16] serial: mvebu-uart: support extended port registers layout
` [PATCH 13/16] arm64: dts: marvell: armada-37xx: add UART clock
` [PATCH 14/16] arm64: dts: marvell: armada-37xx: add second UART port
` [PATCH 04/16] serial: mvebu-uart: support probe of multiple ports
` [PATCH 06/16] serial: mvebu-uart: add soft reset at probe
` [PATCH 07/16] serial: mvebu-uart: add function to change baudrate
` [PATCH 09/16] serial: mvebu-uart: add TX interrupt trigger for pulse interrupts
` [PATCH 10/16] serial: mvebu-uart: dissociate RX and TX interrupts
` [PATCH 11/16] serial: mvebu-uart: augment the maximum number of ports
` [PATCH 15/16] arm64: dts: marvell: armada-3720-db: enable second UART port
` [PATCH 16/16] arm64: dts: marvell: armada-3720-espressobin: fill UART nodes
[PATCH v3 0/2] ACPI serdev support
2017-10-11 18:32 UTC (7+ messages)
` [PATCH v3 1/2] serdev: Add ACPI support
` [PATCH v3 2/2] ACPI / scan: Fix enumeration for special UART devices
[PATCH 1/1] tty: serial: imx: disable ageing timer interrupt if dma in use
2017-10-11 16:09 UTC (3+ messages)
[PATCH] tty fix oops when rmmod 8250
2017-10-11 2:03 UTC (3+ messages)
[PATCH 0/2] ACPI serdev support
2017-10-10 23:13 UTC (32+ messages)
` [PATCH 1/2] serdev: Add ACPI support
` [PATCH 2/2] ACPI / scan: Fix enumeration for special UART devices
[PATCH] serdev: fix registration of second slave
2017-10-10 16:09 UTC
[PATCH v2 0/2] ACPI serdev support
2017-10-10 15:35 UTC (5+ messages)
` [PATCH v2 1/2] serdev: Add ACPI support
` [PATCH v2 2/2] ACPI / scan: Fix enumeration for special UART devices
[PATCH] serial: imx-serial - move DMA buffer configuration to DT
2017-10-10 10:17 UTC (6+ messages)
[PATCH] Revert "Bluetooth: btusb: Add workaround for Broadcom devices without product id"
2017-10-10 8:16 UTC (2+ messages)
[PATCH v2 2/2] serdev: Update drivers/bluetooth/Kconfig for ACPI serdev support
2017-10-10 8:11 UTC (5+ messages)
` [PATCH v3 "
[PATCH] Bluetooth: avoid silent hci_bcm ACPI PM regression
2017-10-10 8:07 UTC (2+ messages)
[PATCH v2] serial: sh-sci: Fix init data attribute for struct 'port_cfg'
2017-10-10 1:54 UTC (2+ messages)
[PATCH] serial: sh-sci: Remove __init attribute from static struct 'port_cfg'
2017-10-10 0:35 UTC (3+ messages)
[PATCH v2 1/9] Bluetooth: hci_uart_set_flow_control: Fix NULL deref when using serdev
2017-10-09 18:01 UTC (21+ messages)
` [PATCH v2 2/9] Bluetooth: hci_bcm: Fix setting of irq trigger type
` [PATCH v2 3/9] Bluetooth: hci_bcm: Move bcm_platform_probe call out of bcm_acpi_probe
` [PATCH v2 4/9] Bluetooth: hci_bcm: Move platform_get_irq call to bcm_probe
` [PATCH v2 5/9] Bluetooth: hci_bcm: Store device pointer instead of platform_device pointer
` [PATCH v2 6/9] Bluetooth: hci_bcm: Rename bcm_platform_probe to bcm_get_resources
` [PATCH v2 7/9] Bluetooth: hci_bcm: Make acpi_probe get irq from ACPI resources
` [PATCH v2 8/9] Bluetooth: hci_bcm: Make suspend/resume functions platform_dev independent
` [PATCH v2 9/9] Bluetooth: hci_bcm: Add (runtime)pm support to the serdev driver
[PATCH v2 1/2] serdev: Update drivers/tty/serdev/Kconfig for ACPI serdev support
2017-10-09 7:54 UTC (5+ messages)
` [PATCH v3 "
[PATCH] serdev: Update drivers/tty/serdev/Kconfig for ACPI support
2017-10-09 7:47 UTC (8+ messages)
[PATCH] serial-uartlite: pr_err() strings should end with newlines
2017-10-06 11:34 UTC
[PATCH 1/3] Arm: dts: stm32: remove extra compatible string for uart
2017-10-05 23:32 UTC (3+ messages)
` [PATCH 2/3] Arm: dts: stm32: remove extra compatible string from DT & driver
[PATCH] serial: sh-sci: Use of_device_get_match_data() helper
2017-10-05 9:17 UTC (2+ messages)
[PATCH v4 0/8] Various patches for SAMA5D2 backup mode
2017-10-05 7:22 UTC (7+ messages)
` [PATCH v4 4/8] mtd: nand: atmel: Avoid ECC errors when leaving "
` [PATCH v4 6/8] pwm: atmel-tcb: Support "
` [PATCH v4 7/8] atmel_flexcom: "
` [PATCH v4 8/8] tty/serial: atmel: Prevent a warning on suspend
[PATCH 0/9] Bluetooth: hci_bcm: Add (runtime)pm support to the serdev drv
2017-10-04 18:42 UTC (14+ messages)
` [PATCH 1/9] Bluetooth: hci_uart_set_flow_control: Fix NULL deref when using serdev
` [PATCH 2/9] Bluetooth: hci_bcm: Fix setting of irq trigger type
` [PATCH 3/9] Bluetooth: hci_bcm: Move bcm_platform_probe call out of bcm_acpi_probe
` [PATCH 4/9] Bluetooth: hci_bcm: Move platform_get_irq call to bcm_probe
` [PATCH 6/9] Bluetooth: hci_bcm: Rename bcm_platform_probe to bcm_get_resources
` [PATCH 7/9] Bluetooth: hci_bcm: Make acpi_probe get irq from ACPI resources
` [PATCH 5/9] Bluetooth: hci_bcm: Store device pointer instead of platform_device pointer
` [PATCH 8/9] Bluetooth: hci_bcm: Make suspend/resume functions platform_dev independent
` [PATCH 9/9] Bluetooth: hci_bcm: Add (runtime)pm support to the serdev driver
[PATCH v2] serial: imx: Correct comment imx_flush_buffer()
2017-10-04 17:32 UTC (2+ messages)
[PATCH] serial: imx: Correct comment imx_flush_buffer()
2017-10-04 16:12 UTC (3+ messages)
[PATCH 0/2] HSCIF tweaks support
2017-10-03 18:33 UTC (6+ messages)
` [PATCH 1/2] serial: sh-sci: Support for variable HSCIF hardware RX timeout
` [PATCH 2/2] serial: sh-sci: Support for HSCIF RX sampling point adjustment
[PATCH v2] Use RX_BUF_SIZE to set size of RX buffer
2017-10-03 18:24 UTC (2+ messages)
[GIT PULL] TTY/Serial fixes for 4.14-rc4
2017-10-03 12:20 UTC
[PATCH V1 0/3] High baud rate supports of F81866/F81216H
2017-10-03 3:08 UTC (4+ messages)
` [PATCH V1 1/3] serial: 8250_fintek: UART dynamic clocksource on Fintek F81866
` [PATCH V1 2/3] serial: 8250_fintek: UART dynamic clocksource on Fintek F81216H
` [PATCH V1 3/3] serial: 8250_fintek: fix warning reported from smatch
[RFC 3/3] Bluetooth: hci_bcm: Add ACPI serdev support for BCM2E39
2017-10-02 15:26 UTC (3+ messages)
` [RFC,3/3] "
[PATCH] tty: serial: jsm: Add space before the open brace
2017-10-02 14:48 UTC
[RFC 0/3] ACPI serdev support
2017-09-29 12:17 UTC (7+ messages)
` [RFC 1/3] serdev: Add ACPI support
[patch v9 0/4] JTAG driver introduction
2017-09-28 11:11 UTC (5+ messages)
[PATCH] serial: imx: Switch setting dma_is_txing from "false" to "0"
2017-09-28 10:38 UTC
[PATCH] Use RX_BUF_SIZE to set size of RX buffer
2017-09-28 10:04 UTC (3+ messages)
[PATCH] serial: imx: only set dma_is_rxing when DMA starts
2017-09-28 10:03 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).