summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250
Commit message (Expand)AuthorAgeFilesLines
* serial: 8250: 8250_core: Fix missing unlock on error in serial8250_register_8...Wei Yongjun2019-07-031-2/+5
* Revert "serial: 8250: Don't service RX FIFO if interrupts are disabled"Oliver Barta2019-06-211-2/+1
* tty/serial/8250: use mctrl_gpio helpersYegor Yefremov2019-06-215-15/+61
* serial: 8250: pericom_do_set_divisor can be statickbuild test robot2019-06-181-1/+1
* serial: 8250: Add MSR/MCR TIOCM conversion wrapper functionsStefan Roese2019-06-182-22/+57
* serial: 8250: factor out serial8250_{set,clear}_THRI() helpersAndy Shevchenko2019-06-184-27/+26
* serial: 8250: Add support for higher baud rates to Pericom chipsJay Dolan2019-06-181-18/+79
* serial: 8250: Fix TX interrupt handling conditionRautkoski Kimmo EXT2019-06-101-1/+2
* tty: serial: 8250-of: Do not warn on deferred probeThierry Reding2019-06-101-2/+3
* uart: mediatek: support Rx in-band wakeupClaire Chang2019-06-101-0/+24
* serial: 8250-mtk: modify uart DMA rxLong Cheng2019-06-101-29/+20
* tty: serial: 8250: Fix type field in format stringHao Lee2019-05-211-2/+2
* serial: 8250_of: Use of_device_get_match_data()Andy Shevchenko2019-05-211-6/+3
* Merge tag 'dmaengine-5.2-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2019-05-091-2/+2
|\
| * dmaengine: idma64: Use actual device for DMA transfersAndy Shevchenko2019-03-211-2/+2
* | serial: 8250-mtk: modify baudrate settingLong Cheng2019-04-251-0/+102
* | serial: 8250-mtk: add follow controlLong Cheng2019-04-251-23/+37
* | serial: 8250_exar: Adjust IOT2000 matchingSu Bao Cheng2019-04-251-2/+5
* | tty: fix up a few remaining files without SPDX identifiersGreg Kroah-Hartman2019-04-041-0/+1
* | tty: add SPDX identifiers to Kconfig and MakefilesGreg Kroah-Hartman2019-04-041-0/+1
* | serial: 8250_fintek: Make fintek_8250_set_termios staticYueHaibing2019-03-281-2/+3
|/
* Merge tag 'dmaengine-5.1-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2019-03-141-1/+0
|\
| * dmaengine: dw: Remove misleading is_private propertyAndy Shevchenko2019-01-071-1/+0
* | serial: 8250_of: assume reg-shift of 2 for mrvl,mmp-uartLubomir Rintel2019-02-261-0/+4
* | serial: 8250_pxa: honor the port number from devicetreeLubomir Rintel2019-02-261-0/+4
* | serial: 8250_pci: Have ACCES cards that use the four port Pericom PI7C9X7954 ...Jay Dolan2019-02-131-0/+105
* | serial: 8250_pci: Fix number of ports for ACCES serial cardsJay Dolan2019-02-131-18/+18
* | serial: 8250_pci: Replace custom code with pci_match_id()Heikki Krogerus2019-02-111-22/+7
* | Merge 5.0-rc6 into tty-nextGreg Kroah-Hartman2019-02-112-4/+8
|\ \
| * | serial: 8250_pci: Make PCI class test non fatalAndy Shevchenko2019-01-301-4/+5
| * | tty: serial: 8250_mtk: Fix potential NULL pointer dereferenceGustavo A. R. Silva2019-01-301-0/+3
* | | Serial: Ingenic: Add support for the X1000.Zhou Yanjie2019-01-301-4/+9
* | | serial: 8250: Add OF support for Xscale variantLinus Walleij2019-01-301-0/+1
* | | Merge 5.0-rc4 into tty-nextGreg Kroah-Hartman2019-01-281-8/+9
|\| |
| * | serial: 8250: Fix serial8250 initialization crashHe Zhe2019-01-181-8/+9
| |/
* | serial: 8250_omap: Use clk_get_rate() to obtain fclk frequencyVignesh R2019-01-181-1/+13
* | serial: 8250_omap: Drop check for of_nodeVignesh R2019-01-181-35/+28
|/
* Merge tag 'tty-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-12-287-10/+279
|\
| * Revert "serial: 8250: Default SERIAL_OF_PLATFORM to SERIAL_8250"Greg Kroah-Hartman2018-12-241-1/+0
| * serial: 8250: Rate limit serial port rx interrupts during input overrunsDarwin Dingel2018-12-173-1/+52
| * Merge 4.20-rc6 into tty-nextGreg Kroah-Hartman2018-12-101-9/+7
| |\
| * | serial: 8250-mtk: add uart DMA supportLong Cheng2018-12-051-1/+209
| * | serial: 8250: Process sysrq at port unlock timeDouglas Anderson2018-11-094-8/+18
| * | serial: 8250: Default SERIAL_OF_PLATFORM to SERIAL_8250Florian Fainelli2018-11-091-0/+1
* | | Revert "serial: 8250: Fix clearing FIFOs in RS485 mode again"Paul Burton2018-12-171-24/+5
| |/ |/|
* | tty: serial: 8250_mtk: always resume the device in probe.Peter Shih2018-12-051-9/+7
|/
* Merge 4.19-rc7 into tty-nextGreg Kroah-Hartman2018-10-081-4/+0
|\
| * Revert "serial: 8250_dw: Fix runtime PM handling"Guenter Roeck2018-10-021-4/+0
* | serial: 8250_uniphier: add auto-flow-control supportDai Okamura2018-10-021-0/+3
* | serial: 8250_uniphier: flatten probe functionMasahiro Yamada2018-10-021-32/+17
OpenPOWER on IntegriCloud