summaryrefslogtreecommitdiff
path: root/drivers/serial/8250.c
Commit message (Expand)AuthorAgeFilesLines
...
| * [SERIAL] suspend/resume handlers don't have level arg anymoreSergei Shtylyov2006-10-011-2/+0
| * [SERIAL] 8250 resourse management fixesSergei Shtylyov2006-10-011-9/+8
* | [POWERPC] UPIO_TSI cleanupAl Viro2006-09-261-2/+2
|/
* [SERIAL] 8250: sysrq deadlock fixAndrew Morton2006-07-091-4/+9
* [SERIAL] 8250: add tsi108 serial supportZang Roy-r619112006-07-091-0/+12
* [PATCH] irq-flags: serial: Use the new IRQF_ constantsThomas Gleixner2006-07-021-2/+2
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] devfs: Remove devfs support from the serial subsystemGreg Kroah-Hartman2006-06-261-1/+0
* [SERIAL] 8250: add locking to console write functionRussell King2006-05-021-0/+10
* [SERIAL] Remove unconditional enable of TX irq for consoleRussell King2006-04-301-2/+1
* [SERIAL] 8250: set divisor register correctly for AMD Alchemy SoC uartJon Anders Haugum2006-04-301-13/+42
* [SERIAL] AMD Alchemy UART: claim memory rangeSergei Shtylyov2006-04-301-0/+6
* [PATCH] Typo fixesAlexey Dobriyan2006-03-281-1/+1
* [SERIAL] kernel console should send CRLF not LFCRRussell King2006-03-201-17/+9
* [SERIAL] Add comment about early_serial_setup()Russell King2006-02-231-0/+6
* [SERIAL] Fix typo in commentRalf Baechle2006-02-151-1/+1
* [SERIAL] 8250 serial console update uart_8250_port ierKumar Gala2006-02-081-0/+1
* [SERIAL] Remove UPF_AUTOPROBE and UPF_BOOT_ONLYMCARussell King2006-01-211-7/+0
* [SERIAL] 8250 serial console fixesAlan Cox2006-01-211-6/+6
* [SERIAL] Fix serial8250 driver initialisation orderingRussell King2006-01-181-8/+5
* [SERIAL] serial8250: convert to the new platform device interfaceDmitry Torokhov2006-01-131-10/+20
* [SERIAL] turn serial semaphores into mutexesArjan van de Ven2006-01-121-5/+6
* [PATCH] TTY layer buffering revampAlan Cox2006-01-101-13/+0
* [SERIAL] Make the number of UARTs registered configurable.Dave Jones2006-01-071-10/+18
* [SERIAL] Remove _INLINE_Russell King2006-01-041-4/+4
* [SERIAL] Move interrupt-time spinlocking inside serial8250_handle_port()Russell King2006-01-041-7/+8
* [SERIAL] Use uart_match_port() to find a matching port in find_port()Russell King2006-01-041-3/+1
* [Serial] Don't miss modem status changesRussell King2006-01-041-17/+16
* [SERIAL] mark several serial tables constArjan van de Ven2005-11-281-1/+1
* [SERIAL] don't disable xscale serial ports after autoconfigLennert Buytenhek2005-11-121-1/+4
* [DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King2005-11-091-15/+16
* [PATCH] serial console: touch NMI watchdogAndrew Morton2005-11-071-0/+3
* [SERIAL] Support Au1x00 8250 UARTs using the generic 8250 driver.Pantelis Antoniou2005-11-061-3/+70
* Create platform_device.h to contain all the platform device details.Russell King2005-10-291-1/+1
* [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King2005-10-281-8/+2
* [SERIAL] Spelling fix in 8250.cRussell King2005-09-091-1/+1
* [SERIAL] Use an enum for serial8250 platform device IDsRussell King2005-09-081-1/+1
* [ARM] 2866/1: add i.MX set_mctrl / get_mctrl functionsSascha Hauer2005-08-311-79/+0
* [SERIAL] Clean up and fix tty transmission start/stopingRussell King2005-08-311-3/+7
* [PATCH] Serial: Fix small CONFIG_SERIAL_8250_NR_UARTSRussell King2005-06-301-1/+2
* [PATCH] Serial: Split 8250 port table (part 2)Russell King2005-06-291-1/+1
* [PATCH] Serial: Disable OX950 transmitter for flow controlRussell King2005-06-291-12/+16
* [PATCH] Serial: Adjust serial lockingRussell King2005-06-291-3/+0
* [PATCH] Serial: Split 8250 port tableRussell King2005-06-271-16/+9
* [PATCH] Serial: Eliminate magic numbersRussell King2005-06-241-5/+5
* [PATCH] Serial: Bugs are not capabilitiesRussell King2005-06-231-4/+4
* [PATCH] Serial: Mobility's 16550A ports need a helping handRussell King2005-06-231-0/+31
* [PATCH] Serial: Convert 8250 revision-based bug fixes to bug bitmaskRussell King2005-06-231-10/+13
* When we detect that a 16550 was in fact part of a NatSemi SuperIO chipDavid Woodhouse2005-05-211-5/+12
* [PATCH] Serial: Add uart_insert_char()Russell King2005-05-091-12/+3