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
/
serial
/
samsung_tty.c
Age
Commit message (
Expand
)
Author
2024-04-09
tty: serial: switch from circ_buf to kfifo
Jiri Slaby (SUSE)
2024-03-02
serial: samsung: honor fifosize from dts at first
Tamseel Shams
2024-02-06
tty: serial: samsung: Remove superfluous braces in macro
Sam Protsenko
2024-01-27
tty: serial: samsung: shrink memory footprint of ``struct s3c24xx_uart_info``
Tudor Ambarus
2024-01-27
tty: serial: samsung: change has_divslot type to bool
Tudor Ambarus
2024-01-27
tty: serial: samsung: shrink the clock selection to 8 clocks
Tudor Ambarus
2024-01-27
tty: serial: samsung: change return type for s3c24xx_serial_rx_fifocnt()
Tudor Ambarus
2024-01-27
tty: serial: samsung: return bool for s3c24xx_serial_console_txrdy()
Tudor Ambarus
2024-01-27
tty: serial: samsung: return bool for s3c24xx_serial_txempty_nofifo()
Tudor Ambarus
2024-01-27
tty: serial: samsung: don't compare with zero an if (bitwise expression)
Tudor Ambarus
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-18
Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2023-12-12
tty: serial: samsung: Add gs101 compatible and common fifoszdt_serial_drv_data
Peter Griffin
2023-11-23
serial: samsung: Convert to platform remove callback returning void
Uwe Kleine-König
2023-10-21
tty: serial: samsung: drop earlycon support for unsupported platforms
André Draszik
2023-10-21
tty: serial: samsung_tty: remove dead code
André Draszik
2023-09-18
serial: samsung_tty: Use port lock wrappers
Thomas Gleixner
2023-08-04
tty: serial: samsung: Set missing PM ops for hibernation support
Anton Eliasson
2023-07-25
serial: drivers: switch ch and flag to u8
Jiri Slaby
2023-06-13
tty: serial: samsung_tty: Use abs() to simplify some code
Christophe JAILLET
2023-06-13
tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() when i...
Christophe JAILLET
2023-06-13
tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() in cas...
Christophe JAILLET
2023-01-16
ARM: s3c: remove s3c24xx specific hacks
Arnd Bergmann
2022-12-16
Merge tag 'tty-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2022-12-02
tty: serial: samsung_tty: use console_is_registered()
John Ogness
2022-11-03
serial: samsung_tty: Use uart_xmit_advance()
Ilpo Järvinen
2022-08-30
serial: Make ->set_termios() old ktermios const
Ilpo Järvinen
2022-08-08
Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2022-07-14
tty: serial: samsung_tty: fix s3c24xx_serial_set_mctrl()
Marek Szyprowski
2022-06-30
tty: serial: samsung_tty: loopback mode support
Chanho Park
2022-06-30
tty: serial: samsung_tty: support more than 4 uart ports
Chanho Park
2022-06-27
tty: serial: samsung_tty: set dma burst_size to 1
Chanho Park
2022-05-19
tty: serial: samsung_tty: Fix suspend/resume on S5L
Hector Martin
2022-04-15
tty: serial: samsung: add spin_lock for interrupt and console_write
Jaewon Kim
2022-03-18
tty: serial: samsung: Add ARTPEC-8 support
Vincent Whitchurch
2022-03-18
tty: serial: samsung: simplify getting OF match data
Krzysztof Kozlowski
2022-03-18
tty: serial: samsung: constify variables and pointers
Krzysztof Kozlowski
2022-03-18
tty: serial: samsung: constify s3c24xx_serial_drv_data members
Krzysztof Kozlowski
2022-03-18
tty: serial: samsung: constify UART name
Krzysztof Kozlowski
2022-03-18
tty: serial: samsung: constify s3c24xx_serial_drv_data
Krzysztof Kozlowski
[next]