aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/synclink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-01hdlc: convert to netdev_tx_tStephen Hemminger1-4/+3
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2009-06-11tty: Add carrier processing on close to the tty_port coreAlan Cox1-3/+6
2009-04-01proc tty: switch synclink to ->proc_fopsAlexey Dobriyan1-59/+39
2009-01-21WAN: Convert generic HDLC drivers to netdev_ops.Krzysztof Hałasa1-7/+11
2009-01-02tty: Remove some pointless castsAlan Cox1-18/+18
2009-01-02tty: Introduce some close helpers for portsAlan Cox1-55/+3
2009-01-02tty: Introduce a tty_port generic block_til_readyAlan Cox1-0/+1
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-20/+41
2008-08-07Merge branch 'for-jeff' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/linux-2.6 into tmpJeff Garzik1-4/+0
2008-07-23Remove bogus dosyncppp variable from synclink drivers.Krzysztof Hałasa1-4/+0
2008-07-22tty: rework break handlingAlan Cox1-3/+4
2008-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-18/+15
2008-07-20tty: add more tty_port fieldsAlan Cox1-9/+7
2008-07-20synclink: use tty_portAlan Cox1-101/+94
2008-07-20tty: Ldisc revampAlan Cox1-2/+2
2008-07-04WAN: convert drivers to use built-in netdev_statsKrzysztof Halasa1-18/+15
2008-05-01drivers-char-synclinkc-inbreak-mgsl_put_char-fixAndrew Morton1-1/+1
2008-05-01drivers/char/synclink.c: unbreak mgsl_put_char()Andrew Morton1-8/+8
2008-04-30char serial: switch drivers to ioremap_nocacheAlan Cox1-2/+5
2008-04-30synclink series: switch to int put_char methodAlan Cox1-5/+6
2008-04-30tty/serial: lay the foundations for the next set of reworksAlan Cox1-3/+4
2008-04-30synclink series: Prepare for BKL pushdownAlan Cox1-1/+5
2008-04-28synclink drivers bool conversionJoe Perches1-132/+126
2008-04-20drivers/char: minor irq handler cleanupsJeff Garzik1-12/+9
2008-02-06synclink: standardize format of linux header file include's with "<>"Robert P. J. Day1-2/+1
2008-02-03drivers/char/: Spelling fixesJoe Perches1-1/+1
2007-10-17Clean up duplicate includes in drivers/char/Jesper Juhl1-4/+0
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-08drivers/char/synclink.c: check kmalloc() return valueAmit Choudhary1-1/+6
2007-02-12[PATCH] Char: timers cleanupJiri Slaby1-6/+4
2007-02-11[PATCH] Char: tty_wakeup cleanupJiri Slaby1-4/+1
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-1/+1
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox1-1/+3
2006-12-07[PATCH] generic HDLC synclink config mismatch fixPaul Fulghum1-12/+14
2006-11-22WorkStruct: make allyesconfigDavid Howells1-4/+5
2006-10-17[PATCH] synclink: remove PAGE_SIZE referencePaul Fulghum1-2/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+1
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2006-10-03Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds1-1/+0
2006-10-02[PATCH] const struct tty_operationsJeff Dike1-1/+1
2006-10-01[SERIAL] Remove wrong asm/serial.h inclusionsRussell King1-1/+0
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-03-28[PATCH] Typo fixesAlexey Dobriyan1-1/+1
2006-03-28[PATCH] synclink: remove dead codePaul Fulghum1-30/+1
2006-03-24[PATCH] s/;;/;/gAlexey Dobriyan1-1/+1
2006-01-14[PATCH] remove unused tmp_buf_sem'sAdrian Bunk1-1/+0