aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2018-08-24Merge tag 'powerpc-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-0/+2
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+2
2018-08-20powerpc/powernv: provide a console flush operation for opal hvc driverNicholas Piggin1-0/+2
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-0/+3
2018-08-18Merge tag 'tty-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds26-321/+1228
2018-08-17Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds3-84/+142
2018-08-15Merge tag 'audit-pr-20180814' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2018-08-14Merge tag 'leds-for-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+3
2018-08-13Merge branch 'topic/hvc' into nextMichael Ellerman2-72/+123
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-02tty: rocket: Fix possible buffer overwrite on register_PCIAnton Vasilyev1-1/+1
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-08-02tty: serial: uartlite: Add support for suspend and resumeShubhrajyoti Datta1-0/+36
2018-08-02tty: serial: uartlite: Add clock adaptationShubhrajyoti Datta1-2/+47
2018-08-02tty: serial: uartlite: Add structure for private dataShubhrajyoti Datta1-8/+21
2018-08-02serial: sh-sci: Improve support for separate TEI and DRI interruptsChris Brandt1-51/+40
2018-08-02serial: sh-sci: Remove SCIx_RZ_SCIFA_REGTYPEChris Brandt1-31/+0
2018-08-02serial: sh-sci: Allow for compressed SCIF addressChris Brandt1-10/+15
2018-07-25serial: 8250: Use cached port name directly in messagesAndy Shevchenko2-14/+12
2018-07-24tty: hvc: remove unexplained "just in case" spin delayNicholas Piggin1-7/+1
2018-07-24powerpc/powernv: implement opal_put_chars_atomicNicholas Piggin1-5/+13
2018-07-24powerpc/powernv: move opal console flushing to udbgNicholas Piggin1-0/+5
2018-07-23serial: 8250_exar: Drop unused variable in pci_xr17v35x_setup()Andy Shevchenko1-1/+0
2018-07-23tty: hvc: introduce the hv_ops.flush operation for hvc driversNicholas Piggin2-2/+34
2018-07-23tty: hvc: hvc_write() may sleepNicholas Piggin1-15/+21
2018-07-23tty: hvc: hvc_poll() may sleepNicholas Piggin1-2/+14
2018-07-23tty: hvc: hvc_poll() break hv read loopNicholas Piggin1-43/+45
2018-07-23tty: hvc: use mutex instead of spinlock for hvc_structs lockNicholas Piggin1-12/+11
2018-07-21signal: Pass pid type into do_send_sig_infoEric W. Biederman1-1/+1
2018-07-21signal: Use PIDTYPE_TGID to clearly store where file signals will be sentEric W. Biederman1-1/+1
2018-07-21vt: avoid a VLA in the unicode screen scroll functionNicolas Pitre1-13/+23
2018-07-21vt: coherence validation code for the unicode screen bufferNicolas Pitre1-0/+39
2018-07-21vt: selection: take screen contents from uniscr if availableAdam Borowski2-4/+17
2018-07-21vt: selection: handle storing of characters above U+FFFFAdam Borowski1-5/+18
2018-07-21vt: don't reinvent min()Adam Borowski1-10/+4
2018-07-21pty: fix O_CLOEXEC for TIOCGPTPEERMatthijs van Duin1-1/+1
2018-07-21serial: sh-sci: Drop superfluous assignment in sci_request_dma()Geert Uytterhoeven1-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-21serial: sh-sci: Fix use-after-free on subsequent port startupGeert Uytterhoeven1-0/+1
2018-07-16tty: support CIBAUD without BOTHERJohan Hovold1-6/+7
2018-07-16tty: fix termios input-speed encoding when using BOTHERJohan Hovold1-3/+7
2018-07-16tty: fix termios input-speed encodingJohan Hovold1-0/+3
2018-07-16tty: serial: qcom_geni_serial: Add support for flow controlGirish Mahadevan1-31/+230
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-16serial: sh-sci: Add support for R7S9210Chris Brandt1-2/+75
2018-07-16Merge 4.18-rc5 into char-misc-nextGreg Kroah-Hartman4-27/+35
2018-07-15serdev: add dev_pm_domain_attach|detach()Sean Wang1-1/+14
2018-07-13tty: serial: jsm: remove redundant pointer chColin Ian King1-2/+1
2018-07-13uart: fix race between uart_put_char() and uart_shutdown()Tycho Andersen1-5/+12
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 Dunlap3-0/+3
2018-07-07kbd: complete dead keys definitionsSamuel Thibault1-1/+29
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-06serial: sh-sci: Stop using deprecated dmaengine_terminate_all()Geert Uytterhoeven1-4/+4
2018-07-06serial: sh-sci: Stop TX DMA workqueue during port shutdownGeert Uytterhoeven1-2/+2
2018-07-06serial: sh-sci: Postpone DMA release when falling back to PIOGeert Uytterhoeven1-42/+41
2018-07-06serial: sh-sci: Stop RX FIFO timer during port shutdownGeert Uytterhoeven1-0/+2
2018-07-05leds: triggers: let struct led_trigger::activate() return an error codeUwe Kleine-König1-1/+3
2018-07-02Merge 4.18-rc3 into tty-nextGreg Kroah-Hartman4-27/+35
2018-06-28vt: unicode fallback for scrollbackNicolas Pitre2-3/+31
2018-06-28vt: introduce unicode mode for /dev/vcsNicolas Pitre2-14/+136
2018-06-28vt: preserve unicode values corresponding to screen charactersNicolas Pitre1-11/+209
2018-06-28vt: prevent leaking uninitialized data to userspace via /dev/vcs*Alexander Potapenko1-2/+2
2018-06-28serdev: fix memleak on module unloadJohan Hovold1-0/+1
2018-06-28serial: 8250_pci: Remove stalled entries in blacklistAndy Shevchenko1-2/+0
2018-06-28n_tty: Access echo_* variables carefully.Tetsuo Handa1-18/+24
2018-06-28n_tty: Fix stall at n_tty_receive_char_special().Tetsuo Handa1-5/+8
2018-06-28serial: xuartps: remove unnecessary register writeHelmut Grohne1-2/+0
2018-06-28serial: xuartps: reduce hardware TX race conditionHelmut Grohne1-12/+7
2018-06-28serial: xuartps: fix typo in cdns_uart_startupHelmut Grohne1-1/+1
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-28atomic/tty: Fix up atomic abuse in ldsemPeter Zijlstra1-47/+35
2018-06-28tty: serial: exar: generalize RS485 setupDaniel Golle1-13/+25
2018-06-28serdev: add controller runtime PM supportJohan Hovold1-3/+30
2018-06-28serial: pxa: Fix an error handling path in 'serial_pxa_probe()'Christophe JAILLET1-1/+2
2018-06-28serial: max310x: Check the clock readinessJan Kundrát1-4/+10
2018-06-28tty: use 64-bit timstampArnd Bergmann1-14/+5
2018-06-28tty: serial: imx: correct dma cookie statusRobin Gong1-1/+1
2018-06-28serial: imx: fix comment about UCR2_SRST and its handling for shadowingUwe Kleine-König1-1/+2
2018-06-19audit: eliminate audit_enabled magic number comparisonRichard Guy Briggs1-1/+1
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-3/+12
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook6-8/+10
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook6-10/+14
2018-06-07Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+0
2018-06-06Merge tag 'printk-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-3/+12
2018-06-05Merge tag 'tty-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds26-293/+681
2018-06-05Merge tag 'usb-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-1/+1
2018-06-05serial: sh-sci: Stop using printk format %pCrGeert Uytterhoeven1-2/+2
2018-06-03hvc_opal: don't set tb_ticks_per_usec in udbg_init_opal_common()Stewart Smith1-1/+0
2018-05-25vt: Perform safe console erase only onceNicolas Pitre1-9/+7
2018-05-25serial: imx: disable UCR4_OREN on shutdownSebastian Reichel1-1/+5
2018-05-25serial: imx: drop CTS/RTS handling from shutdownSebastian Reichel1-1/+1
2018-05-24serial: samsung: check DMA engine capabilities before using DMA modeMarek Szyprowski1-4/+29
2018-05-22tty: add missing const to termios hw-change helperJohan Hovold1-1/+1
2018-05-16tty: replace ->proc_fops with ->proc_showChristoph Hellwig6-84/+6
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig1-14/+1
2018-05-14tty: Fix data race in tty_insert_flip_string_fixed_flagDaeRyong Jeong1-0/+3
2018-05-14tty: serial: msm_geni_serial: Fix TX infinite loopEvan Green1-10/+7
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-14tty: serial: drop ATH79 specific SoC symbolsJohn Crispin1-1/+1
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: sh-sci: Use spin_{try}lock_irqsave instead of open coding versionDaniel Wagner1-5/+3
2018-05-14serial: 8250_of: Add IO space supportJohn Garry1-27/+35
2018-05-14tty/serial: atmel: use port->name as name in request_irq()Sebastian Andrzej Siewior1-3/+2
2018-05-14serial: imx: dma_unmap_sg buffers on shutdownSebastian Reichel1-2/+10
2018-05-14serial: imx: cleanup imx_uart_disable_dma()Sebastian Reichel1-7/+2
2018-05-14tty: serial: qcom_geni_serial: Add early console supportKarthikeyan Ramasubramanian1-2/+72
2018-05-14tty: serial: qcom_geni_serial: Return IRQ_NONE for spurious interruptsKarthikeyan Ramasubramanian1-1/+1
2018-05-14tty: serial: qcom_geni_serial: Use iowrite32_rep to write to FIFOKarthikeyan Ramasubramanian1-3/+4
2018-05-14tty: serial: qcom_geni_serial: Remove unnecessary memory barrierKarthikeyan Ramasubramanian1-9/+7
2018-05-14tty: serial: qcom_geni_serial: Initialize console port staticallyKarthikeyan Ramasubramanian1-7/+9
2018-05-14tty: serial: qcom_geni_serial: Use min3 to find minimum of 3 valuesKarthikeyan Ramasubramanian1-5/+1
2018-05-14tty: serial: qcom_geni_serial: Cleanup redundant codeKarthikeyan Ramasubramanian1-15/+6
2018-05-14tty: serial: qcom_geni_serial: Add comments for clarificationKarthikeyan Ramasubramanian1-0/+12
2018-05-14serial: samsung: fix maxburst parameter for DMA transactionsMarek Szyprowski1-5/+2
2018-05-14tty: serial: msm_serial: Add __maybe_unused to suspend/resume callbacksPascal Huerst1-4/+2
2018-05-14earlycon: Remove hardcoded port->uartclk initialization in of_setup_earlyconMichal Simek1-1/+0
2018-05-14tty: pl011: Avoid spuriously stuck-off interruptsDave Martin1-0/+16
2018-04-30Merge 4.17-rc3 into tty-nextGreg Kroah-Hartman8-27/+68
2018-04-25tty: Use __GFP_NOFAIL for tty_ldisc_get()Tetsuo Handa1-6/+5
2018-04-25serial: uartps: Remove static port arrayMichal Simek1-12/+4
2018-04-25serial: uartps: Move cnds_uart_get_port to probeMichal Simek1-40/+21
2018-04-25serial: uartps: Use dynamic array for console portMichal Simek1-5/+24
2018-04-25serial: uartps: Remove console_initcall from the driverMichal Simek1-14/+0
2018-04-25sc16is7xx: Check for an error when the clock is enabled.Stefan Potyra1-1/+4
2018-04-25tty: n_gsm: fix gsm_mux_net_start_xmit()'s return typeLuc Van Oostenryck1-1/+1
2018-04-25serial: 8250_early: Setup divider when uartclk is passedMichal Simek1-1/+1
2018-04-25tty/nozomi: fix inconsistent indentationJoey Pabalinas1-38/+38
2018-04-25tty/nozomi: cleanup DUMP() macroJoey Pabalinas1-13/+13
2018-04-23tty: serial: xuartps: Setup early console when uartclk is also passedMichal Simek1-1/+1
2018-04-23tty: Don't call panic() at tty_ldisc_init()Tetsuo Handa2-3/+7
2018-04-23tty: Avoid possible error pointer dereference at tty_ldisc_restore().Tetsuo Handa1-8/+5
2018-04-23tty: nozomi: fix spelling mistake in macro NOZOMI_STATE_UKNOWNColin Ian King1-1/+1
2018-04-23tty: ipwireless: Replace GFP_ATOMIC with GFP_KERNEL in ipwireless_network_createJia-Ju Bai1-1/+1
2018-04-23tty: serial: qcom_geni_serial: Use signed variable to get IRQKarthikeyan Ramasubramanian1-4/+6
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-23serial: Introduce UPSTAT_SYNC_FIFO for synchronised FIFOsJeremy Kerr1-2/+2
2018-04-23serial: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven1-4/+0
2018-04-23earlycon: Initialize port->uartclk based on clock-frequency propertyMichal Simek1-0/+4
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-04-23serial: sh-sci: Support for HSCIF RX sampling point adjustmentUlrich Hecht2-23/+46
2018-04-23serial: sh-sci: Add support for dynamic instancesGeert Uytterhoeven2-0/+10
2018-04-23earlycon: Use a pointer table to fix __earlycon_table strideDaniel Kurtz1-2/+4
2018-04-23serial: imx: fix cached UCR2 read on software resetStefan Agner1-1/+1
2018-04-23serial: imx: warn user when using unsupported configurationStefan Agner1-0/+17
2018-04-22serial: mvebu-uart: add suspend/resume supportMiquel Raynal1-0/+64
2018-04-22serial: mvebu-uart: Fix local flags handling on termios updateMarc Zyngier1-1/+0
2018-04-22tty: n_gsm: Fix DLCI handling for ADM mode if debug & 2 is not setTony Lindgren1-0/+11
2018-04-22tty: n_gsm: Fix long delays with control frame timeouts in ADM modeTony Lindgren1-1/+11
2018-04-22tty: serial: msm_serial: Add support for suspend/resumePascal Huerst1-0/+25
2018-04-22tty: serial: simplify getting .drvdataWolfram Sang4-24/+12
2018-04-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-1/+1
2018-04-04Merge tag 'tty-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds31-632/+2367
2018-04-02Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-4/+4
2018-04-02Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds19-11368/+0
2018-04-02x86/ioport: add ksys_ioperm() helper; remove in-kernel calls to sys_ioperm()Dominik Brodowski1-3/+3
2018-04-02fs: add ksys_sync() helper; remove in-kernel calls to sys_sync()Dominik Brodowski1-1/+1
2018-03-26tty: hvc: remove tile driverArnd Bergmann2-197/+0
2018-03-26tty: remove bfin_jtag_comm and hvc_bfin_jtag driversArnd Bergmann6-481/+0
2018-03-26serial: remove tile uart driverArnd Bergmann3-699/+0
2018-03-26serial: remove m32r_sio driverArnd Bergmann4-1233/+0
2018-03-26serial: remove blackfin driversArnd Bergmann5-2725/+0
2018-03-26serial: remove cris/etrax uart driversArnd Bergmann5-5354/+0
2018-03-25tty: vt: fix up tabstops properlyLinus Torvalds1-4/+4
2018-03-23serial: expose buf_overrun count through proc interfaceJeremy Kerr1-0/+2
2018-03-22serial: mvebu-uart: fix tx lost charactersGabriel Matni1-1/+1
2018-03-22tty: serial: msm_geni_serial: Fix return value check in qcom_geni_serial_probe()Wei Yongjun1-2/+2
2018-03-20Merge 4.16-rc6 into tty-nextGreg Kroah-Hartman8-5/+41
2018-03-20tty: serial: msm_geni_serial: Add serial driver support for GENI based QUPKarthikeyan Ramasubramanian3-0/+1174
2018-03-18s390/setup : enable display support for KVM guestFarhan Ali1-1/+1
2018-03-158250-men-mcb: add support for 16z025 and 16z057Michael Moese2-36/+94
2018-03-15serial: stm32: fix initialization of RS485 modeBich HEMON1-0/+4
2018-03-14vt: change SGR 21 to follow the standardsMike Frysinger1-1/+5
2018-03-14serdev: Fix typo in serdev_device_allocFrédéric Danis1-1/+1
2018-03-14tty: st-asc: Update tty aliasPatrice Chotard1-1/+3
2018-03-14serial: stm32: add support for RS485 hardware control modeBich HEMON2-1/+132
2018-03-09serial: 8250: Add Nuvoton NPCM UARTJoel Stanley2-0/+34
2018-03-09serial: mxs-auart: disable clks of Alphascale ASM9260Alexey Khoroshilov1-13/+23
2018-03-09serial: 8250_dw: Switch to use acpi_dev_present()Andy Shevchenko1-11/+5
2018-03-09serial: imx: consistently use imx_uart_ as prefix for all functionsUwe Kleine-König1-213/+213
2018-03-09serial: imx: don't prepare to send if no data is availableUwe Kleine-König1-0/+3
2018-03-09serial: imx: Fix handling of TC irq in combination with DMAUwe Kleine-König1-6/+20
2018-03-09serial: imx: Also enable the aging timer in PIO modeUwe Kleine-König1-3/+12