aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial/8250.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-02-11[PATCH] Perle multimodem card (PCI-RAS) detectionThomas Hoehn1-2/+6
2007-01-11[PATCH] x86-64: modpost add more symbols to whitelist pattern2Vivek Goyal1-1/+1
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox1-2/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-7/+7
2006-10-03Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds1-13/+22
2006-10-01[SERIAL] tickle NMI watchdog on serial output.Dave Jones1-2/+3
2006-10-01[SERIAL] OMAP1510 serial fix for 115200 baudJonathan McDowell1-0/+11
2006-10-01[SERIAL] suspend/resume handlers don't have level arg anymoreSergei Shtylyov1-2/+0
2006-10-01[SERIAL] 8250 resourse management fixesSergei Shtylyov1-9/+8
2006-09-26[POWERPC] UPIO_TSI cleanupAl Viro1-2/+2
2006-07-09[SERIAL] 8250: sysrq deadlock fixAndrew Morton1-4/+9
2006-07-09[SERIAL] 8250: add tsi108 serial supportZang Roy-r619111-0/+12
2006-07-02[PATCH] irq-flags: serial: Use the new IRQF_ constantsThomas Gleixner1-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-26[PATCH] devfs: Remove devfs support from the serial subsystemGreg Kroah-Hartman1-1/+0
2006-05-02[SERIAL] 8250: add locking to console write functionRussell King1-0/+10
2006-04-30[SERIAL] Remove unconditional enable of TX irq for consoleRussell King1-2/+1
2006-04-30[SERIAL] 8250: set divisor register correctly for AMD Alchemy SoC uartJon Anders Haugum1-13/+42
2006-04-30[SERIAL] AMD Alchemy UART: claim memory rangeSergei Shtylyov1-0/+6
2006-03-28[PATCH] Typo fixesAlexey Dobriyan1-1/+1
2006-03-20[SERIAL] kernel console should send CRLF not LFCRRussell King1-17/+9
2006-02-23[SERIAL] Add comment about early_serial_setup()Russell King1-0/+6
2006-02-15[SERIAL] Fix typo in commentRalf Baechle1-1/+1
2006-02-08[SERIAL] 8250 serial console update uart_8250_port ierKumar Gala1-0/+1
2006-01-21[SERIAL] Remove UPF_AUTOPROBE and UPF_BOOT_ONLYMCARussell King1-7/+0
2006-01-21[SERIAL] 8250 serial console fixesAlan Cox1-6/+6
2006-01-18[SERIAL] Fix serial8250 driver initialisation orderingRussell King1-8/+5
2006-01-13[SERIAL] serial8250: convert to the new platform device interfaceDmitry Torokhov1-10/+20
2006-01-12[SERIAL] turn serial semaphores into mutexesArjan van de Ven1-5/+6
2006-01-10[PATCH] TTY layer buffering revampAlan Cox1-13/+0
2006-01-07[SERIAL] Make the number of UARTs registered configurable.Dave Jones1-10/+18
2006-01-04[SERIAL] Remove _INLINE_Russell King1-4/+4
2006-01-04[SERIAL] Move interrupt-time spinlocking inside serial8250_handle_port()Russell King1-7/+8
2006-01-04[SERIAL] Use uart_match_port() to find a matching port in find_port()Russell King1-3/+1
2006-01-04[Serial] Don't miss modem status changesRussell King1-17/+16
2005-11-28[SERIAL] mark several serial tables constArjan van de Ven1-1/+1
2005-11-12[SERIAL] don't disable xscale serial ports after autoconfigLennert Buytenhek1-1/+4
2005-11-09[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King1-15/+16
2005-11-07[PATCH] serial console: touch NMI watchdogAndrew Morton1-0/+3
2005-11-06[SERIAL] Support Au1x00 8250 UARTs using the generic 8250 driver.Pantelis Antoniou1-3/+70
2005-10-29Create platform_device.h to contain all the platform device details.Russell King1-1/+1
2005-10-28[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King1-8/+2
2005-09-09[SERIAL] Spelling fix in 8250.cRussell King1-1/+1
2005-09-08[SERIAL] Use an enum for serial8250 platform device IDsRussell King1-1/+1
2005-08-31[ARM] 2866/1: add i.MX set_mctrl / get_mctrl functionsSascha Hauer1-79/+0
2005-08-31[SERIAL] Clean up and fix tty transmission start/stopingRussell King1-3/+7
2005-06-30[PATCH] Serial: Fix small CONFIG_SERIAL_8250_NR_UARTSRussell King1-1/+2
2005-06-29[PATCH] Serial: Split 8250 port table (part 2)Russell King1-1/+1
2005-06-29[PATCH] Serial: Disable OX950 transmitter for flow controlRussell King1-12/+16
2005-06-29[PATCH] Serial: Adjust serial lockingRussell King1-3/+0