summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'remove' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-03-173-706/+0Star
|\
| * ARM: lh7a40x: remove unmaintained platform supportRussell King2011-01-243-706/+0Star
* | Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-03-1712-131/+126Star
|\ \
| * | tty: serial: altera_jtaguart: Add device tree supportTobias Klauser2011-03-011-2/+13
| * | tty: serial: altera_uart: Add devicetree supportTobias Klauser2011-03-011-4/+47
| * | dt/serial: Eliminate users of of_platform_{,un}register_driverGrant Likely2011-02-289-46/+42Star
| * | dt: uartlite: merge platform and of_platform driver bindingsGrant Likely2011-02-281-79/+24Star
* | | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-03-1621-304/+2571
|\ \ \
| * | | pch_uart: reference clock on CM-iTCDenis Turischev2011-03-151-2/+7
| * | | serial: msm_serial_hs: Add MSM high speed UART driverMayank Rana2011-03-073-0/+1893
| * | | tty/serial: Relax the device_type restriction from of_serialGrant Likely2011-02-251-9/+9
| * | | Merge 2.6.38-rc6 into tty-nextGreg Kroah-Hartman2011-02-245-25/+22Star
| |\| |
| * | | pch_uart: Fix DMA channel miss-setting issue.Tomoya MORINAGA2011-02-231-12/+47
| * | | pch_uart: fix exclusive access issueTomoya MORINAGA2011-02-231-2/+9
| * | | pch_uart: fix auto flow control miss-setting issueTomoya MORINAGA2011-02-231-6/+13
| * | | pch_uart: fix uart clock setting issueTomoya MORINAGA2011-02-231-1/+6
| * | | pch_uart : Use dev_xxx not pr_xxxTomoya MORINAGA2011-02-231-28/+49
| * | | pch_uart : Reduce memcpyTomoya MORINAGA2011-02-231-8/+5Star
| * | | pch_uart: add spin_lock_initTomoya MORINAGA2011-02-231-0/+2
| * | | pch_uart: add multi-scatter processingTomoya MORINAGA2011-02-231-28/+89
| * | | tty: serial: altera_jtaguart: Fixup type usage of port flagsTobias Klauser2011-02-231-1/+1
| * | | tty: serial: altera_jtaguart: Support getting mapbase and IRQ from resourcesTobias Klauser2011-02-231-19/+42
| * | | tty: serial: altera_jtaguart: Remove unused function early_altera_jtaguart_setupTobias Klauser2011-02-231-22/+0Star
| * | | tty: serial: altera_jtaguart: Don't use plain integer as NULL pointerTobias Klauser2011-02-231-1/+1
| * | | serial: mfd: add a module parameter for setting each port's working modeFeng Tang2011-02-231-0/+11
| * | | serial: mfd: remove the TX full-empty interrupts workaroundFeng Tang2011-02-231-21/+5Star
| * | | tty: now phase out the ioctl file pointer for goodAlan Cox2011-02-174-5/+5
| * | | tiocmset: kill the file pointer argumentAlan Cox2011-02-174-9/+5Star
| * | | tiocmget: kill off the passing of the struct fileAlan Cox2011-02-174-7/+5Star
| * | | 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
| * | | 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/+4Star
| * | | 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
| * | | serial: pch_uart: revert Kconfig for non-DMA modeTomoya MORINAGA2011-02-031-3/+2Star
| * | | serial: pch_uart: support new device ML7213Tomoya MORINAGA2011-02-032-8/+24
| * | | 68328serial: remove unsed m68k_serial->tqueue_hangupTejun Heo2011-02-032-24/+0Star
| * | | serial-core: reset the console speed on resumeYin Kangkai2011-02-031-3/+3
| * | | serial: mrst_max3110: make buffer largerDan Carpenter2011-02-031-1/+1
| * | | serial: omap-serial: Enable the UART wake-up bits alwaysJarkko Nikula2011-02-031-3/+3
| * | | OMAP: Enable Magic SysRq on serial console ttyOxThomas Weber2011-02-031-1/+4
| * | | serial: ifx6x60: expanded info available from platform dataRuss Gorby2011-02-032-17/+20
| * | | serial: mfd: remove the timeout workaround for A0Feng Tang2011-02-031-38/+0Star