messages from 2011-11-01 13:40:06 to 2011-11-22 01:13:06 UTC [more...]
[GIT PATCH] TTY/serial driver fixes for 3.2
2011-11-22 1:11 UTC (9+ messages)
` [PATCH 01/13] jsm: Change maintainership
` [PATCH 02/13] tty: hvc_dcc: Fix duplicate character inputs
` [PATCH 03/13] pch_uart: Fix hw-flow control issue
` [PATCH 04/13] pch_uart: Support new device LAPIS Semiconductor ML7831 IOH
` [PATCH 05/13] pch_uart: Change company name OKI SEMICONDUCTOR to LAPIS Semiconductor
` [PATCH 11/13] TTY: ldisc, allow waiting for ldisc arbitrarily long
` [PATCH 12/13] TTY: ldisc, move wait idle to caller
` [PATCH 13/13] TTY: ldisc, wait for ldisc infinitely in hangup
[PATCH v8 15/20] OMAP2+: UART: Make the RX_TIMEOUT for DMA configurable for each UART
2011-11-21 13:51 UTC (8+ messages)
` [PATCH v8 16/20] OMAP2+: UART: remove temporary variable used to count uart instance
` [PATCH v8 17/20] OMAP2+: UART: Use custom activate func for console uart
` [PATCH v8 18/20] OMAP2+: UART: Avoid uart idling on suspend for no_console_suspend usecase
` [PATCH v8 19/20] OMAP2+: UART: Do not gate uart clocks if used for debug_prints
[PATCH] OMAP: UART: fix the return type of check_modem_status
2011-11-21 10:13 UTC
[PATCH 29/29] Drivers: tty: serial: jsm: jsm_tty: fixed a brace coding style issue
2011-11-18 14:30 UTC (2+ messages)
[PATCH 28/28] Drivers: tty: serial: ioc4_serial: fixed a brace coding style issue
2011-11-18 6:00 UTC
(unknown),
2011-11-18 4:54 UTC
[PATCH] UART: add CSR SiRFprimaII SoC on-chip uart drivers
2011-11-17 15:17 UTC
[PATCH 0/3] OMAP serial device tree support
2011-11-17 10:16 UTC (17+ messages)
` [PATCH 1/3] ARM: omap_device: handle first time activation of console device
` [PATCH 2/3] omap-serial: Add minimal device tree support
` [PATCH 3/3] ARM: omap: pass minimal SoC/board data for UART from dt
[PATCH 0/8] serial: 8250: support hw-based RS485 direction control (finally!)
2011-11-17 10:14 UTC (13+ messages)
` [PATCH 1/8] serial: 8250: replace hardcoded 0xbf with #define
` [PATCH 2/8] serial: 8250: Add ioctl to enable auto rs485 mode with some Exar UARTs
` [PATCH 3/8] serial: 8250: save rs485_flags per instance
` [PATCH 4/8] serial: 8250: add RX_DURING_TX capability to RS485 mode
` [PATCH 5/8] serial: 8250: reject delaying RTS with RS485
` [PATCH 6/8] serial: 8250: update rs485 flags with polarity settings
` [PATCH 7/8] serial: 8250: add Exar 16V2750 support
` [PATCH 8/8] serial: 8250: fix comment about accessing EMSR
[PATCH V4 00/14] add clk_prepare/clk_unprepare to imx drivers
2011-11-17 1:22 UTC (16+ messages)
` [PATCH V4 01/14] clk: add helper functions clk_prepare_enable and clk_disable_unprepare
` [PATCH V4 02/14] ARM: mxc: time: add clk_prepare/clk_unprepare
` [PATCH V4 03/14] ARM: mxc: ahci: "
` [PATCH V4 05/14] ARM: mxc: epit: "
` [PATCH V4 08/14] ARM: pm-imx5: "
` [PATCH V4 09/14] ARM: mx31moboard: "
` [PATCH V4 04/14] ARM: mxc: pwm: "
` [PATCH V4 06/14] ARM: mxc: arch_reset: "
` [PATCH V4 07/14] ARM: mxc: audmux-v2: "
` [PATCH V4 10/14] ARM: mxs: "
` [PATCH V4 14/14] mmc: sdhci-esdhc-imx: "
` [PATCH V4 11/14] serial: imx: "
` [PATCH V4 12/14] net: fec: "
` [PATCH V4 13/14] i2c: imx: "
[PATCH v8 10/20] OMAP2+: UART: Get context loss count to context restore
2011-11-16 20:04 UTC (7+ messages)
` [PATCH v8 11/20] OMAP2+: UART: Move errata handling from serial.c to omap-serial
` [PATCH v8 12/20] OMAP2+: UART: Add wakeup mechanism for omap-uarts
` [PATCH v8 13/20] OMAP2+: UART: Remove old and unused clocks handling funcs
[PATCH 11/13] serial: add driver for the built-in UART of the AR933X SoC
2011-11-16 19:13 UTC (4+ messages)
[PATCH] serial/8250_pci: add a quirk for the kt serial controller
2011-11-15 19:18 UTC (7+ messages)
[PATCH] OMAP2+: UART: Make the SERIAL_OMAP depend on ARCH_OMAP2PLUS
2011-11-15 9:46 UTC (3+ messages)
[PATCH 01/10] TTY: serial, cleanup include file
2011-11-15 9:01 UTC (14+ messages)
` [PATCH 02/10] TTY: serial, cleanup atmel_set_ldisc
` [PATCH 03/10] TTY: serial, switch closing_wait and close_delay to jiffies
` [PATCH 04/10] TTY: serial, use tty_port_close_start helper
` [PATCH 05/10] TTY: serial, document few functions
` [PATCH 06/10] TTY: serial, do not touch tty->alt_speed
` [PATCH 07/10] TTY: serial, inline uart_get
` [PATCH 08/10] TTY: serial, define uart_port_activate/shutdown
` [PATCH 09/10] TTY: serial, fill uart_port_shutdown
` [PATCH 10/10] TTY: serial, extract uart_port_startup
[PATCH] atmel_serial: RS485: receiving enabled when sending data
2011-11-14 12:18 UTC (19+ messages)
` [PATCH] RS485: fix inconsistencies in the meaning of some variables
[PATCH V2 00/14] add clk_prepare/clk_unprepare to imx drivers
2011-11-11 14:20 UTC (22+ messages)
` [PATCH V2 02/14] ARM: mxc: time: add clk_prepare/clk_unprepare
` [PATCH V2 01/14] clk: add helper functions clk_prepare_enable and clk_disable_unprepare
` [PATCH V2 03/14] ARM: mxc: ahci: add clk_prepare/clk_unprepare
` [PATCH V2 09/14] ARM: mx31moboard: "
` [PATCH V2 04/14] ARM: mxc: pwm: "
` [PATCH V2 05/14] ARM: mxc: epit: "
` [PATCH V2 06/14] ARM: mxc: arch_reset: "
` [PATCH V2 07/14] ARM: mxc: audmux-v2: "
` [PATCH V2 08/14] ARM: pm-imx5: "
` [PATCH V2 10/14] ARM: mxs: "
` [PATCH V2 11/14] serial: imx: "
` [PATCH V2 12/14] net: fec: "
` [PATCH V2 13/14] i2c: imx: "
` [PATCH V2 14/14] mmc: sdhci-esdhc-imx: "
[PATCH V3 00/14] add clk_prepare/clk_unprepare to imx drivers
2011-11-11 10:50 UTC (15+ messages)
` [PATCH V3 01/14] clk: add helper functions clk_prepare_enable and clk_disable_unprepare
` [PATCH V3 02/14] ARM: mxc: time: add clk_prepare/clk_unprepare
` [PATCH V3 03/14] ARM: mxc: ahci: "
` [PATCH V3 04/14] ARM: mxc: pwm: "
` [PATCH V3 05/14] ARM: mxc: epit: "
` [PATCH V3 09/14] ARM: mx31moboard: "
` [PATCH V3 11/14] serial: imx: "
` [PATCH V3 13/14] i2c: "
` [PATCH V3 06/14] ARM: mxc: arch_reset: "
` [PATCH V3 07/14] ARM: mxc: audmux-v2: "
` [PATCH V3 08/14] ARM: pm-imx5: "
` [PATCH V3 10/14] ARM: mxs: "
` [PATCH V3 12/14] net: fec: "
` [PATCH V3 14/14] mmc: sdhci-esdhc-imx: "
[PATCH v7 15/21] OMAP2+: UART: Make the RX_TIMEOUT for DMA configurable for each UART
2011-11-11 10:17 UTC (14+ messages)
` [PATCH v7 16/21] OMAP2+: UART: Remove custom activate funcs and use generic funcs
` [PATCH v7 17/21] OMAP2+: UART: Remove omap_uart_can_sleep and add pm_qos
` [PATCH v7 19/21] OMAP2+: UART: Use custom activate func for console uart
[PATCH v7 00/21] OMAP2+: UART: Runtime adaptation + cleanup
2011-11-11 10:14 UTC (5+ messages)
` [PATCH v7 11/21] OMAP2+: UART: Move errata handling from serial.c to omap-serial
[PATCH v8 20/20] OMAP2+: UART: Remove omap_uart_can_sleep and add pm_qos
2011-11-11 10:02 UTC
[PATCH v8 14/20] OMAP2+: UART: Allow UART parameters to be configured from board file
2011-11-11 9:59 UTC
[PATCH v8 00/20] OMAP2+: UART: Runtime adaptation + cleanup
2011-11-11 9:57 UTC (10+ messages)
` [PATCH v8 01/20] OMAP2+: UART: cleanup + remove uart pm specific API
` [PATCH v8 02/20] OMAP2+: UART: cleanup 8250 console driver support
` [PATCH v8 03/20] OMAP2+: UART: Cleanup part of clock gating mechanism for uart
` [PATCH v8 04/20] OMAP2+: UART: Add default mux for all uarts
` [PATCH v8 05/20] OMAP2+: UART: Remove mapbase/membase fields from pdata
` [PATCH v8 06/20] OMAP2+: UART: Add runtime pm support for omap-serial driver
` [PATCH v8 07/20] OMAP2+: UART: Remove context_save and move context restore to driver
` [PATCH v8 08/20] OMAP2+: UART: Ensure all reg values configured are available from port structure
` [PATCH v8 09/20] OMAP2+: UART: Remove uart reset function
[PATCH] pch_uart: Fix DMA resource leak issue
2011-11-11 8:37 UTC (2+ messages)
[PATCH 1/1] serial: imx: convert to clk_prepare/clk_unprepare
2011-11-10 8:24 UTC (3+ messages)
[PATCH 1/2] pch_uart: Fix hw-flow control issue
2011-11-10 2:11 UTC (6+ messages)
` [PATCH 2/2] pch_uart: Delete modem status interrupt enable code
Re:
2011-11-09 11:58 UTC
[RFC 0/2] serial: OF alias support
2011-11-08 13:35 UTC (3+ messages)
` [RFC 1/2] serial: Add OF alias support for uartlite
` [RFC 2/2] serial: 8250: Add OF alias support
[PATCH] serial: samsung: Fix build for non-Exynos4210 devices
2011-11-08 5:00 UTC (3+ messages)
[PATCH 02/14] ARM : SAMSUNG : Add RS485 support
2011-11-04 10:18 UTC (7+ messages)
[PATCH 1/1] omap: serial: Add RS-485 standard support
2011-11-03 19:06 UTC (2+ messages)
[PATCH] m68k/atari: SCC - Move Atari serial driver to staging
2011-11-03 15:12 UTC (2+ messages)
[RFC PATCH 00/34] msm: msm8660 and msm8960 clock support
2011-11-02 18:36 UTC (2+ messages)
` [RFC PATCH 34/34] msm_serial: fix clock rate on DMA-based uarts
[PATCH] UART: add CSR SiRFprimaII SoC on-chip uart drivers
2011-11-01 13:40 UTC (8+ 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).