summaryrefslogtreecommitdiff
path: root/drivers/char/cyclades.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-10-22tty: icount changeover for other main devicesAlan Cox
2010-08-10tty: introduce wait_event_interruptible_ttyArnd Bergmann
2010-08-10cyclades: Kill off BKL usageAlan 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: cyclades: allow overriding ISA defaults also when the driver is built-inBartlomiej Zolnierkiewicz
2010-03-02serial: Char: cyclades, fix compiler warningJiri Slaby
2009-10-01cyclades: fix read buffer overflowRoel Kluin
2009-09-19serial: move delta_msr_wait into the tty_portAlan Cox
2009-09-19cyclades: use the full port_close functionAlan Cox
2009-09-19cyclades: remove more duplicated codeJiri Slaby
2009-09-19cyclades: introduce cyy_readb/writebJiri Slaby
2009-09-19cyclades: tiocm cleanupJiri Slaby
2009-09-19cyclades: ioctls cleanupJiri Slaby
2009-09-19cyclades: merge cy_startup tailsJiri Slaby
2009-09-19cyclades: use dtr_rts helpersJiri Slaby
2009-09-19cyclades: sleep instead busy-waitJiri Slaby
2009-09-19cyclades: overall cleanupJiri Slaby
2009-09-19cyclades: close cleanupJiri Slaby
2009-09-19cyclades: switch to tty_port_hangupJiri Slaby
2009-09-19cyclades: avoid addresses recomputationJiri Slaby
2009-09-19cyclades: remove block_til_readyJiri Slaby
2009-09-19cyclades: add tty refcountingJiri Slaby
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-06-11tty: rewrite the ldisc lockingAlan Cox
2009-06-11tty: cyclades, remove unused variablesJiri Slaby
2009-06-11tty: cyclades, fix nports handlingJiri Slaby
2009-06-11tty: cyclades, convert macros to inlinesJiri Slaby
2009-06-11tty: cyclades, cache HW versionJiri Slaby
2009-06-11tty: cyclades, plx9060 casts cleanupJiri Slaby
2009-06-11tty: cyclades, remove spurious check in ISRJiri Slaby
2009-06-11tty: cyclades, don't kill FWJiri Slaby
2009-06-11tty:cyclades, load firmware even on ZeJiri Slaby
2009-04-06cyclades: Auto-load cyclades module when device opened.Scott James Remnant
2009-04-01proc tty: switch cyclades to ->proc_fopsAlexey Dobriyan
2009-01-02drivers/char/cyclades.c: cy_pci_probe: fix error pathAndrew Morton
2008-10-13Char: cyclades. remove bogus iomapJiri Slaby
2008-07-22tty: rework break handlingAlan Cox
2008-07-20tty: add more tty_port fieldsAlan Cox
2008-07-20cyclades: use tty_portAlan Cox
2008-07-20tty: Ldisc revampAlan Cox
2008-07-10cyclades: treat firmware data as constDavid Woodhouse
2008-04-30drivers/char: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-30char: switch gs, cyclades and esp to return int for put_charAlan Cox
2008-04-30tty/serial: lay the foundations for the next set of reworksAlan Cox
2008-04-30cyclades: use ioremap_nocache for clarity as proposedAlan Cox