aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/moxa.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-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-02tty: moxa: remove #ifdef MODULE completely.Rakib Mullick
2009-12-11tty: moxa: split open lockAlan Cox
2009-12-11tty: moxa: Kill the use of lock_kernelAlan Cox
2009-12-11tty: moxa: Fix modem op lockingAlan Cox
2009-12-11tty: moxa: Kill off the throttle methodAlan Cox
2009-12-11tty: moxa: Locking clean upAlan Cox
2009-12-11tty: moxa: rework the locking a bitAlan Cox
2009-12-11tty: moxa: Use more tty_port opsAlan Cox
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-06-22Revert "char: moxa, prevent opening unavailable ports"Linus Torvalds
2009-06-19char: moxa, prevent opening unavailable portsDirk Eibach
2009-06-11moxa: prevent opening unavailable portsDirk Eibach
2009-04-06tty: moxa, fix refcounting in moxa_poll_portJiri Slaby
2009-01-02tty_port: Add a port level carrier detect operationAlan Cox
2008-10-16char: moxa.c sparse annotationHarvey Harrison
2008-10-13tty: kref usage for isicom and moxaAlan Cox
2008-07-22tty: rework break handlingAlan Cox
2008-07-20tty: add more tty_port fieldsAlan Cox
2008-07-20moxa: use tty_portAlan Cox
2008-07-10Fix a const assignment in moxa_load_fw()David Howells
2008-04-30char serial: switch drivers to ioremap_nocacheAlan Cox
2008-04-30tty/serial: lay the foundations for the next set of reworksAlan Cox
2008-04-30Char: moxa, add firmware loading fixJiri Slaby
2008-04-30Char: moxa, update creditsJiri Slaby
2008-04-30Char: moxa, notify about board readinessJiri Slaby
2008-04-30Char: moxa, introduce MOXA_IS_320 macroJiri Slaby
2008-04-30Char: moxa, remove useless tty functionsJiri Slaby
2008-04-30Char: moxa, little cleanupJiri Slaby
2008-04-30Char: moxa, rework open/closeJiri Slaby
2008-04-30Char: moxa, serialise timerJiri Slaby
2008-04-30Char: moxa, cleanup rx/txJiri Slaby
2008-04-30Char: moxa, merge 2 poll functionsJiri Slaby
2008-04-30Char: moxa, ioctl cleanupJiri Slaby
2008-04-30Char: moxa, timer cleanupJiri Slaby
2008-04-30Char: moxa, centralize board readinessJiri Slaby
2008-04-30Char: moxa, remove unused port entriesJiri Slaby
2008-04-30Char: moxa, remove port->portJiri Slaby
2008-04-30Char: moxa, merge c2xx and c320 firmware loadingJiri Slaby
2008-04-30Char: moxa, add firmware loadingJiri Slaby
2008-04-30Char: moxa, fix TIOC(G/S)SOFTCAR paramJiri Slaby
2008-04-30Char: moxa, pci io space fixupJiri Slaby
2008-04-30Char: moxa, cleanup module-param passed isa initJiri Slaby
2008-04-30Char: moxa, remove static isa supportJiri Slaby
2008-02-08moxa: first pass at termios reportingAlan Cox