summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2024-01-27tty: serial: samsung: make max_count unsigned intTudor Ambarus
2024-01-27tty: serial: samsung: drop superfluous commentTudor Ambarus
2024-01-27tty: serial: samsung: move open brace '{' on the next lineTudor Ambarus
2024-01-27tty: serial: samsung: remove braces on single statement blockTudor Ambarus
2024-01-27tty: serial: samsung: use u32 for register interactionsTudor Ambarus
2024-01-27tty: serial: samsung: explicitly include <linux/types.h>Tudor Ambarus
2024-01-27tty: serial: samsung: sort headers alphabeticallyTudor Ambarus
2024-01-27tty: serial: samsung: add gs101 earlycon supportTudor Ambarus
2024-01-27tty: serial: samsung: set UPIO_MEM32 iotype for gs101Tudor Ambarus
2024-01-27tty: serial: samsung: prepare for different IO typesTudor Ambarus
2024-01-27tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMTTudor Ambarus
2024-01-27serial: max310x: fix indentationHugo Villeneuve
2024-01-27serial: max310x: reformat and improve commentsHugo Villeneuve
2024-01-27serial: max310x: replace bare use of 'unsigned' with 'unsigned int' (checkpatch)Hugo Villeneuve
2024-01-27serial: max310x: use common power function for all variantsHugo Villeneuve
2024-01-27serial: max310x: use common detect function for all variantsHugo Villeneuve
2024-01-27serial: max310x: replace hardcoded masks with preferred GENMASK()Hugo Villeneuve
2024-01-27serial: max310x: use dev_err_probe() instead of dev_err()Hugo Villeneuve
2024-01-27serial: max310x: add explicit return for some switch default casesHugo Villeneuve
2024-01-27serial: max310x: simplify probe() and remove() error handlingHugo Villeneuve
2024-01-27serial: max310x: use separate regmap name for each portHugo Villeneuve
2024-01-27serial: max310x: add macro for max number of portsHugo Villeneuve
2024-01-27serial: max310x: remove holes in struct max310x_devtypeHugo Villeneuve
2024-01-27serial: max310x: fix syntax error in IRQ error messageHugo Villeneuve
2024-01-27serial: max310x: use spi_get_device_match_data()Hugo Villeneuve
2024-01-27serial: max310x: use i2c_get_match_data()Hugo Villeneuve
2024-01-27serial: max310x: add I2C device table for instantiation from userspaceHugo Villeneuve
2024-01-27serial: max310x: fix NULL pointer dereference in I2C instantiationHugo Villeneuve
2024-01-27serial: stm32: get FIFO size from hwcfg registerValentin Caron
2024-01-27serial: stm32: change register's offset type from u8 to u16Valentin Caron
2024-01-27serial: stm32: extend max number of U(S)ART to 9Valentin Caron
2024-01-27serial: stm32: implement prescaler tuning to compute low baudrateValentin Caron
2024-01-27vt: remove superfluous CONFIG_HW_CONSOLELukas Bulwahn
2024-01-27serial: qcom-geni: Don't cancel/abort if we can't get the port lockDouglas Anderson
2024-01-27tty/vt: UTF-8 parsing update according to RFC 3629, modern UnicodeRoman Žilka
2024-01-27serial: linflexuart: Remove redundant uart type assignmentLizhe
2024-01-27treewide, serdev: change receive_buf() return type to size_tFrancesco Dolcini
2024-01-27tty: vt: fix up kernel-docJiri Slaby (SUSE)
2024-01-27tty: vt: remove unused consw::con_flush_scrollback()Jiri Slaby (SUSE)
2024-01-27tty: vt: remove consw::con_getxy()Jiri Slaby (SUSE)
2024-01-27tty: vt: make types of screenpos() more consistentJiri Slaby (SUSE)
2024-01-27tty: vt: remove consw::con_screen_pos()Jiri Slaby (SUSE)
2024-01-27tty: vt: make font of consw::con_font_set() constJiri Slaby (SUSE)
2024-01-27tty: vt: use enum constants for VESA blanking modesJiri Slaby (SUSE)
2024-01-27tty: vt: use VESA blanking constantsJiri Slaby (SUSE)
2024-01-27tty: vt: stop using -1 for blank mode in consw::con_blank()Jiri Slaby (SUSE)
2024-01-27tty: vt: make consw::con_switch() return a boolJiri Slaby (SUSE)
2024-01-27tty: vt: remove CM_* constantsJiri Slaby (SUSE)
2024-01-27tty: vt: add con_putc() helperJiri Slaby (SUSE)
2024-01-27tty: vt: sanitize arguments of consw::con_clear()Jiri Slaby (SUSE)