Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | dt/serial: Eliminate users of of_platform_{,un}register_driver | Grant Likely | 2011-02-28 | 9 | -46/+42 | |
| | * | | | | | | | | | dt: uartlite: merge platform and of_platform driver bindings | Grant Likely | 2011-02-28 | 1 | -79/+24 | |
| | | |_|_|_|_|/ / / | | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 2011-03-16 | 9 | -10/+0 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | drivers: remove extraneous includes of smp_lock.h | Arnd Bergmann | 2011-03-02 | 9 | -10/+0 | |
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2011-03-16 | 63 | -435/+46082 | |
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
| | * | | | | | | | | pch_uart: reference clock on CM-iTC | Denis Turischev | 2011-03-14 | 1 | -2/+7 | |
| | * | | | | | | | | n_gsm: fix UIH control byte : P bit should be 0 | Eric Bénard | 2011-03-09 | 1 | -2/+1 | |
| | * | | | | | | | | serial: msm_serial_hs: Add MSM high speed UART driver | Mayank Rana | 2011-03-07 | 3 | -0/+1893 | |
| | * | | | | | | | | tty_audit: fix tty_audit_add_data live lock on audit disabled | Xiaotian Feng | 2011-03-07 | 1 | -1/+3 | |
| | * | | | | | | | | nozomi: don't use flush_scheduled_work() | Tejun Heo | 2011-02-25 | 1 | -2/+0 | |
| | * | | | | | | | | tty/serial: Relax the device_type restriction from of_serial | Grant Likely | 2011-02-25 | 1 | -9/+9 | |
| | * | | | | | | | | Merge 2.6.38-rc6 into tty-next | Greg Kroah-Hartman | 2011-02-24 | 9 | -1865/+39 | |
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | ||||||
| | * | | | | | | | | pch_uart: Fix DMA channel miss-setting issue. | Tomoya MORINAGA | 2011-02-22 | 1 | -12/+47 | |
| | * | | | | | | | | pch_uart: fix exclusive access issue | Tomoya MORINAGA | 2011-02-22 | 1 | -2/+9 | |
| | * | | | | | | | | pch_uart: fix auto flow control miss-setting issue | Tomoya MORINAGA | 2011-02-22 | 1 | -6/+13 | |
| | * | | | | | | | | pch_uart: fix uart clock setting issue | Tomoya MORINAGA | 2011-02-22 | 1 | -1/+6 | |
| | * | | | | | | | | pch_uart : Use dev_xxx not pr_xxx | Tomoya MORINAGA | 2011-02-22 | 1 | -28/+49 | |
| | * | | | | | | | | pch_uart : Reduce memcpy | Tomoya MORINAGA | 2011-02-22 | 1 | -8/+5 | |
| | * | | | | | | | | pch_uart: add spin_lock_init | Tomoya MORINAGA | 2011-02-22 | 1 | -0/+2 | |
| | * | | | | | | | | pch_uart: add multi-scatter processing | Tomoya MORINAGA | 2011-02-22 | 1 | -28/+89 | |
| | * | | | | | | | | tty: move ipwireless driver from drivers/char/pcmcia/ to drivers/tty/ | Greg Kroah-Hartman | 2011-02-22 | 11 | -0/+3634 | |
| | * | | | | | | | | tty: move a number of tty drivers from drivers/char/ to drivers/tty/ | Greg Kroah-Hartman | 2011-02-22 | 17 | -0/+39364 | |
| | * | | | | | | | | tty: serial: altera_jtaguart: Fixup type usage of port flags | Tobias Klauser | 2011-02-22 | 1 | -1/+1 | |
| | * | | | | | | | | tty: serial: altera_jtaguart: Support getting mapbase and IRQ from resources | Tobias Klauser | 2011-02-22 | 1 | -19/+42 | |
| | * | | | | | | | | tty: serial: altera_jtaguart: Remove unused function early_altera_jtaguart_setup | Tobias Klauser | 2011-02-22 | 1 | -22/+0 | |
| | * | | | | | | | | tty: serial: altera_jtaguart: Don't use plain integer as NULL pointer | Tobias Klauser | 2011-02-22 | 1 | -1/+1 | |
| | * | | | | | | | | serial: mfd: add a module parameter for setting each port's working mode | Feng Tang | 2011-02-22 | 1 | -0/+11 | |
| | * | | | | | | | | serial: mfd: remove the TX full-empty interrupts workaround | Feng Tang | 2011-02-22 | 1 | -21/+5 | |
| | * | | | | | | | | tty: move Kconfig entries into drivers/tty from drivers/char | Greg Kroah-Hartman | 2011-02-22 | 2 | -0/+255 | |
| | * | | | | | | | | tty: add TIOCVHANGUP to allow clean tty shutdown of all ttys | Kay Sievers | 2011-02-17 | 1 | -0/+5 | |
| | * | | | | | | | | tty: add a helper for setting termios data from kernel side | Alan Cox | 2011-02-17 | 1 | -5/+9 | |
| | * | | | | | | | | tty: now phase out the ioctl file pointer for good | Alan Cox | 2011-02-17 | 8 | -13/+13 | |
| | * | | | | | | | | tiocmset: kill the file pointer argument | Alan Cox | 2011-02-17 | 7 | -16/+11 | |
| | * | | | | | | | | tiocmget: kill off the passing of the struct file | Alan Cox | 2011-02-17 | 7 | -12/+10 | |
| | * | | | | | | | | tty: serial: altera_uart: Use port->regshift to store bus shift | Tobias Klauser | 2011-02-17 | 1 | -7/+7 | |
| | * | | | | | | | | tty: serial: altera_uart: Handle pdev->id == -1 in altera_uart_remove | Tobias Klauser | 2011-02-17 | 1 | -1/+7 | |
| | * | | | | | | | | tty,vt: fix VT_SETACTIVATE console switch | Jiri Olsa | 2011-02-17 | 1 | -1/+2 | |
| | * | | | | | | | | atmel_serial: enable PPS support | Viktar Palstsiuk | 2011-02-17 | 1 | -0/+16 | |
| | * | | | | | | | | tty: Add msm_smd_tty driver | Niranjana Vishwanathapura | 2011-02-17 | 3 | -0/+246 | |
| | * | | | | | | | | serial: change the divisor latch only when prescalar actually changed | Yin Kangkai | 2011-02-17 | 1 | -12/+20 | |
| | * | | | | | | | | serial: also set the uartclk value in resume after goes to highspeed | Yin Kangkai | 2011-02-17 | 1 | -0/+1 | |
| | * | | | | | | | | serial: ifx6x60: minor cleanup | Russ Gorby | 2011-02-17 | 2 | -6/+4 | |
| | * | | | | | | | | serial: ifx6x60: probe routine needs to call spi_setup | Russ Gorby | 2011-02-17 | 1 | -0/+9 | |
| | * | | | | | | | | serial: ifx6x60: set SPI max_speed_hz based on platform type | Russ Gorby | 2011-02-17 | 1 | -1/+2 | |
| | * | | | | | | | | serial: ifx6x60: changed internal bpw from boolean to int | Russ Gorby | 2011-02-17 | 1 | -2/+2 | |
| | * | | | | | | | | serial: ifx6x60: dma_alloc_coherent must use parent dev | Russ Gorby | 2011-02-17 | 1 | -2/+2 | |
| | * | | | | | | | | serial: ifx6x60: fixed call to tty_port_init | Russ Gorby | 2011-02-17 | 1 | -1/+1 | |
| | * | | | | | | | | tty,vcs removing con_buf/conf_buf_mtx | Jiri Olsa | 2011-02-17 | 2 | -58/+52 | |
| | * | | | | | | | | tty,vcs: lseek/VC-release race fix | Jiri Olsa | 2011-02-17 | 1 | -0/+18 | |
| | * | | | | | | | | TTY: use appropriate printk priority level | Mandeep Singh Baines | 2011-02-17 | 1 | -7/+8 |