index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
Age
Commit message (
Expand
)
Author
2024-01-27
tty: serial: samsung: make max_count unsigned int
Tudor Ambarus
2024-01-27
tty: serial: samsung: drop superfluous comment
Tudor Ambarus
2024-01-27
tty: serial: samsung: move open brace '{' on the next line
Tudor Ambarus
2024-01-27
tty: serial: samsung: remove braces on single statement block
Tudor Ambarus
2024-01-27
tty: serial: samsung: use u32 for register interactions
Tudor Ambarus
2024-01-27
tty: serial: samsung: explicitly include <linux/types.h>
Tudor Ambarus
2024-01-27
tty: serial: samsung: sort headers alphabetically
Tudor Ambarus
2024-01-27
tty: serial: samsung: add gs101 earlycon support
Tudor Ambarus
2024-01-27
tty: serial: samsung: set UPIO_MEM32 iotype for gs101
Tudor Ambarus
2024-01-27
tty: serial: samsung: prepare for different IO types
Tudor Ambarus
2024-01-27
tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMT
Tudor Ambarus
2024-01-27
serial: max310x: fix indentation
Hugo Villeneuve
2024-01-27
serial: max310x: reformat and improve comments
Hugo Villeneuve
2024-01-27
serial: max310x: replace bare use of 'unsigned' with 'unsigned int' (checkpatch)
Hugo Villeneuve
2024-01-27
serial: max310x: use common power function for all variants
Hugo Villeneuve
2024-01-27
serial: max310x: use common detect function for all variants
Hugo Villeneuve
2024-01-27
serial: max310x: replace hardcoded masks with preferred GENMASK()
Hugo Villeneuve
2024-01-27
serial: max310x: use dev_err_probe() instead of dev_err()
Hugo Villeneuve
2024-01-27
serial: max310x: add explicit return for some switch default cases
Hugo Villeneuve
2024-01-27
serial: max310x: simplify probe() and remove() error handling
Hugo Villeneuve
2024-01-27
serial: max310x: use separate regmap name for each port
Hugo Villeneuve
2024-01-27
serial: max310x: add macro for max number of ports
Hugo Villeneuve
2024-01-27
serial: max310x: remove holes in struct max310x_devtype
Hugo Villeneuve
2024-01-27
serial: max310x: fix syntax error in IRQ error message
Hugo Villeneuve
2024-01-27
serial: max310x: use spi_get_device_match_data()
Hugo Villeneuve
2024-01-27
serial: max310x: use i2c_get_match_data()
Hugo Villeneuve
2024-01-27
serial: max310x: add I2C device table for instantiation from userspace
Hugo Villeneuve
2024-01-27
serial: max310x: fix NULL pointer dereference in I2C instantiation
Hugo Villeneuve
2024-01-27
serial: stm32: get FIFO size from hwcfg register
Valentin Caron
2024-01-27
serial: stm32: change register's offset type from u8 to u16
Valentin Caron
2024-01-27
serial: stm32: extend max number of U(S)ART to 9
Valentin Caron
2024-01-27
serial: stm32: implement prescaler tuning to compute low baudrate
Valentin Caron
2024-01-27
vt: remove superfluous CONFIG_HW_CONSOLE
Lukas Bulwahn
2024-01-27
serial: qcom-geni: Don't cancel/abort if we can't get the port lock
Douglas Anderson
2024-01-27
tty/vt: UTF-8 parsing update according to RFC 3629, modern Unicode
Roman Žilka
2024-01-27
serial: linflexuart: Remove redundant uart type assignment
Lizhe
2024-01-27
treewide, serdev: change receive_buf() return type to size_t
Francesco Dolcini
2024-01-27
tty: vt: fix up kernel-doc
Jiri Slaby (SUSE)
2024-01-27
tty: vt: remove unused consw::con_flush_scrollback()
Jiri Slaby (SUSE)
2024-01-27
tty: vt: remove consw::con_getxy()
Jiri Slaby (SUSE)
2024-01-27
tty: vt: make types of screenpos() more consistent
Jiri Slaby (SUSE)
2024-01-27
tty: vt: remove consw::con_screen_pos()
Jiri Slaby (SUSE)
2024-01-27
tty: vt: make font of consw::con_font_set() const
Jiri Slaby (SUSE)
2024-01-27
tty: vt: use enum constants for VESA blanking modes
Jiri Slaby (SUSE)
2024-01-27
tty: vt: use VESA blanking constants
Jiri Slaby (SUSE)
2024-01-27
tty: vt: stop using -1 for blank mode in consw::con_blank()
Jiri Slaby (SUSE)
2024-01-27
tty: vt: make consw::con_switch() return a bool
Jiri Slaby (SUSE)
2024-01-27
tty: vt: remove CM_* constants
Jiri Slaby (SUSE)
2024-01-27
tty: vt: add con_putc() helper
Jiri Slaby (SUSE)
2024-01-27
tty: vt: sanitize arguments of consw::con_clear()
Jiri Slaby (SUSE)
[prev]
[next]