aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/synclink_gt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-23synclink: add mutex_unlock() on error pathDan Carpenter1-1/+3
2010-08-10tty: release BTM while sleeping in block_til_readyArnd Bergmann1-0/+2
2010-08-10synclink: reworking locking a bitAlan Cox1-1/+11
2010-08-10synclink: kill the big kernel lockAlan Cox1-44/+34
2010-07-20synclink: use ARRAY_SIZEKulikov Vasiliy1-1/+1
2010-03-02serial: synclink_gt: dropped transmit data bugfixPaul Fulghum1-81/+105
2009-09-01hdlc: convert to netdev_tx_tStephen Hemminger1-4/+3
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2009-06-24synclink_gt: fix transmit race and timeoutPaul Fulghum1-42/+30
2009-06-11tty: synclink_gt add receive pio modePaul Fulghum1-9/+68
2009-06-11tty: Add carrier processing on close to the tty_port coreAlan Cox1-3/+6
2009-04-02synclink_gt: add clock optionsPaul Fulghum1-20/+38
2009-04-01proc tty: switch synclink_gt to ->proc_fopsAlexey Dobriyan1-40/+34
2009-01-21WAN: Convert generic HDLC drivers to netdev_ops.Krzysztof Hałasa1-7/+11
2009-01-15synclink_gt: enable RI interruptPaul Fulghum1-10/+6
2009-01-02tty: Introduce some close helpers for portsAlan Cox1-49/+2
2009-01-02tty: Pull the dtr raise into tty portAlan Cox1-6/+15
2009-01-02tty_port: Add a port level carrier detect operationAlan Cox1-17/+31
2008-08-16removed unused #include <version.h>Huang Weiyi1-1/+0
2008-08-07Merge branch 'for-jeff' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/linux-2.6 into tmpJeff Garzik1-5/+0
2008-07-23Remove bogus dosyncppp variable from synclink drivers.Krzysztof Hałasa1-5/+0
2008-07-22synclink_gt fix locking in error path of rx enablePaul Fulghum1-1/+3
2008-07-22synclink_gt: add rx DMA buffer fill level controlPaul Fulghum1-15/+27
2008-07-22synclink_gt: leave transmitter in reset state after configurationPaul Fulghum1-1/+1
2008-07-22synclink_gt: improve TIOCOUTQ accuracyPaul Fulghum1-2/+57
2008-07-22synclink_gt: add serial bit order controlPaul Fulghum1-0/+2
2008-07-22synclink_gt: improve and simplify write methodPaul Fulghum1-27/+11
2008-07-22tty: rework break handlingAlan Cox1-4/+5
2008-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-16/+12
2008-07-20tty: add more tty_port fieldsAlan Cox1-9/+7
2008-07-20synclink: use tty_portAlan Cox1-104/+97
2008-07-20tty: Ldisc revampAlan Cox1-2/+2
2008-07-04WAN: convert drivers to use built-in netdev_statsKrzysztof Halasa1-16/+12
2008-05-13drivers/char/synclink_gt.c: don't return an uninitialised localAndrew Morton1-1/+1
2008-04-30char serial: switch drivers to ioremap_nocacheAlan Cox1-1/+1
2008-04-30synclink series: switch to int put_char methodAlan Cox1-5/+9
2008-04-30tty/serial: lay the foundations for the next set of reworksAlan Cox1-2/+4
2008-04-30synclink series: Prepare for BKL pushdownAlan Cox1-19/+39
2008-04-28synclink drivers bool conversionJoe Perches1-51/+51
2008-04-20drivers/char: minor irq handler cleanupsJeff Garzik1-9/+4
2008-02-06synclink_gt fix missed serial input signal changesPaul Fulghum1-31/+37
2008-02-06synclink: standardize format of linux header file include's with "<>"Robert P. J. Day1-2/+1
2007-10-14synclink_gt endianness annotationsAl Viro1-4/+4
2007-08-22synclink_gt fix module referencePaul Fulghum1-0/+4
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