linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-08-19 18:57:50 to 2014-09-05 19:27:51 UTC [more...]

[PATCH v8 00/18] 8250-core based serial driver for OMAP + DMA
 2014-09-05 19:02 UTC  (19+ messages)
` [PATCH 01/18] tty: serial: 8250_core: provide a function to export uart_8250_port
` [PATCH 02/18] tty: serial: 8250_core: allow to overwrite & export serial8250_startup()
` [PATCH 03/18] tty: serial: 8250_core: allow to set ->throttle / ->unthrottle callbacks
` [PATCH 04/18] tty: serial: 8250_core: add run time pm
` [PATCH 05/18] tty: serial: 8250_core: read only RX if there is something in the FIFO
` [PATCH 06/18] tty: serial: 8250_core: user the ->line argument as a hint in serial8250_find_match_or_unused()
` [PATCH 07/18] tty: serial: 8250_core: remove UART_IER_RDI in serial8250_stop_rx()
` [PATCH 08/18] tty: serial: Add 8250-core based omap driver
` [PATCH 09/18] tty: serial: 8250_dma: handle error on TX submit
` [PATCH 10/18] tty: serial: 8250_dma: enqueue RX dma again on completion
` [PATCH 11/18] tty: serial: 8250_dma: Add a TX trigger workaround for AM33xx
` [PATCH 12/18] tty: serial: 8250_dma: optimize the xmit path due to UART_BUG_DMA_TX
` [PATCH 13/18] tty: serial: 8250_dma: keep own book keeping about RX transfers
` [PATCH 14/18] tty: serial: 8250_dma: handle the when UART response while DMA remains idle
` [PATCH 15/18] tty: serial: 8250_dma: add pm runtime
` [PATCH 16/18] arm: dts: am33xx: add DMA properties for UART
` [PATCH 17/18] arm: dts: dra7: "
` [PATCH 18/18] tty: serial: 8250: omap: add dma support

[PATCH] max310x: max3109_detect should use indirect addressing in SPI mode for REVID register
 2014-09-05 17:30 UTC  (2+ messages)

[PATCH] tty: xuartps: Fix tx_emtpy() callback
 2014-09-05 15:52 UTC  (2+ messages)

[RFC PATCH 0/1] ARM SBSA UART driver
 2014-09-05 15:24 UTC  (18+ messages)
` [RFC PATCH 1/1] drivers: introduce ARM SBSA generic "

[PATCH] tty/serial: at91: BUG: disable interrupts when !UART_ENABLE_MS()
 2014-09-05 12:48 UTC  (5+ messages)

[PATCH v7] 8250-core based serial driver for OMAP + DMA
 2014-09-04 16:25 UTC  (46+ messages)
` [PATCH 03/15] tty: serial: 8250_core: add run time pm
` [PATCH 05/15] tty: serial: Add 8250-core based omap driver
` [PATCH 06/15] tty: serial: 8250_dma: handle error on TX submit
` [PATCH 07/15] tty: serial: 8250_dma: enqueue RX dma again on completion
` [PATCH 15/15] tty: serial: 8250: omap: add dma support

[PATCH 00/26] tty/serial flow control fixes
 2014-09-04 16:08 UTC  (42+ messages)
` [PATCH 01/26] Revert "serial: uart: add hw flow control support configuration"
` [PATCH 02/26] serial: Style fix
` [PATCH 03/26] serial: imx: Fix x_char handling and tx flow control
` [PATCH 04/26] serial: core: Fix x_char race
` [PATCH 05/26] serial: core: Remove unsafe x_char optimization
` [PATCH 06/26] serial: Fix send_xchar() handlers
` [PATCH 07/26] serial: mpc52xx: Use default serial core x_char handler
` [PATCH 08/26] serial: sunsab: Don't enable tx if tx stopped
` [PATCH 09/26] serial: blackfin: Fix missing gpio.h
` [PATCH 10/26] serial: core: Document lock requirement for UPF_* flags updates
` [PATCH 11/26] serial: 8250: Document serial8250_modem_status() locking
` [PATCH 12/26] serial: core: Unwrap tertiary assignment in uart_handle_dcd_change()
` [PATCH 13/26] locking: Add non-fatal spin lock assert
` [PATCH 14/26] serial: core: Document and assert lock requirements for irq helpers
` [PATCH 15/26] serial: core: Privatize modem status enable flags
` [PATCH 16/26] isdn: i4l: Remove ASYNC_CTS_FLOW
` [PATCH 17/26] serial: core: Privatize tty->hw_stopped
` [PATCH 18/26] usb: serial: Remove unused tty->hw_stopped
` [PATCH 19/26] serial: bfin-uart: Fix auto CTS
` [PATCH 20/26] serial: core: Use spin_lock_irq() in uart_set_termios()
` [PATCH 21/26] tty: Convert tty_struct bitfield to bools
` [PATCH 22/26] tty: Serialize tty flow control changes with flow_lock
` [PATCH 23/26] tty: Move packet mode flow control notifications to pty driver
` [PATCH 24/26] tty: Serialize tcflow() with other tty flow control changes
` [PATCH 25/26] tty: Move and rename send_prio_char() as tty_send_xchar()
` [PATCH 26/26] tty: Hold termios_rwsem for tcflow(TCIxxx)

FROM: Husam Al Sayed
 2014-09-03 18:57 UTC 

