summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/mxs-auart.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-15Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2014-11-26serial: mxs-auart: fix tx_empty against shift registerJanusz Uzycki1-3/+4
2014-11-26serial: mxs-auart: fix gpio change detection on interruptJanusz Uzycki1-1/+2
2014-11-26serial: mxs-auart: Fix mxs_auart_set_ldisc()Fabio Estevam1-2/+3
2014-11-07serial: mxs-auart: enable PPS supportJanusz Uzycki1-0/+11
2014-11-07serial: mxs-auart: add interrupts for modem control linesJanusz Uzycki1-2/+172
2014-11-07serial: mxs-auart: use mctrl_gpio helpers for handling modem signalsJanusz Uzycki1-5/+45
2014-11-07serial: mxs-auart: clean get_mctrl and set_mctrlJanusz Uzycki1-13/+1
2014-11-06serial: mxs-auart: add sysrq supportJanusz Uzycki1-0/+4
2014-10-20tty: serial: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-24serial: core: Privatize modem status enable flagsPeter Hurley1-1/+1
2014-07-10serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan1-6/+0
2014-06-20serial: Fix IGNBRK handlingPeter Hurley1-1/+1
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-2/+2
2013-12-09tty: serial: mxs-auart: Check the return value from clk_prepare_enable()Fabio Estevam1-2/+7
2013-10-06serial: mxs-auart: set the FIFO size to DMA buffer sizeHector Palacios1-1/+8
2013-08-05serial: mxs: remove the MXS_AUART_DMA_CONFIGHuang Shijie1-4/+1
2013-08-05serial: mxs: enable the DMA only when the RTS/CTS is validHuang Shijie1-1/+6
2013-08-05Merge 3.11-rc4 into tty-nextGreg Kroah-Hartman1-16/+22
2013-07-27serial/mxs-auart: increase time to wait for transmitter to become idleUwe Kleine-König1-8/+13
2013-07-27serial/mxs-auart: fix race condition in interrupt handlerUwe Kleine-König1-8/+9
2013-07-25drivers/tty/serial: don't use devm_pinctrl_get_select_default() in probeWolfram Sang1-8/+0
2013-05-07Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-48/+4
2013-04-22serial: mxs: drop superfluous {get|put}_deviceWolfram Sang1-3/+1
2013-04-22serial: mxs: fix buffer overflowWolfram Sang1-1/+1
2013-04-04serial: mxs-auart: move to use generic DMA helperShawn Guo1-48/+4
2013-01-26Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman1-2/+4
2013-01-16TTY: switch tty_flip_buffer_pushJiri Slaby1-4/+2
2013-01-16TTY: switch tty_insert_flip_stringJiri Slaby1-2/+3
2013-01-16serial: mxs-auart: Fix typo in sanity checkThomas Jarosch1-1/+1
2013-01-16serial: mxs-auart: Index is unsignedfabio.estevam@freescale.com1-1/+1
2013-01-16mxs: uart: fix setting RTS from softwareSteffen Trumtrar1-1/+3
2012-11-27serial: mxs-auart: unmap the scatter list before we copy the dataHuang Shijie1-0/+2
2012-11-27serial: mxs-auart: disable the Receive Timeout Interrupt when DMA is enabledHuang Shijie1-2/+4
2012-11-22tty: remove use of __devexitBill Pemberton1-1/+1
2012-11-22tty: remove use of __devinitBill Pemberton1-1/+1
2012-11-22tty: serial: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-16serial: mxs-auart: add the DMA support for mx28Huang Shijie1-5/+317
2012-11-16serial: mxs-auart: distinguish the different SOCsHuang Shijie1-6/+36
2012-09-11serial: mxs-auart: put the device in the error pathHuang Shijie1-0/+1
2012-09-06serial: mxs-auart: put the device in mxs_auart_probe()Huang Shijie1-0/+1
2012-09-06serial: mxs-auart: fix the wrong setting orderHuang Shijie1-2/+2
2012-09-06serial: add a new helper functionHuang Shijie1-1/+1
2012-08-16serial: mxs-auart: fix the wrong RTS hardware flow controlHuang Shijie1-5/+9
2012-07-03serial: mxs-auart: Allow device tree probingFabio Estevam1-2/+40
2012-05-23Merge tag 'tty-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+2
2012-05-12serial: mxs-auart: adopt pinctrl supportShawn Guo1-0/+8
2012-05-05Add missing call to uart_update_timeout()Lothar Waßmann1-0/+2
2012-01-10Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-4/+4
2011-12-28serial: mxs-auart: convert to clk_prepare/clk_unprepareShawn Guo1-4/+4