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