aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/arc_uart.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-20tty: serial: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-13Merge 3.16-rc5 into tty-next.Greg Kroah-Hartman1-1/+1
2014-07-11serial/arc: Fix warning with CONSOLE_POLLVineet Gupta1-7/+13
2014-07-10serial: arc_uart: Use uart_circ_empty() for open-coded comparisonPeter Hurley1-1/+1
2014-07-10serial/arc: Enable DT based earlyconVineet Gupta1-0/+1
2014-07-10serial/arc: inline the probe helperVineet Gupta1-50/+40
2014-07-10serial/arc: remove last remanants of platform dataVineet Gupta1-16/+6
2014-07-10serial/arc: remove earlyprintk support and switch to earlyconVineet Gupta1-75/+12
2014-07-10serial/arc: Use generic earlycon infrastructureVineet Gupta1-0/+30
2014-07-10serial/arc: Remove the workaround for legacy ISSVineet Gupta1-14/+0
2014-07-10serial/arc: Refactor by referencing to uart_port where possibleVineet Gupta1-86/+69
2014-07-10serial/arc: use uart_console_write() helperVineet Gupta1-14/+4
2014-07-09serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan1-8/+0
2013-09-26serial: arc_uart: Remove casting the return value which is a void pointerJingoo Han1-1/+1
2013-08-27tty: serial: arc: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar1-0/+2
2013-08-05Merge 3.11-rc4 into tty-nextGreg Kroah-Hartman1-1/+1
2013-08-02serial/arc-uart: Remove the goto/labelVineet Gupta1-5/+2
2013-08-02serial/arc-uart: Handle Rx Error Interrupts w/o any dataVineet Gupta1-10/+16
2013-07-31serial: use dev_get_platdata()Jingoo Han1-1/+1
2013-07-26serial: arc_uart: Fix module aliasAxel Lin1-1/+1
2013-03-18TTY: cleanup tty->hw_stopped usesJiri Slaby1-1/+1
2013-02-13serial/arc-uart: Miscll DT related updates (Grant's review comments)Vineet Gupta1-6/+4
2013-01-17serial/arc-uart: Fix section mistmatchVineet Gupta1-2/+2
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-7/+1
2013-01-15serial/arc-uart: switch to devicetree based probingVineet Gupta1-3/+40
2013-01-15serial/arc-uart: platform_data order changedVineet Gupta1-5/+6
2013-01-15serial/arc-uart: split probe from probe_earlyprintkVineet Gupta1-10/+11
2013-01-15serial/arc-uart: Don't index with -ve platform_device->idVineet Gupta1-14/+15
2012-11-21tty: remove use of __devexitBill Pemberton1-1/+1
2012-11-21tty: remove use of __devinitBill Pemberton1-5/+5
2012-11-21tty: serial: remove use of __devexit_pBill Pemberton1-1/+1
2012-10-30serial/arc-uart: Add new driverVineet Gupta1-0/+746