aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/synclink_gt.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-27drivers/char/synclink_gt.c: add extended sync featureGravatar Paul Fulghum 1-3/+108
2010-10-27drivers/char/synclink_gt.c: fix information leak to userlandGravatar Vasiliy Kulikov 1-0/+3
2010-10-27synclink_gt: fix per device lockingGravatar Paul Fulghum 1-13/+15
2010-10-22tty: icount changeover for other main devicesGravatar Alan Cox 1-26/+29
2010-08-23synclink: add mutex_unlock() on error pathGravatar Dan Carpenter 1-1/+3
2010-08-10tty: release BTM while sleeping in block_til_readyGravatar Arnd Bergmann 1-0/+2
2010-08-10synclink: reworking locking a bitGravatar Alan Cox 1-1/+11
2010-08-10synclink: kill the big kernel lockGravatar Alan Cox 1-44/+34
2010-07-20synclink: use ARRAY_SIZEGravatar Kulikov Vasiliy 1-1/+1
2010-03-02serial: synclink_gt: dropped transmit data bugfixGravatar Paul Fulghum 1-81/+105
2009-09-01hdlc: convert to netdev_tx_tGravatar Stephen Hemminger 1-4/+3
2009-07-12headers: smp_lock.h reduxGravatar Alexey Dobriyan 1-0/+1
2009-06-24synclink_gt: fix transmit race and timeoutGravatar Paul Fulghum 1-42/+30
2009-06-11tty: synclink_gt add receive pio modeGravatar Paul Fulghum 1-9/+68
2009-06-11tty: Add carrier processing on close to the tty_port coreGravatar Alan Cox 1-3/+6
2009-04-02synclink_gt: add clock optionsGravatar Paul Fulghum 1-20/+38
2009-04-01proc tty: switch synclink_gt to ->proc_fopsGravatar Alexey Dobriyan 1-40/+34
2009-01-21WAN: Convert generic HDLC drivers to netdev_ops.Gravatar Krzysztof Hałasa 1-7/+11
2009-01-15synclink_gt: enable RI interruptGravatar Paul Fulghum 1-10/+6
2009-01-02tty: Introduce some close helpers for portsGravatar Alan Cox 1-49/+2
2009-01-02tty: Pull the dtr raise into tty portGravatar Alan Cox 1-6/+15
2009-01-02tty_port: Add a port level carrier detect operationGravatar Alan Cox 1-17/+31
2008-08-16removed unused #include <version.h>Gravatar Huang Weiyi 1-1/+0
2008-08-07Merge branch 'for-jeff' of git://git.kernel.org/pub/scm/linux/kernel/git/chri...Gravatar Jeff Garzik 1-5/+0
2008-07-23Remove bogus dosyncppp variable from synclink drivers.Gravatar Krzysztof Hałasa 1-5/+0
2008-07-22synclink_gt fix locking in error path of rx enableGravatar Paul Fulghum 1-1/+3
2008-07-22synclink_gt: add rx DMA buffer fill level controlGravatar Paul Fulghum 1-15/+27
2008-07-22synclink_gt: leave transmitter in reset state after configurationGravatar Paul Fulghum 1-1/+1
2008-07-22synclink_gt: improve TIOCOUTQ accuracyGravatar Paul Fulghum 1-2/+57
2008-07-22synclink_gt: add serial bit order controlGravatar Paul Fulghum 1-0/+2
2008-07-22synclink_gt: improve and simplify write methodGravatar Paul Fulghum 1-27/+11
2008-07-22tty: rework break handlingGravatar Alan Cox 1-4/+5
2008-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 1-16/+12
2008-07-20tty: add more tty_port fieldsGravatar Alan Cox 1-9/+7
2008-07-20synclink: use tty_portGravatar Alan Cox 1-104/+97
2008-07-20tty: Ldisc revampGravatar Alan Cox 1-2/+2
2008-07-04WAN: convert drivers to use built-in netdev_statsGravatar Krzysztof Halasa 1-16/+12
2008-05-13drivers/char/synclink_gt.c: don't return an uninitialised localGravatar Andrew Morton 1-1/+1
2008-04-30char serial: switch drivers to ioremap_nocacheGravatar Alan Cox 1-1/+1
2008-04-30synclink series: switch to int put_char methodGravatar Alan Cox 1-5/+9
2008-04-30tty/serial: lay the foundations for the next set of reworksGravatar Alan Cox 1-2/+4
2008-04-30synclink series: Prepare for BKL pushdownGravatar Alan Cox 1-19/+39
2008-04-28synclink drivers bool conversionGravatar Joe Perches 1-51/+51
2008-04-20drivers/char: minor irq handler cleanupsGravatar Jeff Garzik 1-9/+4
2008-02-06synclink_gt fix missed serial input signal changesGravatar Paul Fulghum 1-31/+37
2008-02-06synclink: standardize format of linux header file include's with "<>"Gravatar Robert P. J. Day 1-2/+1
2007-10-14synclink_gt endianness annotationsGravatar Al Viro 1-4/+4
2007-08-22synclink_gt fix module referenceGravatar Paul Fulghum 1-0/+4
2007-07-31synclink_gt: fix transmit DMA stallGravatar Paul Fulghum 1-29/+46
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Gravatar Yoann Padioleau 1-2/+1