linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-09-21 09:28:49 to 2011-10-13 10:08:18 UTC [more...]

Using serial driver 16550A in poll mode without interrupt connected
 2011-10-13 10:08 UTC  (5+ messages)

[PATCH] UART: add CSR SiRFprimaII SoC on-chip uart drivers
 2011-10-13  9:55 UTC  (2+ messages)

[PATCH v6 10/16] OMAP2+: UART: Modify omap_uart_can_sleep function
 2011-10-13  6:59 UTC  (24+ messages)
` [PATCH v6 11/16] OMAP2+: UART: Move errata handling from serial.c to omap-serial
` [PATCH v6 12/16] OMAP2+: UART: Allow UART parameters to be configured from board file
` [PATCH v6 13/16] OMAP2+: UART: Make the RX_TIMEOUT for DMA configurable for each UART
` [PATCH v6 14/16] OMAP2+: UART: Take console_lock in suspend path if not taken
` [PATCH v6 15/16] OMAP2+: UART: Enable back uart clocks with runtime API for early console
` [PATCH v6 16/16] OMAP2+: UART: Do not gate uart clocks if used for debug_prints

[PATCH v2 0/5] tty/serial: atmel_serial: Device Tree support
 2011-10-13  1:04 UTC  (11+ messages)
` [PATCH v2 1/5] tty/serial: RS485 bindings for device tree
  ` [PATCH v2 3/5] tty/serial: atmel_serial: whitespace and braces modifications
    ` [PATCH v2 2/5] tty/serial: atmel_serial: change platform_data variable name
    ` [PATCH v2 4/5] tty/serial: atmel_serial: auto-enumerate ports
    ` [PATCH v2 5/5] tty/serial: atmel_serial: add device tree support

[PATCH v6 01/16] OMAP2+: hwmod: Add API to enable IO ring wakeup
 2011-10-13  1:28 UTC  (37+ messages)
` [PATCH v6 02/16] OMAP2+: hwmod: Add API to check IO PAD wakeup status
` [PATCH v6 03/16] OMAP2+: UART: cleanup + remove uart pm specific API
` [PATCH v6 04/16] OMAP2+: UART: cleanup 8250 console driver support
` [PATCH v6 05/16] OMAP2+: UART: Cleanup part of clock gating mechanism for uart
` [PATCH v6 06/16] OMAP2+: UART: Remove certain feilds from omap_uart_state struct
` [PATCH v6 07/16] OMAP2+: UART: Add default mux for all uarts
` [PATCH v6 08/16] OMAP2+: UART: Store certain reg values to port structure
` [PATCH v6 09/16] OMAP2+: UART: Add runtime pm support for omap-serial driver

[PATCH] 8250_pci: Fix kernel panic when pch_uart is disabled
 2011-10-12 18:17 UTC  (2+ messages)

[RFC PATCH] tty/serial: atmel_serial: add device tree support
 2011-10-12 15:35 UTC  (8+ messages)

[PATCH] TTY: serial_core: Fix crash if agetty() run on non-console serial port
 2011-10-12 11:57 UTC  (6+ messages)
` [PATCH v2] TTY: serial_core: Fix crash if DCD drop during suspend

[RFC PATCH] tty/serial: RS485 bindings for device tree
 2011-10-12 12:02 UTC  (4+ messages)

[PATCH] tty/serial: Prevent drop of DCD on suspend for Tegra UARTs
 2011-10-12 11:56 UTC  (2+ messages)

For Your Interest:
 2011-10-11 22:28 UTC 

[Patch 6/6]drivers/usb/serial/ftdi_sio.c: Use ftdi async_icount structure for TIOCMIWAIT, as in other drivers
 2011-10-10 15:24 UTC 

[Patch 5/6]drivers/usb/serial/ftdi_sio.c:Fill MSR fields of the ftdi async_icount structure
 2011-10-10 15:24 UTC 

[Patch 4/6]drivers/usb/serial/ftdi_sio.c: Fill LSR fields of the ftdi async_icount structure
 2011-10-10 15:24 UTC 

[Patch 3/6]drivers/usb/serial/ftdi_sio.c:Fill TX field of the ftdi async_icount structure
 2011-10-10 15:24 UTC 

[Patch 2/6]drivers/usb/serial/ftdi_sio.c: Fill the RX field of the ftdi async_icount structure
 2011-10-10 15:24 UTC 

[Patch 1/6]drivers/usb/serial/ftdi_sio.c: Basic icount infrastructure for ftdi_sio
 2011-10-10 15:24 UTC 

[PATCH v2 0/9] serial: samsung: rework clock lookup and add device tree support
 2011-10-10 10:08 UTC  (10+ messages)
` [PATCH v2 1/9] serial: samsung: Keep a copy of the location of platform data in driver's private data
  ` [PATCH v2 2/9] serial: samsung: move handling of fclk/n clock to platform code
