summaryrefslogtreecommitdiffstats
path: root/drivers/serial/serial_core.c
Commit message (Expand)AuthorAgeFilesLines
* serial: speed setup failure reportingAlan Cox2008-02-051-2/+3
* serial: avoid stalling suspend if serial port won't drainRussell King2008-02-051-1/+7
* serial: avoid waking up closed serial ports on resumeRussell King2008-02-051-2/+2
* serial: keep the DTR setting for serial console.Yinghai Lu2008-02-051-1/+2
* serial: stop passing NULL to functions that expect dataAlan Cox2007-10-251-1/+2
* serial: turn serial console suspend a boot rather than compile time optionAndres Salomon2007-10-181-6/+4Star
* wake up from a serial portGuennadi Liakhovetski2007-10-161-1/+39
* [SERIAL] Fix console initialisation orderingRussell King2007-10-151-9/+9
* serial: don't optimise away baud rate changes when BOTHER is usedDavid Woodhouse2007-08-231-2/+5
* Use resource_size_t for serial port IO addressesJosh Boyer2007-07-241-4/+5
* serial: assert DTR for serial console devicesYinghai Lu2007-07-161-0/+6
* Serial: serial_core, use pr_debugJiri Slaby2007-05-071-12/+5Star
* serial: define FIXED_PORT flag for serial_coreDavid Gibson2007-05-071-9/+13
* serial driver PMC MSP71xxMarc St-Jean2007-05-071-0/+2
* [PATCH] serial: replace kmalloc+memset with kzallocBurman Yan2007-02-141-5/+2Star
* [PATCH] serial: make sure UART is powered up when dumping MCTRL statusGeorge G. Davis2007-02-141-0/+11
* [PATCH] tty: switch to ktermiosAlan Cox2006-12-081-10/+11
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds2006-10-031-6/+12
|\
| * [SERIAL] Fix oops when removing suspended serial portRussell King2006-10-011-2/+7
| * [SERIAL] returning proper error from serial core driverRam Gupta2006-10-011-0/+1
| * [SERIAL] Make uart_line_info() correctly tell MMIO from I/O portSergei Shtylyov2006-10-011-4/+4
* | [PATCH] const struct tty_operationsJeff Dike2006-10-021-1/+1
|/
* [PATCH] suspend: make it possible to disable serial console suspendRafael J. Wysocki2006-09-261-0/+14
* [SERIAL] Make uart_match_port() work with all memory mapped UARTsSergei Shtylyov2006-08-301-0/+3
* [SERIAL] 8250: add tsi108 serial supportZang Roy-r619112006-07-091-0/+1
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds2006-07-041-2/+4
|\
| * [SERIAL] Convert fifosize to an unsigned intRussell King2006-07-021-2/+4
* | [PATCH] lockdep: annotate serialIngo Molnar2006-07-041-1/+10
* | Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* | [PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEVGreg Kroah-Hartman2006-06-261-1/+1
* | [PATCH] devfs: Remove devfs support from the serial subsystemGreg Kroah-Hartman2006-06-261-2/+1Star
|/
* [ARM] 3523/1: Serial core pm_stateAndrew Victor2006-05-161-3/+6
* [SERIAL] Clean up serial locking when obtaining a reference to a portRussell King2006-04-301-54/+60
* [SERIAL] kernel console should send CRLF not LFCRRussell King2006-03-201-0/+21
* [PATCH] serial core: work around sub-driver bugsPavel Machek2006-03-081-3/+29
* [SERIAL] initialize spinlock for port failed to setup consoleAtsushi Nemoto2006-02-021-1/+1
* [SERIAL] Make uart_port flags a bitwise typeRussell King2006-01-221-5/+7
* [SERIAL] Make port->ops constantRussell King2006-01-211-2/+2
* [SERIAL] convert uart_state.sem to uart_state.mutexIngo Molnar2006-01-131-30/+30
* [SERIAL] turn serial semaphores into mutexesArjan van de Ven2006-01-121-7/+8
* [SERIAL] Fix clocal wakeup problemRussell King2006-01-081-0/+1
* [SERIAL] Fix matching of MMIO portsBenjamin Herrenschmidt2006-01-041-1/+1
* [SERIAL] mark several serial tables constArjan van de Ven2005-11-281-1/+1
* [SERIAL] Fix Bug 4900: S3 resume oops with irattach - Thinkpad A21mRussell King2005-11-131-35/+49
* [SERIAL] Support Au1x00 8250 UARTs using the generic 8250 driver.Pantelis Antoniou2005-11-061-0/+1
* [SERIAL] Arrange better identification of portsRussell King2005-10-311-1/+3
* [SERIAL] remove unneeded code from serial_core.cJayachandran C2005-10-311-2/+1Star
* [SERIAL] Prefix serial printks with KERN_INFO and pre-formatRussell King2005-09-031-6/+14
* [ARM] 2866/1: add i.MX set_mctrl / get_mctrl functionsSascha Hauer2005-08-311-132/+0Star
* [SERIAL] Clean up and fix tty transmission start/stopingRussell King2005-08-311-6/+6