| Commit message (Expand) | Author | Age | Files | Lines |
* | serial: imx: ensure UCR3 and UFCR are setup correctly | Uwe Kleine-König | 2017-05-25 | 1 | -2/+12 |
* | imx-serial: Reduce RX DMA startup latency when opening for reading | Peter Senna Tschudin | 2017-04-11 | 1 | -14/+49 |
* | serial: imx: setup DCEDTE early and ensure DCD and RI irqs to be off | Uwe Kleine-König | 2017-04-08 | 1 | -13/+23 |
* | serial: imx: Fix the CTS_B polarity in RS485 mode | Fabio Estevam | 2017-01-31 | 1 | -3/+3 |
* | serial: imx: Fix the RTS GPIO polarity in RS485 mode | Fabio Estevam | 2017-01-31 | 1 | -10/+10 |
* | serial: imx: Allow passing 'rst-gpios' for rs485 mode | Fabio Estevam | 2017-01-12 | 1 | -1/+5 |
* | serial: imx: Fix DCD reading | Sascha Hauer | 2016-09-27 | 1 | -1/+2 |
* | serial: imx: Replace dmaengine old API | Fabien Lahoudere | 2016-09-15 | 1 | -4/+4 |
* | serial: imx: add error messages when .probe fails | Uwe Kleine-König | 2016-09-13 | 1 | -4/+14 |
* | Allowing UART DMA to be configured on i.MX53 | Martyn Welch | 2016-09-02 | 1 | -2/+15 |
* | tty: serial: constify uart_ops structures | Julia Lawall | 2016-09-02 | 1 | -1/+1 |
* | serial: imx-serial - update RX error counters when DMA is used | Nandor Han | 2016-08-31 | 1 | -0/+32 |
* | serial: imx-serial - update UART IMX driver to use cyclic DMA | Nandor Han | 2016-08-31 | 1 | -63/+78 |
* | serial: imx: Use generic uart-has-rtscts DT property | Geert Uytterhoeven | 2016-04-30 | 1 | -1/+2 |
* | serial: imx: implement DSR irq handling for DTE mode | Uwe Kleine-König | 2016-04-30 | 1 | -3/+17 |
* | serial: imx: reorder functions to simplify next patch | Uwe Kleine-König | 2016-04-30 | 1 | -49/+49 |
* | serial: imx: only count 0->1 transitions for RNG | Uwe Kleine-König | 2016-04-30 | 1 | -1/+1 |
* | serial: imx: make sure unhandled irqs are disabled | Uwe Kleine-König | 2016-04-30 | 1 | -1/+22 |
* | serial: imx: let irq handler return IRQ_NONE if no event was handled | Uwe Kleine-König | 2016-04-30 | 1 | -4/+13 |
* | serial: imx: fix polarity of RI | Uwe Kleine-König | 2016-04-30 | 1 | -3/+3 |
* | serial: imx: support RS-485 Rx disable on Tx | Baruch Siach | 2016-04-30 | 1 | -3/+12 |
* | serial: imx: Fix suspend / resume. | Martin Fuzzey | 2016-02-06 | 1 | -1/+4 |
* | serial: imx: implement handshaking using gpios with the mctrl_gpio helper | Uwe Kleine-König | 2015-12-13 | 1 | -20/+69 |
* | serial: imx: reorder functions and simplify a bit | Uwe Kleine-König | 2015-12-13 | 1 | -45/+45 |
* | serial: imx: repair and complete handshaking | Uwe Kleine-König | 2015-12-13 | 1 | -6/+17 |
* | serial: imx: fix a possible NULL dereference | LABBE Corentin | 2015-12-13 | 1 | -5/+2 |
* | Merge 4.3-rc5 into tty-next | Greg Kroah-Hartman | 2015-10-12 | 1 | -6/+14 |
|\ |
|
| * | Revert "serial: imx: remove unbalanced clk_prepare" | Fabio Estevam | 2015-10-04 | 1 | -6/+14 |
* | | serial: imx: also update RX stats in DMA path | Lucas Stach | 2015-10-04 | 1 | -0/+1 |
* | | serial: imx: re-enable DMA support without hardware flow control | Lucas Stach | 2015-10-04 | 1 | -7/+8 |
* | | serial: imx: don't use idle condition detect for DMA transfers | Lucas Stach | 2015-10-04 | 1 | -26/+5 |
* | | serial: imx: configure proper DMA burst sizes | Lucas Stach | 2015-10-04 | 1 | -2/+9 |
* | | serial: imx: always restart DMA if more data is available | Lucas Stach | 2015-10-04 | 1 | -14/+11 |
* | | serial: imx: set up aging timer interrupt as DMA trigger | Lucas Stach | 2015-10-04 | 1 | -9/+22 |
* | | serial: imx: make setup_ufcr more useful | Lucas Stach | 2015-10-04 | 1 | -18/+19 |
* | | serial: imx: add earlycon support | Lucas Stach | 2015-10-04 | 1 | -0/+32 |
|/ |
|
* | serial: imx: save and restore context in the suspend path | Eduardo Valentin | 2015-08-14 | 1 | -21/+37 |
* | serial: imx: allow waking up on RTSD | Eduardo Valentin | 2015-08-14 | 1 | -0/+7 |
* | serial: imx: introduce serial_imx_enable_wakeup() | Eduardo Valentin | 2015-08-14 | 1 | -8/+14 |
* | serial: imx: remove unbalanced clk_prepare | Eduardo Valentin | 2015-08-14 | 1 | -14/+6 |
* | Serial: imx: add dev_pm_ops to support suspend to ram/disk | Shenwei Wang | 2015-08-03 | 1 | -32/+94 |
* | Revert "tty: serial: imx.c: Reset UART before activating interrupts" | Fabio Estevam | 2015-07-27 | 1 | -23/+9 |
* | Merge 4.2-rc4 into tty-next | Greg Kroah-Hartman | 2015-07-27 | 1 | -8/+7 |
|\ |
|
| * | Revert "serial: imx: initialized DMA w/o HW flow enabled" | David Jander | 2015-07-23 | 1 | -8/+7 |
* | | tty: serial: imx.c: Reset UART before activating interrupts | David Jander | 2015-07-23 | 1 | -9/+23 |
* | | serial: imx: reduce irq-latency after rx overflow | Manfred Schlaegl | 2015-07-23 | 1 | -1/+0 |
* | | serial: imx: count tty buffer overruns | Manfred Schlaegl | 2015-07-23 | 1 | -3/+9 |
* | | serial: imx: Disable irqs before requesting them | Fabio Estevam | 2015-07-23 | 1 | -1/+14 |
|/ |
|
* | Merge 4.1-rc7 into tty-next | Greg Kroah-Hartman | 2015-06-08 | 1 | -0/+8 |
|\ |
|
| * | serial: imx: Fix DMA handling for IDLE condition aborts | Philipp Zabel | 2015-05-24 | 1 | -0/+8 |