summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2012-12-12Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds66-892/+2791
2012-12-11Merge tag 'pinctrl-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+8
2012-11-27drivers/tty/serial/serial_core.c: clean up HIGH_BITS_OFFSET usageAndrew Morton1-1/+5
2012-11-27serial: ifx6x60: Add modem power off function in the platform reboot processJun Chen1-3/+53
2012-11-27serial: mxs-auart: unmap the scatter list before we copy the dataHuang Shijie1-0/+2
2012-11-27serial: mxs-auart: disable the Receive Timeout Interrupt when DMA is enabledHuang Shijie1-2/+4
2012-11-27serial: max310x: Setup missing "can_sleep" field for GPIOAlexander Shiyan1-0/+1
2012-11-27tty/serial: fix ifx6x60.c declaration warningRandy Dunlap1-1/+2
2012-11-27serial: samsung: add devicetree properties for non-Exynos SoCsHeiko Stübner1-0/+10
2012-11-27serial: samsung: fix potential soft lockup during uart writeThomas Abraham1-4/+12
2012-11-22tty/8250 Add check for pci_ioremap_bar failureMatt Schulte1-0/+2
2012-11-22tty/8250 Add support for Commtech's Fastcom Async-335 and Fastcom Async-PCIe ...Matt Schulte1-0/+163
2012-11-22tty/8250 Add XR17D15x devices to the exar_handle_irq overrideMatt Schulte1-2/+4
2012-11-22tty/8250: Add sleep capability to XR17D15X portsMatt Schulte1-3/+9
2012-11-22serial: Add initialization of sampling mode and tx/rx triggers to pci_xr17v35...Matt Schulte1-0/+4
2012-11-22serial: Optimization: check for presence of UPF_EXAR_EFR flag before serial_inMatt Schulte1-3/+3
2012-11-22serial: bfin_uart: Don't switch baud rate untill the transfer buffer is empty.Sonic Zhang1-0/+9
2012-11-22Serial: Add support for new devices: Exar's XR17V35x family of multi-port PCI...Matt Schulte2-0/+167
2012-11-22tty: remove use of __devexitBill Pemberton42-52/+52
2012-11-22tty: remove use of __devinitconstBill Pemberton2-2/+2
2012-11-22tty: remove use of __devinitdataBill Pemberton6-6/+6
2012-11-22tty: remove use of __devinitBill Pemberton47-86/+86
2012-11-22tty: serial: remove use of __devexit_pBill Pemberton44-70/+70
2012-11-17Merge 3.7-rc6 into tty-nextGreg Kroah-Hartman1-0/+1
2012-11-16serial: mxs-auart: add the DMA support for mx28Huang Shijie1-5/+317
2012-11-16serial: mxs-auart: distinguish the different SOCsHuang Shijie1-6/+36
2012-11-16tty/8250_early: Turn serial_in/serial_out into weak symbols.Noam Camus1-21/+21
2012-11-16serial: sh-sci: fix possible race cases on SCSCR register accessesShinya Kuribayashi1-0/+6
2012-11-16serial: sh-sci: add locking to console write function to avoid SMP lockupShinya Kuribayashi1-1/+22
2012-11-16serial: sh-sci: fix common SCIFB regmap definitionTakashi Yoshii1-3/+3
2012-11-16serial: sh-sci: mask SCTFDR/RFDR according to fifosizeTakashi Yoshii1-2/+2
2012-11-16serial: sh-sci: support lower baud rateTakashi Yoshii1-11/+8
2012-11-16serial: sh-sci: fix condition test to set SCBRRTakashi Yoshii1-1/+1
2012-11-16serial: sh-sci: console runtime PM support (revisit)Teppei Kamijou1-11/+16
2012-11-16Partially revert "serial: sh-sci: console Runtime PM support"Shinya Kuribayashi1-52/+1
2012-11-16Revert "sh-sci / PM: Use power.irq_safe"Shinya Kuribayashi1-1/+0
2012-11-16Revert "sh-sci / PM: Avoid deadlocking runtime PM"Shinya Kuribayashi1-5/+0
2012-11-16TTY: call tty_port_destroy in the rest of driversJiri Slaby4-1/+14
2012-11-16tty/serial/ar933x_uart: fix baud rate calculationGabor Juhos1-5/+85
2012-11-16serial: Unneeded ARCH dependencies are removedAlexander Shiyan1-12/+12
2012-11-16serial: mfd: Add nmi_touch_watchdog() into the console write functionFeng Tang1-0/+3
2012-11-16serial: bfin-uart: avoid dead lock in rx irq handler in smp kernelSteven Miao1-4/+3
2012-11-16serial: cast before shifting on port ioAlan Cox1-1/+1
2012-11-16serial: xilinx_uartps: kill CONFIG_OF conditionalJosh Cartwright2-9/+1
2012-11-16serial: ifx6x60: ifx_spi_write don't need to do mrdy_assert when fifo is not ...Jun Chen1-3/+10
2012-11-16serial:ifx6x60:SPI header is decoded incorrectlychao bi1-2/+2
2012-11-15tty: serial: max310x: Add terminating entry for spi_device_id tableAxel Lin1-0/+1
2012-11-11Merge branch 'at91' into develLinus Walleij1-0/+8
2012-11-01tty: of_serial: fix return value check in of_platform_serial_setup()Wei Yongjun1-2/+2
2012-11-01serial:ifx6x60:Prevent data transfer when IFX6x60 port is shutdownchao bi2-1/+11