aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/isicom.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-10isicom: kill off the BKLAlan Cox1-8/+5
2010-05-21serial: isicomm: handle running out of slotsDan Carpenter1-1/+7
2010-04-30tty: Fix regressions in the char driver conversionAlan Cox1-2/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-02tty: declare MODULE_FIRMWARE in various driversBen Hutchings1-0/+5
2010-03-02serial: isicom.c: use pr_fmt and pr_<level>Joe Perches1-23/+26
2009-12-11tty: isicom: fix deadlock on shutdownAlan Cox1-1/+1
2009-12-11tty: isicom: sort out the board init logicAlan Cox1-30/+11
2009-12-11tty: isicom: switch to the new tty_port_open helperAlan Cox1-67/+21
2009-09-19isicom: split the open method for the isicom deviceAlan Cox1-8/+24
2009-09-19isicom: Split the close hardware bits outAlan Cox1-11/+14
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches1-8/+8
2009-06-18Char: isicom: fix build warningJiri Slaby1-1/+1
2009-06-11tty: Add carrier processing on close to the tty_port coreAlan Cox1-6/+13
2009-04-06isicom: isicom kref leak fixAlan Cox1-0/+1
2009-01-02tty: Introduce some close helpers for portsAlan Cox1-56/+10
2009-01-02tty: Introduce a tty_port generic block_til_readyAlan Cox1-77/+2
2009-01-02isicom: redo locking to use tty port locksAlan Cox1-20/+15
2009-01-02tty: Pull the dtr raise into tty portAlan Cox1-5/+8
2009-01-02tty_port: Add a port level carrier detect operationAlan Cox1-19/+32
2008-11-11tty: trivial - fix up email addresses in tty related stuffAlan Cox1-2/+4
2008-10-13tty: kref usage for isicom and moxaAlan Cox1-30/+31
2008-07-22isicom: restore using hardware break supportAlan Cox1-21/+9
2008-07-20tty: add more tty_port fieldsAlan Cox1-15/+13
2008-07-20isicom: use tty_portAlan Cox1-102/+79
2008-07-20tty: isicom, enable/disable pci deviceJiri Slaby1-0/+8
2008-04-30isicom: fix buffer allocationAlan Cox1-8/+6
2008-04-30tty: The big operations reworkAlan Cox1-7/+8
2008-04-30isicom: bring into coding styleAlan Cox1-53/+56
2008-04-30tty/serial: lay the foundations for the next set of reworksAlan Cox1-18/+17
2008-04-30isicom: prepare for lock_kernel push downAlan Cox1-14/+8
2008-03-04drivers/char/isicom.c: correct use of ! and &Julia Lawall1-1/+1
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches1-3/+7
2007-07-17Char: isicom, proper variables typesJiri Slaby1-11/+7
2007-07-17Char: isicom, del_timer at exitJiri Slaby1-11/+1
2007-07-17Char: isicom, cleanup lockingJiri Slaby1-38/+27
2007-05-08Char: isicom, use pr_debugJiri Slaby1-2/+1
2007-02-11[PATCH] Char: tty_wakeup cleanupJiri Slaby1-1/+0
2007-02-11[PATCH] Char: isicom, correct probing/removingJiri Slaby1-7/+9
2007-02-11[PATCH] Char: isicom, support higher ratesJiri Slaby1-2/+7
2007-02-11[PATCH] Char: isicom, check card state in isrJiri Slaby1-0/+5
2007-02-11[PATCH] Char: isicom, augment card_resetJiri Slaby1-17/+22
2007-02-11[PATCH] Char: isicom, fix locking in isrJiri Slaby1-0/+2
2007-02-11[PATCH] Char: isicom, remove tty_{hang,wake}up bottomhalvesJiri Slaby1-33/+3
2006-12-30[PATCH] Char: isicom, eliminate spinlock recursionJiri Slaby1-52/+51
2006-12-08[PATCH] Char: isicom, fix tty index checkJiri Slaby1-2/+2
2006-12-08[PATCH] Char: isicom, simplify timerJiri Slaby1-14/+4
2006-12-08[PATCH] Char: isicom, use completionJiri Slaby1-5/+3
2006-12-08[PATCH] Char: isicom, check kmalloc retvalJiri Slaby1-0/+5