aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/synclink_gt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-31synclink_gt: fix transmit DMA stallPaul Fulghum1-29/+46
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+1
2007-07-16synclink: remove bogus 'no change' termios optimisation from synclink driversAlan Cox1-8/+0
2007-05-11synclink_gt: add compat_ioctlPaul Fulghum1-0/+107
2007-05-08synclink_gt use dynamic tty device registrationPaul Fulghum1-16/+18
2007-02-12[PATCH] Char: timers cleanupJiri Slaby1-13/+6
2007-02-11[PATCH] Char: tty_wakeup cleanupJiri Slaby1-4/+1
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox1-2/+4
2006-12-07[PATCH] generic HDLC synclink config mismatch fixPaul Fulghum1-12/+14
2006-12-07[PATCH] synclink_gt: fix init error handlingAkinobu Mita1-0/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells1-5/+5
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-3/+2
2006-10-02[PATCH] const struct tty_operationsJeff Dike1-1/+1
2006-10-01[PATCH] synclink_gt: increase max devicesPaul Fulghum1-3/+3
2006-10-01[PATCH] synclink_gt: add bisync and monosync modesPaul Fulghum1-25/+63
2006-09-01[PATCH] synclink_gt: fix receive tty error handlingPaul Fulghum1-7/+7
2006-07-21[WAN]: Converted synclink drivers to use netif_carrier_*()Krzysztof Halasa1-4/+10
2006-07-02[PATCH] irq-flags: drivers/char: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-25[PATCH] synclink_gt: add GT2 adapter supportPaul Fulghum1-1/+7
2006-06-25[PATCH] fix synclink_gt diagnostics error reportingPaul Fulghum1-3/+3
2006-06-25[PATCH] add synclink_gt crc return featurePaul Fulghum1-22/+33
2006-06-25[PATCH] add synclink_gt custom hdlc idlePaul Fulghum1-13/+33
2006-06-25[PATCH] More !tty cleanups in drivers/charEric Sesterhenn1-2/+2
2006-03-28[PATCH] synclink_gt: remove uneeded async codePaul Fulghum1-4/+0
2006-03-28[PATCH] synclink_gt add gpio featurePaul Fulghum1-4/+242
2006-03-24[PATCH] s/;;/;/gAlexey Dobriyan1-1/+1
2006-02-28[PATCH] synclink_gt: make ->init_error signedDarren Jenkins1-1/+1
2006-01-18[PATCH] synclink_gt fix size of register value storagePaul Fulghum1-1/+1
2006-01-11[PATCH] synclink_gt remove unnecessary page alignmentPaul Fulghum1-12/+4
2006-01-10[PATCH] TTY layer buffering revampAlan Cox1-18/+17
2006-01-10[PATCH] remove asm/serial.h from synclink_gt.Andrew Morton1-1/+0
2006-01-08[PATCH] new driver synclink_gtPaul Fulghum1-0/+4501