summaryrefslogtreecommitdiffstats
path: root/drivers/char/cyclades.c
Commit message (Expand)AuthorAgeFilesLines
* tty: move a number of tty drivers from drivers/char/ to drivers/tty/Greg Kroah-Hartman2011-02-221-4200/+0
* tty: now phase out the ioctl file pointer for goodAlan Cox2011-02-171-1/+1
* tiocmset: kill the file pointer argumentAlan Cox2011-02-171-1/+1
* tiocmget: kill off the passing of the struct fileAlan Cox2011-02-171-1/+1
* tty: icount changeover for other main devicesAlan Cox2010-10-221-23/+26
* tty: introduce wait_event_interruptible_ttyArnd Bergmann2010-08-101-1/+1
* cyclades: Kill off BKL usageAlan Cox2010-08-101-11/+9
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* tty: declare MODULE_FIRMWARE in various driversBen Hutchings2010-03-021-0/+1
* serial: cyclades: allow overriding ISA defaults also when the driver is built-inBartlomiej Zolnierkiewicz2010-03-021-8/+1
* serial: Char: cyclades, fix compiler warningJiri Slaby2010-03-021-6/+0
* cyclades: fix read buffer overflowRoel Kluin2009-10-011-1/+1
* serial: move delta_msr_wait into the tty_portAlan Cox2009-09-191-5/+4
* cyclades: use the full port_close functionAlan Cox2009-09-191-19/+17
* cyclades: remove more duplicated codeJiri Slaby2009-09-191-31/+14
* cyclades: introduce cyy_readb/writebJiri Slaby2009-09-191-284/+164
* cyclades: tiocm cleanupJiri Slaby2009-09-191-87/+66
* cyclades: ioctls cleanupJiri Slaby2009-09-191-112/+67
* cyclades: merge cy_startup tailsJiri Slaby2009-09-191-29/+16
* cyclades: use dtr_rts helpersJiri Slaby2009-09-191-201/+79
* cyclades: sleep instead busy-waitJiri Slaby2009-09-191-2/+2
* cyclades: overall cleanupJiri Slaby2009-09-191-586/+12
* cyclades: close cleanupJiri Slaby2009-09-191-68/+2
* cyclades: switch to tty_port_hangupJiri Slaby2009-09-191-17/+6
* cyclades: avoid addresses recomputationJiri Slaby2009-09-191-170/+71
* cyclades: remove block_til_readyJiri Slaby2009-09-191-194/+108
* cyclades: add tty refcountingJiri Slaby2009-09-191-79/+93
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-0/+1
* tty: rewrite the ldisc lockingAlan Cox2009-06-111-1/+1
* tty: cyclades, remove unused variablesJiri Slaby2009-06-111-6/+0
* tty: cyclades, fix nports handlingJiri Slaby2009-06-111-41/+17
* tty: cyclades, convert macros to inlinesJiri Slaby2009-06-111-59/+71
* tty: cyclades, cache HW versionJiri Slaby2009-06-111-21/+11
* tty: cyclades, plx9060 casts cleanupJiri Slaby2009-06-111-32/+33
* tty: cyclades, remove spurious check in ISRJiri Slaby2009-06-111-8/+0
* tty: cyclades, don't kill FWJiri Slaby2009-06-111-2/+0
* tty:cyclades, load firmware even on ZeJiri Slaby2009-06-111-8/+5
* cyclades: Auto-load cyclades module when device opened.Scott James Remnant2009-04-061-0/+2
* proc tty: switch cyclades to ->proc_fopsAlexey Dobriyan2009-04-011-34/+20
* drivers/char/cyclades.c: cy_pci_probe: fix error pathAndrew Morton2009-01-021-1/+1
* Char: cyclades. remove bogus iomapJiri Slaby2008-10-131-9/+12
* tty: rework break handlingAlan Cox2008-07-221-4/+4
* tty: add more tty_port fieldsAlan Cox2008-07-201-14/+14
* cyclades: use tty_portAlan Cox2008-07-201-158/+157
* tty: Ldisc revampAlan Cox2008-07-201-1/+2
* cyclades: treat firmware data as constDavid Woodhouse2008-07-101-5/+5
* drivers/char: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-301-2/+2
* char: switch gs, cyclades and esp to return int for put_charAlan Cox2008-04-301-4/+5
* tty/serial: lay the foundations for the next set of reworksAlan Cox2008-04-301-36/+40
* cyclades: use ioremap_nocache for clarity as proposedAlan Cox2008-04-301-1/+1