summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/arc_uart.c
Commit message (Expand)AuthorAgeFilesLines
* serial: drivers: switch ch and flag to u8Jiri Slaby2023-07-251-1/+1
* serial: arc_uart: simplify flags handling in arc_serial_rx_chars()Jiri Slaby2023-07-251-16/+13
* serial: arc_uart: fix of_iomap leak in `arc_serial_probe`Ke Zhang2023-05-131-3/+4
* serial: arc_uart: Drop empty platform remove functionUwe Kleine-König2023-01-171-7/+0
* serial: arc: Use uart_xmit_advance()Ilpo Järvinen2022-11-031-2/+1
* serial: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-1/+1
* serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby2022-03-031-1/+1
* tty: cumulate and document tty_struct::flow* membersJiri Slaby2021-05-131-1/+1
* serial: arc_uart: drop low-latency workaroundJohan Hovold2021-04-221-2/+0
* tty/serial: Migrate arc_uart to use has_sysrqDmitry Safonov2019-12-181-4/+1
* serial: arc_uart: Fix out-of-bounds access through DT aliasGeert Uytterhoeven2018-02-281-0/+5
* tty: serial: Remove redundant license textGreg Kroah-Hartman2017-11-081-4/+0
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* serial: arc: Remove __init marking from early writeJeffy Chen2017-07-301-2/+2
* serial/arc: constify uart_ops structuresJulia Lawall2016-09-011-1/+1
* earlycon: Use common framework for earlycon declarationsPeter Hurley2016-02-061-1/+0
* tty: serial: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* Merge 3.16-rc5 into tty-next.Greg Kroah-Hartman2014-07-131-1/+1
|\
| * serial: arc_uart: Use uart_circ_empty() for open-coded comparisonPeter Hurley2014-07-101-1/+1
* | serial/arc: Fix warning with CONSOLE_POLLVineet Gupta2014-07-111-7/+13
* | serial/arc: Enable DT based earlyconVineet Gupta2014-07-101-0/+1
* | serial/arc: inline the probe helperVineet Gupta2014-07-101-50/+40
* | serial/arc: remove last remanants of platform dataVineet Gupta2014-07-101-16/+6
* | serial/arc: remove earlyprintk support and switch to earlyconVineet Gupta2014-07-101-75/+12
* | serial/arc: Use generic earlycon infrastructureVineet Gupta2014-07-101-0/+30
* | serial/arc: Remove the workaround for legacy ISSVineet Gupta2014-07-101-14/+0
* | serial/arc: Refactor by referencing to uart_port where possibleVineet Gupta2014-07-101-86/+69
* | serial/arc: use uart_console_write() helperVineet Gupta2014-07-101-14/+4
* | serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan2014-07-091-8/+0
|/
* serial: arc_uart: Remove casting the return value which is a void pointerJingoo Han2013-09-261-1/+1
* tty: serial: arc: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar2013-08-271-0/+2
* Merge 3.11-rc4 into tty-nextGreg Kroah-Hartman2013-08-051-1/+1
|\
| * serial: arc_uart: Fix module aliasAxel Lin2013-07-261-1/+1
* | serial/arc-uart: Remove the goto/labelVineet Gupta2013-08-021-5/+2
* | serial/arc-uart: Handle Rx Error Interrupts w/o any dataVineet Gupta2013-08-021-10/+16
* | serial: use dev_get_platdata()Jingoo Han2013-07-311-1/+1
|/
* TTY: cleanup tty->hw_stopped usesJiri Slaby2013-03-181-1/+1
* serial/arc-uart: Miscll DT related updates (Grant's review comments)Vineet Gupta2013-02-131-6/+4
* serial/arc-uart: Fix section mistmatchVineet Gupta2013-01-171-2/+2
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-7/+1
* serial/arc-uart: switch to devicetree based probingVineet Gupta2013-01-151-3/+40
* serial/arc-uart: platform_data order changedVineet Gupta2013-01-151-5/+6
* serial/arc-uart: split probe from probe_earlyprintkVineet Gupta2013-01-151-10/+11
* serial/arc-uart: Don't index with -ve platform_device->idVineet Gupta2013-01-151-14/+15
* tty: remove use of __devexitBill Pemberton2012-11-211-1/+1
* tty: remove use of __devinitBill Pemberton2012-11-211-5/+5
* tty: serial: remove use of __devexit_pBill Pemberton2012-11-211-1/+1
* serial/arc-uart: Add new driverVineet Gupta2012-10-301-0/+746