summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
Commit message (Expand)AuthorAgeFilesLines
...
| * | | serial: st-asc: Change default baudrate from 9600 to 115200Lee Jones2017-03-311-1/+1
| * | | tty: serial: st-asc: Make the locking RT awareLionel Debieve2017-03-311-5/+3
| * | | Merge 4.11-rc4 into tty-nextGreg Kroah-Hartman2017-03-292-7/+13
| |\ \ \ | | | |/ | | |/|
| * | | serial: 8250_dw: simplify optional reset handlingPhilipp Zabel2017-03-171-8/+5
| * | | tty: serial_core, remove state checks in uart_poll*Jiri Slaby2017-03-171-12/+5
| * | | serial: 8250_fintek: Enable high speed mode on Fintek F81866Lukas Redlinger2017-03-171-5/+38
| * | | uartlite: Adding a kernel parameter for the number of uartlitesSam Povilus2017-03-172-1/+10
| * | | serial: xuartps: Cleanup the clock enableShubhrajyoti Datta2017-03-171-6/+3
| * | | serial: altera_jtaguart: add earlycon supportTobias Klauser2017-03-172-0/+21
| * | | serial: xilinx_uartps: Add pm runtime supportShubhrajyoti Datta2017-03-141-8/+42
| * | | serial: 8250: 8250_core: Use dev_name() during request_irq()Vignesh R2017-03-141-1/+1
| * | | drivers: convert sbd_duart.map_guard from atomic_t to refcount_tElena Reshetova2017-03-141-11/+7
| * | | tty/serial: atmel: move atmel_serial header into driver directoryRichard Genoud2017-03-142-1/+170
| * | | serial: 8250_exar: Fix spelling of "driver"Andy Shevchenko2017-03-141-1/+1
| * | | tty/serial: atmel: remove cache when unnecessaryAlexandre Belloni2017-03-141-0/+2
| * | | tty/serial: atmel: increase ATMEL_MAX_UARTAlexandre Belloni2017-03-141-1/+2
| * | | serial: sh-sci: Fix panic when serial console and DMA are enabledTakatoshi Akiyama2017-03-141-4/+6
| * | | Revert "tty: serial: pl011: add ttyAMA for matching pl011 console"Aleksey Makarov2017-03-141-1/+1
* | | | format-security: move static strings to constKees Cook2017-05-081-1/+1
* | | | tty: serial: omap: add UPF_BOOT_AUTOCONF flag for DT initSebastian Reichel2017-04-121-0/+3
| |_|/ |/| |
* | | tty: pl011: fix earlycon work-around for QDF2400 erratum 44Timur Tabi2017-04-011-2/+21
* | | serial: 8250_EXAR: fix duplicate Kconfig text and add missing help textPaul Gortmaker2017-03-311-2/+6
* | | tty/serial: atmel: fix TX path in atmel_console_write()Nicolas Ferre2017-03-311-0/+3
* | | tty/serial: atmel: fix race condition (TX+DMA)Richard Genoud2017-03-311-0/+5
* | | serial: mxs-auart: Fix baudrate calculationUwe Kleine-König2017-03-311-1/+1
| |/ |/|
* | Merge tag 'tty-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-03-262-3/+8
|\ \
| * | Revert "tty: serial: pl011: add ttyAMA for matching pl011 console"Aleksey Makarov2017-03-171-1/+1
| * | serial: 8250_dw: Fix breakage when HAVE_CLK=nJames Hogan2017-03-141-0/+2
| * | serial: 8250_dw: Honor clk_round_rate errors in dw8250_set_termiosHeiko Stuebner2017-03-141-2/+5
| |/
* | Merge tag 'gpio-v4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2017-03-211-5/+6
|\ \ | |/ |/|
| * serial: st-asc: Use new GPIOD API to obtain RTS pinLee Jones2017-03-141-5/+6
* | serial: samsung: Continue to work if DMA request failsKrzysztof Kozlowski2017-03-071-2/+4
|/
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-022-1/+2
* sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar2017-03-021-0/+1
* scripts/spelling.txt: add "comsume(r)" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* sparc64: Send break twice from console to return to boot promVijay Kumar2017-02-231-1/+5
* sparc64: Migrate hvcons irq to panicked cpuVijay Kumar2017-02-231-0/+6
* tty: pl011: Work around QDF2400 E44 stuck BUSY bitChristopher Covington2017-02-151-7/+59
* atmel_serial: Use the fractional divider when possibleRomain Izard2017-02-141-3/+4
* serial: exar: Enable MSI supportJan Kiszka2017-02-101-1/+7
* serial: exar: Move register defines from uapi header to consumer siteJan Kiszka2017-02-102-0/+19
* serial: pci: Remove unused pci_boards entriesJan Kiszka2017-02-101-22/+0
* serial: exar: Move Commtech adapters to 8250_exar as wellJan Kiszka2017-02-102-143/+79
* serial: exar: Fix initialization of EXAR registers for ports > 0Jan Kiszka2017-02-101-13/+9
* serial: exar: Fix mapping of port I/O resourcesJan Kiszka2017-02-101-0/+3
* serial: sh-sci: fix hardware RX trigger level settingUlrich Hecht2017-02-101-2/+9
* tty/serial: atmel: ensure state is restored after suspendingAlexandre Belloni2017-02-101-0/+44
* serial: 8250_dw: Avoid "too much work" from bogus rx timeout interruptDouglas Anderson2017-02-101-0/+23
* serial: 8250_pci: make pciserial_detach_ports() staticWei Yongjun2017-02-091-1/+1
* serial: st-asc: Use generic DT binding for announcing RTS/CTS linesLee Jones2017-02-061-1/+1