summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge tag 'pci-v5.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-03-091-2/+0
|\ \
| * | PCI: Move Rohm Vendor ID to generic listAndy Shevchenko2019-02-011-2/+0
| |/
* | Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-071-1/+1
|\ \
| * | audit: join tty records to their syscallRichard Guy Briggs2019-02-071-1/+1
| |/
* | tty: xilinx_uartps: Correct return value in probeRajan Vaja2019-03-011-13/+19
* | serial: sprd: Modify the baud rate calculation formulaLanqing Liu2019-02-261-1/+1
* | 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
* | tty: hvc_xen: Mark expected switch fall-throughGustavo A. R. Silva2019-02-261-1/+1
* | tty: n_gsm: Mark expected switch fall-throughsGustavo A. R. Silva2019-02-261-9/+6
* | tty: serial: msm_serial: Remove __init from msm_console_setup()Jeffrey Hugo2019-02-191-1/+1
* | tty: serial: samsung: Enable baud clock during initialisationStuart Menefy2019-02-191-0/+42
* | serial: uartps: Fix stuck ISR if RX disabled with non-empty FIFOAnssi Hannula2019-02-191-1/+7
* | tty: serial: remove redundant likely annotationChengguang Xu2019-02-191-1/+1
* | tty/n_hdlc: mark expected switch fall-throughGustavo A. R. Silva2019-02-141-1/+1
* | 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
* | vt: perform safe console erase in the right orderNicolas Pitre2019-02-121-8/+7
* | tty/nozomi: use pci_iomap instead of ioremap_nocacheHugo Lefeuvre2019-02-121-9/+1
* | tty/synclink: remove ISA supportChristoph Hellwig2019-02-121-54/+0
* | 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-114-5/+22
|\ \
| * \ Merge tag 'tty-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-02-084-5/+22
| |\ \
| | * | serial: fix race between flush_to_ldisc and tty_openGreg Kroah-Hartman2019-01-311-0/+6
| | * | serial: sh-sci: Do not free irqs that have already been freedChris Brandt2019-01-301-1/+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
| * | | Merge tag 'riscv-for-linus-5.0-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-02-021-5/+8
| |\ \ \ | | |/ / | |/| |
| | * | tty/serial: use uart_console_write in the RISC-V SBL early consoleAndreas Schwab2019-01-231-5/+8
* | | | serial: max310x: Correction of the initial setting of the MODE1 bits for vari...Alexander Shiyan2019-02-081-7/+7
* | | | serial: mps2-uart: Add parentheses around conditional in mps2_uart_shutdownNathan Chancellor2019-01-311-1/+1
* | | | tty: increase the default flip buffer limit to 2*640KManfred Schlaegl2019-01-301-1/+1
* | | | tty: ipwireless: Fix potential NULL pointer dereferenceYueHaibing2019-01-301-0/+2
* | | | serial: mps2-uart: support combined irqVladimir Murzin2019-01-301-26/+65
* | | | serial: mps2-uart: move to dynamic port allocationVladimir Murzin2019-01-301-16/+31
* | | | serdev: ttyport: call tiocmget and tiocmset ops directlyJohan Hovold2019-01-301-2/+2
* | | | serial: Add Tegra Combined UART driverThierry Reding2019-01-303-0/+321
* | | | 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
* | | | serial: fsl_lpuart: DMA support for 32-bit variantAtsushi Nemoto2019-01-301-29/+163
* | | | tty: ldisc: add sysctl to prevent autoloading of ldiscsGreg Kroah-Hartman2019-01-303-0/+74
* | | | Merge 5.0-rc4 into tty-nextGreg Kroah-Hartman2019-01-287-49/+40
|\| | |
| * | | serial: fsl_lpuart: fix maximum acceptable baud rate with over-samplingTomonori Sakita2019-01-221-1/+1
| * | | tty: serial: qcom_geni_serial: Allow mctrl when flow control is disabledMatthias Kaehlcke2019-01-221-2/+2
| * | | tty: Handle problem if line discipline does not have receive_bufGreg Kroah-Hartman2019-01-211-1/+2
| * | | vt: invoke notifier on screen size changeNicolas Pitre2019-01-181-0/+1
| * | | vt: always call notifier with the console lock heldNicolas Pitre2019-01-181-1/+1
| * | | vt: make vt_console_print() compatible with the unicode screen bufferNicolas Pitre2019-01-181-32/+15