summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2014-07-14ENGR00322581-05 tty: serial: imx: Revert "tty: serial: imx: set uart to cpu m...Fugang Duan
2014-07-14ENGR00322581-04 serial: imx: fix the software flow controlHuang Shijie
2014-07-14ENGR00322581-03 tty: serial: imx: start rx_dma once RXFIFO is not emptyRobin Gong
2014-07-14ENGR00322581-02 tty: serial: imx: add dma sync for dma tx pathFugang Duan
2014-07-14ENGR00322581-01 tty: serial: imx: use workque to increase tx performanceRobin Gong
2014-07-11ENGR00322379 tty: serial: imx: set uart to cpu mode by defaultFugang Duan
2014-07-04ENGR00321246 tty: serial: imx: fix wakeup fail after suspend for more than 30sFugang Duan
2014-06-27n_tty: Fix n_tty_write crash when echoing in raw modePeter Hurley
2014-06-27drivers/tty/hvc: don't free hvc_console_setup after initTomoki Sekiyama
2014-06-27tty: Set correct tty name in 'active' sysfs attributeHannes Reinecke
2014-06-27tty: n_gsm: Fix for modems with brk in modem status controlLars Poeschel
2014-06-18ENGR00318938-4 serial: imx: add support for no_console_suspendHuang Shijie
2014-06-18ENGR00318938-3 serial: imx: change the wait even to interruptiableHuang Shijie
2014-06-18ENGR00318938-2 serial: imx: terminate the RX DMA when the UART is suspendingHuang Shijie
2014-06-18ENGR00318938-1 serial: imx: add UART save/restore during DSM enter/exitAnson Huang
2014-06-03serial: imx: disable the receiver ready interrupt for imx_stop_rxHuang Shijie
2014-06-03serial: imx: remove the redundant codeHuang Shijie
2014-06-03serial: imx: reset the uart port all the timeHuang Shijie
2014-06-03serial: imx: Disable new features of autobaud detectionFabio Estevam
2014-04-29serial: imx: Remove init() and exit() platform callbacksAlexander Shiyan
2014-04-29serial: imx: Use dev_name() for request_irq() to distinguish UARTsAlexander Shiyan
2014-04-29serial: imx: Use devm_ioremap_resource()Alexander Shiyan
2014-04-16serial: imx: always wake up the processes in the TX callbackHuang Shijie
2014-04-16ENGR00211653 [MX6Q ARD] IMX UART add support for loopback mode.Israel Perez
2014-04-16Revert "serial: i.MX: evaluate linux,stdout-path property"Greg Kroah-Hartman
2014-04-16serial: imx: optimization: remove the workqueues for DMAgregkh@linuxfoundation.org
2014-04-16serial: imx: use the dmaengine_tx_statusHuang Shijie
2014-04-16serial: imx: fix the wrong number of scatterlist entries when xmit->head is 0Huang Shijie
2014-04-16serial: imx: check the DMA for imx_tx_emptyHuang Shijie
2014-04-16serial: imx: implement the flush_buffer hookHuang Shijie
2014-04-16serial: imx: Change cast to handle 64-bit resource_size_tOlof Johansson
2014-04-16serial: imx: Use NULL as the last argument of add_preferred_console()Fabio Estevam
2014-04-16serial: imx: initialize the local variablegregkh@linuxfoundation.org
2014-04-16serial: i.MX: evaluate linux,stdout-path propertySascha Hauer
2014-04-16serial: use dev_get_platdata()Jingoo Han
2014-04-16serial: imx: add DMA support for imx6qHuang Shijie
2014-04-16drivers/tty/serial: don't use devm_pinctrl_get_select_default() in probeWolfram Sang
2014-04-16serial/imx: fix custom-baudrate handlingHubert Feurstein
2014-04-16serial: imx: distinguish the imx6q uart from the othersHuang Shijie
2014-04-16serial: imx: remove the uart_console() checkHuang Shijie
2014-04-16serial: remove unnecessary platform_set_drvdata()Jingoo Han
2014-04-16serial: imx: Fix serial clock unbalanceFabio Estevam
2014-04-16serial: imx: enable the clocks for consoleHuang Shijie
2014-04-16serial: imx: Fix warning when !CONFIG_SERIAL_IMX_CONSOLEFabio Estevam
2014-04-16serial: imx: enable the clocks only when the uart is usedHuang Shijie
2014-04-16serial: imx: add support for DTE modeHuang Shijie
2014-04-16serial: imx: Add Rx Fifo overrun error messageAlexander Stein
2014-04-16serial: Move "uart_console" def to core header file.Sourav Poddar
2014-04-16serial: fsl_lpuart: restore UARTCR2 after watermark setup is doneShawn Guo
2014-04-16tty: serial: add Freescale lpuart driver supportJingchang Lu