summaryrefslogtreecommitdiffstats
path: root/drivers/serial/serial_core.c
Commit message (Expand)AuthorAgeFilesLines
* tty: Make tiocgicount a handlerAlan Cox2010-10-221-19/+16
* serial-core: restore termios settings when resume console portsJason Wang2010-10-221-0/+12
* serial-core: skip call set_termios/console_start when no_console_suspendJason Wang2010-10-221-1/+1
* tty: untangle locking of wait_until_sentArnd Bergmann2010-08-101-9/+22
* tty: replace BKL with a new tty_lockArnd Bergmann2010-08-101-5/+5
* serial: fix termios settings in openArnd Bergmann2010-08-101-10/+9
* serial: Use block_til_ready helperAlan Cox2010-08-101-86/+1
* serial: trim locking on the helpersAlan Cox2010-08-101-4/+1
* serial: add port helpersAlan Cox2010-08-101-14/+37
* serial: Change the wait for carrier lockingAlan Cox2010-08-101-9/+35
* tty: serial - fix tty referencing in set_ldiscAlan Cox2010-08-101-1/+1
* tty: serial - fix various misuses/mishandlings of port->ttyAlan Cox2010-08-101-49/+60
* serial: Fix crash if the minimum rate of the device is > 9600 baudAlan Cox2010-01-201-5/+12
* serial-core: resume serial hardware with no_console_suspendStanislav Brabec2010-01-201-55/+33
* serial: cascade needless conditionalsAndré Goddard Rosa2009-12-111-7/+5
* serial: fix NULL pointer dereferenceAndré Goddard Rosa2009-12-111-10/+11
* tty, serial: Fix race and NULL check in uart_close()Linus Torvalds2009-10-121-2/+5
* serial core: fix new kernel-doc warningsRandy Dunlap2009-09-231-2/+2
* Set proper console speed on resume if console suspend is disabledDeepak Saxena2009-09-191-14/+18
* serial: introduce tty krefsAlan Cox2009-09-191-3/+3
* serial: kill USF_CLOSING_* definitionsAlan Cox2009-09-191-3/+3
* serial: move port users helperAlan Cox2009-09-191-4/+2
* serial: move delta_msr_wait into the tty_portAlan Cox2009-09-191-7/+11
* serial: replace the state mutex with the tty port mutexAlan Cox2009-09-191-108/+119
* serial: move the flags into the tty_port fieldAlan Cox2009-09-191-76/+77
* serial: move count into the tty_port versionAlan Cox2009-09-191-18/+20
* serial: use tty_port pointers in the core codeAlan Cox2009-09-191-142/+146
* serial: Fold closing_* fields into the tty_port onesAlan Cox2009-09-191-13/+13
* serial: kill off uart_infoAlan Cox2009-09-191-146/+140
* serial: fixup /proc/tty/driver/serial after proc_fops conversionAlexey Dobriyan2009-04-011-1/+1
* proc tty: switch serial_core to ->proc_fopsAlexey Dobriyan2009-04-011-40/+36
* serial: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-061-2/+2
* Serial: Allow port type to be specified when calling serial8250_register_port.David Daney2009-01-021-2/+5
* fix for tty-serial-move-portAlexander Beregalov2009-01-021-3/+1
* tty: We want the port object to be persistentAlan Cox2009-01-021-83/+61
* drivers/serial: use nr_irqsYinghai Lu2008-10-161-1/+1
* serial: fix device name reporting when minor space is shared between driversDavid S. Miller2008-10-131-2/+5
* serial-make-uart_ports-ioport-unsigned-long-fixAndrew Morton2008-10-131-3/+2
* tty: rework break handlingAlan Cox2008-07-221-1/+2
* serial: use tty_portAlan Cox2008-07-201-38/+42
* Subject: [PATCH 1/2] serial: Add flush_buffer() operation to uart_opsHaavard Skinnemoen2008-07-201-0/+2
* serial: fix serial_match_port() for dynamic major tty-device numbersGuennadi Liakhovetski2008-07-041-1/+3
* Fix uart_set_ldisc() function typeLinus Torvalds2008-06-041-1/+1
* serial_core: uart_set_ldisc infrastructureAlan Cox2008-06-031-0/+10
* serial: fix enable_irq_wake/disable_irq_wake imbalance in serial_core.cArjan van de Ven2008-05-241-1/+4
* serial: access after NULL check in uart_flush_buffer()Tetsuo Handa2008-05-081-1/+2
* tty: The big operations reworkAlan Cox2008-04-301-12/+26
* serial: switch the serial core to int put_char methodsAlan Cox2008-04-301-4/+8
* serial_core: Prepare for BKL push downAlan Cox2008-04-301-7/+9
* uart_get_baud_rate: stop mangling termiosAlan Cox2008-04-281-4/+11
OpenPOWER on IntegriCloud