summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250
AgeCommit message (Expand)AuthorFilesLines
2019-02-26serial: 8250_of: assume reg-shift of 2 for mrvl,mmp-uartLubomir Rintel1-0/+4
2019-02-26serial: 8250_pxa: honor the port number from devicetreeLubomir Rintel1-0/+4
2019-02-13serial: 8250_pci: Have ACCES cards that use the four port Pericom PI7C9X7954 ...Jay Dolan1-0/+105
2019-02-13serial: 8250_pci: Fix number of ports for ACCES serial cardsJay Dolan1-18/+18
2019-02-11serial: 8250_pci: Replace custom code with pci_match_id()Heikki Krogerus1-22/+7
2019-02-11Merge 5.0-rc6 into tty-nextGreg Kroah-Hartman2-4/+8
2019-01-30serial: 8250_pci: Make PCI class test non fatalAndy Shevchenko1-4/+5
2019-01-30tty: serial: 8250_mtk: Fix potential NULL pointer dereferenceGustavo A. R. Silva1-0/+3
2019-01-30Serial: Ingenic: Add support for the X1000.Zhou Yanjie1-4/+9
2019-01-30serial: 8250: Add OF support for Xscale variantLinus Walleij1-0/+1
2019-01-28Merge 5.0-rc4 into tty-nextGreg Kroah-Hartman1-8/+9
2019-01-18serial: 8250: Fix serial8250 initialization crashHe Zhe1-8/+9
2019-01-18serial: 8250_omap: Use clk_get_rate() to obtain fclk frequencyVignesh R1-1/+13
2019-01-18serial: 8250_omap: Drop check for of_nodeVignesh R1-35/+28
2018-12-29Merge tag 'tty-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds7-10/+279
2018-12-24Revert "serial: 8250: Default SERIAL_OF_PLATFORM to SERIAL_8250"Greg Kroah-Hartman1-1/+0
2018-12-17Revert "serial: 8250: Fix clearing FIFOs in RS485 mode again"Paul Burton1-24/+5
2018-12-17serial: 8250: Rate limit serial port rx interrupts during input overrunsDarwin Dingel3-1/+52
2018-12-10Merge 4.20-rc6 into tty-nextGreg Kroah-Hartman1-9/+7
2018-12-05tty: serial: 8250_mtk: always resume the device in probe.Peter Shih1-9/+7
2018-12-05serial: 8250-mtk: add uart DMA supportLong Cheng1-1/+209
2018-11-09serial: 8250: Process sysrq at port unlock timeDouglas Anderson4-8/+18
2018-11-09serial: 8250: Default SERIAL_OF_PLATFORM to SERIAL_8250Florian Fainelli1-0/+1
2018-10-08Merge 4.19-rc7 into tty-nextGreg Kroah-Hartman1-4/+0
2018-10-03Revert "serial: 8250_dw: Fix runtime PM handling"Guenter Roeck1-4/+0
2018-10-02serial: 8250_uniphier: add auto-flow-control supportDai Okamura1-0/+3
2018-10-02serial: 8250_uniphier: flatten probe functionMasahiro Yamada1-32/+17
2018-10-02serial: 8250_uniphier: remove unused "fifo-size" propertyMasahiro Yamada1-9/+1
2018-09-18serial: 8250: Fix clearing FIFOs in RS485 mode againMarek Vasut1-5/+24
2018-09-18serial: 8250_of: Fix for lack of interrupt supportJohn Garry1-9/+13
2018-09-18serial: 8250_omap: Make 8250_omap driver driver depend on ARCH_K3Lokesh Vutla1-1/+1
2018-09-18serial: 8250: drop the printk from serial8250_interrupt()Sebastian Andrzej Siewior1-5/+1
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