Age | Commit message (Expand) | Author | Files | Lines |
2012-05-04 | tty: mxser: local variables should not be exposed globally | H Hartley Sweeten | 1 | -1/+1 |
2012-05-02 | serial8250: Introduce serial8250_register_8250_port() | Magnus Damm | 1 | -32/+59 |
2012-05-02 | serial8250: Clean up default map and dl code | Magnus Damm | 1 | -26/+12 |
2012-05-02 | serial8250: Use dl_read()/dl_write() on RM9K | Magnus Damm | 1 | -33/+29 |
2012-05-02 | serial8250: Use dl_read()/dl_write() on Alchemy | Magnus Damm | 1 | -41/+26 |
2012-05-02 | serial8250: Add dl_read()/dl_write() callbacks | Magnus Damm | 2 | -53/+78 |
2012-05-02 | Merge tag 'tty-3.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -7/+19 |
2012-05-01 | vt: Fix deadlock on scroll-lock | Alan Cox | 1 | -7/+19 |
2012-05-01 | 8250.c: less than 2400 baud fix. | Christian Melki | 1 | -4/+5 |
2012-04-29 | 8250_pci: fix pch uart matching | Arnaud Patard | 1 | -0/+18 |
2012-04-29 | TTY: n_tty, do not dereference user buffer | Jiri Slaby | 1 | -4/+5 |
2012-04-30 | tty/serial/pmac_zilog: Fix "nobody cared" IRQ message | Larry Finger | 1 | -3/+3 |
2012-04-25 | serial i.MX: do not depend on grouped clocks | Sascha Hauer | 1 | -15/+23 |
2012-04-24 | vt: push the tty_lock down into the map handling | Alan Cox | 2 | -52/+96 |
2012-04-23 | Merge 3.4-rc4 into tty-next | Greg Kroah-Hartman | 19 | -880/+652 |
2012-04-19 | drivers/tty/amiserial.c: add missing tty_unlock | Julia Lawall | 1 | -1/+3 |
2012-04-19 | Merge branches 'sh/st-integration' and 'sh/stackprotector' into sh-latest | Paul Mundt | 10 | -53/+48 |
2012-04-18 | serial/8250_pci: fix suspend/resume vs init/exit quirks | Dan Williams | 1 | -0/+6 |
2012-04-18 | serial/8250_pci: Clear FIFOs for Intel ME Serial Over Lan device on BI | Sudhakar Mamillapalli | 3 | -0/+51 |
2012-04-18 | Merge 3.4-rc3 into tty-next | Greg Kroah-Hartman | 10 | -53/+48 |
2012-04-18 | pch_uart: Fix dma channel unallocated issue | Tomoya MORINAGA | 1 | -1/+3 |
2012-04-18 | ARM: clps711x: serial driver hungs are a result of call disable_irq within ISR | Alexander Shiyan | 1 | -6/+8 |
2012-04-18 | tegra, serial8250: add ->handle_break() uart_port op | Dan Williams | 2 | -31/+29 |
2012-04-18 | OMAP2+: UART: Remove cpu checks for populating errata flags | Govindraj.R | 1 | -1/+73 |
2012-04-18 | serial: pl011: implement workaround for CTS clear event issue | Rajanikanth H.V | 1 | -91/+18 |
2012-04-13 | TTY: hvc, fix TTY refcounting | Jiri Slaby | 1 | -5/+0 |
2012-04-12 | Merge tag 'tty-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 10 | -53/+48 |
2012-04-12 | serial: sh-sci: Update break_ctl handling for all SCSPTR-capable regtypes. | Shimoda, Yoshihiro | 1 | -18/+18 |
2012-04-09 | tty: hold lock across tty buffer finding and buffer filling | Xiaobing Tu | 1 | -20/+65 |
2012-04-09 | tty/vt: handle bad user buffer in {G,P}IO_CMAP ioctl | Michael Gehring | 1 | -36/+32 |
2012-04-09 | pch_uart: Fix duplicate memory release issue | Tomoya MORINAGA | 1 | -4/+7 |
2012-04-09 | pch_uart: Fix return value issue | Tomoya MORINAGA | 1 | -0/+5 |
2012-04-09 | pch_uart: delete unused data structure | Tomoya MORINAGA | 1 | -6/+0 |
2012-04-09 | pch_uart: Support modem status interrupt | Tomoya MORINAGA | 1 | -2/+13 |
2012-04-09 | pch_uart: change type to %d to %02x | Tomoya MORINAGA | 1 | -1/+1 |
2012-04-09 | pch_uart: change type to u8 | Tomoya MORINAGA | 1 | -8/+4 |
2012-04-09 | pch_uart: Delete unused structure member | Tomoya MORINAGA | 1 | -2/+0 |
2012-04-09 | TTY: 68328serial, use tty_port_block_til_ready | Jiri Slaby | 1 | -91/+5 |
2012-04-09 | TTY: 68328serial, use tty from tty_port | Jiri Slaby | 1 | -6/+6 |
2012-04-09 | TTY: 68328serial, propagate tty | Jiri Slaby | 1 | -26/+27 |
2012-04-09 | TTY: 68328serial, use flags from tty_port | Jiri Slaby | 1 | -21/+18 |
2012-04-09 | TTY: 68328serial, use close_delay/closing_wait from tty_port | Jiri Slaby | 1 | -15/+11 |
2012-04-09 | TTY: 68328serial, use open/close_wait from tty_port | Jiri Slaby | 1 | -10/+6 |
2012-04-09 | TTY: 68328serial, add tty_port | Jiri Slaby | 1 | -20/+20 |
2012-04-09 | TTY: 68328serial, remove 68328serial.h | Jiri Slaby | 2 | -97/+76 |
2012-04-09 | TTY: 68328serial, use ulong flags for interrupts status | Jiri Slaby | 1 | -2/+4 |
2012-04-09 | TTY: 68328serial, remove garbage | Jiri Slaby | 1 | -19/+0 |
2012-04-09 | TTY: 68328serial, remove unused stuff from m68k_serial | Jiri Slaby | 2 | -48/+4 |
2012-04-09 | TTY: 68328serial, remove serial_state and friends | Jiri Slaby | 2 | -109/+22 |
2012-04-09 | TTY: ipwireless, use tty from tty_port | Jiri Slaby | 1 | -9/+8 |