Age | Commit message (Expand) | Author | Files | Lines |
2012-09-27 | tty/serial/core: Introduce poll_init callback | Anton Vorontsov | 1 | -0/+17 |
2012-09-21 | serial_core: Fix race in uart_handle_dcd_change | Alan Cox | 1 | -4/+7 |
2012-09-07 | tty_register_device_attr updated for tty-next | Tomas Hlavacek | 1 | -4/+4 |
2012-09-06 | tty: uartclk value from serial_core exposed to sysfs | Tomas Hlavacek | 1 | -2/+32 |
2012-09-06 | serial_core: fix sizeof(pointer) | Fengguang Wu | 1 | -1/+1 |
2012-09-06 | serial: add a new helper function | Huang Shijie | 1 | -2/+2 |
2012-09-06 | tty: Split the serial_core helpers for setserial into two | Alan Cox | 1 | -71/+87 |
2012-08-14 | TTY: use tty_port_register_device | Jiri Slaby | 1 | -1/+2 |
2012-07-17 | tty: move the termios object into the tty | Alan Cox | 1 | -14/+14 |
2012-06-13 | serial_core: Update buffer overrun statistics. | Corbin | 1 | -2/+4 |
2012-05-15 | Revert "serial_core: Update buffer overrun statistics." | Greg Kroah-Hartman | 1 | -4/+2 |
2012-05-14 | tty: Allow uart_register/unregister/register | Alan Cox | 1 | -0/+1 |
2012-05-10 | serial_core: Update buffer overrun statistics. | Corbin Atkinson | 1 | -2/+4 |
2012-03-08 | TTY: remove re-assignments to tty_driver members | Jiri Slaby | 1 | -1/+0 |
2012-01-25 | serial: Fix wakeup init logic to speed up startup | Simon Glass | 1 | -3/+3 |
2012-01-05 | serial: use DIV_ROUND_CLOSEST instead of open coding it | Uwe Kleine-König | 1 | -1/+1 |
2011-11-16 | TTY: serial, extract uart_port_startup | Jiri Slaby | 1 | -15/+28 |
2011-11-16 | TTY: serial, fill uart_port_shutdown | Jiri Slaby | 1 | -18/+24 |
2011-11-16 | TTY: serial, define uart_port_activate/shutdown | Jiri Slaby | 1 | -0/+11 |
2011-11-16 | TTY: serial, inline uart_get | Jiri Slaby | 1 | -44/+22 |
2011-11-16 | TTY: serial, do not touch tty->alt_speed | Jiri Slaby | 1 | -3/+1 |
2011-11-16 | TTY: serial, document few functions | Jiri Slaby | 1 | -0/+20 |
2011-11-16 | TTY: serial, use tty_port_close_start helper | Jiri Slaby | 1 | -39/+1 |
2011-11-16 | TTY: serial, switch closing_wait and close_delay to jiffies | Jiri Slaby | 1 | -9/+10 |
2011-11-16 | TTY: serial, cleanup include file | Jiri Slaby | 1 | -0/+82 |
2011-10-26 | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -51/+21 |
2011-10-20 | TTY: serial_core: Fix crash if DCD drop during suspend | Doug Anderson | 1 | -0/+7 |
2011-09-23 | serial-core: power up uart port early before we do set_termios when resuming | Ning Jiang | 1 | -0/+2 |
2011-09-23 | TTY: serial: Move mutex_unlock in uart_close function | Nobuhiro Iwamatsu | 1 | -3/+2 |
2011-08-25 | TTY: use tty_wait_until_sent_from_close in other drivers | Jiri Slaby | 1 | -1/+2 |
2011-08-25 | TTY: serial, move locking in uart_close | Jiri Slaby | 1 | -1/+1 |
2011-08-25 | TTY: serial, use ASYNCB_CLOSING in uart_close | Jiri Slaby | 1 | -0/+3 |
2011-08-23 | tty: serial8250: remove UPIO_DWAPB{,32} | Jamie Iles | 1 | -4/+0 |
2011-08-23 | TTY: remove tty_locked | Jiri Slaby | 1 | -4/+0 |
2011-08-23 | TTY: serial, remove tasklet for tty_wakeup | Jiri Slaby | 1 | -19/+1 |
2011-08-23 | TTY: serial, remove BTM from wait_until_sent | Jiri Slaby | 1 | -23/+7 |
2011-08-23 | TTY: serial, document ignoring of uart->ops->startup error | Jiri Slaby | 1 | -0/+5 |
2011-04-26 | TTY: serial_core, remove superfluous set_task_state | Jiri Slaby | 1 | -1/+0 |
2011-04-26 | TTY: serial_core, remove invalid test | Jiri Slaby | 1 | -9/+0 |
2011-04-20 | Serial: Remove unused code. | Govindraj.R | 1 | -11/+0 |
2011-04-20 | tty: remove invalid location line in file header | Jovi Zhang | 1 | -2/+0 |
2011-04-20 | serial: core, remove uart_update_termios | Jiri Slaby | 1 | -24/+1 |
2011-04-20 | serial: core, do not set DTR/RTS twice on startup | Jiri Slaby | 1 | -14/+0 |
2011-04-20 | serial: core, move termios handling to uart_startup | Jiri Slaby | 1 | -15/+9 |
2011-04-20 | TTY: serial_core, remove unused variable | Jiri Slaby | 1 | -4/+0 |
2011-02-17 | tty: now phase out the ioctl file pointer for good | Alan Cox | 1 | -2/+2 |
2011-02-17 | tiocmset: kill the file pointer argument | Alan Cox | 1 | -4/+2 |
2011-02-17 | tiocmget: kill off the passing of the struct file | Alan Cox | 1 | -4/+2 |
2011-02-04 | serial-core: reset the console speed on resume | Yin Kangkai | 1 | -3/+3 |
2011-01-13 | tty: move drivers/serial/ to drivers/tty/serial/ | Greg Kroah-Hartman | 1 | -0/+2578 |