aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/serial/samsung_tty.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-02serial: samsung: honor fifosize from dts at firstGravatar Tamseel Shams 1-7/+10
2024-02-06tty: serial: samsung: Remove superfluous braces in macroGravatar Sam Protsenko 1-4/+4
2024-01-27tty: serial: samsung: shrink memory footprint of ``struct s3c24xx_uart_info``Gravatar Tudor Ambarus 1-9/+9
2024-01-27tty: serial: samsung: change has_divslot type to boolGravatar Tudor Ambarus 1-7/+6
2024-01-27tty: serial: samsung: shrink the clock selection to 8 clocksGravatar Tudor Ambarus 1-11/+11
2024-01-27tty: serial: samsung: change return type for s3c24xx_serial_rx_fifocnt()Gravatar Tudor Ambarus 1-2/+2
2024-01-27tty: serial: samsung: return bool for s3c24xx_serial_console_txrdy()Gravatar Tudor Ambarus 1-3/+3
2024-01-27tty: serial: samsung: return bool for s3c24xx_serial_txempty_nofifo()Gravatar Tudor Ambarus 1-2/+2
2024-01-27tty: serial: samsung: don't compare with zero an if (bitwise expression)Gravatar Tudor Ambarus 1-1/+1
2024-01-27tty: serial: samsung: make max_count unsigned intGravatar Tudor Ambarus 1-1/+1
2024-01-27tty: serial: samsung: drop superfluous commentGravatar Tudor Ambarus 1-2/+0
2024-01-27tty: serial: samsung: move open brace '{' on the next lineGravatar Tudor Ambarus 1-1/+2
2024-01-27tty: serial: samsung: remove braces on single statement blockGravatar Tudor Ambarus 1-2/+1
2024-01-27tty: serial: samsung: use u32 for register interactionsGravatar Tudor Ambarus 1-40/+39
2024-01-27tty: serial: samsung: explicitly include <linux/types.h>Gravatar Tudor Ambarus 1-0/+1
2024-01-27tty: serial: samsung: sort headers alphabeticallyGravatar Tudor Ambarus 1-13/+14
2024-01-27tty: serial: samsung: add gs101 earlycon supportGravatar Tudor Ambarus 1-0/+11
2024-01-27tty: serial: samsung: set UPIO_MEM32 iotype for gs101Gravatar Tudor Ambarus 1-10/+28
2024-01-27tty: serial: samsung: prepare for different IO typesGravatar Tudor Ambarus 1-1/+8
2024-01-27tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMTGravatar Tudor Ambarus 1-3/+2
2024-01-18Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-4/+2
2023-12-12tty: serial: samsung: Add gs101 compatible and common fifoszdt_serial_drv_dataGravatar Peter Griffin 1-0/+16
2023-11-23serial: samsung: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-10-21tty: serial: samsung: drop earlycon support for unsupported platformsGravatar André Draszik 1-15/+1
2023-10-21tty: serial: samsung_tty: remove dead codeGravatar André Draszik 1-105/+0
2023-09-18serial: samsung_tty: Use port lock wrappersGravatar Thomas Gleixner 1-25/+25
2023-08-04tty: serial: samsung: Set missing PM ops for hibernation supportGravatar Anton Eliasson 1-3/+2
2023-07-25serial: drivers: switch ch and flag to u8Gravatar Jiri Slaby 1-1/+2
2023-06-13tty: serial: samsung_tty: Use abs() to simplify some codeGravatar Christophe JAILLET 1-3/+2
2023-06-13tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() when i...Gravatar Christophe JAILLET 1-0/+8
2023-06-13tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() in cas...Gravatar Christophe JAILLET 1-1/+5
2023-01-16ARM: s3c: remove s3c24xx specific hacksGravatar Arnd Bergmann 1-199/+0
2022-12-16Merge tag 'tty-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-7/+3
2022-12-02tty: serial: samsung_tty: use console_is_registered()Gravatar John Ogness 1-1/+1
2022-11-03serial: samsung_tty: Use uart_xmit_advance()Gravatar Ilpo Järvinen 1-7/+3
2022-08-30serial: Make ->set_termios() old ktermios constGravatar Ilpo Järvinen 1-1/+1
2022-08-08Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-57/+33
2022-07-14tty: serial: samsung_tty: fix s3c24xx_serial_set_mctrl()Gravatar Marek Szyprowski 1-1/+1
2022-06-30tty: serial: samsung_tty: loopback mode supportGravatar Chanho Park 1-0/+8
2022-06-30tty: serial: samsung_tty: support more than 4 uart portsGravatar Chanho Park 1-57/+25
2022-06-27tty: serial: samsung_tty: set dma burst_size to 1Gravatar Chanho Park 1-3/+2
2022-05-19tty: serial: samsung_tty: Fix suspend/resume on S5LGravatar Hector Martin 1-0/+1
2022-04-15tty: serial: samsung: add spin_lock for interrupt and console_writeGravatar Jaewon Kim 1-0/+12
2022-03-18tty: serial: samsung: Add ARTPEC-8 supportGravatar Vincent Whitchurch 1-0/+37
2022-03-18tty: serial: samsung: simplify getting OF match dataGravatar Krzysztof Kozlowski 1-11/+2
2022-03-18tty: serial: samsung: constify variables and pointersGravatar Krzysztof Kozlowski 1-23/+23
2022-03-18tty: serial: samsung: constify s3c24xx_serial_drv_data membersGravatar Krzysztof Kozlowski 1-3/+3
2022-03-18tty: serial: samsung: constify UART nameGravatar Krzysztof Kozlowski 1-1/+1
2022-03-18tty: serial: samsung: constify s3c24xx_serial_drv_dataGravatar Krzysztof Kozlowski 1-29/+29
2022-03-18tty: serial: samsung: reduce number of castsGravatar Krzysztof Kozlowski 1-36/+36