aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/cyclades.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-30cyclades: coding style & reviewAlan Cox1-159/+149
2008-04-30cyclades.c: fix sparse shadowed variable warningsHarvey Harrison1-2/+2
2008-04-30cyclades: Prepare for relaxed locking in callersAlan Cox1-12/+17
2007-10-23Char: cyclades, fix potential NULL dereferenceJiri Slaby1-1/+1
2007-10-20Documentation: Remove references to dead "cyclades=" boot optionRobert P. J. Day1-2/+0
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt1-1/+1
2007-10-18Cyclades: Avoid label defined but not used warningJesper Juhl1-4/+4
2007-10-18Char: cyclades, fix some -W warningsJiri Slaby1-49/+39
2007-10-18Char: cyclades, move spin_lock to one placeJiri Slaby1-7/+2
2007-10-18Char: cyclades, make the isr code readableJiri Slaby1-325/+292
2007-10-18Char: cyclades, remove bottom half processingJiri Slaby1-91/+20
2007-07-17drivers/*: mark variables with uninitialized_var()Jeff Garzik1-2/+2
2007-07-17Char: cyclades, fix sparse warningJiri Slaby1-10/+8
2007-07-17Char: cyclades, add firmware loadingJiri Slaby1-23/+328
2007-07-16serial: remove termios checks from various old char serial driversAlan Cox1-4/+0
2007-05-23Char: cyclades, fix deadlockJiri Slaby1-0/+1
2007-05-08Char: cyclades, copyright and version changesJiri Slaby1-4/+4
2007-05-08Char: cyclades, probe cleanupJiri Slaby1-270/+198
2007-05-08Char: cyclades, dynamic portsJiri Slaby1-73/+69
2007-05-08Char: cyclades, fix tty device unregisterJiri Slaby1-2/+2
2007-05-08Char: cyclades, conditions cleanupJiri Slaby1-39/+21
2007-05-08Char: cyclades, remove locking macrosJiri Slaby1-127/+118
2007-05-08Char: cyclades, remove unused timestampsJiri Slaby1-12/+0
2007-05-08Char: cyclades, timers cleanupJiri Slaby1-12/+5
2007-05-08Char: cyclades, fix blockmoveJiri Slaby1-18/+16
2007-05-08Char: cyclades, remove sleep_onJiri Slaby1-29/+16
2007-05-08Char: cyclades, make info->card a pointerJiri Slaby1-161/+162
2007-05-08Char: cyclades, get rid of phys addressesJiri Slaby1-8/+3
2007-05-08Char: cyclades, simplify variables initializationJiri Slaby1-112/+44
2007-05-08Char: cyclades, mark cyy_init_card as __devinit, not __initJiri Slaby1-2/+2
2007-05-08Char: cyclades, printk cleanupsJiri Slaby1-310/+220
2007-05-08Char: cyclades, irq is intJiri Slaby1-18/+12
2007-05-08Char: cyclades, remove useless fileds from cyclades_cardJiri Slaby1-9/+0
2007-05-08Char: cyclades, unexport struct cyclades_cardJiri Slaby1-8/+0
2007-05-08Char: cyclades, switch to pci probingJiri Slaby1-48/+17
2007-05-08Char: cyclades, use IS_CYC_Z macroJiri Slaby1-11/+6
2007-05-08Char: cyclades, allow DEBUG_SHIRQJiri Slaby1-0/+4
2007-05-08Char: cyclades, clear interrupts before releasingJiri Slaby1-0/+13
2007-05-08Char: cyclades, tty_register_device separately for each deviceJiri Slaby1-1/+19