summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250
Commit message (Expand)AuthorAgeFilesLines
* serial: 8250: Fix TX interrupt handling conditionRautkoski Kimmo EXT2019-07-311-1/+2
* Revert "serial: 8250: Don't service RX FIFO if interrupts are disabled"Oliver Barta2019-07-211-2/+1
* dmaengine: idma64: Use actual device for DMA transfersAndy Shevchenko2019-06-151-2/+2
* serial: 8250_pxa: honor the port number from devicetreeLubomir Rintel2019-04-051-0/+4
* serial: 8250_pci: Have ACCES cards that use the four port Pericom PI7C9X7954 ...Jay Dolan2019-03-231-0/+105
* serial: 8250_pci: Fix number of ports for ACCES serial cardsJay Dolan2019-03-231-18/+18
* serial: 8250_of: assume reg-shift of 2 for mrvl,mmp-uartLubomir Rintel2019-03-231-0/+4
* serial: 8250_pci: Make PCI class test non fatalAndy Shevchenko2019-02-121-4/+5
* tty: serial: 8250_mtk: always resume the device in probe.Peter Shih2018-12-131-9/+7
* drivers/tty: add error handling for pcmcia_loop_configZhouyang Jia2018-10-031-2/+4
* serial: 8250_dw: Add ACPI support for uart on Broadcom SoCSrinath Mannam2018-08-221-0/+1
* serial: 8250_dw: always set baud rate in dw8250_set_termiosChen Hu2018-08-221-1/+1
* serial: 8250_exar: Read INT0 from slave device, tooAaron Sierra2018-08-221-1/+5
* tty: serial: 8250: Revert NXP SC16C2552 workaroundMark2018-08-221-2/+1
* serial: 8250_pci: Remove stalled entries in blacklistAndy Shevchenko2018-07-081-2/+0
* serial: 8250: omap: Fix idling of clocks for unused uartsTony Lindgren2018-06-161-1/+15
* serial: 8250: Don't service RX FIFO if interrupts are disabledVignesh R2018-05-251-1/+2
* tty: serial: exar: Relocate sleep wake-up handlingAaron Sierra2018-04-262-30/+30
* serial: 8250: Add Nuvoton NPCM UARTJoel Stanley2018-04-082-0/+34
* serial: 8250_pci: Don't fail on multiport card classAndy Shevchenko2018-03-241-3/+7
* serial: 8250_dw: Disable clock on errorStefan Potyra2018-03-241-1/+2
* serial: 8250_pci: Add Brainboxes UC-260 4 port serial deviceNikola Ciprich2018-03-191-0/+11
* serial: 8250_uniphier: fix error return code in uniphier_uart_probe()Wei Yongjun2018-02-031-2/+3
* serial: 8250_of: fix return code when probe function fails to get resetMasahiro Yamada2018-02-031-1/+4
* serial: 8250: Preserve DLD[7:4] for PORT_XR17V35XAaron Sierra2017-12-101-1/+4
* serial: 8250_fintek: Fix rs485 disablement on invalid ioctl()Lukas Wunner2017-12-101-1/+1
* serial: 8250_early: Only set divisor if valid clk & baudMatt Redfearn2017-12-101-6/+8
* serial: 8250_pci: Add Amazon PCI serial device IDMatt Wilson2017-12-101-0/+3
* serial: 8250_fintek: Fix finding base_port with activated SuperIOJi-Ze Hong (Peter Hong)2017-11-241-0/+3
* 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
| * 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