summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/samsung_tty.c
AgeCommit message (Expand)Author
2024-11-04tty: serial: samsung: Add Exynos8895 compatibleIvaylo Ivanov
2024-10-11serial: Switch back to struct platform_driver::remove()Uwe Kleine-König
2024-09-11tty: serial: samsung: Fix serial rx on Apple A7-A9Nick Chan
2024-09-11tty: serial: samsung: Fix A7-A11 serial earlycon SErrorNick Chan
2024-08-14tty: serial: samsung_tty: cast the interrupt's void *id just onceAndré Draszik
2024-08-14tty: serial: samsung_tty: drop unused argument to irq handlersAndré Draszik
2024-04-09tty: serial: switch from circ_buf to kfifoJiri Slaby (SUSE)
2024-03-02serial: samsung: honor fifosize from dts at firstTamseel Shams
2024-02-06tty: serial: samsung: Remove superfluous braces in macroSam Protsenko
2024-01-27tty: serial: samsung: shrink memory footprint of ``struct s3c24xx_uart_info``Tudor Ambarus
2024-01-27tty: serial: samsung: change has_divslot type to boolTudor Ambarus
2024-01-27tty: serial: samsung: shrink the clock selection to 8 clocksTudor Ambarus
2024-01-27tty: serial: samsung: change return type for s3c24xx_serial_rx_fifocnt()Tudor Ambarus
2024-01-27tty: serial: samsung: return bool for s3c24xx_serial_console_txrdy()Tudor Ambarus
2024-01-27tty: serial: samsung: return bool for s3c24xx_serial_txempty_nofifo()Tudor Ambarus
2024-01-27tty: serial: samsung: don't compare with zero an if (bitwise expression)Tudor Ambarus
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-18Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-12-12tty: serial: samsung: Add gs101 compatible and common fifoszdt_serial_drv_dataPeter Griffin
2023-11-23serial: samsung: Convert to platform remove callback returning voidUwe Kleine-König
2023-10-21tty: serial: samsung: drop earlycon support for unsupported platformsAndré Draszik
2023-10-21tty: serial: samsung_tty: remove dead codeAndré Draszik
2023-09-18serial: samsung_tty: Use port lock wrappersThomas Gleixner
2023-08-04tty: serial: samsung: Set missing PM ops for hibernation supportAnton Eliasson
2023-07-25serial: drivers: switch ch and flag to u8Jiri Slaby
2023-06-13tty: serial: samsung_tty: Use abs() to simplify some codeChristophe JAILLET
2023-06-13tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() when i...Christophe JAILLET
2023-06-13tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() in cas...Christophe JAILLET
2023-01-16ARM: s3c: remove s3c24xx specific hacksArnd Bergmann
2022-12-16Merge tag 'tty-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2022-12-02tty: serial: samsung_tty: use console_is_registered()John Ogness
2022-11-03serial: samsung_tty: Use uart_xmit_advance()Ilpo Järvinen
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen
2022-08-08Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2022-07-14tty: serial: samsung_tty: fix s3c24xx_serial_set_mctrl()Marek Szyprowski
2022-06-30tty: serial: samsung_tty: loopback mode supportChanho Park
2022-06-30tty: serial: samsung_tty: support more than 4 uart portsChanho Park
2022-06-27tty: serial: samsung_tty: set dma burst_size to 1Chanho Park
2022-05-19tty: serial: samsung_tty: Fix suspend/resume on S5LHector Martin
2022-04-15tty: serial: samsung: add spin_lock for interrupt and console_writeJaewon Kim