aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/synclinkmp.c
Commit message (Expand)AuthorAge
* tty: move a number of tty drivers from drivers/char/ to drivers/tty/Greg Kroah-Hartman2011-02-22
* tty: now phase out the ioctl file pointer for goodAlan Cox2011-02-17
* tiocmset: kill the file pointer argumentAlan Cox2011-02-17
* tiocmget: kill off the passing of the struct fileAlan Cox2011-02-17
* tty: icount changeover for other main devicesAlan Cox2010-10-22
* tty: release BTM while sleeping in block_til_readyArnd Bergmann2010-08-10
* synclink: reworking locking a bitAlan Cox2010-08-10
* synclink: kill the big kernel lockAlan Cox2010-08-10
* hdlc: convert to netdev_tx_tStephen Hemminger2009-09-01
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-12
* tty: Add carrier processing on close to the tty_port coreAlan Cox2009-06-11
* proc tty: switch synclinkmp to ->proc_fopsAlexey Dobriyan2009-04-01
* WAN: Convert generic HDLC drivers to netdev_ops.Krzysztof Hałasa2009-01-21
* tty: Remove some pointless castsAlan Cox2009-01-02
* tty: Introduce some close helpers for portsAlan Cox2009-01-02
* isicom: redo locking to use tty port locksAlan Cox2009-01-02
* tty_port: Add a port level carrier detect operationAlan Cox2009-01-02
* Merge branch 'for-jeff' of git://git.kernel.org/pub/scm/linux/kernel/git/chri...Jeff Garzik2008-08-07
|\
| * Remove bogus dosyncppp variable from synclink drivers.Krzysztof Hałasa2008-07-23
* | tty: rework break handlingAlan Cox2008-07-22
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-20
|\
| * WAN: convert drivers to use built-in netdev_statsKrzysztof Halasa2008-07-04
* | tty: add more tty_port fieldsAlan Cox2008-07-20
* | synclink: use tty_portAlan Cox2008-07-20
* | tty: Ldisc revampAlan Cox2008-07-20
|/
* char serial: switch drivers to ioremap_nocacheAlan Cox2008-04-30
* synclink series: switch to int put_char methodAlan Cox2008-04-30
* tty/serial: lay the foundations for the next set of reworksAlan Cox2008-04-30
* synclink series: Prepare for BKL pushdownAlan Cox2008-04-30
* char: make functions static in synclinkmp.cHarvey Harrison2008-04-28
* synclink drivers bool conversionJoe Perches2008-04-28
* drivers/char: minor irq handler cleanupsJeff Garzik2008-04-20
* synclink: standardize format of linux header file include's with "<>"Robert P. J. Day2008-02-06
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-19
* synclink: remove bogus 'no change' termios optimisation from synclink driversAlan Cox2007-07-16
* [PATCH] Char: timers cleanupJiri Slaby2007-02-12
* [PATCH] Char: tty_wakeup cleanupJiri Slaby2007-02-11
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-13
* [PATCH] tty: switch to ktermiosAlan Cox2006-12-08
* [PATCH] generic HDLC synclink config mismatch fixPaul Fulghum2006-12-07
* WorkStruct: make allyesconfigDavid Howells2006-11-22
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-05
* [PATCH] const struct tty_operationsJeff Dike2006-10-02
* [WAN]: Converted synclink drivers to use netif_carrier_*()Krzysztof Halasa2006-07-21
* [PATCH] irq-flags: drivers/char: Use the new IRQF_ constantsThomas Gleixner2006-07-02
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-30
* [PATCH] More !tty cleanups in drivers/charEric Sesterhenn2006-06-25
* [PATCH] s/;;/;/gAlexey Dobriyan2006-03-24
* [PATCH] TTY layer buffering revampAlan Cox2006-01-10
* [PATCH] drivers/char: Use ARRAY_SIZE macroTobias Klauser2006-01-10