summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* pch_uart: Fix DMA channel miss-setting issue.Tomoya MORINAGA2011-02-221-12/+47
* pch_uart: fix exclusive access issueTomoya MORINAGA2011-02-221-2/+9
* pch_uart: fix auto flow control miss-setting issueTomoya MORINAGA2011-02-221-6/+13
* pch_uart: fix uart clock setting issueTomoya MORINAGA2011-02-221-1/+6
* pch_uart : Use dev_xxx not pr_xxxTomoya MORINAGA2011-02-221-28/+49
* pch_uart : Reduce memcpyTomoya MORINAGA2011-02-221-8/+5
* pch_uart: add spin_lock_initTomoya MORINAGA2011-02-221-0/+2
* pch_uart: add multi-scatter processingTomoya MORINAGA2011-02-221-28/+89
* tty: move obsolete and broken generic_serial drivers to drivers/staging/gener...Greg Kroah-Hartman2011-02-2256-50/+60
* tty: move obsolete and broken tty drivers to drivers/staging/tty/Greg Kroah-Hartman2011-02-2232-86/+103
* tty: move ipwireless driver from drivers/char/pcmcia/ to drivers/tty/Greg Kroah-Hartman2011-02-2211-0/+2
* tty: move a number of tty drivers from drivers/char/ to drivers/tty/Greg Kroah-Hartman2011-02-2219-183/+184
* tty: serial: altera_jtaguart: Fixup type usage of port flagsTobias Klauser2011-02-221-1/+1
* tty: serial: altera_jtaguart: Support getting mapbase and IRQ from resourcesTobias Klauser2011-02-221-19/+42
* tty: serial: altera_jtaguart: Remove unused function early_altera_jtaguart_setupTobias Klauser2011-02-221-22/+0
* tty: serial: altera_jtaguart: Don't use plain integer as NULL pointerTobias Klauser2011-02-221-1/+1
* serial: mfd: add a module parameter for setting each port's working modeFeng Tang2011-02-221-0/+11
* serial: mfd: remove the TX full-empty interrupts workaroundFeng Tang2011-02-221-21/+5
* tty: move Kconfig entries into drivers/tty from drivers/charGreg Kroah-Hartman2011-02-223-252/+257
* tty: add TIOCVHANGUP to allow clean tty shutdown of all ttysKay Sievers2011-02-171-0/+5
* hci_ath: Fix the mess in this driverAlan Cox2011-02-171-13/+13
* tty: add a helper for setting termios data from kernel sideAlan Cox2011-02-171-5/+9
* tty: now phase out the ioctl file pointer for goodAlan Cox2011-02-1736-68/+57
* tty: remove filp from the USB tty ioctlsAlan Cox2011-02-1721-29/+28
* tiocmset: kill the file pointer argumentAlan Cox2011-02-1765-123/+114
* tiocmget: kill off the passing of the struct fileAlan Cox2011-02-1764-95/+92
* tty: serial: altera_uart: Use port->regshift to store bus shiftTobias Klauser2011-02-171-7/+7
* tty: serial: altera_uart: Handle pdev->id == -1 in altera_uart_removeTobias Klauser2011-02-171-1/+7
* tty,vt: fix VT_SETACTIVATE console switchJiri Olsa2011-02-171-1/+2
* atmel_serial: enable PPS supportViktar Palstsiuk2011-02-171-0/+16
* tty: Add msm_smd_tty driverNiranjana Vishwanathapura2011-02-173-0/+246
* serial: change the divisor latch only when prescalar actually changedYin Kangkai2011-02-171-12/+20
* serial: also set the uartclk value in resume after goes to highspeedYin Kangkai2011-02-171-0/+1
* serial: ifx6x60: minor cleanupRuss Gorby2011-02-172-6/+4
* serial: ifx6x60: probe routine needs to call spi_setupRuss Gorby2011-02-171-0/+9
* serial: ifx6x60: set SPI max_speed_hz based on platform typeRuss Gorby2011-02-171-1/+2
* serial: ifx6x60: changed internal bpw from boolean to intRuss Gorby2011-02-171-2/+2
* serial: ifx6x60: dma_alloc_coherent must use parent devRuss Gorby2011-02-171-2/+2
* serial: ifx6x60: fixed call to tty_port_initRuss Gorby2011-02-171-1/+1
* tty,vcs removing con_buf/conf_buf_mtxJiri Olsa2011-02-172-58/+52
* tty,vcs: lseek/VC-release race fixJiri Olsa2011-02-171-0/+18
* TTY: use appropriate printk priority levelMandeep Singh Baines2011-02-171-7/+8
* hvc: add Blackfin JTAG console supportMike Frysinger2011-02-173-0/+115
* vt: Add virtual console keyboard mode OFFArthur Taylor2011-02-172-2/+6
* hvc_dcc: Simplify assembly for v6 and v7 ARMStephen Boyd2011-02-031-24/+0
* hvc_dcc: Simplify put_chars()/get_chars() loopsStephen Boyd2011-02-031-8/+4
* hvc_dcc: Fix bad code generation by marking assembly volatileStephen Boyd2011-02-031-6/+5
* serial: pch_uart: revert Kconfig for non-DMA modeTomoya MORINAGA2011-02-031-3/+2
* serial: pch_uart: support new device ML7213Tomoya MORINAGA2011-02-032-8/+24
* 68328serial: remove unsed m68k_serial->tqueue_hangupTejun Heo2011-02-032-24/+0