summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250
AgeCommit message (Expand)AuthorFilesLines
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-22treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook1-2/+2
2017-11-14Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus 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
2017-10-03serial: 8250_fintek: UART dynamic clocksource on Fintek F81216HJi-Ze Hong (Peter Hong)1-2/+30
2017-10-03serial: 8250_fintek: UART dynamic clocksource on Fintek F81866Ji-Ze Hong (Peter Hong)1-0/+54
2017-10-03drivers: tty: 8250: use setup_timer() helper.Allen Pais1-2/+1
2017-09-05Merge tag 'tty-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds14-93/+332
2017-08-31serial: 8250_port: Remove useless NULL checksAndy Shevchenko1-4/+4
2017-08-28Introduce 8250_men_mcbMichael Moese3-0/+130
2017-08-28serial: 8250_uniphier: add suspend/resume supportMasahiro Yamada1-0/+35
2017-08-28serial: 8250_uniphier: use CHAR register for canary to detect power-offMasahiro Yamada1-6/+16
2017-08-28serial: 8250_uniphier: fix serial port index in private dataMasahiro Yamada1-3/+3
2017-08-28serial: 8250: of: Add new port type for MediaTek BTIF controller on MT7622/23...Sean Wang2-0/+10
2017-08-28tty: 8250: constify parisc_device_idArvind Yadav1-2/+2
2017-08-28serial: 8250_of: Add basic PM runtime supportFranklin S Cooper Jr1-11/+24
2017-08-28serial: 8250_of: use of_property_read_bool()Sergei Shtylyov1-2/+2
2017-08-28serial: 8250: Use hrtimers for rs485 delaysRafael Gago1-23/+40
2017-08-28tty: serial: 8250_mtk: Use PTR_ERR_OR_ZEROHimanshu Jha1-4/+1
2017-08-22parisc/8250_gsc: Fix section mismatchesHelge Deller1-4/+4
2017-08-15Merge 4.13-rc5 into tty-nextGreg Kroah-Hartman2-9/+20
2017-08-13Merge tag 'tty-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-6/+17
2017-08-01Revert "serial: Delete dead code for CIR serial ports"Sean Young1-6/+17
2017-08-01gpio: exar: Use correct property prefix and document bindingsJan Kiszka1-2/+2
2017-07-30serial: 8250_pci: Enable device after we check black listAndy Shevchenko1-10/+29
2017-07-30serial: core: move UPF_NO_TXEN_TEST to quirks and renameAndy Shevchenko3-10/+10
2017-07-30serial: 8250_early: Remove __init marking from early writeJeffy Chen1-4/+4
2017-07-30serial: 8250_ingenic: Remove __init marking from early writeJeffy Chen1-4/+4