aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/isicom.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-10isicom: kill off the BKLGravatar Alan Cox 1-8/+5
2010-05-21serial: isicomm: handle running out of slotsGravatar Dan Carpenter 1-1/+7
2010-04-30tty: Fix regressions in the char driver conversionGravatar Alan Cox 1-2/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-02tty: declare MODULE_FIRMWARE in various driversGravatar Ben Hutchings 1-0/+5
2010-03-02serial: isicom.c: use pr_fmt and pr_<level>Gravatar Joe Perches 1-23/+26
2009-12-11tty: isicom: fix deadlock on shutdownGravatar Alan Cox 1-1/+1
2009-12-11tty: isicom: sort out the board init logicGravatar Alan Cox 1-30/+11
2009-12-11tty: isicom: switch to the new tty_port_open helperGravatar Alan Cox 1-67/+21
2009-09-19isicom: split the open method for the isicom deviceGravatar Alan Cox 1-8/+24
2009-09-19isicom: Split the close hardware bits outGravatar Alan Cox 1-11/+14
2009-07-12headers: smp_lock.h reduxGravatar Alexey Dobriyan 1-0/+1
2009-07-08Remove multiple KERN_ prefixes from printk formatsGravatar Joe Perches 1-8/+8
2009-06-18Char: isicom: fix build warningGravatar Jiri Slaby 1-1/+1
2009-06-11tty: Add carrier processing on close to the tty_port coreGravatar Alan Cox 1-6/+13
2009-04-06isicom: isicom kref leak fixGravatar Alan Cox 1-0/+1
2009-01-02tty: Introduce some close helpers for portsGravatar Alan Cox 1-56/+10
2009-01-02tty: Introduce a tty_port generic block_til_readyGravatar Alan Cox 1-77/+2
2009-01-02isicom: redo locking to use tty port locksGravatar Alan Cox 1-20/+15
2009-01-02tty: Pull the dtr raise into tty portGravatar Alan Cox 1-5/+8
2009-01-02tty_port: Add a port level carrier detect operationGravatar Alan Cox 1-19/+32
2008-11-11tty: trivial - fix up email addresses in tty related stuffGravatar Alan Cox 1-2/+4
2008-10-13tty: kref usage for isicom and moxaGravatar Alan Cox 1-30/+31
2008-07-22isicom: restore using hardware break supportGravatar Alan Cox 1-21/+9
2008-07-20tty: add more tty_port fieldsGravatar Alan Cox 1-15/+13
2008-07-20isicom: use tty_portGravatar Alan Cox 1-102/+79
2008-07-20tty: isicom, enable/disable pci deviceGravatar Jiri Slaby 1-0/+8
2008-04-30isicom: fix buffer allocationGravatar Alan Cox 1-8/+6
2008-04-30tty: The big operations reworkGravatar Alan Cox 1-7/+8
2008-04-30isicom: bring into coding styleGravatar Alan Cox 1-53/+56
2008-04-30tty/serial: lay the foundations for the next set of reworksGravatar Alan Cox 1-18/+17
2008-04-30isicom: prepare for lock_kernel push downGravatar Alan Cox 1-14/+8
2008-03-04drivers/char/isicom.c: correct use of ! and &Gravatar Julia Lawall 1-1/+1
2007-10-18Add missing newlines to some uses of dev_<level> messagesGravatar Joe Perches 1-3/+7
2007-07-17Char: isicom, proper variables typesGravatar Jiri Slaby 1-11/+7
2007-07-17Char: isicom, del_timer at exitGravatar Jiri Slaby 1-11/+1
2007-07-17Char: isicom, cleanup lockingGravatar Jiri Slaby 1-38/+27
2007-05-08Char: isicom, use pr_debugGravatar Jiri Slaby 1-2/+1
2007-02-11[PATCH] Char: tty_wakeup cleanupGravatar Jiri Slaby 1-1/+0
2007-02-11[PATCH] Char: isicom, correct probing/removingGravatar Jiri Slaby 1-7/+9
2007-02-11[PATCH] Char: isicom, support higher ratesGravatar Jiri Slaby 1-2/+7
2007-02-11[PATCH] Char: isicom, check card state in isrGravatar Jiri Slaby 1-0/+5
2007-02-11[PATCH] Char: isicom, augment card_resetGravatar Jiri Slaby 1-17/+22
2007-02-11[PATCH] Char: isicom, fix locking in isrGravatar Jiri Slaby 1-0/+2
2007-02-11[PATCH] Char: isicom, remove tty_{hang,wake}up bottomhalvesGravatar Jiri Slaby 1-33/+3
2006-12-30[PATCH] Char: isicom, eliminate spinlock recursionGravatar Jiri Slaby 1-52/+51
2006-12-08[PATCH] Char: isicom, fix tty index checkGravatar Jiri Slaby 1-2/+2
2006-12-08[PATCH] Char: isicom, simplify timerGravatar Jiri Slaby 1-14/+4
2006-12-08[PATCH] Char: isicom, use completionGravatar Jiri Slaby 1-5/+3
2006-12-08[PATCH] Char: isicom, check kmalloc retvalGravatar Jiri Slaby 1-0/+5