aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-03serial: 8250: 8250_core: Fix missing unlock on error in serial8250_register_8250_port()Wei Yongjun1-2/+5
2019-06-21Revert "serial: 8250: Don't service RX FIFO if interrupts are disabled"Oliver Barta1-2/+1
2019-06-21tty/serial/8250: use mctrl_gpio helpersYegor Yefremov5-15/+61
2019-06-18serial: 8250: pericom_do_set_divisor can be statickbuild test robot1-1/+1
2019-06-18serial: 8250: Add MSR/MCR TIOCM conversion wrapper functionsStefan Roese2-22/+57
2019-06-18serial: 8250: factor out serial8250_{set,clear}_THRI() helpersAndy Shevchenko4-27/+26
2019-06-18serial: 8250: Add support for higher baud rates to Pericom chipsJay Dolan1-18/+79
2019-06-10serial: 8250: Fix TX interrupt handling conditionRautkoski Kimmo EXT1-1/+2
2019-06-10tty: serial: 8250-of: Do not warn on deferred probeThierry Reding1-2/+3
2019-06-10uart: mediatek: support Rx in-band wakeupClaire Chang1-0/+24
2019-06-10serial: 8250-mtk: modify uart DMA rxLong Cheng1-29/+20
2019-05-21tty: serial: 8250: Fix type field in format stringHao Lee1-2/+2
2019-05-21serial: 8250_of: Use of_device_get_match_data()Andy Shevchenko1-6/+3
2019-05-09Merge tag 'dmaengine-5.2-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-2/+2
2019-04-25serial: 8250-mtk: modify baudrate settingLong Cheng1-0/+102
2019-04-25serial: 8250-mtk: add follow controlLong Cheng1-23/+37
2019-04-25serial: 8250_exar: Adjust IOT2000 matchingSu Bao Cheng1-2/+5
2019-04-04tty: fix up a few remaining files without SPDX identifiersGreg Kroah-Hartman1-0/+1
2019-04-04tty: add SPDX identifiers to Kconfig and MakefilesGreg Kroah-Hartman1-0/+1
2019-03-28serial: 8250_fintek: Make fintek_8250_set_termios staticYueHaibing1-2/+3
2019-03-21dmaengine: idma64: Use actual device for DMA transfersAndy Shevchenko1-2/+2
2019-03-14Merge tag 'dmaengine-5.1-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-1/+0
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 chip use the pci_pericom_setup()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
2019-01-07dmaengine: dw: Remove misleading is_private propertyAndy Shevchenko1-1/+0
2018-12-28Merge tag 'tty-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus 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-02Revert "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