messages from 2012-02-28 09:16:10 to 2012-03-12 10:04:03 UTC [more...]
[PATCH] serial: PL011: clear pending interrupts
2012-03-12 10:03 UTC (4+ messages)
[PATCH] Clear previous interrupts after fifo is disabled
2012-03-12 8:29 UTC (17+ messages)
[PATCH] tty: serial: vt8500: fix annotations for probe/remove
2012-03-11 14:02 UTC
MAIL 10.03.2012
2012-03-11 10:05 UTC
[PATCH 3/7] serial: sh-sci: restore big-endian operation
2012-03-09 20:23 UTC (3+ messages)
[PATCH 0/5 V3] pch_uart: Cleanups, board quirks, and user uartclk parameter
2012-03-09 17:51 UTC (6+ messages)
` [PATCH 1/5] pch_uart: Use uartclk instead of base_baud
` [PATCH 2/5] pch_uart: Add Fish River Island II uart clock quirks
` [PATCH 3/5] pch_uart: Add user_uartclk parameter
` [PATCH 4/5] pch_uart: Use existing default_baud in setup_console
` [PATCH 5/5] pch_uart: Add module parameter descriptions
[PATCH v2 0/7] serial: cleanups that strive to do nothing
2012-03-09 10:29 UTC (9+ messages)
` [PATCH 1/7] serial: delete last unused traces of pausing I/O in 8250
` [PATCH 2/7] serial: make 8250's serial_in shareable to other drivers
` [PATCH 3/7] serial: delete useless void casts in 8250.c
` [PATCH 4/7] serial: reduce number of indirections in 8250 code
` [PATCH 5/7] serial: introduce generic port in/out helpers
` [PATCH 6/7] serial: use serial_port_in/out vs serial_in/out in 8250
` [PATCH 7/7] serial: remove back and forth conversions in serial_out_sync
[RFC PATCH] OMAP: UART: Enable tx wakeup bit in wer
2012-03-09 6:19 UTC (6+ messages)
[PATCH 0/4 V2] pch_uart: Cleanups, board quirks, and user uartclk parameter
2012-03-08 21:10 UTC (20+ messages)
` [PATCH 1/4] pch_uart: Use uartclk instead of base_baud
` [PATCH 2/4] pch_uart: Add Fish River Island II uart clock quirks
` [PATCH 3/4] pch_uart: Add user_uartclk parameter
` [PATCH 4/4] pch_uart: Use existing default_baud in setup_console
[PATCH 00/68] TTY buffer in tty_port -- prep no. 1
2012-03-08 20:51 UTC (78+ messages)
` [PATCH 01/68] USB: cdc-acm, use tty_standard_install
` [PATCH 02/68] TTY: tty_io, remove buffer re-assignments
` [PATCH 03/68] TTY: let alloc_tty_driver deduce the owner automatically
` [PATCH 04/68] TTY: remove minor_num from tty_driver
` [PATCH 05/68] TTY: remove re-assignments to tty_driver members
` [PATCH 06/68] TTY: simplify tty_driver_lookup_tty a bit
` [PATCH 07/68] TTY: remove tty driver re-set from tty_reopen
` [PATCH 08/68] TTY: serial, simplify ASYNC_USR_MASK
` [PATCH 09/68] TTY: tty_driver, document tty->ops->shutdown limitation
` [PATCH 10/68] ALPHA: srmcons, use timer functions
` [PATCH 11/68] ALPHA: srmcons, fix racy singleton structure
` [PATCH 12/68] TTY: srmcons, convert to use tty_port
` [PATCH 13/68] TTY: serialP, remove DECLARE_WAITQUEUE check
` [PATCH 14/68] TTY: remove unneeded tty->index checks
` [PATCH 15/68] TTY: ipwireless, fix tty->index handling
` [PATCH 16/68] NET: pc300, do not zero global variables
` [PATCH 17/68] NET: pc300, show version info from module init
` [PATCH 18/68] XTENSA: iss/console, use setup_timer
` [PATCH 19/68] XTENSA: iss/console, fix potential deadlock
` [PATCH 20/68] TTY: iss/console, use tty_port
` [PATCH 21/68] TTY: serial, use atomic_inc_return in ioc4_serial
` [PATCH 22/68] TTY: serial, include pci.h in m32r_sio
` [PATCH 23/68] TTY: remove serialP.h inclusion from some files
` [PATCH 24/68] TTY: speakup, do not use serialP
` [PATCH 25/68] TTY: serialP, remove unused material
` [PATCH 26/68] TTY: amiserial, remove tasklet for tty_wakeup
` [PATCH 27/68] TTY: amiserial, use only one copy of async flags
` [PATCH 28/68] TTY: simserial, "
` [PATCH 29/68] TTY: simserial/amiserial, use one instance of other members
` [PATCH 30/68] TTY: simserial, remove support of shared interrupts
` [PATCH 31/68] TTY: simserial, remove IRQ_T
` [PATCH 32/68] TTY: amiserial, remove IRQ_ports
` [PATCH 33/68] TTY: serialP, merge serial_state and async_struct
` [PATCH 34/68] TTY: amiserial, simplify set_serial_info
` [PATCH 35/68] TTY: amiserial, pass tty down to functions
` [PATCH 36/68] TTY: simserial, "
` [PATCH 37/68] TTY: amiserial/simserial, use tty_port
` [PATCH 38/68] TTY: amiserial/simserial, use close delays from tty_port
` [PATCH 39/68] TTY: amiserial/simserial, use count "
` [PATCH 40/68] TTY: amiserial/simserial, use flags "
` [PATCH 41/68] TTY: simserial, remove static initialization
` [PATCH 42/68] TTY: simserial, remove tmp_buf
` [PATCH 43/68] TTY: simserial, stop using serial_state->{line,icount}
` [PATCH 44/68] TTY: simserial no longer needs serialP
` [PATCH 45/68] TTY: simserial, define local tty_port pointer
` [PATCH 46/68] TTY: simserial, remove some tty ops
` [PATCH 48/68] TTY: simserial, use tty_port_close_start
` [PATCH 49/68] TTY: simserial, properly refcount tty_port->tty
` [PATCH 50/68] TTY: simserial, use tty_port_open
` [PATCH 51/68] TTY: simserial, use tty_port_hangup
` [PATCH 52/68] TTY: simserial, remove useless comments
` [PATCH 53/68] TTY: simserial, fix includes
` [PATCH 54/68] TTY: simserial, reindent some code
` [PATCH 55/68] TTY: simserial, final cleanup
` [PATCH 56/68] TTY: amiserial, define local tty_port pointer
` [PATCH 57/68] TTY: amiserial, stop using serial_state->{irq,type,line}
` [PATCH 58/68] TTY: amiserial no longer needs serialP
` [PATCH 59/68] TTY: amiserial, provide carrier helpers
` [PATCH 60/68] TTY: amiserial, use tty_port_block_til_ready
` [PATCH 61/68] TTY: amiserial, use tty_port_close_end
` [PATCH 62/68] TTY: amiserial, use tty_port_close_start
` [PATCH 63/68] TTY: pdc_cons, fix racy tty test
` [PATCH 64/68] TTY: pdc_cons, fix open vs timer race
` [PATCH 65/68] TTY: pdc_cons, fix open vs pdc_console_tty_driver race
` [PATCH 66/68] TTY: pdc_cons, use tty_port
` [PATCH 67/68] TTY: isdn/gigaset, do not set tty->driver_data to NULL
` [PATCH 68/68] TTY: isdn/gigaset, use tty_port
[PATCH 0/6] Series short description
2012-03-08 19:14 UTC (8+ messages)
` [PATCH 1/6] vt: sort out locking for font handling
` [PATCH 2/6] vt: push down the tty lock so we can see what is left to tackle
` [PATCH 3/6] vt: push down tioclinux cases
` [PATCH 4/6] vt: waitevent is self locked so drop the tty_lock
` [PATCH 5/6] vt: tackle the main part of the selection logic
` [PATCH 6/6] vt: push the tty_lock down into the map handling
[PATCH 0/7] powerpc: remove the legacy iSeries platform specific drivers
2012-03-08 17:59 UTC (6+ messages)
` [PATCH 5/7] tty: powerpc: remove SERIAL_ICOM dependency on PPC_ISERIES
bad serial port count when trying to login
2012-03-08 11:24 UTC (2+ messages)
MAIL
2012-03-07 15:46 UTC
Partnership
2012-03-06 6:43 UTC
Partnership
2012-03-06 6:40 UTC
[PATCH 0/9] [RFC] tty : make receive_room internal to N_TTY line discipline
2012-03-05 23:42 UTC (2+ messages)
[GIT PATCH] TTY/serial patches for 3.3-rc6
2012-03-05 23:35 UTC
[PATCH] mpc5200b/uart: select more tolerant uart prescaler on low baudrates
2012-03-05 15:14 UTC
(unknown),
2012-03-05 10:40 UTC (15+ messages)
` [PATCH 1/9] tty: make receive_buf() return the amout of bytes received
` [PATCH 2/9] tty : make n_tty_receive_buf return bytes received in raw mode
` [PATCH 3/9] tty: make hci_uart_tty_receive return bytes received
` [PATCH 4/9] tty : kill receive_room usage in vt
` [PATCH 5/9] tty : kill receive_room usage in speakup
` [PATCH 6/9] tty : don't use receive_room in tty_set_ldisc
` [PATCH 7/9] tty : kill receive_room usage in tty_buffer
` [PATCH 8/9] tty : kill receive_room usage in mxser
` [PATCH 9/9] tty : make receive_room internal to N_TTY line discipline
[RFC PATCH 0/7] serial: cleanups that strive to do nothing
2012-03-02 14:13 UTC (10+ messages)
` [PATCH 1/7] serial: delete last unused traces of pausing I/O in 8250
` [PATCH 2/7] serial: make 8250's serial_in shareable to other drivers
` [PATCH 3/7] serial: delete useless void casts in 8250.c
` [PATCH 4/7] serial: reduce number of indirections in 8250 code
` [PATCH 5/7] serial: remove back and forth conversions in serial_out_sync
` [PATCH 6/7] serial: introduce generic port in/out helpers
` [PATCH 7/7] serial: use serial_port_in/out vs serial_in/out in 8250
[PATCH 0/6] Remove tty_lock from the console drivers
2012-03-01 22:10 UTC (10+ messages)
` [PATCH 1/6] vt: sort out locking for font handling
` [PATCH 2/6] vt: push down the tty lock so we can see what is left to tackle
` [PATCH 3/6] vt: push down tioclinux cases
` [PATCH 4/6] vt: waitevent is self locked so drop the tty_lock
` [PATCH 5/6] vt: tackle the main part of the selection logic
` [PATCH 6/6] vt: push the tty_lock down into the map handling
[PATCH v2 0/3] tty: serial: OMAP: work around broken IP block, driver
2012-02-28 18:23 UTC (9+ messages)
` [PATCH 2/3] tty: serial: OMAP: block idle while the UART is transferring data in PIO mode
` [PATCH] tty: serial: OMAP: Fix oops due to NULL pdata in DT boot
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).