aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2024-01-27tty: vt: push console lock from tioclinux() down to 2 functionsJiri Slaby (SUSE)2-10/+14
2024-01-27tty: vt: pass proper pointers from tioclinux()Jiri Slaby (SUSE)2-13/+14
2024-01-27tty: vt: expect valid vc when in tty opsJiri Slaby (SUSE)1-16/+3
2024-01-27tty: vt: fix 20 vs 0x20 typo in EScsiignoreJiri Slaby (SUSE)1-1/+1
2024-01-27vgacon: inline vc_scrolldelta_helper() into vgacon_scrolldelta()Jiri Slaby (SUSE)1-40/+0
2024-01-20Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-12/+56
2024-01-18Merge tag 'usb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+3
2024-01-18Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds109-1129/+1244
2024-01-17Merge tag 'leds-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds1-6/+22
2024-01-11Merge tag 'soc-drivers-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+16
2024-01-10tty: Add SBI debug console support to HVC SBI driverAtish Patra2-8/+31
2024-01-10tty/serial: Add RISC-V SBI debug console based earlyconAnup Patel2-4/+25
2024-01-04serial: sc16is7xx: refactor EFR lockHugo Villeneuve1-49/+57
2024-01-04serial: sc16is7xx: reorder code to remove prototype declarationsHugo Villeneuve1-39/+36
2024-01-04serial: sc16is7xx: refactor FIFO access functions to increase commonalityHugo Villeneuve1-8/+6
2024-01-04serial: sc16is7xx: drop unneeded MODULE_ALIASHugo Villeneuve1-2/+0
2024-01-04serial: sc16is7xx: replace hardcoded divisor value with BIT() macroHugo Villeneuve1-1/+1
2024-01-04serial: sc16is7xx: add explicit return for some switch default casesHugo Villeneuve1-6/+2
2024-01-04serial: sc16is7xx: add macro for max number of UART portsHugo Villeneuve1-4/+5
2024-01-04serial: sc16is7xx: add driver name to struct uart_driverHugo Villeneuve1-0/+1
2024-01-04serial: sc16is7xx: use i2c_get_match_data()Hugo Villeneuve1-8/+3
2024-01-04serial: sc16is7xx: use spi_get_device_match_data()Hugo Villeneuve1-9/+3
2024-01-04serial: sc16is7xx: use DECLARE_BITMAP for sc16is7xx_lines bitfieldHugo Villeneuve1-5/+5
2024-01-04serial: sc16is7xx: improve do/while loop in sc16is7xx_irq()Hugo Villeneuve1-5/+6
2024-01-04serial: sc16is7xx: remove obsolete loop in sc16is7xx_port_irq()Hugo Villeneuve1-44/+41
2024-01-04serial: sc16is7xx: set safe default SPI clock frequencyHugo Villeneuve1-1/+2
2024-01-04serial: sc16is7xx: add check for unsupported SPI modes during probeHugo Villeneuve1-1/+4
2024-01-04serial: sc16is7xx: fix invalid sc16is7xx_lines bitfield in case of probe errorHugo Villeneuve1-26/+18
2024-01-04serial: 8250_exar: Set missing rs485_supported flagLino Sanfilippo1-2/+3
2024-01-04serial: omap: do not override settings for RS485 supportLino Sanfilippo1-13/+14
2024-01-04serial: core, imx: do not set RS485 enabled if it is not supportedLino Sanfilippo2-7/+3
2024-01-04serial: core: make sure RS485 cannot be enabled when it is not supportedLino Sanfilippo1-1/+1
2024-01-04serial: core: fix sanitizing check for RTS settingsLino Sanfilippo1-10/+18
2024-01-04serial: core: set missing supported flag for RX during TX GPIOLino Sanfilippo1-0/+2
2024-01-04serial: Do not hold the port lock when setting rx-during-tx GPIOLino Sanfilippo3-12/+26
2024-01-04serial: 8250_bcm2835aux: Restore clock error handlingStefan Wahren1-0/+2
2024-01-048250: microchip: pci1xxxx: Add Burst mode reception support in uart driver fo...Rengarajan S1-2/+121
2024-01-048250: microchip: pci1xxxx: Add Syslock support for reading UART system registersRengarajan S1-0/+63
2024-01-048250: microchip: pci1xxxx: Rearranging the structure declarationsRengarajan S1-13/+13
2024-01-04serial: 8250_lpss: copy dma_param using devm_kmemdup()Raag Jadav1-5/+2
2024-01-04tty: serial: 8250: Set RS232 as default for Moxa PCIe board initializationCrescent CY Hsieh1-3/+4
2024-01-04serial: 8250_dw: Do not bailout on UCV read returning zeroVamshi Gajjela1-9/+3
2024-01-04serial: imx: Ensure that imx_uart_rs485_config() is called with enabled clockChristoph Niedermaier1-11/+12
2024-01-04serial: apbuart: fix console prompt on qemuSam Ravnborg1-1/+1
2024-01-04tty: serial: kgdboc: Fix 8250_* kgdb over serialMichael Trimarchi1-1/+2
2024-01-04serial: imx: Correct clock error message in function probe()Christoph Niedermaier1-1/+1
2024-01-04tty/serial: altera_uart: use more informative labels in /proc/interruptsAntony Pavlov1-1/+1
2024-01-04tty: serial: Add RS422 flag to struct serial_rs485Crescent CY Hsieh1-0/+6
2024-01-04serial: core: Clean up uart_update_timeout() functionVamshi Gajjela1-4/+3
2023-12-15tty: serial: 8250: Set RS422 interface by default to fix Moxa RS422/RS485 PCI...Crescent CY Hsieh1-1/+57
2023-12-15tty: serial: amba-pl011: factor QDF2400 SoC erratum 44 out of probeThéo Lebrun1-7/+18
2023-12-15tty: serial: amba-pl011: unindent pl011_console_get_options function bodyThéo Lebrun1-22/+21
2023-12-15tty: serial: amba-pl011: fix miscellaneous checkpatch warningsThéo Lebrun1-7/+6
2023-12-15tty: serial: amba-pl011: fix formatting of conditionsThéo Lebrun1-12/+14
2023-12-15tty: serial: amba-pl011: avoid quoted string split across linesThéo Lebrun1-8/+8
2023-12-15tty: serial: amba-pl011: replace TIOCMBIT macros by static functionsThéo Lebrun1-21/+24
2023-12-15tty: serial: amba-pl011: fix whitespace formattingThéo Lebrun1-52/+45
2023-12-15serial: 8250-fsl: Only do the break workaround if IIR signals RLSIUwe Kleine-König1-1/+2
2023-12-15serial: ma35d1: Fix spelling mistake "ononsole" -> "console"Colin Ian King1-1/+1
2023-12-15serial: sc16is7xx: fix unconditional activation of THRI interruptHugo Villeneuve1-5/+2
2023-12-15serial: sc16is7xx: convert from _raw_ to _noinc_ regmap functions for FIFOHugo Villeneuve1-6/+11
2023-12-15serial: sc16is7xx: change EFR lock to operate on each channelsHugo Villeneuve1-23/+26
2023-12-15serial: sc16is7xx: remove unused line structure memberHugo Villeneuve1-2/+0
2023-12-15serial: sc16is7xx: remove global regmap from struct sc16is7xx_portHugo Villeneuve1-6/+9
2023-12-15serial: sc16is7xx: remove wasteful static buffer in sc16is7xx_regmap_name()Hugo Villeneuve1-6/+8
2023-12-15serdev: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-2/+2
2023-12-15tty: allow TIOCSLCKTRMIOS with CAP_CHECKPOINT_RESTOREAdrian Reber1-2/+2
2023-12-15serial: esp32_uart: Use device_get_match_data()Rob Herring1-7/+3
2023-12-15serial: esp32_acm: Add explicit platform_device.h includeRob Herring1-1/+1
2023-12-15usb: cdc-acm: return correct error code on unsupported breakOliver Neukum1-0/+3
2023-12-13tty: add new helper function tty_get_tiocmFlorian Eckert1-6/+22
2023-12-12tty: serial: samsung: Add gs101 compatible and common fifoszdt_serial_drv_dataPeter Griffin1-0/+16
2023-12-11Merge 6.7-rc5 into tty-nextGreg Kroah-Hartman6-65/+85
2023-12-08tty: serdev: convert to u8 and size_tJiri Slaby (SUSE)1-7/+5
2023-12-08tty: serdev: convert to u8 and size_t in serdev_controller_opsJiri Slaby (SUSE)1-1/+1
2023-12-08tty: nozomi: convert to u8 and size_tJiri Slaby (SUSE)1-5/+4
2023-12-08tty: n_hdlc: convert to u8 and size_tJiri Slaby (SUSE)1-5/+5
2023-12-08tty: n_gsm: convert to u8 and size_tJiri Slaby (SUSE)1-9/+8
2023-12-08tty: mxser: convert to u8 and size_tJiri Slaby (SUSE)1-4/+4
2023-12-08tty: moxa: convert to u8 and size_tJiri Slaby (SUSE)1-7/+8
2023-12-08tty: mips_ejtag_fdc: use u8 for character pointersJiri Slaby (SUSE)1-5/+5
2023-12-08tty: hvc: convert to u8 and size_tJiri Slaby (SUSE)10-66/+75
2023-12-08tty: goldfish: convert to u8 and size_tJiri Slaby (SUSE)1-10/+6
2023-12-08tty: ehv_bytechan: convert to u8 and size_tJiri Slaby (SUSE)1-6/+5
2023-12-08tty: ami: use u8 for characters and flagJiri Slaby (SUSE)1-2/+2
2023-12-08tty: core: the rest to u8Jiri Slaby (SUSE)1-5/+5
2023-12-08tty: make tty_operations::send_xchar accept u8 charJiri Slaby (SUSE)3-3/+3
2023-12-08tty: switch tty_port::xmit_* to u8Jiri Slaby (SUSE)1-1/+1
2023-12-08tty: goldfish: use bool for is_write parameterJiri Slaby (SUSE)1-4/+4
2023-12-08serial: msm: Use OPP table for DVFS supportStephan Gerhold1-2/+17
2023-12-08serial: ucc_uart: Fix multiple address space type errorsChristophe Leroy1-14/+14
2023-12-08tty: hvc: dcc: Check for TXfull condition while setting up early consoleAyan Kumar Halder1-0/+8
2023-12-08serial: imx: fix tx statemachine deadlockPaul Geurts1-2/+2
2023-12-07serial: 8250_dw: Add ACPI ID for Granite Rapids-D UARTAndy Shevchenko1-0/+1
2023-12-07serial: ma35d1: Validate console index before assignmentAndi Shyti1-1/+9
2023-11-28serial: 8250_dw: Decouple DLF register check from UCVVamshi Gajjela1-11/+11
2023-11-25tty: nozomi: remove unused debugging DUMP()Jiri Slaby (SUSE)1-18/+0
2023-11-25tty: hvc_console: use flexible array for outbufJiri Slaby (SUSE)2-4/+2
2023-11-25tty: goldfish: drop unneeded temporary variablesJiri Slaby (SUSE)1-5/+2
2023-11-25tty: ehv_bytecha: use memcpy_and_pad() in local_ev_byte_channel_send()Jiri Slaby (SUSE)1-2/+5
2023-11-25tty: amiserial: use bool and rename overrun flag in receive_chars()Jiri Slaby (SUSE)1-3/+3
2023-11-25tty: amiserial: return from receive_chars() without gotoJiri Slaby (SUSE)1-3/+1
2023-11-25tty: remove unneeded mbz from tiocsti()Jiri Slaby (SUSE)1-2/+2
2023-11-25tty: deprecate tty_write_message()Jiri Slaby (SUSE)1-0/+4
2023-11-25serial: max310x: change confusing comment about Tx FIFOHugo Villeneuve1-1/+1
2023-11-25serial: sc16is7xx: change confusing comment about Tx FIFOHugo Villeneuve1-1/+1
2023-11-25serial: core: Revert checks for tx runtime PM stateTony Lindgren1-1/+1
2023-11-25serial: core: Move tty and serdev to be children of serial core port deviceTony Lindgren4-17/+24
2023-11-25/proc/sysrq-trigger: accept multiple keys at onceTomas Mudrunka1-3/+16
2023-11-25serial: uartlite: Use dynamic allocation for major number when uart ports > 4Manikanta Guntupalli2-0/+8
2023-11-25drivers/tty/vt: use standard array-copy-functionsPhilipp Stanner2-7/+5
2023-11-25serial: xilinx_uartps: Fix kernel doc about .remove()'s return codeUwe Kleine-König1-2/+0
2023-11-23ARM: PL011: Fix DMA supportArnd Bergmann1-58/+54
2023-11-23serial: sc16is7xx: address RX timeout interrupt errataDaniel Mack1-0/+12
2023-11-23serial: 8250: 8250_omap: Clear UART_HAS_RHR_IT_DIS bitRonald Wahl1-2/+2
2023-11-23serial: 8250_omap: Add earlycon support for the AM654 UART controllerRonald Wahl1-0/+1
2023-11-23serial: 8250: 8250_omap: Do not start RX DMA on THRI interruptRonald Wahl1-4/+6
2023-11-23serial: sh-sci: convert not to use dma_request_slave_channel()Christophe JAILLET1-4/+3
2023-11-23serial: mxs-auart: convert not to use dma_request_slave_channel()Christophe JAILLET1-4/+10
2023-11-23serial: amba-pl011: convert not to use dma_request_slave_channel()Christophe JAILLET1-3/+3
2023-11-23serial: imx: convert not to use dma_request_slave_channel()Christophe JAILLET1-6/+11
2023-11-23serial: atmel: convert not to use dma_request_slave_channel()Christophe JAILLET1-4/+12
2023-11-23serial: sc16is7xx: improve regmap debugfs by using one regmap per portHugo Villeneuve1-62/+81
2023-11-23serial: sunsab: remove trailing whitespacesHugo Villeneuve1-8/+8
2023-11-23serial: sifive: Declare PM operations as staticSamuel Holland1-2/+2
2023-11-23tty: hvc: hvc_opal: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-23tty: hvc: Make hvc_remove() return no valueUwe Kleine-König3-11/+9
2023-11-23tty: serial: uartlite: Document uartlite_data in kernel-doc styleSean Anderson1-5/+5
2023-11-23tty: serial_cs: remove unused struct serial_cfg_memJiri Slaby (SUSE)1-6/+0
2023-11-23tty: rp2: remove unused rp2_uart_port::ignore_rxJiri Slaby (SUSE)1-1/+0
2023-11-23tty: jsm: remove unused struct jsm_board membersJiri Slaby (SUSE)1-3/+0
2023-11-23tty: jsm: remove unused members from struct board_opsJiri Slaby (SUSE)3-78/+0
2023-11-23tty: ipwireless: remove unused ipw_dev::attribute_memoryJiri Slaby (SUSE)1-3/+0
2023-11-23serial: xilinx_uartps: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-11-23serial: ucc: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-23serial: uartlite: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-11-23serial: timbuart: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-23serial: tegra-tcu: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-23serial: sunzilog: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-23serial: sunsu: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-23serial: sunsab: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-23serial: sunplus: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-23serial: sunhv: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-23serial: stm32: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-23serial: st-asc: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-23serial: sprd: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-23serial: sifive: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-23serial: sh-sci: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-23serial: txx9: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-11-23serial: tegra: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-11-23serial: sccnxp: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-23serial: samsung: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-23serial: sa1100: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-23serial: rda: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-23serial: qcom_geni: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-23serial: pic32: Convert to platform remove callback returning voidUwe Kleine-König1-5/+2
2023-11-23serial: owl: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-23serial: omap: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-23serial: mxs-auart: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-23serial: msm: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-23serial: mpc52xx: Convert to platform remove callback returning voidUwe Kleine-König1-5/+2
2023-11-23serial: milbeaut_usio: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-23serial: meson: Convert to platform remove callback returning voidUwe Kleine-König1-5/+3
2023-11-23serial: mcf: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-23serial: ma35d1: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-11-23serial: lpc32xx_hs: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-23serial: liteuart: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-23serial: lantiq: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-23serial: imx: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-23serial: fsl_lpuart: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-11-23serial: fsl_linflexuart: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-23serial: esp32: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-23serial: esp32_acm: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-11-23serial: digicolor: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-23serial: cpm: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-23serial: clps711x: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-23serial: bcm63xx: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-11-23serial: atmel: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-23serial: ar933x: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-23serial: amba-pl011: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-11-23serial: altera: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-23serial: altera_jtaguart: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-23serial: 8250: Convert to platform remove callback returning voidUwe Kleine-König16-56/+32
2023-11-23serial: sccnxp: Improve error message if regulator_disable() failsUwe Kleine-König1-2/+5
2023-11-23serial: 8250: omap: Don't skip resource freeing if pm_runtime_resume_and_get(...Uwe Kleine-König1-1/+1
2023-11-10Merge tag 'mips_6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-7/+0
2023-11-03Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds103-1848/+3415
2023-11-01Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-1/+0
2023-11-01Merge tag 'docs-6.7' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+2
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds1-3/+7
2023-10-27serdev: Replace custom code with device_match_acpi_handle()Andy Shevchenko1-1/+1
2023-10-27serdev: Simplify devm_serdev_device_open() functionAndy Shevchenko1-14/+4
2023-10-27serdev: Make use of device_set_node()Andy Shevchenko1-1/+3
2023-10-27tty: n_gsm: add copyright Siemens Mobility GmbHDaniel Starke1-0/+1
2023-10-26tty: n_gsm: fix race condition in status line change on dead connectionsDaniel Starke1-0/+2
2023-10-24serial: core: Fix runtime PM handling for pending txTony Lindgren1-1/+1
2023-10-21tty: serial: samsung: drop earlycon support for unsupported platformsAndré Draszik1-15/+1
2023-10-21tty: 8250: Add note for PX-835Cameron Williams1-1/+1
2023-10-21tty: 8250: Fix IS-200 PCI ID commentCameron Williams1-1/+1