summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
Commit message (Expand)AuthorAgeFilesLines
* serial: 8250_pci: Replace custom code with pci_match_id()Heikki Krogerus2019-02-111-22/+7
* Merge 5.0-rc6 into tty-nextGreg Kroah-Hartman2019-02-114-5/+22
|\
| * Merge tag 'tty-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-02-084-5/+22
| |\
| | * serial: fix race between flush_to_ldisc and tty_openGreg Kroah-Hartman2019-01-311-0/+6
| | * serial: sh-sci: Do not free irqs that have already been freedChris Brandt2019-01-301-1/+8
| | * serial: 8250_pci: Make PCI class test non fatalAndy Shevchenko2019-01-301-4/+5
| | * tty: serial: 8250_mtk: Fix potential NULL pointer dereferenceGustavo A. R. Silva2019-01-301-0/+3
| * | Merge tag 'riscv-for-linus-5.0-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-02-021-5/+8
| |\ \ | | |/ | |/|
| | * tty/serial: use uart_console_write in the RISC-V SBL early consoleAndreas Schwab2019-01-231-5/+8
* | | serial: max310x: Correction of the initial setting of the MODE1 bits for vari...Alexander Shiyan2019-02-081-7/+7
* | | serial: mps2-uart: Add parentheses around conditional in mps2_uart_shutdownNathan Chancellor2019-01-311-1/+1
* | | serial: mps2-uart: support combined irqVladimir Murzin2019-01-301-26/+65
* | | serial: mps2-uart: move to dynamic port allocationVladimir Murzin2019-01-301-16/+31
* | | serial: Add Tegra Combined UART driverThierry Reding2019-01-303-0/+321
* | | Serial: Ingenic: Add support for the X1000.Zhou Yanjie2019-01-301-4/+9
* | | serial: 8250: Add OF support for Xscale variantLinus Walleij2019-01-301-0/+1
* | | serial: fsl_lpuart: DMA support for 32-bit variantAtsushi Nemoto2019-01-301-29/+163
* | | Merge 5.0-rc4 into tty-nextGreg Kroah-Hartman2019-01-284-15/+20
|\ \ \ | |/ /
| * | serial: fsl_lpuart: fix maximum acceptable baud rate with over-samplingTomonori Sakita2019-01-221-1/+1
| * | tty: serial: qcom_geni_serial: Allow mctrl when flow control is disabledMatthias Kaehlcke2019-01-221-2/+2
| * | serial: 8250: Fix serial8250 initialization crashHe Zhe2019-01-181-8/+9
| * | uart: Fix crash in uart_write and uart_put_charSamir Virmani2019-01-181-4/+8
| |/
* | serial: fsl_lpuart: consider TX FIFO too in lpuart32_tx_emptyAtsushi Nemoto2019-01-221-2/+12
* | serial: fsl_lpuart: specify transmit FIFO size for 32-bit variantAtsushi Nemoto2019-01-221-0/+2
* | tty: serial: lpc32xx_hs: fix missing console boot messagesAlexandre Belloni2019-01-181-0/+4
* | serial: 8250_omap: Use clk_get_rate() to obtain fclk frequencyVignesh R2019-01-181-1/+13
* | serial: 8250_omap: Drop check for of_nodeVignesh R2019-01-181-35/+28
* | tty/serial: use uart_console_write in the RISC-V SBL early consoleAndreas Schwab2019-01-181-5/+8
* | tty: serial: meson: if no alias specified use an available idLoys Ollivier2019-01-181-1/+12
* | Merge 5.0-rc2 into tty-nextGreg Kroah-Hartman2019-01-154-17/+60
|\ \ | |/
| * Merge tag 'tty-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-01-141-17/+19
| |\
| | * serial: lantiq: Do not swap register read/writesHauke Mehrtens2019-01-081-17/+19
| * | tty/serial: Add RISC-V SBI earlycon supportAnup Patel2019-01-093-0/+41
| |/
* | tty: serial: qcom_geni_serial: Use u32 for register variablesRyan Case2019-01-081-12/+12
* | tty: serial: qcom_geni_serial: Remove xfer_mode variableRyan Case2019-01-081-43/+24
* | tty: serial: qcom_geni_serial: Remove set_rfr_wm() and related variablesRyan Case2019-01-081-21/+4
* | tty: serial: qcom_geni_serial: Remove use of *_relaxed() and mb()Ryan Case2019-01-081-111/+80
* | serial: sh-sci: Make RX/TX DMA function names consistentGeert Uytterhoeven2019-01-081-12/+12
* | serial: sh-sci: Fix fallback to PIO in sci_dma_rx_complete()Geert Uytterhoeven2019-01-081-2/+3
* | serial: sh-sci: Extract sci_dma_rx_reenable_irq()Geert Uytterhoeven2019-01-081-8/+15
* | serial: sh-sci: Extract sci_dma_rx_chan_invalidate()Geert Uytterhoeven2019-01-081-6/+13
* | serial: max310x: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva2019-01-081-2/+1
* | sc16is7xx: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva2019-01-081-3/+1
* | serial: max310x: pass return value of spi_register_driverKangjie Lu2019-01-081-2/+2
* | serial: clps711x: Remove board supportAlexander Shiyan2019-01-081-18/+5
|/
* Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds2019-01-053-0/+851
|\
| * tty: serial: Add RDA8810PL UART driverManivannan Sadhasivam2018-12-313-0/+851
* | Merge tag 'tty-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-12-2826-221/+676
|\ \ | |/ |/|
| * Revert "serial: 8250: Default SERIAL_OF_PLATFORM to SERIAL_8250"Greg Kroah-Hartman2018-12-241-1/+0
| * serial: sccnxp: Allow to use non-standard baud ratesAlexander Shiyan2018-12-201-3/+19