aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/amba-pl011.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-28serial: pl011: Use cached copy of IMSC registerLukas Wunner1-4/+2
2017-11-28serial: pl011: Drop duplicate loop counterLukas Wunner1-4/+2
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman1-14/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-11-04serial: pl011: Adopt generic flag to store auto RTS statusLukas Wunner1-5/+4
2017-10-20tty: amba-pl011: Convert timers to use timer_setup()Kees Cook1-5/+3
2017-08-28serial: pl011: constify amba_idArvind Yadav1-1/+1
2017-08-28tty: amba-pl011: constify vendor_data structuresJulia Lawall1-2/+2
2017-07-30tty: pl011: fix initialization order of QDF2400 E44Timur Tabi1-18/+19
2017-04-18tty: pl011: use "qdf2400_e44" as the earlycon name for QDF2400 E44Timur Tabi1-8/+23
2017-04-08tty: amba-pl011: Fix spurious TX interruptsJayachandran C1-9/+14
2017-04-01tty: pl011: fix earlycon work-around for QDF2400 erratum 44Timur Tabi1-2/+21
2017-03-17Revert "tty: serial: pl011: add ttyAMA for matching pl011 console"Aleksey Makarov1-1/+1
2017-02-15tty: pl011: Work around QDF2400 E44 stuck BUSY bitChristopher Covington1-7/+59
2017-02-03tty: serial: pl011: add ttyAMA for matching pl011 consoleSudeep Holla1-1/+1
2017-01-27tty: serial: constify uart_ops structuresBhumika Goyal1-1/+1
2017-01-19serial: pl011: Mark console as CON_ANYTIMEAlexander Sverdlin1-1/+1
2016-11-10tty: amba-pl011: Add earlycon support for SBSA UARTKefeng Wang1-0/+1
2016-10-27serial: pl011: add console matching functionAleksey Makarov1-0/+55
2016-09-30Revert "serial: pl011: add console matching function"Greg Kroah-Hartman1-55/+0
2016-09-28serial: pl011: add console matching functionAleksey Makarov1-0/+55
2016-09-27tty: amba-pl011: Don't complain on -EPROBE_DEFER when no irqKefeng Wang1-1/+2
2016-09-22tty: amba-pl011: uart_amba_port is not available with earlycon functionShawn Guo1-4/+1
2016-08-31tty: amba-pl011: probe ZTE device from AMBA bus with a pseudo-IDShawn Guo1-1/+6
2016-08-31tty: amba-pl011: add .get_fifosize for ZTE deviceShawn Guo1-1/+6
2016-08-31tty: amba-pl011: define flag register bits for ZTE deviceShawn Guo1-10/+35
2016-06-25TTY: serial, handle platform_get_irq retval properlyJiri Slaby1-1/+7
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann1-1/+1
2016-04-30tty: amba-pl011: Use 32-bit accesses for SBSA UARTChristopher Covington1-0/+1
2016-03-07serial: pl011: add mark/space parity supportEd Spiridonov1-0/+2
2016-03-07tty: amba-pl011: don't dereference NULL platform dataRobin Murphy1-1/+1
2016-02-06serial: amba-pl011: mark vendor_zte as __maybe_unusedArnd Bergmann1-1/+1
2016-02-06serial: amba-pl011: use cpu_relax when polling registersTimur Tabi1-9/+8
2016-02-06earlycon: Use common framework for earlycon declarationsPeter Hurley1-1/+0
2016-01-06tty: amba-pl011: use iotype instead of access_32b to track 32-bit I/OTimur Tabi1-7/+9
2016-01-06tty: amba-pl011: fix earlycon register offsetsRussell King1-3/+3
2015-12-13tty: amba-pl011: switch to using relaxed IO accessorsRussell King1-3/+3
2015-12-13tty: amba-pl011: add support for ZTE UART (EXPERIMENTAL)Russell King1-0/+23
2015-12-13tty: amba-pl011: add support for 32-bit register accessRussell King1-2/+13
2015-12-13tty: amba-pl011: remove ST micro registers from standard tableRussell King1-11/+0
2015-12-13tty: amba-pl011: clean up LCR register offsetsRussell King1-26/+14
2015-12-13tty: amba-pl011: add ST register offset tableRussell King1-1/+29
2015-12-13tty: amba-pl011: add register offset table to vendor dataRussell King1-2/+6
2015-12-13tty: amba-pl011: add register lookup tableRussell King1-1/+32
2015-12-13tty: amba-pl011: prepare REG_* register indexesRussell King1-97/+108
2015-12-13tty: amba-pl011: add helper to detect split LCRH registerRussell King1-2/+7
2015-12-13tty: amba-pl011: convert accessor functions to take uart_amba_portRussell King1-102/+97
2015-12-13tty: amba-pl011: add register accessor functionsRussell King1-98/+112
2015-10-17serial: amba-pl011: fix incorrect integer size in pl011_fifo_to_tty()Timur Tabi1-2/+2
2015-09-04Revert "uart: pl011: Rename regs with enumeration"Greg Kroah-Hartman1-114/+93