summaryrefslogtreecommitdiff
path: root/drivers/serial/serial_core.c
AgeCommit message (Expand)Author
2006-11-03[PATCH] SERIAL: Fix oops when removing suspended serial portRussell King
2006-08-30[SERIAL] Make uart_match_port() work with all memory mapped UARTsSergei Shtylyov
2006-07-09[SERIAL] 8250: add tsi108 serial supportZang Roy-r61911
2006-07-03Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds
2006-07-03[PATCH] lockdep: annotate serialIngo Molnar
2006-07-02[SERIAL] Convert fifosize to an unsigned intRussell King
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-26[PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEVGreg Kroah-Hartman
2006-06-26[PATCH] devfs: Remove devfs support from the serial subsystemGreg Kroah-Hartman
2006-05-16[ARM] 3523/1: Serial core pm_stateAndrew Victor
2006-04-30[SERIAL] Clean up serial locking when obtaining a reference to a portRussell King
2006-03-20[SERIAL] kernel console should send CRLF not LFCRRussell King
2006-03-08[PATCH] serial core: work around sub-driver bugsPavel Machek
2006-02-02[SERIAL] initialize spinlock for port failed to setup consoleAtsushi Nemoto
2006-01-21[SERIAL] Make uart_port flags a bitwise typeRussell King
2006-01-21[SERIAL] Make port->ops constantRussell King
2006-01-13[SERIAL] convert uart_state.sem to uart_state.mutexIngo Molnar
2006-01-12[SERIAL] turn serial semaphores into mutexesArjan van de Ven
2006-01-07[SERIAL] Fix clocal wakeup problemRussell King
2006-01-04[SERIAL] Fix matching of MMIO portsBenjamin Herrenschmidt
2005-11-28[SERIAL] mark several serial tables constArjan van de Ven
2005-11-13[SERIAL] Fix Bug 4900: S3 resume oops with irattach - Thinkpad A21mRussell King
2005-11-06[SERIAL] Support Au1x00 8250 UARTs using the generic 8250 driver.Pantelis Antoniou
2005-10-31[SERIAL] Arrange better identification of portsRussell King
2005-10-30[SERIAL] remove unneeded code from serial_core.cJayachandran C
2005-09-03[SERIAL] Prefix serial printks with KERN_INFO and pre-formatRussell King
2005-08-31[ARM] 2866/1: add i.MX set_mctrl / get_mctrl functionsSascha Hauer
2005-08-31[SERIAL] Clean up and fix tty transmission start/stopingRussell King
2005-07-03[PATCH] Serial: Fix console port spinlock initialisationRussell King
2005-06-29[PATCH] Serial: Check status of CTS when using flow controlRussell King
2005-06-29[PATCH] Serial: Adjust serial lockingRussell King
2005-03-24[SERIAL] Allow drivers to use uart_match_portRussell King
2005-01-15[SERIAL] Fix serial console resumeRussell King
2004-12-04[SERIAL] Ensure correct units for close_delay and closing_wait.Russell King
2004-11-01[SERIAL] replace schedule_timeout() with msleep/msleep_interruptible()Maximilian Attems
2004-10-30[SERIAL] Clean up serial_core.c write functions.Russell King
2004-10-20Update tty layer to not mix kernel and user pointers.Linus Torvalds
2004-10-19[SERIAL] Keep trying to register our console device.Russell King
2004-10-05[SERIAL] Pick nearest baud rate dividerRoger Blofeld
2004-09-29[PATCH] tty locking cleanup and fixesAlan Cox
2004-09-13[PATCH] Add support for word-length UART registersDeepak Saxena
2004-06-29[PATCH] Provide console_suspend() and console_resume()Russell King
2004-05-29[SERIAL] Fix sparse warnings in serial_core.cRussell King
2004-04-10[SERIAL] Pass device pointer through to tty_register_device.Russell King
2004-03-05[SERIAL] Don't initialise port->mctrl before calling ->startupRussell King
2004-03-05[SERIAL] Make serial console work for any port (take 2)Bjorn Helgaas
2004-02-21[SERIAL] Fix /proc serial info for MMIO portsBjorn Helgaas
2004-02-17Merge nuts.davemloft.net:/disk1/BK/network-2.6David S. Miller
2004-02-16Revert the dodgy ia64 serial console changeset by Bjorn Helgaas.Linus Torvalds
2004-02-12[PATCH] Make serial console work for any portAndrew Morton