aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/synclinkmp.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-22tty: icount changeover for other main devicesGravatar Alan Cox 1-33/+28
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/+8
2010-08-10synclink: kill the big kernel lockGravatar Alan Cox 1-20/+12
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-11tty: Add carrier processing on close to the tty_port coreGravatar Alan Cox 1-3/+6
2009-04-01proc tty: switch synclinkmp 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-02tty: Remove some pointless castsGravatar Alan Cox 1-19/+19
2009-01-02tty: Introduce some close helpers for portsGravatar Alan Cox 1-55/+3
2009-01-02isicom: redo locking to use tty port locksGravatar Alan Cox 1-6/+14
2009-01-02tty_port: Add a port level carrier detect operationGravatar Alan Cox 1-20/+35
2008-08-07Merge branch 'for-jeff' of git://git.kernel.org/pub/scm/linux/kernel/git/chri...Gravatar Jeff Garzik 1-4/+0
2008-07-23Remove bogus dosyncppp variable from synclink drivers.Gravatar Krzysztof Hałasa 1-4/+0
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-17/+14
2008-07-20tty: add more tty_port fieldsGravatar Alan Cox 1-7/+7
2008-07-20synclink: use tty_portGravatar Alan Cox 1-105/+98
2008-07-20tty: Ldisc revampGravatar Alan Cox 1-2/+2
2008-07-04WAN: convert drivers to use built-in netdev_statsGravatar Krzysztof Halasa 1-17/+14
2008-04-30char serial: switch drivers to ioremap_nocacheGravatar Alan Cox 1-4/+6
2008-04-30synclink series: switch to int put_char methodGravatar Alan Cox 1-4/+7
2008-04-30tty/serial: lay the foundations for the next set of reworksGravatar Alan Cox 1-2/+6
2008-04-30synclink series: Prepare for BKL pushdownGravatar Alan Cox 1-1/+11
2008-04-28char: make functions static in synclinkmp.cGravatar Harvey Harrison 1-60/+60
2008-04-28synclink drivers bool conversionGravatar Joe Perches 1-78/+79
2008-04-20drivers/char: minor irq handler cleanupsGravatar Jeff Garzik 1-13/+9
2008-02-06synclink: standardize format of linux header file include's with "<>"Gravatar Robert P. J. Day 1-2/+1
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Gravatar Yoann Padioleau 1-2/+1
2007-07-16synclink: remove bogus 'no change' termios optimisation from synclink driversGravatar Alan Cox 1-8/+0
2007-02-12[PATCH] Char: timers cleanupGravatar Jiri Slaby 1-15/+7
2007-02-11[PATCH] Char: tty_wakeup cleanupGravatar Jiri Slaby 1-4/+1
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsGravatar Robert P. J. Day 1-2/+2
2006-12-08[PATCH] tty: switch to ktermiosGravatar Alan Cox 1-2/+4
2006-12-07[PATCH] generic HDLC synclink config mismatch fixGravatar Paul Fulghum 1-12/+14
2006-11-22WorkStruct: make allyesconfigGravatar David Howells 1-4/+4
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-2/+1
2006-10-02[PATCH] const struct tty_operationsGravatar Jeff Dike 1-1/+1
2006-07-21[WAN]: Converted synclink drivers to use netif_carrier_*()Gravatar Krzysztof Halasa 1-4/+10
2006-07-02[PATCH] irq-flags: drivers/char: Use the new IRQF_ constantsGravatar Thomas Gleixner 1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-06-25[PATCH] More !tty cleanups in drivers/charGravatar Eric Sesterhenn 1-2/+2
2006-03-24[PATCH] s/;;/;/gGravatar Alexey Dobriyan 1-1/+1
2006-01-10[PATCH] TTY layer buffering revampGravatar Alan Cox 1-24/+10
2006-01-10[PATCH] drivers/char: Use ARRAY_SIZE macroGravatar Tobias Klauser 1-2/+2
2005-11-10[PATCH] PCI: removed unneeded .owner field from struct pci_driverGravatar Greg Kroah-Hartman 1-1/+0
2005-11-07[PATCH] kfree cleanup: drivers/charGravatar Jesper Juhl 1-6/+3
2005-10-30[PATCH] SyncLink adapters: updates .owner field of struct pci_driverGravatar Laurent Riffard 1-0/+1
2005-09-09[PATCH] synclinkmp.c: fix async internal loopbackGravatar Paul Fulghum 1-4/+3