aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/isicom.c
AgeCommit message (Expand)Author
2011-02-22tty: move a number of tty drivers from drivers/char/ to drivers/tty/Greg Kroah-Hartman
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox
2011-02-17tiocmset: kill the file pointer argumentAlan Cox
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox
2010-08-10isicom: kill off the BKLAlan Cox
2010-05-21serial: isicomm: handle running out of slotsDan Carpenter
2010-04-30tty: Fix regressions in the char driver conversionAlan Cox
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-02tty: declare MODULE_FIRMWARE in various driversBen Hutchings
2010-03-02serial: isicom.c: use pr_fmt and pr_<level>Joe Perches
2009-12-11tty: isicom: fix deadlock on shutdownAlan Cox
2009-12-11tty: isicom: sort out the board init logicAlan Cox
2009-12-11tty: isicom: switch to the new tty_port_open helperAlan Cox
2009-09-19isicom: split the open method for the isicom deviceAlan Cox
2009-09-19isicom: Split the close hardware bits outAlan Cox
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches
2009-06-18Char: isicom: fix build warningJiri Slaby
2009-06-11tty: Add carrier processing on close to the tty_port coreAlan Cox
2009-04-06isicom: isicom kref leak fixAlan Cox
2009-01-02tty: Introduce some close helpers for portsAlan Cox
2009-01-02tty: Introduce a tty_port generic block_til_readyAlan Cox
2009-01-02isicom: redo locking to use tty port locksAlan Cox
2009-01-02tty: Pull the dtr raise into tty portAlan Cox
2009-01-02tty_port: Add a port level carrier detect operationAlan Cox
2008-11-11tty: trivial - fix up email addresses in tty related stuffAlan Cox
2008-10-13tty: kref usage for isicom and moxaAlan Cox
2008-07-22isicom: restore using hardware break supportAlan Cox
2008-07-20tty: add more tty_port fieldsAlan Cox
2008-07-20isicom: use tty_portAlan Cox
2008-07-20tty: isicom, enable/disable pci deviceJiri Slaby
2008-04-30isicom: fix buffer allocationAlan Cox
2008-04-30tty: The big operations reworkAlan Cox
2008-04-30isicom: bring into coding styleAlan Cox
2008-04-30tty/serial: lay the foundations for the next set of reworksAlan Cox
2008-04-30isicom: prepare for lock_kernel push downAlan Cox
2008-03-04drivers/char/isicom.c: correct use of ! and &Julia Lawall
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches
2007-07-17Char: isicom, proper variables typesJiri Slaby
2007-07-17Char: isicom, del_timer at exitJiri Slaby
2007-07-17Char: isicom, cleanup lockingJiri Slaby
2007-05-08Char: isicom, use pr_debugJiri Slaby
2007-02-11[PATCH] Char: tty_wakeup cleanupJiri Slaby
2007-02-11[PATCH] Char: isicom, correct probing/removingJiri Slaby
2007-02-11[PATCH] Char: isicom, support higher ratesJiri Slaby
2007-02-11[PATCH] Char: isicom, check card state in isrJiri Slaby
2007-02-11[PATCH] Char: isicom, augment card_resetJiri Slaby
2007-02-11[PATCH] Char: isicom, fix locking in isrJiri Slaby
2007-02-11[PATCH] Char: isicom, remove tty_{hang,wake}up bottomhalvesJiri Slaby
2006-12-30[PATCH] Char: isicom, eliminate spinlock recursionJiri Slaby