aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial/serial_core.c
Commit message (Expand)AuthorAge
* 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
* [SERIAL] Fix console initialisation orderingRussell King2007-10-15
* serial: don't optimise away baud rate changes when BOTHER is usedDavid Woodhouse2007-08-22
* Use resource_size_t for serial port IO addressesJosh Boyer2007-07-24
* serial: assert DTR for serial console devicesYinghai Lu2007-07-16
* Serial: serial_core, use pr_debugJiri Slaby2007-05-07
* serial: define FIXED_PORT flag for serial_coreDavid Gibson2007-05-07
* serial driver PMC MSP71xxMarc St-Jean2007-05-07
* [PATCH] serial: replace kmalloc+memset with kzallocBurman Yan2007-02-14
* [PATCH] serial: make sure UART is powered up when dumping MCTRL statusGeorge G. Davis2007-02-14
* [PATCH] tty: switch to ktermiosAlan Cox2006-12-08
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds2006-10-03
|\
| * [SERIAL] Fix oops when removing suspended serial portRussell King2006-10-01
| * [SERIAL] returning proper error from serial core driverRam Gupta2006-10-01
| * [SERIAL] Make uart_line_info() correctly tell MMIO from I/O portSergei Shtylyov2006-10-01
* | [PATCH] const struct tty_operationsJeff Dike2006-10-02
|/
* [PATCH] suspend: make it possible to disable serial console suspendRafael J. Wysocki2006-09-26
* [SERIAL] Make uart_match_port() work with all memory mapped UARTsSergei Shtylyov2006-08-30
* [SERIAL] 8250: add tsi108 serial supportZang Roy-r619112006-07-09
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds2006-07-04
|\
| * [SERIAL] Convert fifosize to an unsigned intRussell King2006-07-02
* | [PATCH] lockdep: annotate serialIngo Molnar2006-07-03
* | Remove obsolete #include <linux/config.h>Jörn Engel2006-06-30
* | [PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEVGreg Kroah-Hartman2006-06-26