summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
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-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
2012-10-31serial/arc-uart: Add new driverVineet Gupta3-0/+770
2012-10-31uart: add other serial core layer get attributesAlan Cox1-0/+145
2012-10-31uart: tidy the uart_get_info APIAlan Cox1-14/+15
2012-10-31uart: update the sysfs handler to use uart_get_infoAlan Cox1-5/+5
2012-10-31serial: 8250_pci: use module_pci_driver to simplify the codeWei Yongjun1-12/+1
2012-10-31serial: jsm: Convert jsm_printk to jsm_dbgJoe Perches4-109/+120
2012-10-29Merge 3.7-rc3 into tty-nextGreg Kroah-Hartman1-6/+6
2012-10-25of serial port driver - add clk_get_rate() supportMurali Karicheri1-6/+26
2012-10-25serial: ifx6x60: del_timer_sync must not be called in interrupt context.Jun Chen1-1/+1
2012-10-25serial: ifx6x60: add_timer is not safe in the mrdy_assert functionJun Chen1-3/+1
2012-10-25serial: ifx6x60: different SPI word width configure requires different swap p...chao bi2-10/+61
2012-10-25serial/amba-pl011: use devm_* managed resourcesLinus Walleij1-16/+9
2012-10-25serial: omap: Remove the hardcode serial_omap_console_ports array.Shubhrajyoti D1-1/+1
2012-10-25serial: omap: Remove the default setting of special characterShubhrajyoti D1-5/+1
2012-10-25serial: omap: Make context_loss_cnt signedShubhrajyoti D1-4/+8
2012-10-24Revert "serial: omap: fix software flow control"Felipe Balbi1-6/+6
2012-10-24serial: clps711x: Cleanup driverAlexander Shiyan1-59/+46
2012-10-24serial: clps711x: Fix TERMIOS-flags handlingAlexander Shiyan1-24/+12
2012-10-24serial: clps711x: Disable "break"-state before port startupAlexander Shiyan1-22/+7
2012-10-24serial: clps711x: Using resource-managed functionsAlexander Shiyan1-22/+17
2012-10-24serial: clps711x: Check for valid TTY in RX-interruptAlexander Shiyan1-30/+29
2012-10-24serial: clps711x: Fix break control handlingAlexander Shiyan1-1/+3