summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* tty: serdev: convert to u8 and size_tJiri Slaby (SUSE)2023-12-081-7/+5
* tty: serdev: convert to u8 and size_t in serdev_controller_opsJiri Slaby (SUSE)2023-12-081-1/+1
* tty: nozomi: convert to u8 and size_tJiri Slaby (SUSE)2023-12-081-5/+4
* tty: n_hdlc: convert to u8 and size_tJiri Slaby (SUSE)2023-12-081-5/+5
* tty: n_gsm: convert to u8 and size_tJiri Slaby (SUSE)2023-12-081-9/+8
* tty: mxser: convert to u8 and size_tJiri Slaby (SUSE)2023-12-081-4/+4
* tty: moxa: convert to u8 and size_tJiri Slaby (SUSE)2023-12-081-7/+8
* tty: mips_ejtag_fdc: use u8 for character pointersJiri Slaby (SUSE)2023-12-081-5/+5
* tty: hvc: convert to u8 and size_tJiri Slaby (SUSE)2023-12-0810-66/+75
* tty: goldfish: convert to u8 and size_tJiri Slaby (SUSE)2023-12-081-10/+6
* tty: ehv_bytechan: convert to u8 and size_tJiri Slaby (SUSE)2023-12-081-6/+5
* tty: ami: use u8 for characters and flagJiri Slaby (SUSE)2023-12-081-2/+2
* tty: core: the rest to u8Jiri Slaby (SUSE)2023-12-081-5/+5
* tty: make tty_operations::send_xchar accept u8 charJiri Slaby (SUSE)2023-12-083-3/+3
* tty: switch tty_port::xmit_* to u8Jiri Slaby (SUSE)2023-12-081-1/+1
* tty: goldfish: use bool for is_write parameterJiri Slaby (SUSE)2023-12-081-4/+4
* serial: msm: Use OPP table for DVFS supportStephan Gerhold2023-12-081-2/+17
* serial: ucc_uart: Fix multiple address space type errorsChristophe Leroy2023-12-081-14/+14
* tty: hvc: dcc: Check for TXfull condition while setting up early consoleAyan Kumar Halder2023-12-081-0/+8
* serial: imx: fix tx statemachine deadlockPaul Geurts2023-12-081-2/+2
* serial: 8250_dw: Decouple DLF register check from UCVVamshi Gajjela2023-11-281-11/+11
* tty: nozomi: remove unused debugging DUMP()Jiri Slaby (SUSE)2023-11-251-18/+0
* tty: hvc_console: use flexible array for outbufJiri Slaby (SUSE)2023-11-252-4/+2
* tty: goldfish: drop unneeded temporary variablesJiri Slaby (SUSE)2023-11-251-5/+2
* tty: ehv_bytecha: use memcpy_and_pad() in local_ev_byte_channel_send()Jiri Slaby (SUSE)2023-11-251-2/+5
* tty: amiserial: use bool and rename overrun flag in receive_chars()Jiri Slaby (SUSE)2023-11-251-3/+3
* tty: amiserial: return from receive_chars() without gotoJiri Slaby (SUSE)2023-11-251-3/+1
* tty: remove unneeded mbz from tiocsti()Jiri Slaby (SUSE)2023-11-251-2/+2
* tty: deprecate tty_write_message()Jiri Slaby (SUSE)2023-11-251-0/+4
* serial: max310x: change confusing comment about Tx FIFOHugo Villeneuve2023-11-251-1/+1
* serial: sc16is7xx: change confusing comment about Tx FIFOHugo Villeneuve2023-11-251-1/+1
* serial: core: Revert checks for tx runtime PM stateTony Lindgren2023-11-251-1/+1
* serial: core: Move tty and serdev to be children of serial core port deviceTony Lindgren2023-11-254-17/+24
* /proc/sysrq-trigger: accept multiple keys at onceTomas Mudrunka2023-11-251-3/+16
* serial: uartlite: Use dynamic allocation for major number when uart ports > 4Manikanta Guntupalli2023-11-252-0/+8
* drivers/tty/vt: use standard array-copy-functionsPhilipp Stanner2023-11-252-7/+5
* serial: xilinx_uartps: Fix kernel doc about .remove()'s return codeUwe Kleine-König2023-11-251-2/+0
* serial: sh-sci: convert not to use dma_request_slave_channel()Christophe JAILLET2023-11-231-4/+3
* serial: mxs-auart: convert not to use dma_request_slave_channel()Christophe JAILLET2023-11-231-4/+10
* serial: amba-pl011: convert not to use dma_request_slave_channel()Christophe JAILLET2023-11-231-3/+3
* serial: imx: convert not to use dma_request_slave_channel()Christophe JAILLET2023-11-231-6/+11
* serial: atmel: convert not to use dma_request_slave_channel()Christophe JAILLET2023-11-231-4/+12
* serial: sc16is7xx: improve regmap debugfs by using one regmap per portHugo Villeneuve2023-11-231-62/+81
* serial: sunsab: remove trailing whitespacesHugo Villeneuve2023-11-231-8/+8
* serial: sifive: Declare PM operations as staticSamuel Holland2023-11-231-2/+2
* tty: hvc: hvc_opal: Convert to platform remove callback returning voidUwe Kleine-König2023-11-231-4/+2
* tty: hvc: Make hvc_remove() return no valueUwe Kleine-König2023-11-233-11/+9
* tty: serial: uartlite: Document uartlite_data in kernel-doc styleSean Anderson2023-11-231-5/+5
* tty: serial_cs: remove unused struct serial_cfg_memJiri Slaby (SUSE)2023-11-231-6/+0
* tty: rp2: remove unused rp2_uart_port::ignore_rxJiri Slaby (SUSE)2023-11-231-1/+0