summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
Commit message (Expand)AuthorAgeFilesLines
* serial: sh-sci: Add support to deassert/assert reset lineLad Prabhakar2021-11-251-7/+32
* tty: serial, join uport checks in uart_port_shutdown()Jiri Slaby2021-11-251-8/+4
* arm: remove zte zx platform left-overLukas Bulwahn2021-11-251-37/+0
* serial: 8250: replace snprintf in show functions with sysfs_emitJing Yao2021-11-251-1/+1
* serial: cpm_uart: Protect udbg definitions by CONFIG_SERIAL_CPM_CONSOLEGeert Uytterhoeven2021-10-301-0/+2
* serial: stm32: push DMA RX data before suspendingErwan Le Ray2021-10-261-27/+53
* serial: stm32: terminate / restart DMA transfer at suspend / resumeErwan Le Ray2021-10-261-43/+84
* serial: stm32: rework RX dma initialization and releaseErwan Le Ray2021-10-261-28/+41
* serial: 8250_pci: Remove empty stub pci_quatech_exit()Andy Shevchenko2021-10-261-5/+0
* serial: 8250_pci: Replace custom pci_match_id() implementationAndy Shevchenko2021-10-261-41/+31
* serial: xilinx_uartps: Fix race condition causing stuck TXAnssi Hannula2021-10-261-1/+2
* serial: sunzilog: Mark sunzilog_putchar() __maybe_unusedGeert Uytterhoeven2021-10-261-1/+1
* serial: 8250_pci: Replace dev_*() by pci_*() macrosAndy Shevchenko2021-10-261-30/+22
* serial: 8250_pci: Get rid of redundant 'else' keywordAndy Shevchenko2021-10-261-3/+3
* serial: 8250_pci: Refactor the loop in pci_ite887x_init()Andy Shevchenko2021-10-261-8/+4
* serial: 8250_dw: drop bogus uartclk optimisationJohan Hovold2021-10-211-7/+4
* serial: 8250: rename unlock labelsJohan Hovold2021-10-211-5/+5
* serial: 8250: fix racy uartclk updateJohan Hovold2021-10-211-4/+17
* serial: stm32: update throttle and unthrottle ops for dma modeErwan Le Ray2021-10-212-4/+34
* serial: stm32: rework RX over DMAErwan Le Ray2021-10-212-53/+165
* serial: stm32: re-introduce an irq flag condition in usart_receive_charsErwan Le Ray2021-10-211-8/+13
* serial: imx: disable console clocks on unregisterFrancesco Dolcini2021-10-211-0/+12
* serial: imx: fix detach/attach of serial consoleStefan Agner2021-10-211-2/+2
* Merge 5.15-rc6 into tty-nextGreg Kroah-Hartman2021-10-181-2/+6
|\
| * serial: 8250: allow disabling of Freescale 16550 compile testJohan Hovold2021-10-051-2/+6
* | serial: sc16is7xx: Make sc16is7xx_remove() return voidUwe Kleine-König2021-10-131-5/+7
* | serial: max310x: Make max310x_remove() return voidUwe Kleine-König2021-10-131-4/+3
* | serial: 8250_lpss: Enable PSE UART Auto Flow ControlAman Kumar2021-10-101-0/+3
* | serial: 8250_lpss: Extract dw8250_do_set_termios() for common useAndy Shevchenko2021-10-104-10/+13
* | serial: 8250_dw: Fix the trivial typo in the commentAndy Shevchenko2021-10-101-1/+1
* | serial: 8250_dw: Re-use temporary variable for of_nodeAndy Shevchenko2021-10-101-3/+6
* | serial: 8250_dw: Drop wrong use of ACPI_PTR()Andy Shevchenko2021-10-101-1/+1
* | tty: serial: samsung: Improve naming for common macroSam Protsenko2021-10-101-8/+5
* | tty: serial: atmel: use macros instead of hardcoded valuesClaudiu Beznea2021-10-101-2/+2
* | Revert "serial: 8250: Fix reporting real baudrate value in c_ospeed field"Johan Hovold2021-10-071-17/+0
* | serial: 8250: Fix reporting real baudrate value in c_ospeed fieldPali Rohár2021-10-051-0/+17
* | serial: core: Fix initializing and restoring termios speedPali Rohár2021-10-051-2/+14
* | serial: sifive: set pointer to NULL rather than 0.Colin Ian King2021-10-051-1/+1
* | tty: serial: samsung: describe driver in KConfigKrzysztof Kozlowski2021-10-051-4/+5
* | Merge 5.15-rc3 into tty-nextGreg Kroah-Hartman2021-09-272-2/+2
|\|
| * serial: mvebu-uart: fix driver's tx_empty callbackPali Rohár2021-09-141-1/+1
| * serial: 8250: 8250_omap: Fix RX_LVL register offsetNishanth Menon2021-09-141-1/+1
* | serial: 8250: SERIAL_8250_EM should depend on ARCH_RENESASGeert Uytterhoeven2021-09-221-1/+1
* | serial: 8250: remove duplicated BRI0A49 and BDP3336 entriesKrzysztof Kozlowski2021-09-221-4/+0
* | serial: 8250_fsl: Move fsl8250_data to ACPI sectionGeert Uytterhoeven2021-09-221-4/+4
* | tty: serial: uartlite: Prevent changing fixed parametersSean Anderson2021-09-141-11/+80
* | serial: 8250_pci: Prefer struct_size over open coded arithmeticLen Baker2021-09-141-3/+1
|/
* Merge tag 'for-5.15/parisc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-021-2/+1
|\
| * parisc: Make struct parisc_driver::remove() return voidUwe Kleine-König2021-08-301-2/+1
* | tty: serial: uartlite: Use read_poll_timeout for a polling loopSean Anderson2021-08-271-13/+5