summaryrefslogtreecommitdiff
path: root/drivers/serial/serial_core.c
Commit message (Expand)AuthorAge
* serial: Fix crash if the minimum rate of the device is > 9600 baudAlan Cox2010-01-20
* serial-core: resume serial hardware with no_console_suspendStanislav Brabec2010-01-20
* serial: cascade needless conditionalsAndré Goddard Rosa2009-12-11
* serial: fix NULL pointer dereferenceAndré Goddard Rosa2009-12-11
* tty, serial: Fix race and NULL check in uart_close()Linus Torvalds2009-10-12
* serial core: fix new kernel-doc warningsRandy Dunlap2009-09-23
* Set proper console speed on resume if console suspend is disabledDeepak Saxena2009-09-19
* serial: introduce tty krefsAlan Cox2009-09-19
* serial: kill USF_CLOSING_* definitionsAlan Cox2009-09-19
* serial: move port users helperAlan Cox2009-09-19
* serial: move delta_msr_wait into the tty_portAlan Cox2009-09-19
* serial: replace the state mutex with the tty port mutexAlan Cox2009-09-19
* serial: move the flags into the tty_port fieldAlan Cox2009-09-19
* serial: move count into the tty_port versionAlan Cox2009-09-19
* serial: use tty_port pointers in the core codeAlan Cox2009-09-19
* serial: Fold closing_* fields into the tty_port onesAlan Cox2009-09-19
* serial: kill off uart_infoAlan Cox2009-09-19
* serial: fixup /proc/tty/driver/serial after proc_fops conversionAlexey Dobriyan2009-04-01
* proc tty: switch serial_core to ->proc_fopsAlexey Dobriyan2009-04-01
* serial: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-06
* Serial: Allow port type to be specified when calling serial8250_register_port.David Daney2009-01-02
* fix for tty-serial-move-portAlexander Beregalov2009-01-02
* tty: We want the port object to be persistentAlan Cox2009-01-02
* drivers/serial: use nr_irqsYinghai Lu2008-10-16
* serial: fix device name reporting when minor space is shared between driversDavid S. Miller2008-10-13
* serial-make-uart_ports-ioport-unsigned-long-fixAndrew Morton2008-10-13
* tty: rework break handlingAlan Cox2008-07-22
* serial: use tty_portAlan Cox2008-07-20
* Subject: [PATCH 1/2] serial: Add flush_buffer() operation to uart_opsHaavard Skinnemoen2008-07-20
* serial: fix serial_match_port() for dynamic major tty-device numbersGuennadi Liakhovetski2008-07-04
* Fix uart_set_ldisc() function typeLinus Torvalds2008-06-04
* serial_core: uart_set_ldisc infrastructureAlan Cox2008-06-03
* serial: fix enable_irq_wake/disable_irq_wake imbalance in serial_core.cArjan van de Ven2008-05-24
* serial: access after NULL check in uart_flush_buffer()Tetsuo Handa2008-05-08
* tty: The big operations reworkAlan Cox2008-04-30
* serial: switch the serial core to int put_char methodsAlan Cox2008-04-30
* serial_core: Prepare for BKL push downAlan Cox2008-04-30
* uart_get_baud_rate: stop mangling termiosAlan Cox2008-04-28
* PM: Fix misuse of wakeup flag accessors in serial coreAlan Stern2008-04-19
* kgdb: Kconfig fixAndrew Morton2008-04-17
* consoles: polling support, kgdbocJason Wessel2008-04-17
* fs/char_dev.c: chrdev_open marked static and removed from fs.hDenis Cheng2008-02-08
* serial_core: bring mostly into line with coding styleAlan Cox2008-02-08
* serial: speed setup failure reportingAlan Cox2008-02-05
* serial: avoid stalling suspend if serial port won't drainRussell King2008-02-05
* serial: avoid waking up closed serial ports on resumeRussell King2008-02-05
* serial: keep the DTR setting for serial console.Yinghai Lu2008-02-05
* serial: stop passing NULL to functions that expect dataAlan Cox2007-10-25
* serial: turn serial console suspend a boot rather than compile time optionAndres Salomon2007-10-18
* wake up from a serial portGuennadi Liakhovetski2007-10-16