messages from 2012-08-14 11:16:08 to 2012-08-24 13:11:01 UTC [more...]
[PATCH] tty: Added a CONFIG_TTY option to allow removal of TTY
2012-08-24 13:15 UTC (4+ messages)
` Fwd: "
[PATCH v3 00/23] OMAP UART patches
2012-08-24 10:40 UTC (25+ messages)
` [PATCH v3 01/23] serial: omap: define and use to_uart_omap_port()
` [PATCH v3 02/23] serial: omap: define helpers for pdata function pointers
` [PATCH v3 03/23] serial: omap: don't access the platform_device
` [PATCH v3 04/23] serial: omap: drop DMA support
` [PATCH v3 05/23] serial: add OMAP-specific defines
` [PATCH v3 06/23] serial: omap: simplify IRQ handling
` [PATCH v3 07/23] serial: omap: refactor receive_chars() into rdi/rlsi handlers
` [PATCH v3 08/23] serial: omap: move THRE check to transmit_chars()
` [PATCH v3 09/23] serial: omap: stick to put_autosuspend
` [PATCH v3 10/23] serial: omap: set dev->drvdata before enabling pm_runtime
` [PATCH v3 11/23] serial: omap: drop unnecessary check from remove
` [PATCH v3 12/23] serial: omap: make sure to suspend device before remove
` [PATCH v3 13/23] serial: omap: don't save IRQ flags on hardirq
` [PATCH v3 14/23] serial: omap: fix sequence of pm_runtime_* calls
` [PATCH v3 15/23] serial: omap: optimization with section annotations
` [PATCH v3 16/23] serial: omap: drop "inline" from IRQ handler prototype
` [PATCH v3 17/23] serial: omap: unlock the port lock
` [PATCH v3 18/23] serial: omap: implement set_wake
` [PATCH v3 19/23] serial: omap: make sure to put() on poll_get_char
` [PATCH v3 20/23] serial: omap: fix software flow control
` [PATCH v3 21/23] serial: omap: remove unnecessary header and add a missing one
` [PATCH v3 22/23] serial: omap: move uart_omap_port definition to C file
` [PATCH v3 23/23] serial: omap: enable RX and TX FIFO usage
[PATCHv4 0/9] *** ARM: Update arch-vt8500 to Devicetree ***
2012-08-24 7:18 UTC (22+ messages)
` [PATCHv4 1/9] arm: vt8500: Add device tree files for VIA/Wondermedia SoC's
` [PATCHv4 2/9] rtc: vt8500: Add devicetree support for vt8500-rtc
` [PATCHv4 3/9] serial: vt8500: Add devicetree support for vt8500-serial
` [PATCHv4 4/9] usb: vt8500: Add devicetree support for vt8500-ehci and -uhci
` [PATCHv4 5/9] video: vt8500: Add devicetree support for vt8500-fb and wm8505-fb
` [PATCHv4 6/9] arm: vt8500: Update arch-vt8500 to devicetree support
` [PATCHv4 7/9] arm: vt8500: doc: Add device tree bindings for arch-vt8500 devices
` [PATCHv4 8/9] arm: vt8500: gpio: Devicetree support for arch-vt8500
` [rtc-linux] "
` [PATCHv4 9/9] arm: vt8500: clk: Add Common Clock Framework support
` [rtc-linux] RE: [PATCHv4 0/9] *** ARM: Update arch-vt8500 to Devicetree ***
[RFC PATCH] tty: move the async flags from the serial code into the tty includes
2012-08-24 7:17 UTC (2+ messages)
CAN I DEPOSIT 20,000,000.00 GBP INTO YOUR ACCOUNT
2012-08-24 10:15 UTC
[PATCH] tty: use module_spi_driver
2012-08-23 22:04 UTC
[PATCHv3 0/9] *** ARM: Update arch-vt8500 to Devicetree ***
2012-08-23 21:29 UTC (18+ messages)
` [PATCHv3 1/9] arm: vt8500: Add device tree files for VIA/Wondermedia SoC's
` [PATCHv3 2/9] rtc: vt8500: Add devicetree support for vt8500-rtc
` [PATCHv3 3/9] serial: vt8500: Add devicetree support for vt8500-serial
` [PATCHv3 3/9] serial: vt8500: Add devicetree support for
` [PATCHv3 4/9] usb: vt8500: Add devicetree support for vt8500-ehci and -uhci
` [PATCHv3 5/9] video: vt8500: Add devicetree support for vt8500-fb and wm8505-fb
` [PATCHv3 6/9] arm: vt8500: Update arch-vt8500 to devicetree support
` [PATCHv3 8/9] arm: vt8500: gpio: Devicetree support for arch-vt8500
` [rtc-linux] "
` [PATCHv3 9/9] arm: vt8500: clk: Add Common Clock Framework support
` [PATCHv3 7/9] arm: vt8500: doc: Add device tree bindings for arch-vt8500 devices
[RFC/PATCH 00/13] OMAP UART patches
2012-08-23 6:26 UTC (43+ messages)
` [RFC/PATCH 01/13] serial: omap: define and use to_uart_omap_port()
` [RFC/PATCH 02/13] serial: omap: always return IRQ_HANDLED
` [RFC/PATCH 03/13] serial: omap: define helpers for pdata function pointers
` [RFC/PATCH 04/13] serial: omap: don't access the platform_device
` [RFC/PATCH 05/13] serial: omap: drop DMA support
` [RFC/PATCH 06/13] serial: add OMAP-specific defines
` [RFC/PATCH 07/13] serial: omap: simplify IRQ handling
` [RFC/PATCH 08/13] serial: omap: refactor receive_chars() into rdi/rlsi handlers
` [RFC/PATCH 09/13] serial: omap: move THRE check to transmit_chars()
` [RFC/PATCH 10/13] serial: omap: stick to put_autosuspend
` [RFC/PATCH 11/13] serial: omap: set dev->drvdata before enabling pm_runtime
` [RFC/PATCH 12/13] serial: omap: drop unnecessary check from remove
` [RFC/PATCH 13/13] serial: omap: make sure to suspend device before remove
` [PATCH v2 00/13] OMAP Serial patches
` [PATCH v2 01/13] serial: omap: define and use to_uart_omap_port()
` [PATCH v2 02/13] serial: omap: define helpers for pdata function pointers
` [PATCH v2 03/13] serial: omap: don't access the platform_device
` [PATCH v2 04/13] serial: omap: drop DMA support
` [PATCH v2 05/13] serial: add OMAP-specific defines
` [PATCH v2 06/13] serial: omap: simplify IRQ handling
` [PATCH v2 07/13] serial: omap: refactor receive_chars() into rdi/rlsi handlers
` [PATCH v2 08/13] serial: omap: move THRE check to transmit_chars()
` [PATCH v2 09/13] serial: omap: stick to put_autosuspend
` [PATCH v2 10/13] serial: omap: set dev->drvdata before enabling pm_runtime
` [PATCH v2 11/13] serial: omap: drop unnecessary check from remove
` [PATCH v2 12/13] serial: omap: make sure to suspend device before remove
` [PATCH v2 13/13] serial: omap: don't save IRQ flags on hardirq
[PATCH v3] serial: add a new helper function
2012-08-23 2:13 UTC
[PATCH v3] serial: pl011: honour serial aliases in device tree
2012-08-22 16:25 UTC
[RF CPATCH] tty: Split the serial_core helpers for setserial into two
2012-08-22 15:36 UTC
[PATCH] tty: move the async flags from the serial code into the tty includes
2012-08-22 12:19 UTC (4+ messages)
[PATCH] tty: move the async flags from the serial code into the tty includes
2012-08-22 11:15 UTC
[PATCHv4 3/9] serial: vt8500: Add devicetree support for vt8500-serial
2012-08-22 6:37 UTC
[PATCH v2] serial: pl011: honour serial aliases in device tree
2012-08-21 22:04 UTC (3+ messages)
pm_qos usage in omap-serial.c
2012-08-21 20:50 UTC
[PATCH] serial: Remove orphaned header sc26198.h
2012-08-21 16:43 UTC (2+ messages)
RFC: exposing uartclk value to sysfs
2012-08-21 13:44 UTC (17+ messages)
` [PATCH 1/1] [RFC] uartclk from serial_core exposed "
` [PATCHv2 "
` [PATCHv3 "
` [PATCHv4 "
[PATCH] serial: pl011: honour serial aliases in device tree
2012-08-21 13:26 UTC (2+ messages)
[PATCH 0/3] serial: make serial_uart_config non-global
2012-08-21 9:06 UTC (5+ messages)
` [PATCH 1/3] m32r_sio: remove dependency on struct serial_uart_config
` [PATCH 2/3] serial: sunsu.c - don't explicitly tie array size to dynamic entity
` [PATCH 3/3] serial: diminish usage of struct serial_uart_config
[PATCH] serial: add a new helper function
2012-08-21 2:52 UTC (5+ messages)
[PATCH] tty: serial: altera_uart: Use platform_{get,set}_drvdata
2012-08-20 13:56 UTC
restart callback not supposed to sleep?
2012-08-20 9:47 UTC (7+ messages)
[PATCH] serial/imx: improve error diagnosics for clock and pinctrl failures
2012-08-20 7:57 UTC
[PATCH] [media] winbond-cir: Fix initialization
2012-08-19 16:00 UTC (6+ messages)
[PATCH v2] serial: add a new helper function
2012-08-19 21:33 UTC
hii
2012-08-18 17:35 UTC
[PATCH 1/2] tty: serial: Check return code of gpiochip_remove
2012-08-18 16:12 UTC (2+ messages)
` [PATCH 2/2] tty: serial: Remove explicit use of devm_kfree
[GIT PATCH] Serial fixes for 3.6-rc3
2012-08-17 18:10 UTC
[PATCH 1/8] n_gsm.c: Implement 3GPP27.010 DLC start-up procedure in MUX
2012-08-16 19:17 UTC (5+ messages)
[PATCH 1/2] 8250: add AgeStar AS-PRS2-009
2012-08-16 18:46 UTC (3+ messages)
` [PATCH 2/2] Remove BUG_ON from n_tty_read()
[PATCH] Powerpc 8xx CPM_UART delay in receive
2012-08-16 15:21 UTC (6+ messages)
[PATCHv2 0/8] *** ARM: Update arch-vt8500 to Devicetree ***
2012-08-16 10:18 UTC (3+ messages)
Patch for panic in n_tty_read()
2012-08-16 7:52 UTC (16+ messages)
` [PATCH V2] [tty] Fix possible race "
` [PATCH] Remove BUG_ON from n_tty_read()
` [PATCH V2] "
[PATCH 0/8] *** ARM: Update arch-vt8500 to Devicetree ***
2012-08-15 19:21 UTC (5+ messages)
` [PATCH 5/8] video: vt8500: Add devicetree support for vt8500-fb and wm8505-fb
[PATCH 08/14] tty: atmel_serial: add pinctrl support
2012-08-15 9:01 UTC (2+ messages)
[PATCH 00/11] fblog: Framebuffer kernel log driver v4
2012-08-15 0:17 UTC (5+ messages)
` [PATCH 05/11] fblog: register one fblog object per framebuffer
[PATCH] MIPS: OCTEON: Fix breakage due to 8250 changes
2012-08-14 21:46 UTC (3+ messages)
[PATCH] Powerpc 8xx CPM_UART desynchronisation
2012-08-14 14:26 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).