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