aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/moxa.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/+3
2010-03-02tty: moxa: remove #ifdef MODULE completely.Rakib Mullick1-11/+6
2009-12-11tty: moxa: split open lockAlan Cox1-12/+11
2009-12-11tty: moxa: Kill the use of lock_kernelAlan Cox1-14/+2
2009-12-11tty: moxa: Fix modem op lockingAlan Cox1-15/+10
2009-12-11tty: moxa: Kill off the throttle methodAlan Cox1-20/+1
2009-12-11tty: moxa: Locking clean upAlan Cox1-33/+25
2009-12-11tty: moxa: rework the locking a bitAlan Cox1-5/+22
2009-12-11tty: moxa: Use more tty_port opsAlan Cox1-116/+21
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2009-06-22Revert "char: moxa, prevent opening unavailable ports"Linus Torvalds1-6/+1
2009-06-19char: moxa, prevent opening unavailable portsDirk Eibach1-1/+6
2009-06-11moxa: prevent opening unavailable portsDirk Eibach1-0/+5
2009-04-06tty: moxa, fix refcounting in moxa_poll_portJiri Slaby1-4/+5
2009-01-02tty_port: Add a port level carrier detect operationAlan Cox1-5/+21
2008-10-16char: moxa.c sparse annotationHarvey Harrison1-1/+1
2008-10-13tty: kref usage for isicom and moxaAlan Cox1-23/+38
2008-07-22tty: rework break handlingAlan Cox1-1/+2
2008-07-20tty: add more tty_port fieldsAlan Cox1-5/+3
2008-07-20moxa: use tty_portAlan Cox1-45/+42
2008-07-10Fix a const assignment in moxa_load_fw()David Howells1-2/+2
2008-04-30char serial: switch drivers to ioremap_nocacheAlan Cox1-2/+2
2008-04-30tty/serial: lay the foundations for the next set of reworksAlan Cox1-0/+2
2008-04-30Char: moxa, add firmware loading fixJiri Slaby1-1/+4
2008-04-30Char: moxa, update creditsJiri Slaby1-2/+3
2008-04-30Char: moxa, notify about board readinessJiri Slaby1-0/+7
2008-04-30Char: moxa, introduce MOXA_IS_320 macroJiri Slaby1-46/+19
2008-04-30Char: moxa, remove useless tty functionsJiri Slaby1-25/+0
2008-04-30Char: moxa, little cleanupJiri Slaby1-110/+62
2008-04-30Char: moxa, rework open/closeJiri Slaby1-162/+158
2008-04-30Char: moxa, serialise timerJiri Slaby1-11/+15
2008-04-30Char: moxa, cleanup rx/txJiri Slaby1-74/+50
2008-04-30Char: moxa, merge 2 poll functionsJiri Slaby1-285/+136
2008-04-30Char: moxa, ioctl cleanupJiri Slaby1-221/+139
2008-04-30Char: moxa, timer cleanupJiri Slaby1-41/+21
2008-04-30Char: moxa, centralize board readinessJiri Slaby1-119/+116
2008-04-30Char: moxa, remove unused port entriesJiri Slaby1-11/+0
2008-04-30Char: moxa, remove port->portJiri Slaby1-191/+163
2008-04-30Char: moxa, merge c2xx and c320 firmware loadingJiri Slaby1-119/+69
2008-04-30Char: moxa, add firmware loadingJiri Slaby1-708/+511
2008-04-30Char: moxa, fix TIOC(G/S)SOFTCAR paramJiri Slaby1-2/+2
2008-04-30Char: moxa, pci io space fixupJiri Slaby1-3/+13
2008-04-30Char: moxa, cleanup module-param passed isa initJiri Slaby1-31/+33
2008-04-30Char: moxa, remove static isa supportJiri Slaby1-32/+2
2008-02-08moxa: first pass at termios reportingAlan Cox1-8/+15
2007-10-18Char: moxa, remove sleep_onJiri Slaby1-4/+5
2007-10-18Char: moxa, function names cleanupJiri Slaby1-31/+31
2007-10-18Char: moxa, cleanup printsJiri Slaby1-42/+31
2007-10-18Char: moxa, fix and optimise empty timerJiri Slaby1-2/+2