aboutsummaryrefslogtreecommitdiff
path: root/drivers/serial/serial_core.c
AgeCommit message (Expand)Author
2009-04-01serial: fixup /proc/tty/driver/serial after proc_fops conversionAlexey Dobriyan
2009-04-01proc tty: switch serial_core to ->proc_fopsAlexey Dobriyan
2009-01-06serial: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2009-01-02Serial: Allow port type to be specified when calling serial8250_register_port.David Daney
2009-01-02fix for tty-serial-move-portAlexander Beregalov
2009-01-02tty: We want the port object to be persistentAlan Cox
2008-10-16drivers/serial: use nr_irqsYinghai Lu
2008-10-13serial: fix device name reporting when minor space is shared between driversDavid S. Miller
2008-10-13serial-make-uart_ports-ioport-unsigned-long-fixAndrew Morton
2008-07-22tty: rework break handlingAlan Cox
2008-07-20serial: use tty_portAlan Cox
2008-07-20Subject: [PATCH 1/2] serial: Add flush_buffer() operation to uart_opsHaavard Skinnemoen
2008-07-04serial: fix serial_match_port() for dynamic major tty-device numbersGuennadi Liakhovetski
2008-06-04Fix uart_set_ldisc() function typeLinus Torvalds
2008-06-03serial_core: uart_set_ldisc infrastructureAlan Cox
2008-05-24serial: fix enable_irq_wake/disable_irq_wake imbalance in serial_core.cArjan van de Ven
2008-05-08serial: access after NULL check in uart_flush_buffer()Tetsuo Handa
2008-04-30tty: The big operations reworkAlan Cox
2008-04-30serial: switch the serial core to int put_char methodsAlan Cox
2008-04-30serial_core: Prepare for BKL push downAlan Cox
2008-04-28uart_get_baud_rate: stop mangling termiosAlan Cox
2008-04-19PM: Fix misuse of wakeup flag accessors in serial coreAlan Stern
2008-04-17kgdb: Kconfig fixAndrew Morton
2008-04-17consoles: polling support, kgdbocJason Wessel
2008-02-08fs/char_dev.c: chrdev_open marked static and removed from fs.hDenis Cheng
2008-02-08serial_core: bring mostly into line with coding styleAlan Cox
2008-02-05serial: speed setup failure reportingAlan Cox
2008-02-05serial: avoid stalling suspend if serial port won't drainRussell King
2008-02-05serial: avoid waking up closed serial ports on resumeRussell King
2008-02-05serial: keep the DTR setting for serial console.Yinghai Lu
2007-10-25serial: stop passing NULL to functions that expect dataAlan Cox
2007-10-18serial: turn serial console suspend a boot rather than compile time optionAndres Salomon
2007-10-16wake up from a serial portGuennadi Liakhovetski
2007-10-15[SERIAL] Fix console initialisation orderingRussell King
2007-08-22serial: don't optimise away baud rate changes when BOTHER is usedDavid Woodhouse
2007-07-24Use resource_size_t for serial port IO addressesJosh Boyer
2007-07-16serial: assert DTR for serial console devicesYinghai Lu
2007-05-07Serial: serial_core, use pr_debugJiri Slaby
2007-05-07serial: define FIXED_PORT flag for serial_coreDavid Gibson
2007-05-07serial driver PMC MSP71xxMarc St-Jean
2007-02-14[PATCH] serial: replace kmalloc+memset with kzallocBurman Yan
2007-02-14[PATCH] serial: make sure UART is powered up when dumping MCTRL statusGeorge G. Davis
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox
2006-10-03Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds
2006-10-02[PATCH] const struct tty_operationsJeff Dike
2006-10-01[SERIAL] Fix oops when removing suspended serial portRussell King
2006-10-01[SERIAL] returning proper error from serial core driverRam Gupta
2006-10-01[SERIAL] Make uart_line_info() correctly tell MMIO from I/O portSergei Shtylyov
2006-09-26[PATCH] suspend: make it possible to disable serial console suspendRafael J. Wysocki
2006-08-30[SERIAL] Make uart_match_port() work with all memory mapped UARTsSergei Shtylyov