summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/imx.c
AgeCommit message (Expand)Author
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-25serial: imx: Fix warning when building 'allmodconfig'Fabio Estevam
2014-11-06serial: imx: add imx_poll_init()Daniel Thompson
2014-11-06serial: imx: clean up imx_poll_put_char()Daniel Thompson
2014-11-05serial: imx: Remove unneeded registration messageFabio Estevam
2014-11-05serial: imx: Remove unneeded OOM error messageFabio Estevam
2014-11-05serial: imx: Remove unneeded goto labelFabio Estevam
2014-11-05serial: imx: Fix the reporting of interruptsFabio Estevam
2014-10-20tty: serial: drop owner assignment from platform_driversWolfram Sang
2014-09-28serial: imx: change the wait even to interruptiableHuang Shijie
2014-09-28serial: imx: terminate the RX DMA when the UART is suspendingHuang Shijie
2014-09-28serial: imx: fix throttle/unthrottle callbacks for hardware assisted flow con...Fugang Duan
2014-09-08serial: imx: clean up imx_poll_get_char()Dirk Behme
2014-09-08serial: imx: Fix x_char handling and tx flow controlPeter Hurley
2014-07-11serial: imx: Fix build breakagePeter Hurley
2014-07-10serial: Test for no tx data on tx restartPeter Hurley
2014-05-29Revert "serial: imx: remove the DMA wait queue"Greg Kroah-Hartman
2014-05-28serial: imx: disable the receiver ready interrupt for imx_stop_rxHuang Shijie
2014-05-28serial: imx: remove the DMA wait queueHuang Shijie
2014-05-28serial: imx: remove the redundant codeHuang Shijie
2014-05-28serial: imx: reset the uart port all the timeHuang Shijie
2014-05-28serial: imx: Disable new features of autobaud detectionFabio Estevam
2014-02-28serial: imx: Remove init() and exit() platform callbacksAlexander Shiyan
2014-02-28serial: imx: Use dev_name() for request_irq() to distinguish UARTsAlexander Shiyan
2014-02-28serial: imx: Use devm_ioremap_resource()Alexander Shiyan
2014-02-13serial: imx: always wake up the processes in the TX callbackHuang Shijie
2013-12-08serial: imx: add support for loopback mode.Huang Shijie
2013-11-07Merge tag 'tty-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2013-10-16serial: imx: optimization: remove the workqueues for DMAHuang Shijie
2013-10-16serial: imx: use the dmaengine_tx_statusHuang Shijie
2013-10-16serial: imx: fix the wrong number of scatterlist entries when xmit->head is 0Huang Shijie
2013-10-16serial: imx: check the DMA for imx_tx_emptyHuang Shijie
2013-10-16serial: imx: implement the flush_buffer hookHuang Shijie
2013-10-07Revert "serial: i.MX: evaluate linux,stdout-path property"Greg Kroah-Hartman
2013-09-26serial: imx: Change cast to handle 64-bit resource_size_tOlof Johansson
2013-09-26serial: imx: Use NULL as the last argument of add_preferred_console()Fabio Estevam
2013-08-30serial: imx: initialize the local variableHuang Shijie
2013-08-12serial: i.MX: evaluate linux,stdout-path propertySascha Hauer
2013-07-31serial: use dev_get_platdata()Jingoo Han
2013-07-26serial: imx: add DMA support for imx6qHuang Shijie
2013-07-26serial/imx: fix custom-baudrate handlingHubert Feurstein
2013-07-26serial: imx: distinguish the imx6q uart from the othersHuang Shijie
2013-07-26serial: imx: remove the uart_console() checkHuang Shijie
2013-07-26serial: remove unnecessary platform_set_drvdata()Jingoo Han
2013-07-24drivers/tty/serial: don't use devm_pinctrl_get_select_default() in probeWolfram Sang
2013-06-17serial: imx: Fix serial clock unbalanceFabio Estevam
2013-06-08serial: imx: enable the clocks for consoleHuang Shijie
2013-06-08Merge 3.10-rc5 into tty-nextGreg Kroah-Hartman
2013-06-06serial: imx: Fix warning when !CONFIG_SERIAL_IMX_CONSOLEFabio Estevam
2013-06-06serial: imx: enable the clocks only when the uart is usedHuang Shijie