aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-05Merge tag 'tty-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus 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 SoCSean 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-14Merge 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/gregkh/ttyLinus 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
2017-07-30drivers/serial: Do not leave sysfs group in case of error in aspeed_vuart_probe()Alexey Khoroshilov1-2/+5
2017-07-30serial: 8250_dw: explicitly request exclusive reset controlPhilipp Zabel1-1/+1
2017-07-30serial: 8250: fix error handling in of_platform_serial_probe()Alexey Khoroshilov1-9/+14
2017-07-30tty: serial: pci: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-30tty: serial: exar: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-07Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-5/+168
2017-07-03serial: exar: Add support for IOT2040 deviceJan Kiszka1-1/+128
2017-07-03gpio-exar/8250-exar: Make set of exported GPIOs configurableJan Kiszka1-3/+12
2017-07-03serial: exar: Factor out platform hooksJan Kiszka1-5/+27
2017-07-03gpio-exar/8250-exar: Rearrange gpiochip parenthoodJan Kiszka1-0/+2
2017-07-03gpio-exar/8250-exar: Do not even instantiate a GPIO device for Commtech cardsJan Kiszka1-1/+3
2017-06-29serial: 8250: 8250_omap: Fix race b/w dma completion and RX timeoutVignesh R1-2/+21
2017-06-29serial: 8250: Fix THRE flag usage for CAP_MINIPhil Elwell1-0/+4
2017-06-20gpio-exar/8250-exar: Fix passing in of parent PCI deviceJan Kiszka1-1/+2
2017-06-20serial: Delete dead code for CIR serial portsMatthias Brugger1-17/+6
2017-06-09serial: exar: Leave MPIOs as output for Commtech adaptersJan Kiszka1-4/+11
2017-06-03serial: 8250_of: Add reset supportJoel Stanley1-0/+10
2017-05-29Merge 4.12-rc3 into tty-nextGreg Kroah-Hartman1-10/+11
2017-05-24serial: 8250: Add CAP_MINI, set for bcm2835auxPhil Elwell3-1/+10
2017-05-18serial: exar: Fix stuck MSIsJan Kiszka1-9/+10
2017-05-18drivers/tty: 8250: only call fintek_8250_probe when doing port I/OArd Biesheuvel1-1/+1
2017-05-18serial: exar: Preconfigure xr17v35x MPIOs as outputJan Kiszka1-2/+2
2017-05-18drivers/serial: Add driver for Aspeed virtual UARTJeremy Kerr3-0/+334
2017-05-18serial: 8250: Add flag so drivers can avoid THRE probeJoel Stanley1-1/+1
2017-05-18serial: 8250_exar: Remove duplicate assignmentAndy Shevchenko1-1/+0
2017-05-18serial: 8250: omap: Disable DMA for console UARTVignesh R1-0/+4
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-2/+2
2017-04-20Annotate hardware config module parameters in drivers/tty/David Howells1-2/+2
2017-04-18serial: 8250_early: Add earlycon support for Palmchip UARTMarc Gonzalez2-2/+26