| Commit message (Expand) | Author | Age | Files | Lines |
* | serial: core: Privatize modem status enable flags | Peter Hurley | 2014-09-24 | 1 | -1/+1 |
* | serial: treewide: Remove empty implementations of enable_ms() | Alexander Shiyan | 2014-07-10 | 1 | -6/+0 |
* | serial: Fix IGNBRK handling | Peter Hurley | 2014-06-19 | 1 | -1/+1 |
* | arch: Mass conversion of smp_mb__*() | Peter Zijlstra | 2014-04-18 | 1 | -2/+2 |
* | tty: serial: mxs-auart: Check the return value from clk_prepare_enable() | Fabio Estevam | 2013-12-09 | 1 | -2/+7 |
* | serial: mxs-auart: set the FIFO size to DMA buffer size | Hector Palacios | 2013-10-06 | 1 | -1/+8 |
* | serial: mxs: remove the MXS_AUART_DMA_CONFIG | Huang Shijie | 2013-08-05 | 1 | -4/+1 |
* | serial: mxs: enable the DMA only when the RTS/CTS is valid | Huang Shijie | 2013-08-05 | 1 | -1/+6 |
* | Merge 3.11-rc4 into tty-next | Greg Kroah-Hartman | 2013-08-04 | 1 | -16/+22 |
|\ |
|
| * | serial/mxs-auart: increase time to wait for transmitter to become idle | Uwe Kleine-König | 2013-07-27 | 1 | -8/+13 |
| * | serial/mxs-auart: fix race condition in interrupt handler | Uwe Kleine-König | 2013-07-27 | 1 | -8/+9 |
* | | drivers/tty/serial: don't use devm_pinctrl_get_select_default() in probe | Wolfram Sang | 2013-07-25 | 1 | -8/+0 |
|/ |
|
* | Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2013-05-07 | 1 | -48/+4 |
|\ |
|
| * | serial: mxs-auart: move to use generic DMA helper | Shawn Guo | 2013-04-04 | 1 | -48/+4 |
* | | serial: mxs: drop superfluous {get|put}_device | Wolfram Sang | 2013-04-22 | 1 | -3/+1 |
* | | serial: mxs: fix buffer overflow | Wolfram Sang | 2013-04-22 | 1 | -1/+1 |
|/ |
|
* | Merge 3.8-rc5 into tty-next | Greg Kroah-Hartman | 2013-01-25 | 1 | -2/+4 |
|\ |
|
| * | serial: mxs-auart: Index is unsigned | fabio.estevam@freescale.com | 2013-01-16 | 1 | -1/+1 |
| * | mxs: uart: fix setting RTS from software | Steffen Trumtrar | 2013-01-16 | 1 | -1/+3 |
* | | TTY: switch tty_flip_buffer_push | Jiri Slaby | 2013-01-16 | 1 | -4/+2 |
* | | TTY: switch tty_insert_flip_string | Jiri Slaby | 2013-01-16 | 1 | -2/+3 |
* | | serial: mxs-auart: Fix typo in sanity check | Thomas Jarosch | 2013-01-16 | 1 | -1/+1 |
|/ |
|
* | serial: mxs-auart: unmap the scatter list before we copy the data | Huang Shijie | 2012-11-27 | 1 | -0/+2 |
* | serial: mxs-auart: disable the Receive Timeout Interrupt when DMA is enabled | Huang Shijie | 2012-11-27 | 1 | -2/+4 |
* | tty: remove use of __devexit | Bill Pemberton | 2012-11-22 | 1 | -1/+1 |
* | tty: remove use of __devinit | Bill Pemberton | 2012-11-22 | 1 | -1/+1 |
* | tty: serial: remove use of __devexit_p | Bill Pemberton | 2012-11-22 | 1 | -1/+1 |
* | serial: mxs-auart: add the DMA support for mx28 | Huang Shijie | 2012-11-16 | 1 | -5/+317 |
* | serial: mxs-auart: distinguish the different SOCs | Huang Shijie | 2012-11-16 | 1 | -6/+36 |
* | serial: mxs-auart: put the device in the error path | Huang Shijie | 2012-09-11 | 1 | -0/+1 |
* | serial: mxs-auart: put the device in mxs_auart_probe() | Huang Shijie | 2012-09-06 | 1 | -0/+1 |
* | serial: mxs-auart: fix the wrong setting order | Huang Shijie | 2012-09-06 | 1 | -2/+2 |
* | serial: add a new helper function | Huang Shijie | 2012-09-05 | 1 | -1/+1 |
* | serial: mxs-auart: fix the wrong RTS hardware flow control | Huang Shijie | 2012-08-16 | 1 | -5/+9 |
* | serial: mxs-auart: Allow device tree probing | Fabio Estevam | 2012-07-03 | 1 | -2/+40 |
* | Merge tag 'tty-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2012-05-23 | 1 | -0/+2 |
|\ |
|
| * | Add missing call to uart_update_timeout() | Lothar Waßmann | 2012-05-05 | 1 | -0/+2 |
* | | serial: mxs-auart: adopt pinctrl support | Shawn Guo | 2012-05-12 | 1 | -0/+8 |
|/ |
|
* | Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2012-01-09 | 1 | -4/+4 |
|\ |
|
| * | serial: mxs-auart: convert to clk_prepare/clk_unprepare | Shawn Guo | 2011-12-28 | 1 | -4/+4 |
* | | serial/mxs-auart: only wake up tty layer once | Uwe Kleine-König | 2011-11-27 | 1 | -2/+3 |
|/ |
|
* | Freescale STMP37XX/STMP378X Application UART driver: remove duplicate linux/d... | Jesper Juhl | 2011-02-15 | 1 | -1/+0 |
* | Merge commit 'v2.6.38-rc4' into imx-for-2.6.39 | Sascha Hauer | 2011-02-11 | 1 | -0/+799 |