summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2017-03-17serial: 8250_fintek: Enable high speed mode on Fintek F81866Lukas Redlinger1-5/+38
2017-03-17uartlite: Adding a kernel parameter for the number of uartlitesSam Povilus2-1/+10
2017-03-17serial: xuartps: Cleanup the clock enableShubhrajyoti Datta1-6/+3
2017-03-17serial: altera_jtaguart: add earlycon supportTobias Klauser2-0/+21
2017-03-17Revert "tty: serial: pl011: add ttyAMA for matching pl011 console"Aleksey Makarov1-1/+1
2017-03-14serial: st-asc: Use new GPIOD API to obtain RTS pinLee Jones1-5/+6
2017-03-14serial: xilinx_uartps: Add pm runtime supportShubhrajyoti Datta1-8/+42
2017-03-14serial: 8250: 8250_core: Use dev_name() during request_irq()Vignesh R1-1/+1
2017-03-14drivers: convert sbd_duart.map_guard from atomic_t to refcount_tElena Reshetova1-11/+7
2017-03-14tty/serial: atmel: move atmel_serial header into driver directoryRichard Genoud2-1/+170
2017-03-14serial: 8250_exar: Fix spelling of "driver"Andy Shevchenko1-1/+1
2017-03-14tty/serial: atmel: remove cache when unnecessaryAlexandre Belloni1-0/+2
2017-03-14tty/serial: atmel: increase ATMEL_MAX_UARTAlexandre Belloni1-1/+2
2017-03-14serial: sh-sci: Fix panic when serial console and DMA are enabledTakatoshi Akiyama1-4/+6
2017-03-14Revert "tty: serial: pl011: add ttyAMA for matching pl011 console"Aleksey Makarov1-1/+1
2017-03-14serial: 8250_dw: Fix breakage when HAVE_CLK=nJames Hogan1-0/+2
2017-03-14serial: 8250_dw: Honor clk_round_rate errors in dw8250_set_termiosHeiko Stuebner1-2/+5
2017-03-07serial: samsung: Continue to work if DMA request failsKrzysztof Kozlowski1-2/+4
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2-1/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar1-0/+1
2017-02-27scripts/spelling.txt: add "comsume(r)" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-23sparc64: Send break twice from console to return to boot promVijay Kumar1-1/+5
2017-02-23sparc64: Migrate hvcons irq to panicked cpuVijay Kumar1-0/+6
2017-02-15tty: pl011: Work around QDF2400 E44 stuck BUSY bitChristopher Covington1-7/+59
2017-02-14atmel_serial: Use the fractional divider when possibleRomain Izard1-3/+4
2017-02-10serial: exar: Enable MSI supportJan Kiszka1-1/+7
2017-02-10serial: exar: Move register defines from uapi header to consumer siteJan Kiszka2-0/+19
2017-02-10serial: pci: Remove unused pci_boards entriesJan Kiszka1-22/+0
2017-02-10serial: exar: Move Commtech adapters to 8250_exar as wellJan Kiszka2-143/+79
2017-02-10serial: exar: Fix initialization of EXAR registers for ports > 0Jan Kiszka1-13/+9
2017-02-10serial: exar: Fix mapping of port I/O resourcesJan Kiszka1-0/+3
2017-02-10serial: sh-sci: fix hardware RX trigger level settingUlrich Hecht1-2/+9
2017-02-10tty/serial: atmel: ensure state is restored after suspendingAlexandre Belloni1-0/+44
2017-02-10serial: 8250_dw: Avoid "too much work" from bogus rx timeout interruptDouglas Anderson1-0/+23
2017-02-09serial: 8250_pci: make pciserial_detach_ports() staticWei Yongjun1-1/+1
2017-02-06serial: st-asc: Use generic DT binding for announcing RTS/CTS linesLee Jones1-1/+1
2017-02-06serial: st-asc: (De)Register GPIOD and swap Pinctrl profilesLee Jones1-1/+26
2017-02-06serial: st-asc: Read in all Pinctrl statesLee Jones1-0/+29
2017-02-06serial: st-asc: Provide RTS functionalityLee Jones1-4/+23
2017-02-06serial: st-asc: Ignore the parity error bit if 8-bit mode is enabledLee Jones1-3/+13
2017-02-06serial: 8250_pci: Add MKS Tenta SCOM-0800 and SCOM-0801 cardsIan Abbott1-0/+13
2017-02-06serial: sh-sci: make RX FIFO parameters tunable via sysfsUlrich Hecht1-0/+87
2017-02-06serial: sh-sci: SCIFA/B RX FIFO software timeoutUlrich Hecht1-33/+68
2017-02-06serial: sh-sci: increase RX FIFO trigger defaults for (H)SCIFUlrich Hecht1-1/+28
2017-02-03serial: sh-sci: implement FIFO threshold register settingUlrich Hecht1-0/+59
2017-02-03serial: sh-sci: consider DR (data ready) bit adequatelyUlrich Hecht1-1/+1
2017-02-03serial: sh-sci: add FIFO trigger bitsUlrich Hecht2-0/+8
2017-02-03tty: serial: cpm_uart: make use of for_each_node_by_type()Dmitry Torokhov1-8/+10
2017-02-03tty: serial: pl011: add ttyAMA for matching pl011 consoleSudeep Holla1-1/+1
2017-02-03serial: samsung: enable clock before accessing interrupt mask resister남영민1-0/+3