aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial/dz.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-19serial: kill off uart_infoAlan Cox1-3/+3
2008-07-24serial: DZ11: avoid a hang at console switch-overMaciej W. Rozycki1-0/+24
2008-07-20Fix compile errors in SGI console drivers (linux-next tree)Takashi Iwai1-2/+2
2008-04-28dz: test after postfix decrement fails in dz_console_putchar()Roel Kluin1-1/+1
2008-02-07dz.c: Resource managementMaciej W. Rozycki1-101/+188
2008-02-07dz.c: Use a helper to cast from "struct uart_port *"Maciej W. Rozycki1-11/+16
2008-02-07dz: clean up and improve the setup of termios settingsMaciej W. Rozycki1-49/+54
2008-02-07dz: handle special conditions on reception correctlyMaciej W. Rozycki1-38/+44
2008-02-07dz: fix locking issuesMaciej W. Rozycki1-11/+12
2008-02-07dz: rename the serial console structureMaciej W. Rozycki1-3/+3
2008-02-07dz: add and reorder inclusions, remove unneeded onesMaciej W. Rozycki1-10/+13
2008-02-07dz: don't panic() when request_irq() failsMaciej W. Rozycki1-5/+15
2008-02-07dz: always check if it is safe to console_putchar()Maciej W. Rozycki1-2/+2
2008-02-06Remove pointless casts from void pointersJeff Garzik1-1/+1
2007-03-05[PATCH] dz: remove struct pt_regs referencesMaciej W. Rozycki1-4/+3
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox1-2/+2
2006-12-07[PATCH] dz: Fixes to make it workMaciej W. Rozycki1-185/+186
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-07-09[SERIAL] dz: Fix compilation errorMartin Michlmayr1-1/+1
2006-07-02[PATCH] irq-flags: serial: Use the new IRQF_ constantsThomas Gleixner1-1/+1
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-4/+0
2006-03-20[SERIAL] kernel console should send CRLF not LFCRRussell King1-7/+5
2006-02-08[SERIAL] ip22zilog: Whitespace cleanup.Ralf Baechle1-0/+1
2006-02-05[SERIAL] uart_port iotype member should use UPIO_*Russell King1-1/+1
2006-01-10[PATCH] TTY layer buffering revampAlan Cox1-2/+0
2005-11-12[SERIAL] dz: Use CKSEG1ADDR to setup mappings.Ralf Baechle1-2/+2
2005-11-12[SERIAL] dz: Nuke trailing whitespaceRalf Baechle1-22/+22
2005-08-31[SERIAL] Clean up and fix tty transmission start/stopingRussell King1-5/+5
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+822