aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/synclink.c
Commit message (Expand)AuthorAgeFilesLines
* Char: synclink, remove unnecessary checksJiri Slaby2010-03-021-2/+2
* hdlc: convert to netdev_tx_tStephen Hemminger2009-09-011-4/+3
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-0/+1
* tty: Add carrier processing on close to the tty_port coreAlan Cox2009-06-111-3/+6
* proc tty: switch synclink to ->proc_fopsAlexey Dobriyan2009-04-011-59/+39
* WAN: Convert generic HDLC drivers to netdev_ops.Krzysztof Hałasa2009-01-211-7/+11
* tty: Remove some pointless castsAlan Cox2009-01-021-18/+18
* tty: Introduce some close helpers for portsAlan Cox2009-01-021-55/+3
* tty: Introduce a tty_port generic block_til_readyAlan Cox2009-01-021-0/+1
* tty: Pull the dtr raise into tty portAlan Cox2009-01-021-6/+15
* tty_port: Add a port level carrier detect operationAlan Cox2009-01-021-20/+41
* Merge branch 'for-jeff' of git://git.kernel.org/pub/scm/linux/kernel/git/chri...Jeff Garzik2008-08-071-4/+0
|\
| * Remove bogus dosyncppp variable from synclink drivers.Krzysztof Hałasa2008-07-231-4/+0
* | tty: rework break handlingAlan Cox2008-07-221-3/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-201-18/+15
|\
| * WAN: convert drivers to use built-in netdev_statsKrzysztof Halasa2008-07-041-18/+15
* | tty: add more tty_port fieldsAlan Cox2008-07-201-9/+7
* | synclink: use tty_portAlan Cox2008-07-201-101/+94
* | tty: Ldisc revampAlan Cox2008-07-201-2/+2
|/
* drivers-char-synclinkc-inbreak-mgsl_put_char-fixAndrew Morton2008-05-011-1/+1
* drivers/char/synclink.c: unbreak mgsl_put_char()Andrew Morton2008-05-011-8/+8
* char serial: switch drivers to ioremap_nocacheAlan Cox2008-04-301-2/+5
* synclink series: switch to int put_char methodAlan Cox2008-04-301-5/+6
* tty/serial: lay the foundations for the next set of reworksAlan Cox2008-04-301-3/+4
* synclink series: Prepare for BKL pushdownAlan Cox2008-04-301-1/+5
* synclink drivers bool conversionJoe Perches2008-04-281-132/+126
* drivers/char: minor irq handler cleanupsJeff Garzik2008-04-201-12/+9
* synclink: standardize format of linux header file include's with "<>"Robert P. J. Day2008-02-061-2/+1
* drivers/char/: Spelling fixesJoe Perches2008-02-031-1/+1
* Clean up duplicate includes in drivers/char/Jesper Juhl2007-10-171-4/+0
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-2/+1
* synclink: remove bogus 'no change' termios optimisation from synclink driversAlan Cox2007-07-161-8/+0
* drivers/char/synclink.c: check kmalloc() return valueAmit Choudhary2007-05-081-1/+6
* [PATCH] Char: timers cleanupJiri Slaby2007-02-121-6/+4
* [PATCH] Char: tty_wakeup cleanupJiri Slaby2007-02-111-4/+1
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-131-1/+1
* [PATCH] tty: switch to ktermiosAlan Cox2006-12-081-1/+3
* [PATCH] generic HDLC synclink config mismatch fixPaul Fulghum2006-12-071-12/+14
* WorkStruct: make allyesconfigDavid Howells2006-11-221-4/+5
* [PATCH] synclink: remove PAGE_SIZE referencePaul Fulghum2006-10-171-2/+2
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+1
* Remove all inclusions of <linux/config.h>Dave Jones2006-10-041-1/+0
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds2006-10-031-1/+0
|\
| * [SERIAL] Remove wrong asm/serial.h inclusionsRussell King2006-10-011-1/+0
* | [PATCH] const struct tty_operationsJeff Dike2006-10-021-1/+1
|/
* [WAN]: Converted synclink drivers to use netif_carrier_*()Krzysztof Halasa2006-07-211-4/+10
* [PATCH] irq-flags: drivers/char: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* [PATCH] Typo fixesAlexey Dobriyan2006-03-281-1/+1
* [PATCH] synclink: remove dead codePaul Fulghum2006-03-281-30/+1
* [PATCH] s/;;/;/gAlexey Dobriyan2006-03-241-1/+1