summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'omap-for-v3.8/fixes-for-merge-window' into omap-for-v3.8/fixes-...Tony Lindgren2012-12-161-2/+1Star
|\
| * ARM: OMAP: Move plat/omap-serial.h to include/linux/platform_data/serial-omap.hTony Lindgren2012-12-141-2/+1Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-133-3/+3
|\ \ | |/ |/|
| * Merge branch 'master' into for-nextJiri Kosina2012-10-2851-2767/+4867
| |\
| * | tty: Fix typo in tty driversMasanari Iida2012-10-253-3/+3
* | | Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-121-1/+2
|\ \ \
| * \ \ Merge branch 'next/cam-samsung' of git://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson2012-11-301-0/+1
| |\ \ \
| * | | | ARM: EXYNOS: add support for EXYNOS5440 SoCKukjin Kim2012-11-221-1/+2
| | |_|/ | |/| |
* | | | Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-121-2/+1Star
|\ \ \ \
| * \ \ \ Merge tag 'for-3.8-at91_header_clean' of git://github.com/at91linux/linux-at9...Arnd Bergmann2012-11-122-7/+7
| |\ \ \ \
| | * | | | arm: at91: move platfarm_data to include/linux/platform_data/atmel.hJean-Christophe PLAGNIOL-VILLARD2012-11-061-1/+1
| | |/ / /
* | | | | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-12-122-19/+1Star
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *---. \ \ \ \ Merge branches 'cache-l2x0', 'fixes', 'hdrs', 'misc', 'mmci', 'vic' and 'warn...Russell King2012-12-118-38/+23Star
| |\ \ \ \ \ \ \ | | | | | |/ / / | | | | |/| / / | | | |_|_|/ / | | |/| | | |
| | | * | | | ARM/AVR32: get rid of serial_at91.hRussell King2012-11-161-18/+0Star
| | | * | | | ARM: move serial_sa1100.h header file to linux/platform_dataRussell King2012-11-161-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'omap-serial' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-12-122-95/+207
|\ \ \ \ \ \
| * | | | | | SERIAL: omap: fix hardware assisted flow controlRussell King2012-11-041-8/+39
| * | | | | | SERIAL: omap: simplify (2)Russell King2012-11-041-9/+0Star
| * | | | | | SERIAL: omap: move xon/xoff setting earlierRussell King2012-11-041-6/+7
| * | | | | | SERIAL: omap: always set TCRRussell King2012-11-041-17/+11Star
| * | | | | | SERIAL: omap: simplifyRussell King2012-11-041-11/+4Star
| * | | | | | SERIAL: omap: don't read back LCR/MCR/EFRRussell King2012-11-041-7/+6Star
| * | | | | | SERIAL: omap: serial_omap_configure_xonxoff() contents into set_termiosRussell King2012-11-041-59/+53Star
| * | | | | | SERIAL: omap: configure xon/xoff before setting modem control linesRussell King2012-11-041-1/+2
| * | | | | | SERIAL: omap: move driver private definitions and structures to driverRussell King2012-11-041-0/+52
| * | | | | | SERIAL: omap: remove 'irq_pending' bitfieldRussell King2012-11-041-1/+0Star
| * | | | | | SERIAL: omap: fix MCR TCRTLR bit handlingRussell King2012-11-041-16/+21
| * | | | | | SERIAL: omap: fix set_mctrl() breakageRussell King2012-11-041-3/+5
| * | | | | | SERIAL: omap: no need to re-read EFRRussell King2012-11-041-2/+0Star
| * | | | | | SERIAL: omap: remove setting of EFR SCD bitRussell King2012-11-041-6/+2Star
| * | | | | | SERIAL: omap: allow hardware assisted IXANY mode to be disabledRussell King2012-11-041-0/+2
| * | | | | | SERIAL: omap: allow hardware assisted rts/cts modes to be disabledRussell King2012-11-041-0/+7
| * | | | | | SERIAL: core: add throttle/unthrottle callbacks for hardware assisted flow co...Russell King2012-11-041-4/+27
| * | | | | | SERIAL: core: add hardware assisted h/w flow control supportRussell King2012-11-041-0/+7
| * | | | | | SERIAL: core: add hardware assisted s/w flow control supportRussell King2012-11-041-2/+14
| * | | | | | SERIAL: core: use local variable uport in uart_set_termios()Russell King2012-11-041-8/+9
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-12-1166-892/+2791
|\ \ \ \ \ \
| * | | | | | drivers/tty/serial/serial_core.c: clean up HIGH_BITS_OFFSET usageAndrew Morton2012-11-271-1/+5
| * | | | | | serial: ifx6x60: Add modem power off function in the platform reboot processJun Chen2012-11-271-3/+53
| * | | | | | serial: mxs-auart: unmap the scatter list before we copy the dataHuang Shijie2012-11-271-0/+2
| * | | | | | serial: mxs-auart: disable the Receive Timeout Interrupt when DMA is enabledHuang Shijie2012-11-271-2/+4
| * | | | | | serial: max310x: Setup missing "can_sleep" field for GPIOAlexander Shiyan2012-11-271-0/+1
| * | | | | | tty/serial: fix ifx6x60.c declaration warningRandy Dunlap2012-11-271-1/+2
| * | | | | | serial: samsung: add devicetree properties for non-Exynos SoCsHeiko Stübner2012-11-271-0/+10
| * | | | | | serial: samsung: fix potential soft lockup during uart writeThomas Abraham2012-11-271-4/+12
| * | | | | | tty/8250 Add check for pci_ioremap_bar failureMatt Schulte2012-11-221-0/+2
| * | | | | | tty/8250 Add support for Commtech's Fastcom Async-335 and Fastcom Async-PCIe ...Matt Schulte2012-11-221-0/+163
| * | | | | | tty/8250 Add XR17D15x devices to the exar_handle_irq overrideMatt Schulte2012-11-221-2/+4
| * | | | | | tty/8250: Add sleep capability to XR17D15X portsMatt Schulte2012-11-221-3/+9
| * | | | | | serial: Add initialization of sampling mode and tx/rx triggers to pci_xr17v35...Matt Schulte2012-11-221-0/+4