aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial/serial_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-22tty: Make tiocgicount a handlerAlan Cox1-19/+16
2010-10-22serial-core: restore termios settings when resume console portsJason Wang1-0/+12
2010-10-22serial-core: skip call set_termios/console_start when no_console_suspendJason Wang1-1/+1
2010-08-10tty: untangle locking of wait_until_sentArnd Bergmann1-9/+22
2010-08-10tty: replace BKL with a new tty_lockArnd Bergmann1-5/+5
2010-08-10serial: fix termios settings in openArnd Bergmann1-10/+9
2010-08-10serial: Use block_til_ready helperAlan Cox1-86/+1
2010-08-10serial: trim locking on the helpersAlan Cox1-4/+1
2010-08-10serial: add port helpersAlan Cox1-14/+37
2010-08-10serial: Change the wait for carrier lockingAlan Cox1-9/+35
2010-08-10tty: serial - fix tty referencing in set_ldiscAlan Cox1-1/+1
2010-08-10tty: serial - fix various misuses/mishandlings of port->ttyAlan Cox1-49/+60
2010-01-20serial: Fix crash if the minimum rate of the device is > 9600 baudAlan Cox1-5/+12
2010-01-20serial-core: resume serial hardware with no_console_suspendStanislav Brabec1-55/+33
2009-12-11serial: cascade needless conditionalsAndré Goddard Rosa1-7/+5
2009-12-11serial: fix NULL pointer dereferenceAndré Goddard Rosa1-10/+11
2009-10-12tty, serial: Fix race and NULL check in uart_close()Linus Torvalds1-2/+5
2009-09-23serial core: fix new kernel-doc warningsRandy Dunlap1-2/+2
2009-09-19Set proper console speed on resume if console suspend is disabledDeepak Saxena1-14/+18
2009-09-19serial: introduce tty krefsAlan Cox1-3/+3
2009-09-19serial: kill USF_CLOSING_* definitionsAlan Cox1-3/+3
2009-09-19serial: move port users helperAlan Cox1-4/+2
2009-09-19serial: move delta_msr_wait into the tty_portAlan Cox1-7/+11
2009-09-19serial: replace the state mutex with the tty port mutexAlan Cox1-108/+119
2009-09-19serial: move the flags into the tty_port fieldAlan Cox1-76/+77
2009-09-19serial: move count into the tty_port versionAlan Cox1-18/+20
2009-09-19serial: use tty_port pointers in the core codeAlan Cox1-142/+146
2009-09-19serial: Fold closing_* fields into the tty_port onesAlan Cox1-13/+13
2009-09-19serial: kill off uart_infoAlan Cox1-146/+140
2009-04-01serial: fixup /proc/tty/driver/serial after proc_fops conversionAlexey Dobriyan1-1/+1
2009-04-01proc tty: switch serial_core to ->proc_fopsAlexey Dobriyan1-40/+36
2009-01-06serial: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+2
2009-01-02Serial: Allow port type to be specified when calling serial8250_register_port.David Daney1-2/+5
2009-01-02fix for tty-serial-move-portAlexander Beregalov1-3/+1
2009-01-02tty: We want the port object to be persistentAlan Cox1-83/+61
2008-10-16drivers/serial: use nr_irqsYinghai Lu1-1/+1
2008-10-13serial: fix device name reporting when minor space is shared between driversDavid S. Miller1-2/+5
2008-10-13serial-make-uart_ports-ioport-unsigned-long-fixAndrew Morton1-3/+2
2008-07-22tty: rework break handlingAlan Cox1-1/+2
2008-07-20serial: use tty_portAlan Cox1-38/+42
2008-07-20Subject: [PATCH 1/2] serial: Add flush_buffer() operation to uart_opsHaavard Skinnemoen1-0/+2
2008-07-04serial: fix serial_match_port() for dynamic major tty-device numbersGuennadi Liakhovetski1-1/+3
2008-06-04Fix uart_set_ldisc() function typeLinus Torvalds1-1/+1
2008-06-03serial_core: uart_set_ldisc infrastructureAlan Cox1-0/+10
2008-05-24serial: fix enable_irq_wake/disable_irq_wake imbalance in serial_core.cArjan van de Ven1-1/+4
2008-05-08serial: access after NULL check in uart_flush_buffer()Tetsuo Handa1-1/+2
2008-04-30tty: The big operations reworkAlan Cox1-12/+26
2008-04-30serial: switch the serial core to int put_char methodsAlan Cox1-4/+8
2008-04-30serial_core: Prepare for BKL push downAlan Cox1-7/+9
2008-04-28uart_get_baud_rate: stop mangling termiosAlan Cox1-4/+11