summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | SERIAL: omap: fix set_mctrl() breakageRussell King2012-11-041-3/+5
| * | | | | | SERIAL: omap: no need to re-read EFRRussell King2012-11-041-2/+0
| * | | | | | SERIAL: omap: remove setting of EFR SCD bitRussell King2012-11-041-6/+2
| * | | | | | 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-261-1/+5
| * | | | | | serial: ifx6x60: Add modem power off function in the platform reboot processJun Chen2012-11-261-3/+53
| * | | | | | serial: mxs-auart: unmap the scatter list before we copy the dataHuang Shijie2012-11-261-0/+2
| * | | | | | serial: mxs-auart: disable the Receive Timeout Interrupt when DMA is enabledHuang Shijie2012-11-261-2/+4
| * | | | | | serial: max310x: Setup missing "can_sleep" field for GPIOAlexander Shiyan2012-11-261-0/+1
| * | | | | | tty/serial: fix ifx6x60.c declaration warningRandy Dunlap2012-11-261-1/+2
| * | | | | | serial: samsung: add devicetree properties for non-Exynos SoCsHeiko Stübner2012-11-261-0/+10
| * | | | | | serial: samsung: fix potential soft lockup during uart writeThomas Abraham2012-11-261-4/+12
| * | | | | | tty/8250 Add check for pci_ioremap_bar failureMatt Schulte2012-11-211-0/+2
| * | | | | | tty/8250 Add support for Commtech's Fastcom Async-335 and Fastcom Async-PCIe ...Matt Schulte2012-11-211-0/+163
| * | | | | | tty/8250 Add XR17D15x devices to the exar_handle_irq overrideMatt Schulte2012-11-211-2/+4
| * | | | | | tty/8250: Add sleep capability to XR17D15X portsMatt Schulte2012-11-211-3/+9
| * | | | | | serial: Add initialization of sampling mode and tx/rx triggers to pci_xr17v35...Matt Schulte2012-11-211-0/+4
| * | | | | | serial: Optimization: check for presence of UPF_EXAR_EFR flag before serial_inMatt Schulte2012-11-211-3/+3
| * | | | | | serial: bfin_uart: Don't switch baud rate untill the transfer buffer is empty.Sonic Zhang2012-11-211-0/+9
| * | | | | | Serial: Add support for new devices: Exar's XR17V35x family of multi-port PCI...Matt Schulte2012-11-212-0/+167
| * | | | | | tty: remove use of __devexitBill Pemberton2012-11-2142-52/+52
| * | | | | | tty: remove use of __devinitconstBill Pemberton2012-11-212-2/+2
| * | | | | | tty: remove use of __devinitdataBill Pemberton2012-11-216-6/+6
| * | | | | | tty: remove use of __devinitBill Pemberton2012-11-2147-86/+86
| * | | | | | tty: serial: remove use of __devexit_pBill Pemberton2012-11-2144-70/+70
| * | | | | | Merge 3.7-rc6 into tty-nextGreg Kroah-Hartman2012-11-161-0/+1
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | serial: mxs-auart: add the DMA support for mx28Huang Shijie2012-11-161-5/+317
| * | | | | | serial: mxs-auart: distinguish the different SOCsHuang Shijie2012-11-161-6/+36
| * | | | | | tty/8250_early: Turn serial_in/serial_out into weak symbols.Noam Camus2012-11-161-21/+21
| * | | | | | serial: sh-sci: fix possible race cases on SCSCR register accessesShinya Kuribayashi2012-11-151-0/+6
| * | | | | | serial: sh-sci: add locking to console write function to avoid SMP lockupShinya Kuribayashi2012-11-151-1/+22
| * | | | | | serial: sh-sci: fix common SCIFB regmap definitionTakashi Yoshii2012-11-151-3/+3
| * | | | | | serial: sh-sci: mask SCTFDR/RFDR according to fifosizeTakashi Yoshii2012-11-151-2/+2
| * | | | | | serial: sh-sci: support lower baud rateTakashi Yoshii2012-11-151-11/+8
| * | | | | | serial: sh-sci: fix condition test to set SCBRRTakashi Yoshii2012-11-151-1/+1
| * | | | | | serial: sh-sci: console runtime PM support (revisit)Teppei Kamijou2012-11-151-11/+16
| * | | | | | Partially revert "serial: sh-sci: console Runtime PM support"Shinya Kuribayashi2012-11-151-52/+1
| * | | | | | Revert "sh-sci / PM: Use power.irq_safe"Shinya Kuribayashi2012-11-151-1/+0
| * | | | | | Revert "sh-sci / PM: Avoid deadlocking runtime PM"Shinya Kuribayashi2012-11-151-5/+0
| * | | | | | TTY: call tty_port_destroy in the rest of driversJiri Slaby2012-11-154-1/+14
| * | | | | | tty/serial/ar933x_uart: fix baud rate calculationGabor Juhos2012-11-151-5/+85
| * | | | | | serial: Unneeded ARCH dependencies are removedAlexander Shiyan2012-11-151-12/+12
| * | | | | | serial: mfd: Add nmi_touch_watchdog() into the console write functionFeng Tang2012-11-151-0/+3
| * | | | | | serial: bfin-uart: avoid dead lock in rx irq handler in smp kernelSteven Miao2012-11-151-4/+3
OpenPOWER on IntegriCloud