aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/cyclades.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-22tty: move a number of tty drivers from drivers/char/ to drivers/tty/Greg Kroah-Hartman1-4200/+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-1/+1
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox1-1/+1
2010-10-22tty: icount changeover for other main devicesAlan Cox1-23/+26
2010-08-10tty: introduce wait_event_interruptible_ttyArnd Bergmann1-1/+1
2010-08-10cyclades: Kill off BKL usageAlan Cox1-11/+9
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/+1
2010-03-02serial: cyclades: allow overriding ISA defaults also when the driver is built-inBartlomiej Zolnierkiewicz1-8/+1
2010-03-02serial: Char: cyclades, fix compiler warningJiri Slaby1-6/+0
2009-10-01cyclades: fix read buffer overflowRoel Kluin1-1/+1
2009-09-19serial: move delta_msr_wait into the tty_portAlan Cox1-5/+4
2009-09-19cyclades: use the full port_close functionAlan Cox1-19/+17
2009-09-19cyclades: remove more duplicated codeJiri Slaby1-31/+14
2009-09-19cyclades: introduce cyy_readb/writebJiri Slaby1-284/+164
2009-09-19cyclades: tiocm cleanupJiri Slaby1-87/+66
2009-09-19cyclades: ioctls cleanupJiri Slaby1-112/+67
2009-09-19cyclades: merge cy_startup tailsJiri Slaby1-29/+16
2009-09-19cyclades: use dtr_rts helpersJiri Slaby1-201/+79
2009-09-19cyclades: sleep instead busy-waitJiri Slaby1-2/+2
2009-09-19cyclades: overall cleanupJiri Slaby1-586/+12
2009-09-19cyclades: close cleanupJiri Slaby1-68/+2
2009-09-19cyclades: switch to tty_port_hangupJiri Slaby1-17/+6
2009-09-19cyclades: avoid addresses recomputationJiri Slaby1-170/+71
2009-09-19cyclades: remove block_til_readyJiri Slaby1-194/+108
2009-09-19cyclades: add tty refcountingJiri Slaby1-79/+93
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2009-06-11tty: rewrite the ldisc lockingAlan Cox1-1/+1
2009-06-11tty: cyclades, remove unused variablesJiri Slaby1-6/+0
2009-06-11tty: cyclades, fix nports handlingJiri Slaby1-41/+17
2009-06-11tty: cyclades, convert macros to inlinesJiri Slaby1-59/+71
2009-06-11tty: cyclades, cache HW versionJiri Slaby1-21/+11
2009-06-11tty: cyclades, plx9060 casts cleanupJiri Slaby1-32/+33
2009-06-11tty: cyclades, remove spurious check in ISRJiri Slaby1-8/+0
2009-06-11tty: cyclades, don't kill FWJiri Slaby1-2/+0
2009-06-11tty:cyclades, load firmware even on ZeJiri Slaby1-8/+5
2009-04-06cyclades: Auto-load cyclades module when device opened.Scott James Remnant1-0/+2
2009-04-01proc tty: switch cyclades to ->proc_fopsAlexey Dobriyan1-34/+20
2009-01-02drivers/char/cyclades.c: cy_pci_probe: fix error pathAndrew Morton1-1/+1
2008-10-13Char: cyclades. remove bogus iomapJiri Slaby1-9/+12
2008-07-22tty: rework break handlingAlan Cox1-4/+4
2008-07-20tty: add more tty_port fieldsAlan Cox1-14/+14
2008-07-20cyclades: use tty_portAlan Cox1-158/+157
2008-07-20tty: Ldisc revampAlan Cox1-1/+2
2008-07-10cyclades: treat firmware data as constDavid Woodhouse1-5/+5
2008-04-30drivers/char: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-04-30char: switch gs, cyclades and esp to return int for put_charAlan Cox1-4/+5
2008-04-30tty/serial: lay the foundations for the next set of reworksAlan Cox1-36/+40
2008-04-30cyclades: use ioremap_nocache for clarity as proposedAlan Cox1-1/+1