summaryrefslogtreecommitdiffstats
path: root/drivers/char/isicom.c
Commit message (Expand)AuthorAgeFilesLines
* tty: move a number of tty drivers from drivers/char/ to drivers/tty/Greg Kroah-Hartman2011-02-231-1736/+0Star
* tty: now phase out the ioctl file pointer for goodAlan Cox2011-02-171-1/+1
* tiocmset: kill the file pointer argumentAlan Cox2011-02-171-2/+2
* tiocmget: kill off the passing of the struct fileAlan Cox2011-02-171-1/+1
* isicom: kill off the BKLAlan Cox2010-08-101-8/+5Star
* serial: isicomm: handle running out of slotsDan Carpenter2010-05-211-1/+7
* tty: Fix regressions in the char driver conversionAlan Cox2010-04-301-2/+7
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* tty: declare MODULE_FIRMWARE in various driversBen Hutchings2010-03-021-0/+5
* serial: isicom.c: use pr_fmt and pr_<level>Joe Perches2010-03-021-23/+26
* tty: isicom: fix deadlock on shutdownAlan Cox2009-12-121-1/+1
* tty: isicom: sort out the board init logicAlan Cox2009-12-121-30/+11Star
* tty: isicom: switch to the new tty_port_open helperAlan Cox2009-12-121-67/+21Star
* isicom: split the open method for the isicom deviceAlan Cox2009-09-191-8/+24
* isicom: Split the close hardware bits outAlan Cox2009-09-191-11/+14
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-0/+1
* Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-081-8/+8
* Char: isicom: fix build warningJiri Slaby2009-06-181-1/+1
* tty: Add carrier processing on close to the tty_port coreAlan Cox2009-06-111-6/+13
* isicom: isicom kref leak fixAlan Cox2009-04-061-0/+1
* tty: Introduce some close helpers for portsAlan Cox2009-01-021-56/+10Star
* tty: Introduce a tty_port generic block_til_readyAlan Cox2009-01-021-77/+2Star
* isicom: redo locking to use tty port locksAlan Cox2009-01-021-20/+15Star
* tty: Pull the dtr raise into tty portAlan Cox2009-01-021-5/+8
* tty_port: Add a port level carrier detect operationAlan Cox2009-01-021-19/+32
* tty: trivial - fix up email addresses in tty related stuffAlan Cox2008-11-111-2/+4
* tty: kref usage for isicom and moxaAlan Cox2008-10-131-30/+31
* isicom: restore using hardware break supportAlan Cox2008-07-221-21/+9Star
* tty: add more tty_port fieldsAlan Cox2008-07-211-15/+13Star
* isicom: use tty_portAlan Cox2008-07-211-102/+79Star
* tty: isicom, enable/disable pci deviceJiri Slaby2008-07-211-0/+8
* isicom: fix buffer allocationAlan Cox2008-04-301-8/+6Star
* tty: The big operations reworkAlan Cox2008-04-301-7/+8
* isicom: bring into coding styleAlan Cox2008-04-301-53/+56
* tty/serial: lay the foundations for the next set of reworksAlan Cox2008-04-301-18/+17Star
* isicom: prepare for lock_kernel push downAlan Cox2008-04-301-14/+8Star
* drivers/char/isicom.c: correct use of ! and &Julia Lawall2008-03-051-1/+1
* Add missing newlines to some uses of dev_<level> messagesJoe Perches2007-10-181-3/+7
* Char: isicom, proper variables typesJiri Slaby2007-07-171-11/+7Star
* Char: isicom, del_timer at exitJiri Slaby2007-07-171-11/+1Star
* Char: isicom, cleanup lockingJiri Slaby2007-07-171-38/+27Star
* Char: isicom, use pr_debugJiri Slaby2007-05-081-2/+1Star
* [PATCH] Char: tty_wakeup cleanupJiri Slaby2007-02-111-1/+0Star
* [PATCH] Char: isicom, correct probing/removingJiri Slaby2007-02-111-7/+9
* [PATCH] Char: isicom, support higher ratesJiri Slaby2007-02-111-2/+7
* [PATCH] Char: isicom, check card state in isrJiri Slaby2007-02-111-0/+5
* [PATCH] Char: isicom, augment card_resetJiri Slaby2007-02-111-17/+22
* [PATCH] Char: isicom, fix locking in isrJiri Slaby2007-02-111-0/+2
* [PATCH] Char: isicom, remove tty_{hang,wake}up bottomhalvesJiri Slaby2007-02-111-33/+3Star
* [PATCH] Char: isicom, eliminate spinlock recursionJiri Slaby2006-12-301-52/+51Star