aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-14serial: 8250_dw: Fix runtime PM handlingPhil Edworthy1-0/+4
2018-05-14serial: 8250: omap: Fix idling of clocks for unused uartsTony Lindgren1-1/+15
2018-05-14serial: 8250: Add missing rxtrig_bytes on Altera 16550 UARTMarek Vasut1-0/+3
2018-05-14serial/aspeed-vuart: fix a couple mod_timer() callsDan Carpenter1-2/+3
2018-05-14serial: 8250_of: Add IO space supportJohn Garry1-27/+35
2018-04-25serial: 8250_early: Setup divider when uartclk is passedMichal Simek1-1/+1
2018-04-23serial/aspeed-vuart: Implement quick throttle mechanismJeremy Kerr1-4/+101
2018-04-23serial/aspeed-vuart: Implement rx throttlingJeremy Kerr1-0/+27
2018-04-23serial/8250: export serial8250_read_charJeremy Kerr1-1/+2
2018-04-23tty: serial: 8250: pass IRQ shared flag to UART portsKurt Kanzenbach1-0/+1
2018-04-23serial: 8250: omap: Provide ability to enable/disable UART as wakeup sourceVignesh R1-0/+11
2018-04-23serial: 8250_dw: Limit dw8250_tx_wait_empty quirk to armada-38x devicesJoshua Scott1-4/+27
2018-03-20Merge 4.16-rc6 into tty-nextGreg Kroah-Hartman1-3/+18
2018-03-158250-men-mcb: add support for 16z025 and 16z057Michael Moese2-36/+94
2018-03-09serial: 8250: Add Nuvoton NPCM UARTJoel Stanley2-0/+34
2018-03-09serial: 8250_dw: Switch to use acpi_dev_present()Andy Shevchenko1-11/+5
2018-02-28serial, pci_ids: Move duplicate IDs to PCI IDs databaseAndy Shevchenko1-3/+0
2018-02-28serial: 8250_pci: Add Brainboxes UC-260 4 port serial deviceNikola Ciprich1-0/+11
2018-02-28serial: 8250_pci: Don't fail on multiport card classAndy Shevchenko1-3/+7
2018-02-28serial: 8250_dw: Allow TX FIFO to drain before writing to UART_LCRJoshua Scott1-0/+18
2018-02-28serial: 8250: 8250_omap: Fix throttling when DMA is enabledVignesh R1-1/+10
2018-02-28serial: 8250: Don't service RX FIFO if interrupts are disabledVignesh R1-1/+2
2018-01-25tty: serial: exar: Relocate sleep wake-up handlingAaron Sierra2-30/+30
2018-01-22serial: 8250_dw: Revert "Improve clock rate setting"Andy Shevchenko1-18/+12
2018-01-09serial: 8250_ingenic: Parse earlycon optionsPaul Cercueil1-2/+10
2018-01-09serial: 8250_ingenic: Add support for the JZ4770 SoCPaul Cercueil1-0/+5
2018-01-09serial: 8250_of: fix return code when probe function fails to get resetMasahiro Yamada1-1/+4
2018-01-09serial: 8250_uniphier: fix error return code in uniphier_uart_probe()Wei Yongjun1-2/+3
2017-12-15serial: 8250: 8250_omap: Fix spelling error.Rolf Evers-Fischer1-1/+1
2017-12-15serial: 8250_dw: Disable clock on errorStefan Potyra1-1/+2
2017-12-15serial: forbid 8250 on s390Christian Borntraeger1-0/+1
2017-11-28serial: 8250_early: Only set divisor if valid clk & baudMatt Redfearn1-6/+8
2017-11-28serial: 8250_pci: Add Amazon PCI serial device IDMatt Wilson1-0/+3
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook1-2/+2
2017-11-13Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds33-201/+179
2017-11-08serial: 8250_fintek: Fix crash with baud rate B0Ji-Ze Hong (Peter Hong)1-2/+9
2017-11-08serial: 8250_fintek: Disable delays for ports != 0Ricardo Ribalda Delgado1-0/+6
2017-11-08serial: 8250_fintek: Return -EINVAL on invalid configurationRicardo Ribalda Delgado1-8/+9
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman30-160/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman33-0/+33
2017-11-04serial: 8250: fix potential deadlock in rs485-modeTomas Melin1-3/+0
2017-11-04serial: 8250_fintek: Fix rs485 disablement on invalid ioctl()Lukas Wunner1-1/+1
2017-11-04serial: 8250: Convert timers to use timer_setup()Kees Cook1-9/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-20serial: 8250_fintek: Fix finding base_port with activated SuperIOJi-Ze Hong (Peter Hong)1-0/+3
2017-10-20serial: 8250: Preserve DLD[7:4] for PORT_XR17V35XAaron Sierra1-1/+4
2017-10-04serial: 8250_dw: Improve clock rate settingEd Blake1-12/+18
2017-10-04serial: Add define for max baud rate divisorEd Blake3-4/+4
2017-10-04serial: 8250_mid: Enable HSU on Intel Cedar Fork PCHAndy Shevchenko2-2/+5
2017-10-03serial: 8250_fintek: fix warning reported from smatchJi-Ze Hong (Peter Hong)1-1/+1