summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250
Commit message (Expand)AuthorAgeFilesLines
* Merge 4.16-rc6 into tty-nextGreg Kroah-Hartman2018-03-201-3/+18
|\
| * serial: 8250_pci: Add Brainboxes UC-260 4 port serial deviceNikola Ciprich2018-02-281-0/+11
| * serial: 8250_pci: Don't fail on multiport card classAndy Shevchenko2018-02-281-3/+7
* | 8250-men-mcb: add support for 16z025 and 16z057Michael Moese2018-03-152-36/+94
* | serial: 8250: Add Nuvoton NPCM UARTJoel Stanley2018-03-092-0/+34
* | serial: 8250_dw: Switch to use acpi_dev_present()Andy Shevchenko2018-03-091-11/+5
* | serial, pci_ids: Move duplicate IDs to PCI IDs databaseAndy Shevchenko2018-02-281-3/+0
* | serial: 8250_dw: Allow TX FIFO to drain before writing to UART_LCRJoshua Scott2018-02-281-0/+18
* | serial: 8250: 8250_omap: Fix throttling when DMA is enabledVignesh R2018-02-281-1/+10
* | serial: 8250: Don't service RX FIFO if interrupts are disabledVignesh R2018-02-281-1/+2
|/
* tty: serial: exar: Relocate sleep wake-up handlingAaron Sierra2018-01-252-30/+30
* serial: 8250_dw: Revert "Improve clock rate setting"Andy Shevchenko2018-01-221-18/+12
* serial: 8250_ingenic: Parse earlycon optionsPaul Cercueil2018-01-091-2/+10
* serial: 8250_ingenic: Add support for the JZ4770 SoCPaul Cercueil2018-01-091-0/+5
* serial: 8250_of: fix return code when probe function fails to get resetMasahiro Yamada2018-01-091-1/+4
* serial: 8250_uniphier: fix error return code in uniphier_uart_probe()Wei Yongjun2018-01-091-2/+3
* serial: 8250: 8250_omap: Fix spelling error.Rolf Evers-Fischer2017-12-151-1/+1
* serial: 8250_dw: Disable clock on errorStefan Potyra2017-12-151-1/+2
* serial: forbid 8250 on s390Christian Borntraeger2017-12-151-0/+1
* serial: 8250_early: Only set divisor if valid clk & baudMatt Redfearn2017-11-281-6/+8
* serial: 8250_pci: Add Amazon PCI serial device IDMatt Wilson2017-11-281-0/+3
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-211-2/+2
* Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-11-1333-201/+179
|\
| * serial: 8250_fintek: Fix crash with baud rate B0Ji-Ze Hong (Peter Hong)2017-11-081-2/+9
| * serial: 8250_fintek: Disable delays for ports != 0Ricardo Ribalda Delgado2017-11-081-0/+6
| * serial: 8250_fintek: Return -EINVAL on invalid configurationRicardo Ribalda Delgado2017-11-081-8/+9
| * tty: serial: Remove redundant license textGreg Kroah-Hartman2017-11-0830-160/+0
| * tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-0833-0/+33
| * serial: 8250: fix potential deadlock in rs485-modeTomas Melin2017-11-041-3/+0
| * serial: 8250_fintek: Fix rs485 disablement on invalid ioctl()Lukas Wunner2017-11-041-1/+1
| * serial: 8250: Convert timers to use timer_setup()Kees Cook2017-11-041-9/+7
| * serial: 8250_fintek: Fix finding base_port with activated SuperIOJi-Ze Hong (Peter Hong)2017-10-201-0/+3
| * serial: 8250: Preserve DLD[7:4] for PORT_XR17V35XAaron Sierra2017-10-201-1/+4
| * serial: 8250_dw: Improve clock rate settingEd Blake2017-10-041-12/+18
| * serial: Add define for max baud rate divisorEd Blake2017-10-043-4/+4
| * serial: 8250_mid: Enable HSU on Intel Cedar Fork PCHAndy Shevchenko2017-10-042-2/+5
| * serial: 8250_fintek: fix warning reported from smatchJi-Ze Hong (Peter Hong)2017-10-031-1/+1
| * serial: 8250_fintek: UART dynamic clocksource on Fintek F81216HJi-Ze Hong (Peter Hong)2017-10-031-2/+30
| * serial: 8250_fintek: UART dynamic clocksource on Fintek F81866Ji-Ze Hong (Peter Hong)2017-10-031-0/+54
| * drivers: tty: 8250: use setup_timer() helper.Allen Pais2017-10-031-2/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* Merge tag 'tty-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-09-0514-93/+332
|\
| * serial: 8250_port: Remove useless NULL checksAndy Shevchenko2017-08-311-4/+4
| * Introduce 8250_men_mcbMichael Moese2017-08-283-0/+130
| * serial: 8250_uniphier: add suspend/resume supportMasahiro Yamada2017-08-281-0/+35
| * serial: 8250_uniphier: use CHAR register for canary to detect power-offMasahiro Yamada2017-08-281-6/+16
| * serial: 8250_uniphier: fix serial port index in private dataMasahiro Yamada2017-08-281-3/+3
| * serial: 8250: of: Add new port type for MediaTek BTIF controller on MT7622/23...Sean Wang2017-08-282-0/+10
| * tty: 8250: constify parisc_device_idArvind Yadav2017-08-281-2/+2
| * serial: 8250_of: Add basic PM runtime supportFranklin S Cooper Jr2017-08-281-11/+24