summaryrefslogtreecommitdiffstats
path: root/drivers/serial/serial_core.c
AgeCommit message (Expand)AuthorLines
2008-06-04Fix uart_set_ldisc() function typeLinus Torvalds-1/+1
2008-06-03serial_core: uart_set_ldisc infrastructureAlan Cox-0/+10
2008-05-24serial: fix enable_irq_wake/disable_irq_wake imbalance in serial_core.cArjan van de Ven-1/+4
2008-05-08serial: access after NULL check in uart_flush_buffer()Tetsuo Handa-1/+2
2008-04-30tty: The big operations reworkAlan Cox-12/+26
2008-04-30serial: switch the serial core to int put_char methodsAlan Cox-4/+8
2008-04-30serial_core: Prepare for BKL push downAlan Cox-7/+9
2008-04-28uart_get_baud_rate: stop mangling termiosAlan Cox-4/+11
2008-04-19PM: Fix misuse of wakeup flag accessors in serial coreAlan Stern-1/+1
2008-04-17kgdb: Kconfig fixAndrew Morton-1/+1
2008-04-17consoles: polling support, kgdbocJason Wessel-3/+69
2008-02-08fs/char_dev.c: chrdev_open marked static and removed from fs.hDenis Cheng-2/+2
2008-02-08serial_core: bring mostly into line with coding styleAlan Cox-27/+28
2008-02-05serial: speed setup failure reportingAlan Cox-2/+3
2008-02-05serial: avoid stalling suspend if serial port won't drainRussell King-1/+7
2008-02-05serial: avoid waking up closed serial ports on resumeRussell King-2/+2
2008-02-05serial: keep the DTR setting for serial console.Yinghai Lu-1/+2
2007-10-25serial: stop passing NULL to functions that expect dataAlan Cox-1/+2
2007-10-18serial: turn serial console suspend a boot rather than compile time optionAndres Salomon-6/+4
2007-10-16wake up from a serial portGuennadi Liakhovetski-1/+39
2007-10-15[SERIAL] Fix console initialisation orderingRussell King-9/+9
2007-08-22serial: don't optimise away baud rate changes when BOTHER is usedDavid Woodhouse-2/+5
2007-07-24Use resource_size_t for serial port IO addressesJosh Boyer-4/+5
2007-07-16serial: assert DTR for serial console devicesYinghai Lu-0/+6
2007-05-07Serial: serial_core, use pr_debugJiri Slaby-12/+5
2007-05-07serial: define FIXED_PORT flag for serial_coreDavid Gibson-9/+13
2007-05-07serial driver PMC MSP71xxMarc St-Jean-0/+2
2007-02-14[PATCH] serial: replace kmalloc+memset with kzallocBurman Yan-5/+2
2007-02-14[PATCH] serial: make sure UART is powered up when dumping MCTRL statusGeorge G. Davis-0/+11
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox-10/+11
2006-10-03Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds-6/+12
2006-10-02[PATCH] const struct tty_operationsJeff Dike-1/+1
2006-10-01[SERIAL] Fix oops when removing suspended serial portRussell King-2/+7
2006-10-01[SERIAL] returning proper error from serial core driverRam Gupta-0/+1
2006-10-01[SERIAL] Make uart_line_info() correctly tell MMIO from I/O portSergei Shtylyov-4/+4
2006-09-26[PATCH] suspend: make it possible to disable serial console suspendRafael J. Wysocki-0/+14
2006-08-30[SERIAL] Make uart_match_port() work with all memory mapped UARTsSergei Shtylyov-0/+3
2006-07-09[SERIAL] 8250: add tsi108 serial supportZang Roy-r61911-0/+1
2006-07-03Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds-2/+4
2006-07-03[PATCH] lockdep: annotate serialIngo Molnar-1/+10
2006-07-02[SERIAL] Convert fifosize to an unsigned intRussell King-2/+4
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0
2006-06-26[PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEVGreg Kroah-Hartman-1/+1
2006-06-26[PATCH] devfs: Remove devfs support from the serial subsystemGreg Kroah-Hartman-2/+1
2006-05-16[ARM] 3523/1: Serial core pm_stateAndrew Victor-3/+6
2006-04-30[SERIAL] Clean up serial locking when obtaining a reference to a portRussell King-54/+60
2006-03-20[SERIAL] kernel console should send CRLF not LFCRRussell King-0/+21
2006-03-08[PATCH] serial core: work around sub-driver bugsPavel Machek-3/+29
2006-02-02[SERIAL] initialize spinlock for port failed to setup consoleAtsushi Nemoto-1/+1
2006-01-21[SERIAL] Make uart_port flags a bitwise typeRussell King-5/+7