aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/tty_port.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-19tty_port,usb-console: Fix usb serial console open/close regressionGravatar Jason Wessel 1-1/+1
2009-12-11tty: tty_port: Add a kref object to the tty portGravatar Alan Cox 1-0/+18
2009-12-11tty: tty_port: Move the IO_ERROR clearGravatar Alan Cox 1-1/+1
2009-12-11tty: tty_port: Add IO_ERROR bit handlingGravatar Alan Cox 1-1/+5
2009-12-11tty: tty_port: Change the buffer allocator lockingGravatar Alan Cox 1-4/+5
2009-12-11tty_port: Move hupcl handlingGravatar Alan Cox 1-5/+8
2009-12-11tty_port: coding style cleaning passGravatar Alan Cox 1-12/+13
2009-12-11tty_port: add "tty_port_open" helperGravatar Alan Cox 1-1/+35
2009-11-30tty_port: handle the nonblocking open of a dead port corner caseGravatar Alan Cox 1-2/+5
2009-11-17tty_port: If we are opened non blocking we still need to raise the carrierGravatar Alan Cox 1-0/+3
2009-09-19TTY: fix typosGravatar Alan Stern 1-2/+2
2009-09-19serial: move delta_msr_wait into the tty_portGravatar Alan Cox 1-0/+2
2009-09-19tty: Add a full port_close functionGravatar Alan Cox 1-2/+27
2009-07-17tty_port: Fix return on interrupted useGravatar Alan Cox 1-1/+1
2009-06-24tty: fix tty_port_block_til_ready waitingGravatar Jiri Slaby 1-1/+1
2009-06-11tty: use prepare/finish_waitGravatar Jiri Slaby 1-4/+2
2009-06-11tty: remove sleep_onGravatar Jiri Slaby 1-1/+2
2009-06-11tty: Implement a drain delay in the tty portGravatar Alan Cox 1-0/+11
2009-06-11tty: Add carrier processing on close to the tty_port coreGravatar Alan Cox 1-4/+23
2009-01-02tty: use port methods for the rocket driverGravatar Alan Cox 1-0/+3
2009-01-02tty: Make epca use the port helpersGravatar Alan Cox 1-1/+2
2009-01-02tty: Introduce some close helpers for portsGravatar Alan Cox 1-0/+58
2009-01-02tty: tty port zero baud openGravatar Alan Cox 1-1/+2
2009-01-02tty: Introduce a tty_port generic block_til_readyGravatar Alan Cox 1-0/+105
2009-01-02isicom: redo locking to use tty port locksGravatar Alan Cox 1-0/+24
2009-01-02tty: Pull the dtr raise into tty portGravatar Alan Cox 1-0/+16
2009-01-02tty_port: Add a port level carrier detect operationGravatar Alan Cox 1-0/+17
2008-10-23tty: Fix tty_port kref screwupGravatar Alan Cox 1-1/+1
2008-10-13tty: usb-serial krefsGravatar Alan Cox 1-0/+41
2008-10-13tty: Split tty_port into its own fileGravatar Alan Cox 1-0/+55