aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2022-09-22serial: sifive: enable clocks for UART when probedOlof Johansson1-1/+1
2022-09-22serial: 8250: omap: Use serial8250_em485_supportedMatthias Schiffer1-0/+1
2022-09-22serial: fsl_lpuart: Reset prior to registrationLukas Wunner1-4/+5
2022-09-07serial: tegra-tcu: Use uart_xmit_advance(), fixes icount.tx accountingIlpo Järvinen1-1/+1
2022-09-07serial: tegra: Use uart_xmit_advance(), fixes icount.tx accountingIlpo Järvinen1-3/+2
2022-08-30tty: n_gsm: avoid call of sleeping functions from atomic contextFedor Pchelkin1-29/+24
2022-08-30tty: n_gsm: replace kicktimer with delayed_workFedor Pchelkin1-8/+8
2022-08-30tty: n_gsm: initialize more members at gsm_alloc_mux()Tetsuo Handa1-11/+6
2022-08-30tty: n_gsm: add sanity check for gsm->receive in gsm_receive_buf()Mazin Al Haddad1-1/+2
2022-08-30tty: serial: atmel: Preserve previous USART mode if RS485 disabledSergiu Moga1-3/+1
2022-08-30tty: serial: lpuart: disable flow control while waiting for the transmit engi...Sherry Sun1-0/+1
2022-08-30tty: Fix lookahead_buf crash with serdevVincent Whitchurch1-5/+9
2022-08-30serial: fsl_lpuart: RS485 RTS polariy is inverseShenwei Wang1-2/+2
2022-08-30vt: Clear selection before changing the fontHelge Deller1-4/+8
2022-08-08Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds67-2584/+2706
2022-08-06Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-2/+2
2022-08-05Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+3
2022-08-03tty: serial: qcom-geni-serial: Fix %lu -> %u in print statementsDouglas Anderson1-2/+2
2022-08-02Merge tag 'arm-drivers-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2022-07-28tty: amiserial: Fix comment typoJason Wang1-1/+1
2022-07-28tty: serial: document uart_get_console()Jiri Slaby1-4/+9
2022-07-28tty: serial: serial_core, reformat kernel-doc for functionsJiri Slaby1-54/+53
2022-07-28Documentation: serial: move GPIO kernel-doc to the functionsJiri Slaby1-0/+48
2022-07-28Documentation: serial: dedup kernel-doc for uart functionsJiri Slaby1-59/+82
2022-07-28serial: mvebu-uart: uart2 error bits clearingNarendra Hadke1-0/+11
2022-07-28tty: serial: fsl_lpuart: correct the count of break charactersSherry Sun1-6/+6
2022-07-28serial: stm32: make info structs static to avoid sparse warningsBen Dooks2-68/+69
2022-07-28serial: fsl_lpuart: zero out parity bit in CS7 modeShenwei Wang1-2/+24
2022-07-28tty: serial: qcom-geni-serial: Fix get_clk_div_rate() which otherwise could r...Vijaya Krishna Nivarthi1-35/+53
2022-07-28serial: 8250_bcm2835aux: Add missing clk_disable_unprepare()Guo Mengqi1-2/+4
2022-07-19tty: vt: initialize unicode screen bufferTetsuo Handa1-1/+1
2022-07-16Merge tag 'tty-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds13-58/+109
2022-07-16serial: remove VR41XX serial driverThomas Bogendoerfer3-950/+0
2022-07-14serial: 8250: lpc18xx: Remove redundant sanity check for RS485 flagsLino Sanfilippo1-5/+1
2022-07-14serial: 8250_dwlib: remove redundant sanity check for RS485 flagsLino Sanfilippo1-8/+2
2022-07-14serial: core: sanitize RS485 delays read from device treeLino Sanfilippo1-0/+2
2022-07-14serial: core: move sanitizing of RS485 delays into own functionLino Sanfilippo1-20/+26
2022-07-14serial: core, 8250: set RS485 termination GPIO in serial coreLino Sanfilippo2-3/+12
2022-07-14serial: ar933x: Remove superfluous code in ar933x_config_rs485()Lino Sanfilippo1-9/+0
2022-07-14serial: ar933x: Fix check for RS485 supportLino Sanfilippo1-4/+5
2022-07-14serial: 8250_bcm7271: Save/restore RTS in suspend/resumeDoug Berger1-6/+18
2022-07-14serial: 8250_dw: Avoid pslverr on reading empty receiver fifoVAMSHI GAJJELA1-0/+13
2022-07-14tty: serial: samsung_tty: fix s3c24xx_serial_set_mctrl()Marek Szyprowski1-1/+1
2022-07-14serial: 8250: SERIAL_8250_ASPEED_VUART should depend on ARCH_ASPEEDGeert Uytterhoeven1-0/+1
2022-07-14tty: 8250: Add support for Brainboxes PX cards.Cameron Williams1-0/+109
2022-07-12Merge tag 'arm-soc/for-5.20/drivers' of https://github.com/Broadcom/stblinux ...Arnd Bergmann1-2/+2
2022-07-11tty: serial: bcm63xx: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCAWilliam Zhang1-2/+2
2022-07-08tty: use new tty_insert_flip_string_and_push_buffer() in pty_write()Jiri Slaby3-12/+36
2022-07-08tty: extract tty_flip_buffer_commit() from tty_flip_buffer_push()Jiri Slaby1-5/+10
2022-07-08tty: n_gsm: fix missing corner cases in gsmld_poll()Daniel Starke1-2/+5
2022-07-08tty: n_gsm: fix flow control handling in tx pathDaniel Starke1-1/+1
2022-07-08tty: n_gsm: fix DM commandDaniel Starke1-1/+1
2022-07-08tty: n_gsm: fix wrong T1 retry count handlingDaniel Starke1-2/+2
2022-07-08serial: RS485 termination is supported if DT provides oneIlpo Järvinen1-0/+2
2022-07-08serial: Embed rs485_supported to uart_portIlpo Järvinen18-26/+26
2022-07-08serial: 8250_fsl: Don't report FE, PE and OE twiceUwe Kleine-König1-1/+1
2022-07-01tty: n_gsm: fix resource allocation order in gsm_activate_mux()Daniel Starke1-3/+4
2022-07-01tty: n_gsm: fix deadlock and link starvation in outgoing data pathDaniel Starke1-128/+279
2022-07-01tty: n_gsm: fix race condition in gsmld_write()Daniel Starke1-4/+17
2022-07-01tty: n_gsm: fix packet re-transmission without open control channelDaniel Starke1-1/+1
2022-07-01tty: n_gsm: fix non flow control frames during mux flow offDaniel Starke1-1/+53
2022-07-01tty: n_gsm: fix missing timer to handle stalled linksDaniel Starke1-8/+35
2022-07-01tty: n_gsm: fix wrong queuing behavior in gsm_dlci_data_output()Daniel Starke1-32/+42
2022-07-01tty: n_gsm: fix tty registration before control channel openDaniel Starke1-38/+79
2022-07-01tty: n_gsm: fix user open not possible at responder until initiator openDaniel Starke1-2/+29
2022-06-30serial: 8250: dw: Fix the macro RZN1_UART_xDMACR_8_WORD_BURSTBiju Das1-1/+1
2022-06-30vt: fix memory overlapping when deleting chars in the bufferYangxi Xiang1-1/+1
2022-06-30serial: mvebu-uart: correctly report configured baudrate valuePali Rohár1-12/+13
2022-06-30serial: 8250: Fix PM usage_count for console handoverIlpo Järvinen2-5/+4
2022-06-30serial: 8250: fix return error code in serial8250_request_std_resource()Yi Yang1-1/+3
2022-06-30serial: stm32: Clear prev values before setting RTS delaysIlpo Järvinen1-0/+2
2022-06-30serial: 8250_dw: Use dw8250_serial_out() in dw8250_serial_out38x()Ilpo Järvinen1-12/+6
2022-06-308250_dwlib: Convert bitops to newer formIlpo Järvinen1-13/+13
2022-06-30serial: 8250_dw: Drop PM ifdefferyAndy Shevchenko1-7/+3
2022-06-30serial: 8250_dw: Sort headers alphabeticallyAndy Shevchenko1-8/+9
2022-06-30earlycon: prevent multiple register_console()Michael Walle1-0/+3
2022-06-30serial: 8250_dw: Take port lock while accessing LSRIlpo Järvinen1-0/+3
2022-06-30serial: 8250_port: Fix spelling mistakeZhang Jiaming1-2/+2
2022-06-30tty: serial: samsung_tty: loopback mode supportChanho Park1-0/+8
2022-06-30tty: serial: samsung_tty: support more than 4 uart portsChanho Park1-57/+25
2022-06-27serial: 8250: Fix __stop_tx() & DMA Tx restart racesIlpo Järvinen2-4/+4
2022-06-27serial: pl011: UPSTAT_AUTORTS requires .throttle/unthrottleIlpo Järvinen1-2/+21
2022-06-27tty: serial: samsung_tty: set dma burst_size to 1Chanho Park1-3/+2
2022-06-27serial: 8250: dw: enable using pdata with ACPIMarcin Wojtas1-12/+12
2022-06-27serial: 8250_dwlib: Support for 9th bit multipoint addressingIlpo Järvinen1-1/+101
2022-06-27serial: Support for RS-485 multipoint addressesIlpo Järvinen2-1/+25
2022-06-27serial: take termios_rwsem for ->rs485_config() & pass termios as paramIlpo Järvinen18-25/+37
2022-06-27serial: 8250_lpss: Use 32-bit readsIlpo Järvinen1-1/+1
2022-06-27serial: 8250: create lsr_save_maskIlpo Järvinen3-2/+6
2022-06-27serial: 8250: make saved LSR largerIlpo Järvinen6-17/+17
2022-06-27serial: Consolidate BOTH_EMPTY useIlpo Järvinen7-27/+16
2022-06-27serial: Convert SERIAL_XMIT_SIZE to UART_XMIT_SIZEIlpo Järvinen5-13/+13
2022-06-27serial: 8250: Use C99 array initializer & define UART_REG_UNMAPPEDIlpo Järvinen1-18/+20
2022-06-27serial: msm: Rename UART_* defines to MSM_UART_*Ilpo Järvinen1-251/+250
2022-06-27serial: msm: Convert container_of UART_TO_MSM to static inlineIlpo Järvinen1-23/+26
2022-06-27serial: st-asc: remove include of pm_runtime.hClaudiu Beznea1-1/+0
2022-06-27tty: serial: atmel: remove enable/disable clock due to atmel_console_setup()Claudiu Beznea1-16/+0
2022-06-27tty: serial: atmel: use devm_clk_get()Claudiu Beznea1-35/+15
2022-06-27tty: serial: atmel: stop using legacy pm opsClaudiu Beznea1-17/+11
2022-06-27serial: kgdboc: Fix typo in commentXiang wangx1-1/+1
2022-06-27tty: serial: Fix refcount leak bug in ucc_uart.cLiang He1-0/+2
2022-06-27drivers: tty: serial: Add missing of_node_put() in serial-tegra.cLiang He1-0/+1
2022-06-27serial: Drop timeout from uart_portIlpo Järvinen2-21/+10
2022-06-27serial: 8250_pericom: Use UART_LCR_DLABIlpo Järvinen1-1/+1
2022-06-27serial: 8250: Use UART_LCR_WLEN8 instead of literalIlpo Järvinen1-1/+1
2022-06-27serial: sifive: Remove useless license text when SPDX-License-Identifier is a...Christophe JAILLET1-10/+0
2022-06-27tty/vt: consolemap: use E_TABSZ for the translations sizeJiri Slaby1-1/+1
2022-06-27tty/vt: consolemap: remove dflt reset from con_do_clear_unimap()Jiri Slaby1-2/+0
2022-06-27tty/vt: consolemap: improve UNI_*() macros definitionsJiri Slaby1-4/+13
2022-06-27tty/vt: consolemap: rename struct vc_data::vc_uni_pagedir*Jiri Slaby2-27/+27
2022-06-27tty/vt: consolemap: saner variable names in set_inverse_transl()Jiri Slaby1-13/+13
2022-06-27tty/vt: consolemap: saner variable names in set_inverse_trans_unicode()Jiri Slaby1-5/+5
2022-06-27tty/vt: consolemap: remove unused parameter from set_inverse_trans_unicode()Jiri Slaby1-5/+4
2022-06-27tty/vt: consolemap: use ARRAY_SIZE(), part II.Jiri Slaby1-2/+2
2022-06-23Merge branch 'rework/kthreads' into for-linusPetr Mladek1-2/+0
2022-06-23Revert "printk: add functions to prefer direct printing"Petr Mladek1-2/+0
2022-06-22powerpc/mpc5xxx: Switch mpc5xxx_get_bus_frequency() to use fwnodeAndy Shevchenko1-2/+2
2022-06-20Merge tag 'v5.19-rc3' into tty-nextGreg Kroah-Hartman5-5/+11
2022-06-15serial: qcom_geni_serial: Disable MMIO tracing for geni serialSai Prakash Ranjan1-0/+3
2022-06-10serial: 8250: Store to lsr_save_flags after lsr readIlpo Järvinen1-0/+2
2022-06-10tty: Use flow-control char function on closing pathIlpo Järvinen1-9/+4
2022-06-10tty: Implement lookahead to process XON/XOFF timelyIlpo Järvinen3-25/+146
2022-06-10serial: 8250: Remove serial_rs485 sanitization from em485Ilpo Järvinen1-16/+2
2022-06-10serial: sc16is7xx: Remove serial_rs485 assignmentIlpo Järvinen1-1/+0
2022-06-10serial: mcf: Remove serial_rs485 assignmentIlpo Järvinen1-1/+0
2022-06-10serial: 8250_exar: Remove serial_rs485 assignmentIlpo Järvinen1-2/+0
2022-06-10serial: max310x: Remove serial_rs485 sanitizationIlpo Järvinen1-2/+0
2022-06-10serial: imx: Remove serial_rs485 sanitizationIlpo Järvinen1-4/+0
2022-06-10serial: fsl_lpuart: Call core's sanitization and remove custom oneIlpo Järvinen1-17/+0
2022-06-10serial: pl011: Remove serial_rs485 sanitizationIlpo Järvinen1-5/+0
2022-06-10serial: 8250_pci: Remove serial_rs485 sanitizationIlpo Järvinen1-14/+0
2022-06-10serial: 8250: lpc18xx: Remove serial_rs485 sanitizationIlpo Järvinen1-13/+0
2022-06-10serial: 8250_fintek: Remove serial_rs485 sanitizationIlpo Järvinen1-14/+0
2022-06-10serial: 8250_dwlib: Remove serial_rs485 sanitizationIlpo Järvinen1-10/+0
2022-06-10serial: return -EINVAL for non-legacy RS485 flagsIlpo Järvinen1-0/+24
2022-06-10serial: Clear rs485 struct when non-RS485 mode is setIlpo Järvinen1-1/+11
2022-06-10serial: Sanitize rs485_structIlpo Järvinen1-4/+29
2022-06-10serial: stm32: Fill in rs485_supportedIlpo Järvinen1-0/+8
2022-06-10serial: sc16is7xx: Fill in rs485_supportedIlpo Järvinen1-0/+7
2022-06-10serial: omap: Fill in rs485_supportedIlpo Järvinen1-0/+8
2022-06-10serial: mcf: Fill in rs485_supportedIlpo Järvinen1-0/+6
2022-06-10serial: max310x: Fill in rs485_supportedIlpo Järvinen1-0/+7
2022-06-10serial: imx: Fill in rs485_supportedIlpo Järvinen1-0/+13
2022-06-10serial: fsl_lpuart: Fill in rs485_supportedIlpo Järvinen1-0/+6
2022-06-10serial: atmel: Fill in rs485_supportedIlpo Järvinen1-0/+7
2022-06-10serial: ar933x: Fill in rs485_supportedIlpo Järvinen1-0/+7
2022-06-10serial: pl011: Fill in rs485_supportedIlpo Järvinen1-0/+8
2022-06-10serial: 8250_pci: Fill in rs485_supported for pci_fintekIlpo Järvinen1-0/+6
2022-06-10serial: 8250_of: Use serial8250_em485_supportedIlpo Järvinen1-0/+1
2022-06-10serial: 8250_lpc18cc: Fill in rs485_supportedIlpo Järvinen1-0/+7
2022-06-10serial: 8250_fintek: Fill in rs485_supportedIlpo Järvinen1-0/+15
2022-06-10serial: 8250_exar: Fill in rs485_supportedIlpo Järvinen1-0/+12
2022-06-10serial: 8250_dwlib: Fill in rs485_supportedIlpo Järvinen1-0/+7
2022-06-10serial: 8250_bcm2835aux: Use serial8250_em485_supportedIlpo Järvinen1-0/+1
2022-06-10serial: 8250: Create serial8250_em485_supported for em485 usersIlpo Järvinen2-0/+9
2022-06-10serial: Add rs485_supported to uart_portIlpo Järvinen1-0/+1
2022-06-10serial: Move serial_rs485 sanitization into separate functionIlpo Järvinen1-25/+30
2022-06-10serial: Add uart_rs485_config()Ilpo Järvinen5-7/+11
2022-06-10serial: 8250_dw: Store LSR into lsr_saved_flags in dw8250_tx_wait_empty()Ilpo Järvinen1-0/+3
2022-06-10serial: 8250_dw: Use serial_lsr_in() in dw8250_handle_irq()Ilpo Järvinen1-2/+2
2022-06-10serial: 8250: Adjust misleading LSR related commentIlpo Järvinen1-3/+5
2022-06-10serial: 8250: Get preserved flags using serial_lsr_in()Ilpo Järvinen1-1/+1
2022-06-10serial: 8250: Create serial_lsr_in()Ilpo Järvinen3-13/+25
2022-06-10serial: 8250: Store to lsr_save_flags after lsr readIlpo Järvinen1-0/+2
2022-06-10serial: 8250: handle __start_tx() call in start_tx()Ilpo Järvinen1-11/+10
2022-06-10serial: 8250: kill __do_stop_tx()Ilpo Järvinen1-7/+3
2022-06-10tty: vt: convert sysfs snprintf to sysfs_emitXuezhi Zhang1-2/+2
2022-06-10serial: max310x: implement I2C supportCosmin Tanislav2-1/+135
2022-06-10serial: max310x: make accessing revision id interface-agnosticCosmin Tanislav1-10/+30
2022-06-10serial: max310x: use a separate regmap for each portCosmin Tanislav1-32/+36
2022-06-10serial: max310x: use regmap methods for SPI batch operationsCosmin Tanislav1-28/+8
2022-06-10tty/vt: consolemap: walk the buffer only once in con_set_trans_old()Jiri Slaby1-7/+7
2022-06-10tty/vt: consolemap: use con_allocate_new() in con_unshare_unimap()Jiri Slaby1-5/+1
2022-06-10tty/vt: consolemap: extract con_allocate_new() from con_do_clear_unimap()Jiri Slaby1-15/+23
2022-06-10tty/vt: consolemap: change refcount only if needed in con_do_clear_unimap()Jiri Slaby1-6/+7
2022-06-10tty/vt: consolemap: remove superfluous whitespaceJiri Slaby1-8/+8
2022-06-10tty/vt: consolemap: make conv_uni_to_pc() more readableJiri Slaby1-10/+16
2022-06-10tty/vt: consolemap: saner variable names in con_set_default_unimap()Jiri Slaby1-21/+22
2022-06-10tty/vt: consolemap: saner variable names in con_set_unimap()Jiri Slaby1-12/+12
2022-06-10tty/vt: consolemap: saner variable names in con_get_unimap()Jiri Slaby1-15/+15
2022-06-10tty/vt: consolemap: saner variable names in con_copy_unimap()Jiri Slaby1-4/+4
2022-06-10tty/vt: consolemap: saner variable names in con_release_unimap()Jiri Slaby1-16/+18
2022-06-10tty/vt: consolemap: saner variable names in con_unshare_unimap()Jiri Slaby1-26/+25
2022-06-10tty/vt: consolemap: saner variable names in con_do_clear_unimap()Jiri Slaby1-13/+12
2022-06-10tty/vt: consolemap: saner variable names in con_unify_unimap()Jiri Slaby1-25/+24
2022-06-10tty/vt: consolemap: saner variable names in con_insert_unipair()Jiri Slaby1-13/+13
2022-06-10tty/vt: consolemap: saner variable names in conv_uni_to_pc()Jiri Slaby1-9/+8
2022-06-10tty/vt: consolemap: saner variable names in set_inverse_trans_unicode()Jiri Slaby1-19/+19
2022-06-10tty/vt: consolemap: extract dict unsharing to con_unshare_unimap()Jiri Slaby1-65/+68
2022-06-10tty/vt: consolemap: remove glyph < 0 check from set_inverse_trans_unicode()Jiri Slaby1-4/+3
2022-06-10tty/vt: consolemap: introduce enum translation_map and use itJiri Slaby1-19/+20
2022-06-10tty/vt: consolemap: check put_user() in con_get_unimap()Jiri Slaby1-1/+2
2022-06-10tty/vt: consolemap: make p1 increment less confusing in con_get_unimap()Jiri Slaby1-2/+2
2022-06-10tty/vt: consolemap: make con_get_unimap() more readableJiri Slaby1-16/+22
2022-06-10tty/vt: consolemap: make con_set_unimap() more readableJiri Slaby1-19/+23
2022-06-10tty/vt: consolemap: use sizeof(*pointer) instead of sizeof(type)Jiri Slaby1-11/+12
2022-06-10tty/vt: consolemap: zero uni_pgdir using kcalloc()Jiri Slaby1-5/+3
2022-06-10tty/vt: consolemap: introduce UNI_*() macrosJiri Slaby1-8/+13
2022-06-10tty/vt: consolemap: use | for binary additionJiri Slaby1-2/+2
2022-06-10tty/vt: consolemap: one line = one statementJiri Slaby1-10/+20