` [PATCH v2 3/9] serial: samsung: switch to clkdev based clock lookup
` [PATCH v2 4/9] serial: samsung: remove struct 's3c24xx_uart_clksrc' and all uses of it
` [PATCH v2 5/9] serial: samsung: remove all uses of get_clksrc and set_clksrc
` [PATCH v2 6/9] arm: samsung: register uart clocks to clock lookup list
` [PATCH v2 7/9] serial: samsung: merge all SoC specific port reset functions
` [PATCH v2 8/9] serial: samsung: merge probe() function from all SoC specific extensions
` [PATCH v2 9/9] serial: samsung: add device tree support

(unknown),
 2011-10-09 20:56 UTC 

[PATCH 00/16] ARM: amba: Enable module alias autogeneration for AMBA drivers
 2011-10-05 16:05 UTC  (3+ messages)
` [PATCH 12/16] serial: pl010: "
` [PATCH 13/16] serial: pl011: "

serial device name for smart card reader that is integrated to Anysee DVB USB device
 2011-10-05  8:16 UTC  (7+ messages)

[PATCH] jsm: Fixed EEH recovery error
 2011-10-03 16:52 UTC 

[PATCH 1/3] tty/serial: atmel_serial: change platform_data variable name
 2011-10-03 10:11 UTC  (8+ messages)
` [PATCH 2/3] tty/serial: atmel_serial: whitespace and braces modifications
` [PATCH 3/3] tty/serial: atmel_serial: __devinit_p for probe function

For Your Interest
 2011-10-01 13:57 UTC 

[PATCH v6 00/16] OMAP2+: UART: Runtime adaptation + cleanup
 2011-09-30 11:00 UTC 

群发软件+买家搜索机+最新广交会买家、海关数据,B2B询盘买家500万。
 2011-09-29 23:07 UTC 

Email Quota Exceeded
 2011-09-29 13:41 UTC 

[PATCH v5 00/15] OMAP2+: Serial: Runtime adaptation + cleanup
 2011-09-29  8:42 UTC  (2+ messages)

[PATCH] serial: SERIAL_MRST_MAX3110 should depend on X86_MRST
 2011-09-27 12:10 UTC  (3+ messages)

[PATCH 1/2] tty/n_gsm: fix a bug in gsm_dlci_data_output (adaption = 2 case)
 2011-09-27 10:59 UTC  (4+ messages)
` [PATCH 2/2] tty/n_gsm: avoid fifo overflow in gsm_dlci_data_output

[PATCH 1/4] TTY: serial, fix locking imbalance
 2011-09-27  8:26 UTC  (11+ messages)

serial: samsung: add clkdev based clock lookup and device tree support
 2011-09-26 19:07 UTC  (10+ messages)
` [PATCH 1/9] serial: samsung: Keep a copy of the location of platform data in driver's private data
` [PATCH 2/9] serial: samsung: move handling of fclk/n clock to platform code
` [PATCH 3/9] serial: samsung: switch to clkdev based clock lookup
` [PATCH 4/9] serial: samsung: remove struct 's3c24xx_uart_clksrc' and all uses of it
` [PATCH 5/9] serial: samsung: remove all uses of get_clksrc and set_clksrc
` [PATCH 6/9] arm: samsung: register uart clocks to clock lookup list
` [PATCH 7/9] serial: samsung: merge all SoC specific port reset functions
` [PATCH 8/9] serial: samsung: merge probe() function from all SoC specific extensions
` [PATCH 9/9] serial: samsung: add device tree support

[PATCH 1/2] 8250: ratelimit LSR safety check engaged warning
 2011-09-26 13:14 UTC 

Administrative Message
 2011-09-24 15:14 UTC 

[PATCH] tty/n_gsm: fix bug in tiocmset
 2011-09-23 10:05 UTC  (2+ messages)

administrativní zprávy
 2011-09-23  8:02 UTC 

[PATCH 54/62] TTY: irq: Remove IRQF_DISABLED
 2011-09-22 23:08 UTC  (3+ messages)

[PATCH: tty-next] TTY: serial: Move mutex_unlock in uart_close function
 2011-09-22 22:46 UTC  (3+ messages)

[PATCH 1/3] jsm: remove remaining flip buffer code
 2011-09-22 22:38 UTC  (3+ messages)
` jsm: remove buggy write queue

administrativní zprávy
 2011-09-22 22:02 UTC 

[PATCH 48/55] TTY: irq: Remove IRQF_DISABLED
 2011-09-22  8:59 UTC 

[PATCH v5 03/15] OMAP2+: UART: cleanup + remove uart pm specific API
 2011-09-22  7:55 UTC  (9+ messages)
` [PATCH v5 04/15] OMAP2+: UART: cleanup 8250 console driver support
` [PATCH v5 05/15] OMAP2+: UART: Cleanup part of clock gating mechanism for uart
` [PATCH v5 06/15] OMAP2+: UART: Remove certain feilds from omap_uart_state struct
` [PATCH v5 07/15] OMAP2+: UART: Add default mux for all uarts
` [PATCH v5 08/15] OMAP2+: UART: Store certain reg values to port structure
` [PATCH v5 09/15] OMAP2+: UART: Add runtime pm support for omap-serial driver

[PATCH v5 10/15] OMAP2+: UART: Move errata handling from serial.c to omap-serial
 2011-09-21 12:13 UTC  (6+ messages)
` [PATCH v5 11/15] OMAP2+: UART: Allow UART parameters to be configured from board file
` [PATCH v5 12/15] OMAP2+: UART: Make the RX_TIMEOUT for DMA configurable for each UART
` [PATCH v5 13/15] OMAP2+: UART: Take console_lock in suspend path if not taken
` [PATCH v5 14/15] OMAP2+: UART: Enable back uart clocks with runtime API for early console
` [PATCH v5 15/15] OMAP2+: UART: Do not gate uart clocks if used for debug_prints

[PATCH v5 02/15] OMAP2+: hwmod: Add API to check IO PAD wakeup status
 2011-09-21 12:12 UTC 

[PATCH v5 01/15] OMAP2+: hwmod: Add API to enable IO ring wakeup
 2011-09-21 12:12 UTC 

[PATCH 48/57] TTY: irq: Remove IRQF_DISABLED
 2011-09-21  9:28 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).