aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/esp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-11tty: esp: remove broken driverAlan Cox1-2533/+0
2009-09-19serial: move delta_msr_wait into the tty_portAlan Cox1-4/+3
2009-04-07esp: fix section mismatch warningRandy Dunlap1-1/+1
2009-01-02tty_port: Add a port level carrier detect operationAlan Cox1-24/+37
2008-07-22tty: rework break handlingAlan Cox1-2/+3
2008-07-20esp: use tty_portAlan Cox1-136/+136
2008-04-30drivers/char: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-04-30esp: clean up to modern coding styleAlan Cox1-308/+283
2008-04-30char: switch gs, cyclades and esp to return int for put_charAlan Cox1-3/+6
2008-04-30tty/serial: lay the foundations for the next set of reworksAlan Cox1-2/+1
2008-04-30char: esp.c: fix possible double-unlockHarvey Harrison1-2/+2
2008-04-30char: fix sparse shadowed variable warnings in esp.cHarvey Harrison1-6/+0
2008-04-30esp: lock_kernel push downAlan Cox1-6/+16
2008-03-07drivers/char/esp.c: fix bootup lockupIngo Molnar1-0/+1
2008-02-07Char: esp, remove hangup and wakeup bottomhalvesJiri Slaby1-53/+5
2008-02-07Char: char/serial, remove SERIAL_TYPE_NORMAL redefinesJiri Slaby1-3/+0
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt1-1/+1
2007-10-19remove asm/bitops.h includesJiri Slaby1-1/+1
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-4/+2
2007-07-16serial: remove termios checks from various old char serial driversAlan Cox1-7/+0
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox1-1/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells1-6/+8
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+1
2006-10-02[PATCH] const struct tty_operationsJeff Dike1-1/+1
2006-07-02[PATCH] irq-flags: drivers/char: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-26[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGreg Kroah-Hartman1-1/+0
2006-06-25[PATCH] Clean up char/esp.cEric Sesterhenn1-2/+2
2006-02-14[PATCH] Fix locking error in espAlan Cox1-20/+2
2006-02-03[PATCH] new tty buffering locking fixPaul Fulghum1-2/+2
2006-01-16[PATCH] drivers/char/esp.c spinlock fixIngo Molnar1-1/+1
2006-01-14[PATCH] remove unused tmp_buf_sem'sAdrian Bunk1-1/+0
2006-01-10[PATCH] TTY layer buffering revampAlan Cox1-40/+27
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+2630