summaryrefslogtreecommitdiffstats
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2007-05-08vt: expose system-wide UTF-8 default setting via sysfsAntonino A. Daplas1-1/+3
2007-05-08vt: add color support to the "underline" and "italic" attributesJan Engelhardt1-6/+28
2007-05-08vt: allow for the palette to be exposed and changed via sysfsJan Engelhardt1-0/+4
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, depends on PCI or ISAJiri Slaby1-1/+1
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: isicom, use pr_debugJiri Slaby1-2/+1
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
2007-05-08Char: cyclades, cy_init error handlingJiri Slaby1-4/+19
2007-05-08Char: cyclades, remove some global varsJiri Slaby1-9/+4
2007-05-08Char: cyclades, init card struct immediatelyJiri Slaby1-22/+15
2007-05-08Char: cyclades, move card entries init into functionJiri Slaby1-155/+156
2007-05-08Char: cyclades, create cy_pci_probeJiri Slaby1-305/+318
2007-05-08Char: cyclades, init Ze immediatelyJiri Slaby1-51/+8
2007-05-08Char: cyclades, use pci_iomap/unmapJiri Slaby1-10/+32
2007-05-08Char: cyclades, create cy_init_ZeJiri Slaby1-73/+90
2007-05-08Char: cyclades, remove useless castsJiri Slaby1-19/+19
2007-05-08Char: cyclades, remove volatilesJiri Slaby1-27/+25
2007-05-08Char: cyclades, timer cleanupJiri Slaby1-12/+6
2007-05-08Char: cyclades, cy_readX/writeX cleanupJiri Slaby1-165/+150
2007-05-08Char: cyclades, remove PAUSEJiri Slaby1-9/+0
2007-05-08no longer #include <asm/kdebug.h>Adrian Bunk1-1/+0
2007-05-08use mutex instead of semaphore for misc char devicesMatthias Kaehlcke1-13/+14
2007-05-08use mutex instead of semaphore in TPM driverMatthias Kaehlcke2-13/+16
2007-05-08use mutex instead of semaphore in RocketPort driverMatthias Kaehlcke2-9/+14
2007-05-08synclink_gt use dynamic tty device registrationPaul Fulghum1-16/+18
2007-05-08old buffer overflow in moxa driverdann frazier1-2/+6
2007-05-08tpm: fix sleep-in-spinlockParag Warudkar1-4/+8
2007-05-08drivers/char: use __set_current_state()Milind Arun Choudhary11-15/+15
2007-05-08console UTF-8 fixesEgmont Koblinger2-81/+182