summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/imx.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-07serial: imx: add imx_poll_init()Daniel Thompson1-0/+36
2014-11-07serial: imx: clean up imx_poll_put_char()Daniel Thompson1-19/+5
2014-11-06serial: imx: Remove unneeded registration messageFabio Estevam1-4/+1
2014-11-06serial: imx: Remove unneeded OOM error messageFabio Estevam1-1/+0
2014-11-06serial: imx: Remove unneeded goto labelFabio Estevam1-5/+2
2014-11-06serial: imx: Fix the reporting of interruptsFabio Estevam1-48/+30
2014-09-29serial: imx: change the wait even to interruptiableHuang Shijie1-1/+10
2014-09-29serial: imx: terminate the RX DMA when the UART is suspendingHuang Shijie1-6/+8
2014-09-29serial: imx: fix throttle/unthrottle callbacks for hardware assisted flow con...Fugang Duan1-4/+2
2014-09-09serial: imx: clean up imx_poll_get_char()Dirk Behme1-25/+4
2014-09-09serial: imx: Fix x_char handling and tx flow controlPeter Hurley1-23/+16
2014-07-12serial: imx: Fix build breakagePeter Hurley1-1/+1
2014-07-11serial: Test for no tx data on tx restartPeter Hurley1-0/+3
2014-05-30Revert "serial: imx: remove the DMA wait queue"Greg Kroah-Hartman1-14/+28
2014-05-28serial: imx: disable the receiver ready interrupt for imx_stop_rxHuang Shijie1-0/+4
2014-05-28serial: imx: remove the DMA wait queueHuang Shijie1-28/+14
2014-05-28serial: imx: remove the redundant codeHuang Shijie1-9/+0
2014-05-28serial: imx: reset the uart port all the timeHuang Shijie1-12/+10
2014-05-28serial: imx: Disable new features of autobaud detectionFabio Estevam1-2/+2
2014-03-01serial: imx: Remove init() and exit() platform callbacksAlexander Shiyan1-25/+2
2014-03-01serial: imx: Use dev_name() for request_irq() to distinguish UARTsAlexander Shiyan1-4/+4
2014-03-01serial: imx: Use devm_ioremap_resource()Alexander Shiyan1-40/+4
2014-02-13serial: imx: always wake up the processes in the TX callbackHuang Shijie1-2/+1
2013-12-09serial: imx: add support for loopback mode.Huang Shijie1-0/+8
2013-11-07Merge tag 'tty-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-49/+33
2013-10-17serial: imx: optimization: remove the workqueues for DMAHuang Shijie1-44/+10
2013-10-17serial: imx: use the dmaengine_tx_statusHuang Shijie1-2/+2
2013-10-17serial: imx: fix the wrong number of scatterlist entries when xmit->head is 0Huang Shijie1-1/+1
2013-10-17serial: imx: check the DMA for imx_tx_emptyHuang Shijie1-1/+8
2013-10-17serial: imx: implement the flush_buffer hookHuang Shijie1-0/+11
2013-10-08Revert "serial: i.MX: evaluate linux,stdout-path property"Greg Kroah-Hartman1-3/+0
2013-09-27serial: imx: Change cast to handle 64-bit resource_size_tOlof Johansson1-1/+1
2013-09-27serial: imx: Use NULL as the last argument of add_preferred_console()Fabio Estevam1-1/+2
2013-08-31serial: imx: initialize the local variableHuang Shijie1-1/+1
2013-08-12serial: i.MX: evaluate linux,stdout-path propertySascha Hauer1-0/+3
2013-08-01serial: use dev_get_platdata()Jingoo Han1-5/+5
2013-07-27serial: imx: add DMA support for imx6qHuang Shijie1-5/+400
2013-07-27serial/imx: fix custom-baudrate handlingHubert Feurstein1-0/+5
2013-07-27serial: imx: distinguish the imx6q uart from the othersHuang Shijie1-2/+15
2013-07-27serial: imx: remove the uart_console() checkHuang Shijie1-26/+43
2013-07-27serial: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-07-25drivers/tty/serial: don't use devm_pinctrl_get_select_default() in probeWolfram Sang1-9/+0
2013-06-17serial: imx: Fix serial clock unbalanceFabio Estevam1-2/+4
2013-06-09serial: imx: enable the clocks for consoleHuang Shijie1-9/+14
2013-06-09Merge 3.10-rc5 into tty-nextGreg Kroah-Hartman1-0/+2
2013-06-07serial: imx: Fix warning when !CONFIG_SERIAL_IMX_CONSOLEFabio Estevam1-0/+2
2013-06-07serial: imx: enable the clocks only when the uart is usedHuang Shijie1-3/+14
2013-06-04serial: imx: add support for DTE modeHuang Shijie1-0/+6
2013-06-03serial/imx: disable hardware flow control at startupLucas Stach1-0/+2
2013-05-20serial: imx: Add Rx Fifo overrun error messageAlexander Stein1-0/+15