| Commit message (Expand) | Author | Age | Files | Lines |
* | tty: move a number of tty drivers from drivers/char/ to drivers/tty/ | Greg Kroah-Hartman | 2011-02-23 | 1 | -5161/+0 |
* | tty: now phase out the ioctl file pointer for good | Alan Cox | 2011-02-17 | 1 | -5/+4 |
* | tiocmset: kill the file pointer argument | Alan Cox | 2011-02-17 | 1 | -3/+3 |
* | tiocmget: kill off the passing of the struct file | Alan Cox | 2011-02-17 | 1 | -2/+2 |
* | drivers/char/synclink_gt.c: add extended sync feature | Paul Fulghum | 2010-10-28 | 1 | -3/+108 |
* | drivers/char/synclink_gt.c: fix information leak to userland | Vasiliy Kulikov | 2010-10-28 | 1 | -0/+3 |
* | synclink_gt: fix per device locking | Paul Fulghum | 2010-10-28 | 1 | -13/+15 |
* | tty: icount changeover for other main devices | Alan Cox | 2010-10-22 | 1 | -26/+29 |
* | synclink: add mutex_unlock() on error path | Dan Carpenter | 2010-08-24 | 1 | -1/+3 |
* | tty: release BTM while sleeping in block_til_ready | Arnd Bergmann | 2010-08-10 | 1 | -0/+2 |
* | synclink: reworking locking a bit | Alan Cox | 2010-08-10 | 1 | -1/+11 |
* | synclink: kill the big kernel lock | Alan Cox | 2010-08-10 | 1 | -44/+34 |
* | synclink: use ARRAY_SIZE | Kulikov Vasiliy | 2010-07-20 | 1 | -1/+1 |
* | serial: synclink_gt: dropped transmit data bugfix | Paul Fulghum | 2010-03-02 | 1 | -81/+105 |
* | hdlc: convert to netdev_tx_t | Stephen Hemminger | 2009-09-01 | 1 | -4/+3 |
* | headers: smp_lock.h redux | Alexey Dobriyan | 2009-07-12 | 1 | -0/+1 |
* | synclink_gt: fix transmit race and timeout | Paul Fulghum | 2009-06-24 | 1 | -42/+30 |
* | tty: synclink_gt add receive pio mode | Paul Fulghum | 2009-06-11 | 1 | -9/+68 |
* | tty: Add carrier processing on close to the tty_port core | Alan Cox | 2009-06-11 | 1 | -3/+6 |
* | synclink_gt: add clock options | Paul Fulghum | 2009-04-03 | 1 | -20/+38 |
* | proc tty: switch synclink_gt to ->proc_fops | Alexey Dobriyan | 2009-04-01 | 1 | -40/+34 |
* | WAN: Convert generic HDLC drivers to netdev_ops. | Krzysztof Hałasa | 2009-01-21 | 1 | -7/+11 |
* | synclink_gt: enable RI interrupt | Paul Fulghum | 2009-01-16 | 1 | -10/+6 |
* | tty: Introduce some close helpers for ports | Alan Cox | 2009-01-02 | 1 | -49/+2 |
* | tty: Pull the dtr raise into tty port | Alan Cox | 2009-01-02 | 1 | -6/+15 |
* | tty_port: Add a port level carrier detect operation | Alan Cox | 2009-01-02 | 1 | -17/+31 |
* | removed unused #include <version.h> | Huang Weiyi | 2008-08-17 | 1 | -1/+0 |
* | Merge branch 'for-jeff' of git://git.kernel.org/pub/scm/linux/kernel/git/chri... | Jeff Garzik | 2008-08-07 | 1 | -5/+0 |
|\ |
|
| * | Remove bogus dosyncppp variable from synclink drivers. | Krzysztof Hałasa | 2008-07-23 | 1 | -5/+0 |
* | | synclink_gt fix locking in error path of rx enable | Paul Fulghum | 2008-07-22 | 1 | -1/+3 |
* | | synclink_gt: add rx DMA buffer fill level control | Paul Fulghum | 2008-07-22 | 1 | -15/+27 |
* | | synclink_gt: leave transmitter in reset state after configuration | Paul Fulghum | 2008-07-22 | 1 | -1/+1 |
* | | synclink_gt: improve TIOCOUTQ accuracy | Paul Fulghum | 2008-07-22 | 1 | -2/+57 |
* | | synclink_gt: add serial bit order control | Paul Fulghum | 2008-07-22 | 1 | -0/+2 |
* | | synclink_gt: improve and simplify write method | Paul Fulghum | 2008-07-22 | 1 | -27/+11 |
* | | tty: rework break handling | Alan Cox | 2008-07-22 | 1 | -4/+5 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-07-21 | 1 | -16/+12 |
|\ |
|
| * | WAN: convert drivers to use built-in netdev_stats | Krzysztof Halasa | 2008-07-04 | 1 | -16/+12 |
* | | tty: add more tty_port fields | Alan Cox | 2008-07-21 | 1 | -9/+7 |
* | | synclink: use tty_port | Alan Cox | 2008-07-21 | 1 | -104/+97 |
* | | tty: Ldisc revamp | Alan Cox | 2008-07-21 | 1 | -2/+2 |
|/ |
|
* | drivers/char/synclink_gt.c: don't return an uninitialised local | Andrew Morton | 2008-05-13 | 1 | -1/+1 |
* | char serial: switch drivers to ioremap_nocache | Alan Cox | 2008-04-30 | 1 | -1/+1 |
* | synclink series: switch to int put_char method | Alan Cox | 2008-04-30 | 1 | -5/+9 |
* | tty/serial: lay the foundations for the next set of reworks | Alan Cox | 2008-04-30 | 1 | -2/+4 |
* | synclink series: Prepare for BKL pushdown | Alan Cox | 2008-04-30 | 1 | -19/+39 |
* | synclink drivers bool conversion | Joe Perches | 2008-04-28 | 1 | -51/+51 |
* | drivers/char: minor irq handler cleanups | Jeff Garzik | 2008-04-21 | 1 | -9/+4 |
* | synclink_gt fix missed serial input signal changes | Paul Fulghum | 2008-02-06 | 1 | -31/+37 |
* | synclink: standardize format of linux header file include's with "<>" | Robert P. J. Day | 2008-02-06 | 1 | -2/+1 |