summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250
Commit message (Expand)AuthorAgeFilesLines
* Fix up remaining devm_ioremap_nocache() in SGI IOC3 8250 UART driverLinus Torvalds2020-02-081-1/+1
* Merge tag 'mips_5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2020-01-313-0/+110
|\
| * mfd: ioc3: Add driver for SGI IOC3 chipThomas Bogendoerfer2020-01-093-0/+110
* | Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-01-299-44/+49
|\ \
| * | serial: 8250_bcm2835aux: Document struct bcm2835aux_dataLukas Wunner2020-01-221-0/+5
| * | serial: 8250_bcm2835aux: Use generic remapping codeLukas Wunner2020-01-221-5/+3
| * | serial: 8250_bcm2835aux: Allocate uart_8250_port on stackLukas Wunner2020-01-221-18/+15
| * | serial: 8250_bcm2835aux: Suppress register_port error on -EPROBE_DEFERLukas Wunner2020-01-221-2/+3
| * | serial: 8250_bcm2835aux: Suppress clk_get error on -EPROBE_DEFERPhil Elwell2020-01-221-1/+2
| * | serial: 8250_bcm2835aux: Fix line mismatch on driver unbindLukas Wunner2020-01-221-1/+1
| * | tty/serial: 8250_exar: use true,false for bool variableZheng Bin2020-01-141-3/+3
| * | serial: 8250: Support disabling mdelay-filled probes of 16550A variantsJosh Triplett2020-01-142-0/+13
| * | tty/serial: Migrate 8250_port to use has_sysrqDmitry Safonov2019-12-181-4/+1
| * | tty/serial: Migrate 8250_omap to use has_sysrqDmitry Safonov2019-12-181-4/+1
| * | tty/serial: Migrate 8250_fsl to use has_sysrqDmitry Safonov2019-12-183-5/+4
| * | tty/serial: Migrate aspeed_vuart to use has_sysrqDmitry Safonov2019-12-171-4/+1
| |/
* / remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-064-6/+6
|/
* Merge tag 'tty-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-12-039-364/+185
|\
| * Revert "serial/8250: Add support for NI-Serial PXI/PXIe+485 devices"Je Yen Tam2019-11-271-288/+4
| * tty: Fix Kconfig indentationKrzysztof Kozlowski2019-11-201-1/+1
| * serial: 8250-mtk: Use platform_get_irq_optional() for optional irqFrank Wunderlich2019-11-041-1/+1
| * serial: 8250_dw: Avoid double error messaging when IRQ absentAndy Shevchenko2019-11-041-5/+3
| * Merge 5.4-rc5 into tty-nextGreg Kroah-Hartman2019-10-271-4/+4
| |\
| * | serial: 8250_exar: Move Exar pieces to custom ->startup()Andy Shevchenko2019-10-152-14/+19
| * | Merge 5.4-rc3 into tty-nextGreg Kroah-Hartman2019-10-141-2/+3
| |\ \
| * | | drivers/tty/serial/8250: Make Aspeed VUART SIRQ polarity configurableOskar Senft2019-10-042-0/+85
| * | | serial: 8250_dw: Use devm_clk_get_optional() to get the input clockAndy Shevchenko2019-10-041-43/+32
| * | | serial: 8250_lpss: Switch over to MSI interruptsFelipe Balbi2019-10-041-12/+9
| * | | tty: 8250_of: Use software emulated RS485 direction controlHeiko Schocher2019-10-041-0/+31
* | | | Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-031-5/+3
|\ \ \ \
| * \ \ \ Merge branch 'pci/resource'Bjorn Helgaas2019-11-281-5/+3
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov2019-10-141-5/+3
| | |/ /
* | | / drivers: mcb: use symbol namespacesJohannes Thumshirn2019-11-031-0/+1
| |_|/ |/| |
* | | 8250-men-mcb: fix error checking when get_num_ports returns -ENODEVColin Ian King2019-10-151-4/+4
|/ /
* / serial: 8250_omap: Fix gpio check for auto RTS/CTSAdam Ford2019-10-071-2/+3
|/
* serial: 8250_pci: Implement MSI(-X) supportRalf Ramsauer2019-09-041-1/+26
* serial: 8250_pci: Add F81504A series SupportJi-Ze Hong (Peter Hong)2019-09-041-0/+121
* serial: 8250_pci: Merge 8250_moxa to 8250_pciKai-Heng Feng2019-09-044-180/+99
* serial: 8250_pci: Add support for Sunix serial boardsKai-Heng Feng2019-09-042-17/+84
* serial: 8250_lpss: Enable HS UART on Elkhart LakeAndy Shevchenko2019-09-041-0/+18
* serial: 8250_lpss: Get rid of custom LPSS_DEVICE() macroAndy Shevchenko2019-09-041-10/+8
* serial: 8250_lpss: register DMA IRQ and pool with instance IDAndy Shevchenko2019-09-041-0/+1
* serial: 8250_lpss: add fractional divisor supportAndy Shevchenko2019-09-041-5/+2
* serial: 8250_lpss: switch to use 8250_dwlib libraryAndy Shevchenko2019-09-042-9/+14
* serial: 8250_dw: switch to use 8250_dwlib libraryAndy Shevchenko2019-09-042-135/+28
* serial: 8250_dw: split Synopsys DesignWare 8250 common functionsAndy Shevchenko2019-09-044-0/+149
* serial: 8250_dw: use pointer to uart local variableAndy Shevchenko2019-09-041-4/+4
* serial: 8250_dw: Use a unified new dev variable in removeAndy Shevchenko2019-09-041-3/+4
* serial: 8250_exar: Replace msleep(1) with usleep_range()Andy Shevchenko2019-09-041-1/+1
* serial: 8250_exar: Consolidate callback assignments in default_setup()Andy Shevchenko2019-09-041-22/+21
OpenPOWER on IntegriCloud