| Commit message (Expand) | Author | Age | Files | Lines |
* | tty: stallion: Convert to the tty_port_open/close methods | Alan Cox | 2009-12-12 | 1 | -81/+35 |
* | tty: stallion: kill BKL ioctl | Alan Cox | 2009-12-12 | 1 | -6/+7 |
* | headers: remove sched.h from interrupt.h | Alexey Dobriyan | 2009-10-11 | 1 | -0/+1 |
* | tty: Add carrier processing on close to the tty_port core | Alan Cox | 2009-06-11 | 1 | -3/+3 |
* | proc tty: switch stallion to ->proc_fops | Alexey Dobriyan | 2009-04-01 | 1 | -76/+50 |
* | tty: Introduce some close helpers for ports | Alan Cox | 2009-01-02 | 1 | -35/+4 |
* | tty: rework stallion to use the tty_port bits | Alan Cox | 2009-01-02 | 1 | -104/+38 |
* | tty_port: Add a port level carrier detect operation | Alan Cox | 2009-01-02 | 1 | -7/+21 |
* | device create: char: convert device_create_drvdata to device_create | Greg Kroah-Hartman | 2008-10-16 | 1 | -2/+2 |
* | tty: Remove lots of NULL checks | Alan Cox | 2008-10-13 | 1 | -34/+0 |
* | stallion: Use krefs | Alan Cox | 2008-10-13 | 1 | -41/+64 |
* | stallion: removed unused variable | Andre Haupt | 2008-07-24 | 1 | -1/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2008-07-22 | 1 | -2/+2 |
|\ |
|
| * | device create: char: convert device_create to device_create_drvdata | Greg Kroah-Hartman | 2008-07-22 | 1 | -2/+2 |
* | | Fix the (i)Stallion driver's putchar() and break_ctl() ops | David Howells | 2008-07-22 | 1 | -7/+9 |
|/ |
|
* | stallion: use tty_port | Alan Cox | 2008-07-21 | 1 | -80/+80 |
* | tty/serial: lay the foundations for the next set of reworks | Alan Cox | 2008-04-30 | 1 | -0/+2 |
* | stallion: Prepare for BKL push down | Alan Cox | 2008-04-30 | 1 | -12/+3 |
* | drivers/char: minor irq handler cleanups | Jeff Garzik | 2008-04-21 | 1 | -1/+1 |
* | Char: stallion, remove bottomhalf | Jiri Slaby | 2008-02-07 | 1 | -44/+24 |
* | Char: stallion, fix compiler warnings | Jiri Slaby | 2008-02-07 | 1 | -4/+6 |
* | Convert from class_device to device in drivers/char | tonyj@suse.de | 2007-10-12 | 1 | -4/+3 |
* | unregister_chrdev(): ignore the return value | Akinobu Mita | 2007-07-19 | 1 | -4/+1 |
* | stallion: remove unneeded lock_kernel | Alan Cox | 2007-07-17 | 1 | -2/+0 |
* | Char: stallion, remove user class report request | Jiri Slaby | 2007-07-17 | 1 | -3/+0 |
* | Char: stallion, fix oops during init with ISA cards | Ingo Korb | 2007-06-24 | 1 | -3/+4 |
* | Char: stallion, proper fail return values | Jiri Slaby | 2007-06-09 | 1 | -1/+5 |
* | Char: stallion, alloc tty before pci devices init | Jiri Slaby | 2007-06-09 | 1 | -39/+34 |
* | Char: stallion, don't fail with less than max panels | Jiri Slaby | 2007-06-09 | 1 | -1/+1 |
* | [PATCH] Char: stallion, use dynamic dev | Jiri Slaby | 2006-12-08 | 1 | -6/+27 |
* | [PATCH] Char: stallion, variables cleanup | Jiri Slaby | 2006-12-08 | 1 | -36/+31 |
* | [PATCH] Char: stallion, remove syntactic sugar | Jiri Slaby | 2006-12-08 | 1 | -97/+81 |
* | [PATCH] Char: stallion, brd struct locking | Jiri Slaby | 2006-12-08 | 1 | -5/+13 |
* | [PATCH] Char: stallion, fix fail paths | Jiri Slaby | 2006-12-08 | 1 | -29/+52 |
* | [PATCH] Char: stallion, functions cleanup | Jiri Slaby | 2006-12-08 | 1 | -167/+40 |
* | [PATCH] Char: stallion, correct __init macros | Jiri Slaby | 2006-12-08 | 1 | -5/+5 |
* | [PATCH] Char: stallion, implement fail paths | Jiri Slaby | 2006-12-08 | 1 | -71/+128 |
* | [PATCH] Char: stallion, prints cleanup | Jiri Slaby | 2006-12-08 | 1 | -13/+2 |
* | [PATCH] Char: stallion, convert to pci probing | Jiri Slaby | 2006-12-08 | 1 | -82/+83 |
* | [PATCH] tty: switch to ktermios | Alan Cox | 2006-12-08 | 1 | -9/+11 |
* | [PATCH] Char: stallion, remove many prototypes | Jiri Slaby | 2006-12-08 | 1 | -131/+91 |
* | [PATCH] Char: stallion, mark functions as init | Jiri Slaby | 2006-12-08 | 1 | -8/+8 |
* | [PATCH] Char: stallion, uninline functions | Jiri Slaby | 2006-12-08 | 1 | -19/+9 |
* | [PATCH] Char: stallion, move init/deinit | Jiri Slaby | 2006-12-08 | 1 | -136/+120 |
* | [PATCH] Char: stallion, kill typedefs | Jiri Slaby | 2006-12-08 | 1 | -231/+227 |
* | [PATCH] Char: stallion, remove unneeded casts | Jiri Slaby | 2006-12-08 | 1 | -136/+136 |
* | [PATCH] Char: stallion, use pr_debug macro | Jiri Slaby | 2006-12-08 | 1 | -237/+86 |
* | [PATCH] drivers/{char|isdn}: work_struct-induced breakage | Al Viro | 2006-12-06 | 1 | -6/+4 |
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 1 | -3/+2 |
* | [PATCH] const struct tty_operations | Jeff Dike | 2006-10-02 | 1 | -1/+1 |