aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/istallion.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-17Char: istallion, init+locking fixesIngo Korb1-7/+2
2007-07-16serial: remove termios checks from various old char serial driversAlan Cox1-3/+0
2007-02-11[PATCH] Char: tty_wakeup cleanupJiri Slaby1-1/+0
2006-12-08[PATCH] Char: istallion, use mod_timerJiri Slaby1-4/+2
2006-12-08[PATCH] Char: istallion, dynamic tty deviceJiri Slaby1-1/+14
2006-12-08[PATCH] Char: istallion, change init sequenceJiri Slaby1-55/+75
2006-12-08[PATCH] Char: istallion, move init and exit codeJiri Slaby1-61/+52
2006-12-08[PATCH] Char: istallion, fix enablingJiri Slaby1-7/+11
2006-12-08[PATCH] Char: istallion, correct fail pathsJiri Slaby1-61/+81
2006-12-08[PATCH] Char: istallion, free only isaJiri Slaby1-1/+3
2006-12-08[PATCH] Char: istallion, brdnr lockingJiri Slaby1-4/+11
2006-12-08[PATCH] Char: istallion, ifdef eisa codeJiri Slaby1-2/+11
2006-12-08[PATCH] Char: istallion, variables cleanupJiri Slaby1-45/+55
2006-12-08[PATCH] Char: istallion, eliminate typedefsJiri Slaby1-208/+206
2006-12-08[PATCH] Char: istallion, remove the messJiri Slaby1-170/+36
2006-12-08[PATCH] Char: istallion, convert to pci probingJiri Slaby1-49/+67
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox1-6/+8
2006-12-08[PATCH] struct path: convert char-driversJosef Sipek1-2/+2
2006-12-07[PATCH] ioremap balanced with iounmap for drivers/char/istallion.cAmol Lad1-0/+4
2006-12-06[PATCH] drivers/{char|isdn}: work_struct-induced breakageAl Viro1-4/+4
2006-10-10[PATCH] trivial iomem annotations: istallionAl Viro1-29/+29
2006-10-02[PATCH] const struct tty_operationsJeff Dike1-1/+1
2006-09-29[PATCH] istallion: Remove private baud rate decoding, which is also broken in this case on some platformsAlan Cox1-19/+1
2006-09-22[PATCH] memcpy_fromio() missing in istallionAl Viro1-1/+1
2006-07-03[PATCH] make more file_operation structs staticArjan van de Ven1-1/+1
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+0
2006-06-30[PATCH] fix ISTALLION=yAdrian Bunk1-15/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds1-11/+2
2006-06-28[PATCH] istallion: cleanupsAlan Cox1-1152/+667
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman1-1/+0
2006-06-26[PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman1-4/+1
2006-06-26[PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman1-5/+1
2006-06-26[PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman1-1/+0
2006-03-31[PATCH] drivers/char/[i]stallion: Clean up kmalloc usageTobias Klauser1-23/+9
2006-03-25[PATCH] Remove MODULE_PARMRusty Russell1-4/+4
2006-03-23[PATCH] sem2mutex: drivers/char/Ingo Molnar1-1/+0
2006-01-10[PATCH] TTY layer buffering revampAlan Cox1-17/+9
2006-01-10[PATCH] drivers/char: Use ARRAY_SIZE macroTobias Klauser1-11/+8
2005-11-07[PATCH] kfree cleanup: drivers/charJesper Juhl1-4/+3
2005-10-28[PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman1-1/+2
2005-09-09[PATCH] timer initialization cleanup: DEFINE_TIMERIngo Molnar1-1/+1
2005-06-25[PATCH] drivers/char/istallion.c: remove an unneeded variableAdrian Bunk1-2/+1
2005-06-20[PATCH] class: convert drivers/char/* to use the new class api instead of class_simplegregkh@suse.de1-5/+5
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+5276