summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250
AgeCommit message (Expand)AuthorFilesLines
2018-10-02Revert "serial: 8250_dw: Fix runtime PM handling"Guenter Roeck1-4/+0
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2018-08-12tty: serial: 8250: Revert NXP SC16C2552 workaroundMark1-2/+1
2018-08-02serial: 8250_exar: Read INT0 from slave device, tooAaron Sierra1-1/+5
2018-08-02serial: 8250_dw: Add ACPI support for uart on Broadcom SoCSrinath Mannam1-0/+1
2018-08-02serial: 8250_dw: always set baud rate in dw8250_set_termiosChen Hu1-1/+1
2018-07-25serial: 8250: Use cached port name directly in messagesAndy Shevchenko2-14/+12
2018-07-23serial: 8250_exar: Drop unused variable in pci_xr17v35x_setup()Andy Shevchenko1-1/+0
2018-07-21serial: 8250_exar: Describe all members in struct exar8250_boardAndy Shevchenko1-0/+2
2018-07-21serial: 8250_exar: Remove useless has_slave memberAndy Shevchenko1-5/+2
2018-07-21serial: 8250_dw: Add compatible string for Renesas RZ/N1 UARTPhil Edworthy1-0/+1
2018-07-16serial: 8250: of: Defer probe on missing IRQAlexander Sverdlin1-0/+4
2018-07-16serial: 8250: of: Correct of_platform_serial_setup() error handlingAlexander Sverdlin1-1/+1
2018-07-16Merge 4.18-rc5 into char-misc-nextGreg Kroah-Hartman1-2/+0
2018-07-12serial: 8250_dw: add fractional divisor supportJisheng Zhang1-0/+45
2018-07-12serial: 8250: export serial8250_do_set_divisor()Jisheng Zhang1-2/+3
2018-07-12serial: 8250: introduce get_divisor() and set_divisor() hookJisheng Zhang2-4/+27
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap1-0/+1
2018-07-07serial: 8250_dw: Introduce IO accessors to extended registersAndy Shevchenko1-8/+17
2018-07-06serial: 8250: let serial8250_get_divisor() get uart_port * as paramJisheng Zhang1-4/+4
2018-07-02Merge 4.18-rc3 into tty-nextGreg Kroah-Hartman1-2/+0
2018-06-28serial: 8250_pci: Remove stalled entries in blacklistAndy Shevchenko1-2/+0
2018-06-28drivers/tty: add error handling for pcmcia_loop_configZhouyang Jia1-2/+4
2018-06-28serial: 8250_omap: Add support for AM654 UART controllerNishanth Menon1-0/+1
2018-06-28tty: serial: exar: generalize RS485 setupDaniel Golle1-13/+25
2018-05-14serial: 8250_dw: Fix runtime PM handlingPhil Edworthy1-0/+4
2018-05-14serial: 8250: omap: Fix idling of clocks for unused uartsTony Lindgren1-1/+15
2018-05-14serial: 8250: Add missing rxtrig_bytes on Altera 16550 UARTMarek Vasut1-0/+3
2018-05-14serial/aspeed-vuart: fix a couple mod_timer() callsDan Carpenter1-2/+3
2018-05-14serial: 8250_of: Add IO space supportJohn Garry1-27/+35
2018-04-25serial: 8250_early: Setup divider when uartclk is passedMichal Simek1-1/+1
2018-04-23serial/aspeed-vuart: Implement quick throttle mechanismJeremy Kerr1-4/+101
2018-04-23serial/aspeed-vuart: Implement rx throttlingJeremy Kerr1-0/+27
2018-04-23serial/8250: export serial8250_read_charJeremy Kerr1-1/+2
2018-04-23tty: serial: 8250: pass IRQ shared flag to UART portsKurt Kanzenbach1-0/+1
2018-04-23serial: 8250: omap: Provide ability to enable/disable UART as wakeup sourceVignesh R1-0/+11
2018-04-23serial: 8250_dw: Limit dw8250_tx_wait_empty quirk to armada-38x devicesJoshua Scott1-4/+27
2018-03-20Merge 4.16-rc6 into tty-nextGreg Kroah-Hartman1-3/+18
2018-03-158250-men-mcb: add support for 16z025 and 16z057Michael Moese2-36/+94
2018-03-09serial: 8250: Add Nuvoton NPCM UARTJoel Stanley2-0/+34
2018-03-09serial: 8250_dw: Switch to use acpi_dev_present()Andy Shevchenko1-11/+5
2018-02-28serial, pci_ids: Move duplicate IDs to PCI IDs databaseAndy Shevchenko1-3/+0
2018-02-28serial: 8250_pci: Add Brainboxes UC-260 4 port serial deviceNikola Ciprich1-0/+11
2018-02-28serial: 8250_pci: Don't fail on multiport card classAndy Shevchenko1-3/+7
2018-02-28serial: 8250_dw: Allow TX FIFO to drain before writing to UART_LCRJoshua Scott1-0/+18
2018-02-28serial: 8250: 8250_omap: Fix throttling when DMA is enabledVignesh R1-1/+10
2018-02-28serial: 8250: Don't service RX FIFO if interrupts are disabledVignesh R1-1/+2
2018-01-25tty: serial: exar: Relocate sleep wake-up handlingAaron Sierra2-30/+30
2018-01-22serial: 8250_dw: Revert "Improve clock rate setting"Andy Shevchenko1-18/+12
2018-01-09serial: 8250_ingenic: Parse earlycon optionsPaul Cercueil1-2/+10