aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/isicom.c
Commit message (Expand)AuthorAgeFilesLines
* isicom: kill off the BKLAlan Cox2010-08-101-8/+5
* 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-111-1/+1
* tty: isicom: sort out the board init logicAlan Cox2009-12-111-30/+11
* tty: isicom: switch to the new tty_port_open helperAlan Cox2009-12-111-67/+21
* 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/+10
* tty: Introduce a tty_port generic block_til_readyAlan Cox2009-01-021-77/+2
* isicom: redo locking to use tty port locksAlan Cox2009-01-021-20/+15
* 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/+9
* tty: add more tty_port fieldsAlan Cox2008-07-201-15/+13
* isicom: use tty_portAlan Cox2008-07-201-102/+79
* tty: isicom, enable/disable pci deviceJiri Slaby2008-07-201-0/+8
* isicom: fix buffer allocationAlan Cox2008-04-301-8/+6
* 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/+17
* isicom: prepare for lock_kernel push downAlan Cox2008-04-301-14/+8
* drivers/char/isicom.c: correct use of ! and &Julia Lawall2008-03-041-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/+7
* Char: isicom, del_timer at exitJiri Slaby2007-07-171-11/+1
* Char: isicom, cleanup lockingJiri Slaby2007-07-171-38/+27
* Char: isicom, use pr_debugJiri Slaby2007-05-081-2/+1
* [PATCH] Char: tty_wakeup cleanupJiri Slaby2007-02-111-1/+0
* [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/+3
* [PATCH] Char: isicom, eliminate spinlock recursionJiri Slaby2006-12-301-52/+51
* [PATCH] Char: isicom, fix tty index checkJiri Slaby2006-12-081-2/+2
* [PATCH] Char: isicom, simplify timerJiri Slaby2006-12-081-14/+4
* [PATCH] Char: isicom, use completionJiri Slaby2006-12-081-5/+3
* [PATCH] Char: isicom, check kmalloc retvalJiri Slaby2006-12-081-0/+5