aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tty_port.c
Commit message (Expand)AuthorAgeFilesLines
* tty_port,usb-console: Fix usb serial console open/close regressionJason Wessel2010-03-191-1/+1
* tty: tty_port: Add a kref object to the tty portAlan Cox2009-12-111-0/+18
* tty: tty_port: Move the IO_ERROR clearAlan Cox2009-12-111-1/+1
* tty: tty_port: Add IO_ERROR bit handlingAlan Cox2009-12-111-1/+5
* tty: tty_port: Change the buffer allocator lockingAlan Cox2009-12-111-4/+5
* tty_port: Move hupcl handlingAlan Cox2009-12-111-5/+8
* tty_port: coding style cleaning passAlan Cox2009-12-111-12/+13
* tty_port: add "tty_port_open" helperAlan Cox2009-12-111-1/+35
* tty_port: handle the nonblocking open of a dead port corner caseAlan Cox2009-11-301-2/+5
* tty_port: If we are opened non blocking we still need to raise the carrierAlan Cox2009-11-171-0/+3
* TTY: fix typosAlan Stern2009-09-191-2/+2
* serial: move delta_msr_wait into the tty_portAlan Cox2009-09-191-0/+2
* tty: Add a full port_close functionAlan Cox2009-09-191-2/+27
* tty_port: Fix return on interrupted useAlan Cox2009-07-171-1/+1
* tty: fix tty_port_block_til_ready waitingJiri Slaby2009-06-241-1/+1
* tty: use prepare/finish_waitJiri Slaby2009-06-111-4/+2
* tty: remove sleep_onJiri Slaby2009-06-111-1/+2
* tty: Implement a drain delay in the tty portAlan Cox2009-06-111-0/+11
* tty: Add carrier processing on close to the tty_port coreAlan Cox2009-06-111-4/+23
* tty: use port methods for the rocket driverAlan Cox2009-01-021-0/+3
* tty: Make epca use the port helpersAlan Cox2009-01-021-1/+2
* tty: Introduce some close helpers for portsAlan Cox2009-01-021-0/+58
* tty: tty port zero baud openAlan Cox2009-01-021-1/+2
* tty: Introduce a tty_port generic block_til_readyAlan Cox2009-01-021-0/+105
* isicom: redo locking to use tty port locksAlan Cox2009-01-021-0/+24
* tty: Pull the dtr raise into tty portAlan Cox2009-01-021-0/+16
* tty_port: Add a port level carrier detect operationAlan Cox2009-01-021-0/+17
* tty: Fix tty_port kref screwupAlan Cox2008-10-231-1/+1
* tty: usb-serial krefsAlan Cox2008-10-131-0/+41
* tty: Split tty_port into its own fileAlan Cox2008-10-131-0/+55