summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250 (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * serial: 8250_of: use of_property_read_bool()Sergei Shtylyov2017-08-281-2/+2
| * serial: 8250: Use hrtimers for rs485 delaysRafael Gago2017-08-281-23/+40
| * tty: serial: 8250_mtk: Use PTR_ERR_OR_ZEROHimanshu Jha2017-08-281-4/+1
| * Merge 4.13-rc5 into tty-nextGreg Kroah-Hartman2017-08-142-9/+20
| |\
| * | serial: 8250_pci: Enable device after we check black listAndy Shevchenko2017-07-301-10/+29
| * | serial: core: move UPF_NO_TXEN_TEST to quirks and renameAndy Shevchenko2017-07-303-10/+10
| * | serial: 8250_early: Remove __init marking from early writeJeffy Chen2017-07-301-4/+4
| * | serial: 8250_ingenic: Remove __init marking from early writeJeffy Chen2017-07-301-4/+4
| * | drivers/serial: Do not leave sysfs group in case of error in aspeed_vuart_pro...Alexey Khoroshilov2017-07-301-2/+5
| * | serial: 8250_dw: explicitly request exclusive reset controlPhilipp Zabel2017-07-301-1/+1
| * | serial: 8250: fix error handling in of_platform_serial_probe()Alexey Khoroshilov2017-07-301-9/+14
| * | tty: serial: pci: constify pci_device_id.Arvind Yadav2017-07-301-1/+1
| * | tty: serial: exar: constify pci_device_id.Arvind Yadav2017-07-301-1/+1
* | | parisc/8250_gsc: Fix section mismatchesHelge Deller2017-08-221-4/+4
| |/ |/|
* | Merge tag 'tty-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-08-131-6/+17
|\ \
| * | Revert "serial: Delete dead code for CIR serial ports"Sean Young2017-08-011-6/+17
| |/
* / gpio: exar: Use correct property prefix and document bindingsJan Kiszka2017-08-011-2/+2
|/
* Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2017-07-071-5/+168
|\
| * serial: exar: Add support for IOT2040 deviceJan Kiszka2017-07-031-1/+128
| * gpio-exar/8250-exar: Make set of exported GPIOs configurableJan Kiszka2017-07-031-3/+12
| * serial: exar: Factor out platform hooksJan Kiszka2017-07-031-5/+27
| * gpio-exar/8250-exar: Rearrange gpiochip parenthoodJan Kiszka2017-07-031-0/+2
| * gpio-exar/8250-exar: Do not even instantiate a GPIO device for Commtech cardsJan Kiszka2017-07-031-1/+3
| * gpio-exar/8250-exar: Fix passing in of parent PCI deviceJan Kiszka2017-06-201-1/+2
* | serial: 8250: 8250_omap: Fix race b/w dma completion and RX timeoutVignesh R2017-06-291-2/+21
* | serial: 8250: Fix THRE flag usage for CAP_MINIPhil Elwell2017-06-291-0/+4
* | serial: Delete dead code for CIR serial portsMatthias Brugger2017-06-201-17/+6
* | serial: exar: Leave MPIOs as output for Commtech adaptersJan Kiszka2017-06-091-4/+11
* | serial: 8250_of: Add reset supportJoel Stanley2017-06-031-0/+10
* | Merge 4.12-rc3 into tty-nextGreg Kroah-Hartman2017-05-291-10/+11
|\ \
| * | serial: exar: Fix stuck MSIsJan Kiszka2017-05-181-9/+10
| * | drivers/tty: 8250: only call fintek_8250_probe when doing port I/OArd Biesheuvel2017-05-181-1/+1
| |/
* | serial: 8250: Add CAP_MINI, set for bcm2835auxPhil Elwell2017-05-243-1/+10
* | serial: exar: Preconfigure xr17v35x MPIOs as outputJan Kiszka2017-05-181-2/+2
* | drivers/serial: Add driver for Aspeed virtual UARTJeremy Kerr2017-05-183-0/+334
* | serial: 8250: Add flag so drivers can avoid THRE probeJoel Stanley2017-05-181-1/+1
* | serial: 8250_exar: Remove duplicate assignmentAndy Shevchenko2017-05-181-1/+0
* | serial: 8250: omap: Disable DMA for console UARTVignesh R2017-05-181-0/+4
|/
* Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-111-2/+2
|\
| * Annotate hardware config module parameters in drivers/tty/David Howells2017-04-201-2/+2
* | serial: 8250_early: Add earlycon support for Palmchip UARTMarc Gonzalez2017-04-182-2/+26