aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/moxa.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-22tty: move a number of tty drivers from drivers/char/ to drivers/tty/Greg Kroah-Hartman1-2092/+0
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox1-1/+1
2011-02-17tiocmset: kill the file pointer argumentAlan Cox1-2/+2
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun 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
2007-07-17Char: moxa, eliminate busy waitingJiri Slaby1-25/+12
2007-05-08old buffer overflow in moxa driverdann frazier1-2/+6
2007-02-11[PATCH] Char: moxa, pci probingJiri Slaby1-20/+20
2007-02-11[PATCH] Char: moxa, pci_probing prepareJiri Slaby1-18/+46
2007-02-11[PATCH] Char: moxa, remove useless variablesJiri Slaby1-21/+14
2007-02-11[PATCH] Char: moxa, variables cleanupJiri Slaby1-188/+210
2007-02-11[PATCH] Char: moxa, remove moxa_pci_devinfoJiri Slaby1-12/+3
2007-02-11[PATCH] Char: moxa, use del_timer_syncJiri Slaby1-4/+4
2007-02-11[PATCH] Char: moxa, macros cleanupJiri Slaby1-24/+13
2007-02-11[PATCH] Char: moxa, eliminate typedefsJiri Slaby1-14/+15
2007-02-11[PATCH] Char: moxa, use PCI_DEVICEJiri Slaby1-6/+6
2007-02-11[PATCH] Char: moxa, devids cleanupJiri Slaby1-16/+3
2007-02-11[PATCH] Char: moxa, remove unused functionsJiri Slaby1-245/+0
2007-02-11[PATCH] Char: moxa, remove hangup bottomhalfJiri Slaby1-22/+3
2007-02-11[PATCH] Char: moxa, timers cleanupJiri Slaby1-40/+14
2007-02-11[PATCH] Char: moxa, do not initialize global staticJiri Slaby1-20/+4
2007-02-11[PATCH] Char: moxa, remove unused allocated pageJiri Slaby1-23/+1
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox1-8/+10
2006-12-07[PATCH] ioremap balanced with iounmap for drivers/char/moxa.cAmol Lad1-1/+4
2006-11-22WorkStruct: make allyesconfigDavid Howells1-4/+4
2006-10-21[PATCH] Char: correct pci_get_device changesJiri Slaby1-0/+9
2006-10-02[PATCH] const struct tty_operationsJeff Dike1-1/+1
2006-10-01[PATCH] serial: Fix up offenders peering at baud bits directlyAlan Cox1-74/+6
2006-08-27[PATCH] char/moxa.c: fix endianess and multiple-card issuesDirk Eibach1-2/+6
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds1-1/+0
2006-06-27[PATCH] spin/rwlock init cleanupsIngo Molnar1-1/+1
2006-06-26[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGreg Kroah-Hartman1-1/+0
2006-01-10[PATCH] moxa serial: add proper capability checkAlan Cox1-0/+2
2006-01-10[PATCH] TTY layer buffering revampAlan Cox1-43/+30
2006-01-10[PATCH] drivers/char: Use ARRAY_SIZE macroTobias Klauser1-1/+1
2005-09-03[SERIAL] Fix moxa tty driver nameSergey Vlasov1-1/+1
2005-06-27[PATCH] pci: remove deprecatesAmit Gud1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+3243