summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
Commit message (Expand)AuthorAgeFilesLines
...
| * | | tty: serial: samsung_tty: drop unneded dbg() callsGreg Kroah-Hartman2019-12-121-22/+0
| * | | tty: serial: samsung_tty: delete samsung.hGreg Kroah-Hartman2019-12-122-147/+130
| * | | tty: serial: samsung.h: remove reset_port callback from struct s3c24xx_uart_infoGreg Kroah-Hartman2019-12-121-3/+0
| * | | tty: serial: samsung.h: fix up minor comment issuesGreg Kroah-Hartman2019-12-121-2/+2
| * | | tty: serial: samsung_tty: fix build warningGreg Kroah-Hartman2019-12-121-0/+3
| * | | tty: serial: samsung: allow driver to be built by anyoneGreg Kroah-Hartman2019-12-121-1/+1
| * | | tty/serial: atmel: fix out of range clock divider handlingDavid Engraf2019-12-121-3/+3
| * | | tty: pl011: Add suspend resume supportShubhrajyoti Datta2019-12-121-0/+1
| * | | tty: serial: amba-pl011: remove set but unused variableXiongfeng Wang2019-12-121-4/+2
| * | | tty: serial: samsung: remove variable 'ufstat' set but not usedChen Wandun2019-12-121-2/+2
| * | | tty: omap-serial: remove set but unused variableXiongfeng Wang2019-12-101-2/+5
| | |/ | |/|
* | | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-0614-17/+17
| |/ |/|
* | tty/serial: atmel: fix out of range clock divider handlingDavid Engraf2019-12-171-21/+22
* | tty: link tty and port before configuring it as consoleSudip Mukherjee2019-12-171-0/+1
* | serial: sprd: Add clearing break interrupt operationYonghan Ye2019-12-121-0/+3
* | tty: serial: msm_serial: Fix lockup for sysrq and oopsLeo Yan2019-12-121-2/+11
|/
* Merge tag 'tty-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-12-0326-546/+448
|\
| * Revert "serial/8250: Add support for NI-Serial PXI/PXIe+485 devices"Je Yen Tam2019-11-271-288/+4
| * serial: stm32: fix clearing interrupt error flagsFabrice Gasnier2019-11-211-3/+3
| * serial: serial_core: Perform NULL checks for break_ctl opsJiangfeng Xiao2019-11-211-1/+1
| * tty: Fix Kconfig indentationKrzysztof Kozlowski2019-11-202-49/+49
| * {tty: serial, nand: onenand}: samsung: rename to fix build warningSudip Mukherjee2019-11-182-1/+1
| * serial: ifx6x60: add missed pm_runtime_disableChuhong Yuan2019-11-181-0/+3
| * serial: pl011: Fix DMA ->flush_buffer()Vincent Whitchurch2019-11-181-4/+2
| * Revert "serial-uartlite: Move the uart register"Greg Kroah-Hartman2019-11-141-9/+9
| * Revert "serial-uartlite: Add get serial id if not provided"Greg Kroah-Hartman2019-11-141-7/+0
| * Revert "serial-uartlite: Do not use static struct uart_driver out of probe()"Greg Kroah-Hartman2019-11-141-15/+5
| * Revert "serial-uartlite: Add runtime support"Greg Kroah-Hartman2019-11-141-43/+9
| * Revert "serial-uartlite: Change logic how console_port is setup"Greg Kroah-Hartman2019-11-141-8/+2
| * Revert "serial-uartlite: Use allocated structure instead of static ones"Greg Kroah-Hartman2019-11-141-2/+2
| * tty: serial: msm_serial: Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-131-2/+2
| * tty: serial: tegra: Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-131-2/+1
| * tty: serial: amba-pl011: Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-131-1/+1
| * serial-uartlite: Use allocated structure instead of static onesShubhrajyoti Datta2019-11-131-2/+2
| * serial-uartlite: Change logic how console_port is setupShubhrajyoti Datta2019-11-131-2/+8
| * tty: serial: pch_uart: correct usage of dma_unmap_sgPeng Fan2019-11-131-1/+4
| * tty: serial: imx: use the sg count from dma_map_sgPeng Fan2019-11-131-1/+1
| * tty: serial: fsl_lpuart: use the sg count from dma_map_sgPeng Fan2019-11-051-2/+2
| * tty: serial: uartlite: use clk_disable_unprepare to match clk_prepare_enableChuhong Yuan2019-11-041-1/+1
| * serial: 8250-mtk: Use platform_get_irq_optional() for optional irqFrank Wunderlich2019-11-041-1/+1
| * serial: 8250_dw: Avoid double error messaging when IRQ absentAndy Shevchenko2019-11-041-5/+3
| * tty: serial: msm_serial: Fix flow controlJeffrey Hugo2019-11-041-1/+5
| * tty: serial: lpuart: Add RS485 support for 32-bit uart flavourPhilippe Schenker2019-11-041-2/+63
| * tty: serial: lpuart: Use defines that correspond to correct registerPhilippe Schenker2019-11-041-2/+2
| * tty: serial: lpuart: Remove unnecessary code from set_mctrlPhilippe Schenker2019-11-041-11/+0
| * Merge 5.4-rc5 into tty-nextGreg Kroah-Hartman2019-10-271-4/+4
| |\
| * | serial: fsl_linflexuart: Be consistent with the nameStefan-Gabriel Mirea2019-10-162-6/+6
| * | Revert "serial: core: Use cons->index for preferred console registration"Michal Simek2019-10-161-2/+1
| * | serial: 8250_exar: Move Exar pieces to custom ->startup()Andy Shevchenko2019-10-152-14/+19
| * | Merge 5.4-rc3 into tty-nextGreg Kroah-Hartman2019-10-1412-18/+43
| |\ \
OpenPOWER on IntegriCloud