summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)Author
2019-12-12tty: serial: samsung_tty: fix blank line checkpatch warningGreg Kroah-Hartman
2019-12-12tty: serial: samsung_tty: fix up minor comment formattingGreg Kroah-Hartman
2019-12-12tty: serial: samsung_tty: use 'unsigned int' not 'unsigned'Greg Kroah-Hartman
2019-12-12tty: serial: samsung_tty: use standard debugging macrosGreg Kroah-Hartman
2019-12-12tty: serial: samsung_tty: drop unneded dbg() callsGreg Kroah-Hartman
2019-12-12tty: serial: samsung_tty: delete samsung.hGreg Kroah-Hartman
2019-12-12tty: serial: samsung.h: remove reset_port callback from struct s3c24xx_uart_infoGreg Kroah-Hartman
2019-12-12tty: serial: samsung.h: fix up minor comment issuesGreg Kroah-Hartman
2019-12-12tty: serial: samsung_tty: fix build warningGreg Kroah-Hartman
2019-12-12tty: serial: samsung: allow driver to be built by anyoneGreg Kroah-Hartman
2019-12-12tty/serial: atmel: fix out of range clock divider handlingDavid Engraf
2019-12-12tty: pl011: Add suspend resume supportShubhrajyoti Datta
2019-12-12tty: serial: amba-pl011: remove set but unused variableXiongfeng Wang
2019-12-12tty: serial: samsung: remove variable 'ufstat' set but not usedChen Wandun
2019-12-10tty: omap-serial: remove set but unused variableXiongfeng Wang
2019-12-09serial: ucc_uart: access __be32 field using be32_to_cpuRasmus Villemoes
2019-12-09serial: ucc_uart: limit brg-frequency workaround to PPC32Rasmus Villemoes
2019-12-09serial: ucc_uart: use of_property_read_u32() in ucc_uart_probe()Rasmus Villemoes
2019-12-09serial: ucc_uart: stub out soft_uart_init for !CONFIG_PPC32Rasmus Villemoes
2019-12-09serial: ucc_uart: factor out soft_uart initializationRasmus Villemoes
2019-12-09serial: ucc_uart: replace ppc-specific IO accessorsRasmus Villemoes
2019-12-09serial: ucc_uart: explicitly include soc/fsl/cpm.hRasmus Villemoes
2019-12-03Merge tag 'tty-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-11-28Merge branch 'pci/resource'Bjorn Helgaas
2019-11-27Merge tag 'riscv/for-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-11-27Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-11-27Revert "serial/8250: Add support for NI-Serial PXI/PXIe+485 devices"Je Yen Tam
2019-11-21serial: stm32: fix clearing interrupt error flagsFabrice Gasnier
2019-11-21serial: serial_core: Perform NULL checks for break_ctl opsJiangfeng Xiao
2019-11-20tty: Fix Kconfig indentationKrzysztof Kozlowski
2019-11-18{tty: serial, nand: onenand}: samsung: rename to fix build warningSudip Mukherjee
2019-11-18serial: ifx6x60: add missed pm_runtime_disableChuhong Yuan
2019-11-18serial: pl011: Fix DMA ->flush_buffer()Vincent Whitchurch
2019-11-14Revert "serial-uartlite: Move the uart register"Greg Kroah-Hartman
2019-11-14Revert "serial-uartlite: Add get serial id if not provided"Greg Kroah-Hartman
2019-11-14Revert "serial-uartlite: Do not use static struct uart_driver out of probe()"Greg Kroah-Hartman
2019-11-14Revert "serial-uartlite: Add runtime support"Greg Kroah-Hartman
2019-11-14Revert "serial-uartlite: Change logic how console_port is setup"Greg Kroah-Hartman
2019-11-14Revert "serial-uartlite: Use allocated structure instead of static ones"Greg Kroah-Hartman
2019-11-13riscv: don't allow selecting SBI based drivers for M-modeDamien Le Moal
2019-11-13tty: serial: msm_serial: Use dma_request_chan() directly for channel requestPeter Ujfalusi
2019-11-13tty: serial: tegra: Use dma_request_chan() directly for channel requestPeter Ujfalusi
2019-11-13tty: serial: amba-pl011: Use dma_request_chan() directly for channel requestPeter Ujfalusi
2019-11-13serial-uartlite: Use allocated structure instead of static onesShubhrajyoti Datta
2019-11-13serial-uartlite: Change logic how console_port is setupShubhrajyoti Datta
2019-11-13tty: serial: pch_uart: correct usage of dma_unmap_sgPeng Fan
2019-11-13tty: serial: imx: use the sg count from dma_map_sgPeng Fan
2019-11-05tty: serial: fsl_lpuart: use the sg count from dma_map_sgPeng Fan
2019-11-04tty: serial: uartlite: use clk_disable_unprepare to match clk_prepare_enableChuhong Yuan