summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/arc_uart.c
Commit message (Expand)AuthorAge
* serial: arc_uart: Fix out-of-bounds access through DT aliasGeert Uytterhoeven2018-02-28
* tty: serial: Remove redundant license textGreg Kroah-Hartman2017-11-08
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-08
* serial: arc: Remove __init marking from early writeJeffy Chen2017-07-30
* serial/arc: constify uart_ops structuresJulia Lawall2016-09-01
* earlycon: Use common framework for earlycon declarationsPeter Hurley2016-02-06
* tty: serial: drop owner assignment from platform_driversWolfram Sang2014-10-20
* Merge 3.16-rc5 into tty-next.Greg Kroah-Hartman2014-07-13
|\
| * serial: arc_uart: Use uart_circ_empty() for open-coded comparisonPeter Hurley2014-07-10
* | serial/arc: Fix warning with CONSOLE_POLLVineet Gupta2014-07-11
* | serial/arc: Enable DT based earlyconVineet Gupta2014-07-10
* | serial/arc: inline the probe helperVineet Gupta2014-07-10
* | serial/arc: remove last remanants of platform dataVineet Gupta2014-07-10
* | serial/arc: remove earlyprintk support and switch to earlyconVineet Gupta2014-07-10
* | serial/arc: Use generic earlycon infrastructureVineet Gupta2014-07-10
* | serial/arc: Remove the workaround for legacy ISSVineet Gupta2014-07-10
* | serial/arc: Refactor by referencing to uart_port where possibleVineet Gupta2014-07-10
* | serial/arc: use uart_console_write() helperVineet Gupta2014-07-10
* | serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan2014-07-09
|/
* serial: arc_uart: Remove casting the return value which is a void pointerJingoo Han2013-09-26
* tty: serial: arc: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar2013-08-27
* Merge 3.11-rc4 into tty-nextGreg Kroah-Hartman2013-08-05
|\
| * serial: arc_uart: Fix module aliasAxel Lin2013-07-26
* | serial/arc-uart: Remove the goto/labelVineet Gupta2013-08-02
* | serial/arc-uart: Handle Rx Error Interrupts w/o any dataVineet Gupta2013-08-02
* | serial: use dev_get_platdata()Jingoo Han2013-07-31
|/
* TTY: cleanup tty->hw_stopped usesJiri Slaby2013-03-18
* serial/arc-uart: Miscll DT related updates (Grant's review comments)Vineet Gupta2013-02-13
* serial/arc-uart: Fix section mistmatchVineet Gupta2013-01-17
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-15
* serial/arc-uart: switch to devicetree based probingVineet Gupta2013-01-15
* serial/arc-uart: platform_data order changedVineet Gupta2013-01-15
* serial/arc-uart: split probe from probe_earlyprintkVineet Gupta2013-01-15
* serial/arc-uart: Don't index with -ve platform_device->idVineet Gupta2013-01-15
* tty: remove use of __devexitBill Pemberton2012-11-21
* tty: remove use of __devinitBill Pemberton2012-11-21
* tty: serial: remove use of __devexit_pBill Pemberton2012-11-21
* serial/arc-uart: Add new driverVineet Gupta2012-10-30