[PATCH 3.17-rc3] serial: asc: Adopt readl_/writel_relaxed()
 2014-09-03 12:00 UTC 

[PATCH 3.17-rc3] serial: kgdb_nmi: No CON_ENABLED by default
 2014-09-03 11:57 UTC 

[PATCH 3.17-rc3] serial: amba-pl011: Use container_of() to get uart_amba_port
 2014-09-03 11:51 UTC 

[PATCH 3.17-rc3] serial: imx: clean up imx_poll_get_char()
 2014-09-03 11:33 UTC 

[PATCH] tty/serial: fix config dependencies for samsung serial
 2014-09-03 10:56 UTC  (4+ messages)

[PATCH RESEND 0/5] tty/serial: Add helpers to use GPIOs to control modem lines and implement atmel_serial.c
 2014-09-03 10:50 UTC  (6+ messages)
` [PATCH RESEND 5/5] tty/serial: at91: add interrupts for modem control lines

[PATCH v11 14/19] serial: amba-pl011: Move pl011_hwinit()
 2014-09-02 13:55 UTC  (8+ messages)
  ` [PATCH v11 15/19] serial: amba-pl011: Pass FIQ information to KGDB
  ` [PATCH v11 16/19] serial: asc: Add support for KGDB's FIQ/NMI mode
  ` [PATCH v11 17/19] serial: asc: Adopt readl_/writel_relaxed()
    ` [STLinux Kernel] "
  ` [PATCH v11 18/19] serial: imx: clean up imx_poll_get_char()
  ` [PATCH v11 19/19] serial: imx: Add support for KGDB's FIQ/NMI mode

Support for rs485 in 8250_dw
 2014-09-02 13:08 UTC 

[PATCH v4 0/2] tty: serial: Add mediatek UART driver
 2014-09-02 11:35 UTC  (6+ messages)
` [PATCH v4 1/2] tty: serial: 8250: Add Mediatek "
` [PATCH v4 2/2] DTS: serial: Add bindings documention for the Mediatek UARTs

[PATCH v2 5/6] ARM: shmobile: r8a7794: document SCIF clock support
 2014-09-01 22:05 UTC  (3+ messages)

[PATCH v3] serial: serial_core.c: printk replacement
 2014-09-01 15:19 UTC 

[PATCH v2] serial: serial_core.c: printk replacement
 2014-09-01 14:21 UTC  (3+ messages)

[Patch v2 0/2] Move Digi Neo card support from dgnc to jsm
 2014-08-30 20:35 UTC  (3+ messages)
` [Patch v2 1/2] jsm: add support for additional Neo cards
` [Patch v2 2/2] staging: dgnc: remove Neo card ids from device table

[PATCH 0/2] Move Digi Neo card support from dgnc to jsm
 2014-08-30 20:08 UTC  (5+ messages)
` [PATCH 1/2] jsm: add support for additional Neo cards
` [PATCH 2/2] staging: dgnc: remove Neo card ids from device table

[PATCH] tty: serial: men_z135_uart: Fix driver for changes in hardware
 2014-08-28 12:32 UTC 

dma support for 8250-omap serial driver
 2014-08-28  9:06 UTC  (8+ messages)
` [PATCH 1/7] dmaengine: edma: fix two faults which happen with the 8250_dma user

[PATCH 0/7] ARM: meson: add preliminary support for MesonX/Meson6 SoCs
 2014-08-28  7:51 UTC  (7+ messages)
` [PATCH 2/7] ARM: meson: serial: add MesonX SoC on-chip uart driver
` [PATCH 5/7] ARM: meson: dts: add basic Meson/Meson6/Meson6-atv1200 DTSI/DTS
` [PATCH 7/7] ARM: meson: update documentation (uart, timer and vendors)

[PATCH 14/14] tty/serial: samsung: add support for exynos7
 2014-08-28  4:04 UTC  (2+ messages)

[PATCH] 8250: serial device file is out of order
 2014-08-26  4:19 UTC  (2+ messages)

[PATCH] serial: Fix build failure caused by missing header file
 2014-08-25 23:22 UTC  (4+ messages)

[PATCH 3.4.x-stable] 8250_pci: fix warnings in backport of Broadcom TruManage support
 2014-08-25 17:33 UTC 

is there a struct uart_driver like struct i2c_driver
 2014-08-25 14:57 UTC  (11+ messages)

[PATCH] 8250: serial device file is out of order
 2014-08-25 14:46 UTC  (3+ messages)

[PATCH v4 0/8] asm-generic/io.h overhaul
 2014-08-25 13:37 UTC  (6+ messages)

[PATCH 0/7] delete double assignment
 2014-08-23 18:33 UTC  (2+ messages)
` [PATCH 3/7] serial: vr41xx_siu: "

Urgent Assistance from Syria
 2014-08-23 14:09 UTC 

Dear friend
 2014-08-23 12:40 UTC 

[PATCH v2] serial: uart: add hw flow control support configuration
 2014-08-22 16:45 UTC  (17+ messages)

[RFC PATCH 0/3] omap-serial high-speed fixes/improvements
 2014-08-22 14:02 UTC  (10+ messages)
` [RFC PATCHv2 0/4] "
  ` [RFC PATCH 3/4] tty: omap-serial: use threaded interrupt handler

[resend PATCH] tty: serial: serial_core.c: printk replacement
 2014-08-20 16:51 UTC 


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