Age | Commit message (Expand) | Author | Files | Lines |
2011-02-22 | pch_uart: Fix DMA channel miss-setting issue. | Tomoya MORINAGA | 1 | -12/+47 |
2011-02-22 | pch_uart: fix exclusive access issue | Tomoya MORINAGA | 1 | -2/+9 |
2011-02-22 | pch_uart: fix auto flow control miss-setting issue | Tomoya MORINAGA | 1 | -6/+13 |
2011-02-22 | pch_uart: fix uart clock setting issue | Tomoya MORINAGA | 1 | -1/+6 |
2011-02-22 | pch_uart : Use dev_xxx not pr_xxx | Tomoya MORINAGA | 1 | -28/+49 |
2011-02-22 | pch_uart : Reduce memcpy | Tomoya MORINAGA | 1 | -8/+5 |
2011-02-22 | pch_uart: add spin_lock_init | Tomoya MORINAGA | 1 | -0/+2 |
2011-02-22 | pch_uart: add multi-scatter processing | Tomoya MORINAGA | 1 | -28/+89 |
2011-02-22 | tty: move obsolete and broken generic_serial drivers to drivers/staging/gener... | Greg Kroah-Hartman | 56 | -50/+60 |
2011-02-22 | tty: move obsolete and broken tty drivers to drivers/staging/tty/ | Greg Kroah-Hartman | 32 | -86/+103 |
2011-02-22 | tty: move ipwireless driver from drivers/char/pcmcia/ to drivers/tty/ | Greg Kroah-Hartman | 11 | -0/+2 |
2011-02-22 | tty: move a number of tty drivers from drivers/char/ to drivers/tty/ | Greg Kroah-Hartman | 19 | -183/+184 |
2011-02-22 | tty: serial: altera_jtaguart: Fixup type usage of port flags | Tobias Klauser | 1 | -1/+1 |
2011-02-22 | tty: serial: altera_jtaguart: Support getting mapbase and IRQ from resources | Tobias Klauser | 1 | -19/+42 |
2011-02-22 | tty: serial: altera_jtaguart: Remove unused function early_altera_jtaguart_setup | Tobias Klauser | 1 | -22/+0 |
2011-02-22 | tty: serial: altera_jtaguart: Don't use plain integer as NULL pointer | Tobias Klauser | 1 | -1/+1 |
2011-02-22 | serial: mfd: add a module parameter for setting each port's working mode | Feng Tang | 1 | -0/+11 |
2011-02-22 | serial: mfd: remove the TX full-empty interrupts workaround | Feng Tang | 1 | -21/+5 |
2011-02-22 | tty: move Kconfig entries into drivers/tty from drivers/char | Greg Kroah-Hartman | 3 | -252/+257 |
2011-02-17 | tty: add TIOCVHANGUP to allow clean tty shutdown of all ttys | Kay Sievers | 1 | -0/+5 |
2011-02-17 | hci_ath: Fix the mess in this driver | Alan Cox | 1 | -13/+13 |
2011-02-17 | tty: add a helper for setting termios data from kernel side | Alan Cox | 1 | -5/+9 |
2011-02-17 | tty: now phase out the ioctl file pointer for good | Alan Cox | 36 | -68/+57 |
2011-02-17 | tty: remove filp from the USB tty ioctls | Alan Cox | 21 | -29/+28 |
2011-02-17 | tiocmset: kill the file pointer argument | Alan Cox | 65 | -123/+114 |
2011-02-17 | tiocmget: kill off the passing of the struct file | Alan Cox | 64 | -95/+92 |
2011-02-17 | tty: serial: altera_uart: Use port->regshift to store bus shift | Tobias Klauser | 1 | -7/+7 |
2011-02-17 | tty: serial: altera_uart: Handle pdev->id == -1 in altera_uart_remove | Tobias Klauser | 1 | -1/+7 |
2011-02-17 | tty,vt: fix VT_SETACTIVATE console switch | Jiri Olsa | 1 | -1/+2 |
2011-02-17 | atmel_serial: enable PPS support | Viktar Palstsiuk | 1 | -0/+16 |
2011-02-17 | tty: Add msm_smd_tty driver | Niranjana Vishwanathapura | 3 | -0/+246 |
2011-02-17 | serial: change the divisor latch only when prescalar actually changed | Yin Kangkai | 1 | -12/+20 |
2011-02-17 | serial: also set the uartclk value in resume after goes to highspeed | Yin Kangkai | 1 | -0/+1 |
2011-02-17 | serial: ifx6x60: minor cleanup | Russ Gorby | 2 | -6/+4 |
2011-02-17 | serial: ifx6x60: probe routine needs to call spi_setup | Russ Gorby | 1 | -0/+9 |
2011-02-17 | serial: ifx6x60: set SPI max_speed_hz based on platform type | Russ Gorby | 1 | -1/+2 |
2011-02-17 | serial: ifx6x60: changed internal bpw from boolean to int | Russ Gorby | 1 | -2/+2 |
2011-02-17 | serial: ifx6x60: dma_alloc_coherent must use parent dev | Russ Gorby | 1 | -2/+2 |
2011-02-17 | serial: ifx6x60: fixed call to tty_port_init | Russ Gorby | 1 | -1/+1 |
2011-02-17 | tty,vcs removing con_buf/conf_buf_mtx | Jiri Olsa | 2 | -58/+52 |
2011-02-17 | tty,vcs: lseek/VC-release race fix | Jiri Olsa | 1 | -0/+18 |
2011-02-17 | TTY: use appropriate printk priority level | Mandeep Singh Baines | 1 | -7/+8 |
2011-02-17 | hvc: add Blackfin JTAG console support | Mike Frysinger | 3 | -0/+115 |
2011-02-17 | vt: Add virtual console keyboard mode OFF | Arthur Taylor | 2 | -2/+6 |
2011-02-03 | hvc_dcc: Simplify assembly for v6 and v7 ARM | Stephen Boyd | 1 | -24/+0 |
2011-02-03 | hvc_dcc: Simplify put_chars()/get_chars() loops | Stephen Boyd | 1 | -8/+4 |
2011-02-03 | hvc_dcc: Fix bad code generation by marking assembly volatile | Stephen Boyd | 1 | -6/+5 |
2011-02-03 | serial: pch_uart: revert Kconfig for non-DMA mode | Tomoya MORINAGA | 1 | -3/+2 |
2011-02-03 | serial: pch_uart: support new device ML7213 | Tomoya MORINAGA | 2 | -8/+24 |
2011-02-03 | 68328serial: remove unsed m68k_serial->tqueue_hangup | Tejun Heo | 2 | -24/+0 |