summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-3/+12
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-3/+12
* | treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-1/+1
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-126-8/+10
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-126-10/+14
* | Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-06-071-1/+0
|\ \
| * | hvc_opal: don't set tb_ticks_per_usec in udbg_init_opal_common()Stewart Smith2018-06-031-1/+0
| |/
* | Merge tag 'printk-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-06-061-2/+2
|\ \
| * | serial: sh-sci: Stop using printk format %pCrGeert Uytterhoeven2018-06-051-2/+2
* | | Merge tag 'tty-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-06-0526-293/+681
|\ \ \
| * | | vt: Perform safe console erase only onceNicolas Pitre2018-05-251-9/+7
| * | | serial: imx: disable UCR4_OREN on shutdownSebastian Reichel2018-05-251-1/+5
| * | | serial: imx: drop CTS/RTS handling from shutdownSebastian Reichel2018-05-251-1/+1
| * | | serial: samsung: check DMA engine capabilities before using DMA modeMarek Szyprowski2018-05-241-4/+29
| * | | tty: Fix data race in tty_insert_flip_string_fixed_flagDaeRyong Jeong2018-05-141-0/+3
| * | | tty: serial: msm_geni_serial: Fix TX infinite loopEvan Green2018-05-141-10/+7
| * | | serial: 8250_dw: Fix runtime PM handlingPhil Edworthy2018-05-141-0/+4
| * | | serial: 8250: omap: Fix idling of clocks for unused uartsTony Lindgren2018-05-141-1/+15
| * | | tty: serial: drop ATH79 specific SoC symbolsJohn Crispin2018-05-141-1/+1
| * | | serial: 8250: Add missing rxtrig_bytes on Altera 16550 UARTMarek Vasut2018-05-141-0/+3
| * | | serial/aspeed-vuart: fix a couple mod_timer() callsDan Carpenter2018-05-141-2/+3
| * | | serial: sh-sci: Use spin_{try}lock_irqsave instead of open coding versionDaniel Wagner2018-05-141-5/+3
| * | | serial: 8250_of: Add IO space supportJohn Garry2018-05-141-27/+35
| * | | tty/serial: atmel: use port->name as name in request_irq()Sebastian Andrzej Siewior2018-05-141-3/+2
| * | | serial: imx: dma_unmap_sg buffers on shutdownSebastian Reichel2018-05-141-2/+10
| * | | serial: imx: cleanup imx_uart_disable_dma()Sebastian Reichel2018-05-141-7/+2
| * | | tty: serial: qcom_geni_serial: Add early console supportKarthikeyan Ramasubramanian2018-05-141-2/+72
| * | | tty: serial: qcom_geni_serial: Return IRQ_NONE for spurious interruptsKarthikeyan Ramasubramanian2018-05-141-1/+1
| * | | tty: serial: qcom_geni_serial: Use iowrite32_rep to write to FIFOKarthikeyan Ramasubramanian2018-05-141-3/+4
| * | | tty: serial: qcom_geni_serial: Remove unnecessary memory barrierKarthikeyan Ramasubramanian2018-05-141-9/+7
| * | | tty: serial: qcom_geni_serial: Initialize console port staticallyKarthikeyan Ramasubramanian2018-05-141-7/+9
| * | | tty: serial: qcom_geni_serial: Use min3 to find minimum of 3 valuesKarthikeyan Ramasubramanian2018-05-141-5/+1
| * | | tty: serial: qcom_geni_serial: Cleanup redundant codeKarthikeyan Ramasubramanian2018-05-141-15/+6
| * | | tty: serial: qcom_geni_serial: Add comments for clarificationKarthikeyan Ramasubramanian2018-05-141-0/+12
| * | | serial: samsung: fix maxburst parameter for DMA transactionsMarek Szyprowski2018-05-141-5/+2
| * | | tty: serial: msm_serial: Add __maybe_unused to suspend/resume callbacksPascal Huerst2018-05-141-4/+2
| * | | earlycon: Remove hardcoded port->uartclk initialization in of_setup_earlyconMichal Simek2018-05-141-1/+0
| * | | tty: pl011: Avoid spuriously stuck-off interruptsDave Martin2018-05-141-0/+16
| * | | Merge 4.17-rc3 into tty-nextGreg Kroah-Hartman2018-04-308-27/+68
| |\ \ \ | | | |/ | | |/|
| * | | serial: uartps: Remove static port arrayMichal Simek2018-04-251-12/+4
| * | | serial: uartps: Move cnds_uart_get_port to probeMichal Simek2018-04-251-40/+21
| * | | serial: uartps: Use dynamic array for console portMichal Simek2018-04-251-5/+24
| * | | serial: uartps: Remove console_initcall from the driverMichal Simek2018-04-251-14/+0
| * | | sc16is7xx: Check for an error when the clock is enabled.Stefan Potyra2018-04-251-1/+4
| * | | tty: n_gsm: fix gsm_mux_net_start_xmit()'s return typeLuc Van Oostenryck2018-04-251-1/+1
| * | | serial: 8250_early: Setup divider when uartclk is passedMichal Simek2018-04-251-1/+1
| * | | tty/nozomi: fix inconsistent indentationJoey Pabalinas2018-04-251-38/+38
| * | | tty/nozomi: cleanup DUMP() macroJoey Pabalinas2018-04-251-13/+13
| * | | tty: nozomi: fix spelling mistake in macro NOZOMI_STATE_UKNOWNColin Ian King2018-04-231-1/+1
| * | | tty: ipwireless: Replace GFP_ATOMIC with GFP_KERNEL in ipwireless_network_createJia-Ju Bai2018-04-231-1/+1
OpenPOWER on IntegriCloud