summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/samsung_tty.c
Commit message (Expand)AuthorAgeFilesLines
* serial: samsung: honor fifosize from dts at firstTamseel Shams2024-03-021-7/+10
* tty: serial: samsung: Remove superfluous braces in macroSam Protsenko2024-02-061-4/+4
* tty: serial: samsung: shrink memory footprint of ``struct s3c24xx_uart_info``Tudor Ambarus2024-01-271-9/+9
* tty: serial: samsung: change has_divslot type to boolTudor Ambarus2024-01-271-7/+6
* tty: serial: samsung: shrink the clock selection to 8 clocksTudor Ambarus2024-01-271-11/+11
* tty: serial: samsung: change return type for s3c24xx_serial_rx_fifocnt()Tudor Ambarus2024-01-271-2/+2
* tty: serial: samsung: return bool for s3c24xx_serial_console_txrdy()Tudor Ambarus2024-01-271-3/+3
* tty: serial: samsung: return bool for s3c24xx_serial_txempty_nofifo()Tudor Ambarus2024-01-271-2/+2
* tty: serial: samsung: don't compare with zero an if (bitwise expression)Tudor Ambarus2024-01-271-1/+1
* tty: serial: samsung: make max_count unsigned intTudor Ambarus2024-01-271-1/+1
* tty: serial: samsung: drop superfluous commentTudor Ambarus2024-01-271-2/+0
* tty: serial: samsung: move open brace '{' on the next lineTudor Ambarus2024-01-271-1/+2
* tty: serial: samsung: remove braces on single statement blockTudor Ambarus2024-01-271-2/+1
* tty: serial: samsung: use u32 for register interactionsTudor Ambarus2024-01-271-40/+39
* tty: serial: samsung: explicitly include <linux/types.h>Tudor Ambarus2024-01-271-0/+1
* tty: serial: samsung: sort headers alphabeticallyTudor Ambarus2024-01-271-13/+14
* tty: serial: samsung: add gs101 earlycon supportTudor Ambarus2024-01-271-0/+11
* tty: serial: samsung: set UPIO_MEM32 iotype for gs101Tudor Ambarus2024-01-271-10/+28
* tty: serial: samsung: prepare for different IO typesTudor Ambarus2024-01-271-1/+8
* tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMTTudor Ambarus2024-01-271-3/+2
* Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-01-181-4/+2
|\
| * serial: samsung: Convert to platform remove callback returning voidUwe Kleine-König2023-11-231-4/+2
* | tty: serial: samsung: Add gs101 compatible and common fifoszdt_serial_drv_dataPeter Griffin2023-12-121-0/+16
|/
* tty: serial: samsung: drop earlycon support for unsupported platformsAndré Draszik2023-10-211-15/+1
* tty: serial: samsung_tty: remove dead codeAndré Draszik2023-10-211-105/+0
* serial: samsung_tty: Use port lock wrappersThomas Gleixner2023-09-181-25/+25
* tty: serial: samsung: Set missing PM ops for hibernation supportAnton Eliasson2023-08-041-3/+2
* serial: drivers: switch ch and flag to u8Jiri Slaby2023-07-251-1/+2
* tty: serial: samsung_tty: Use abs() to simplify some codeChristophe JAILLET2023-06-131-3/+2
* tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() when i...Christophe JAILLET2023-06-131-0/+8
* tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() in cas...Christophe JAILLET2023-06-131-1/+5
* ARM: s3c: remove s3c24xx specific hacksArnd Bergmann2023-01-161-199/+0
* Merge tag 'tty-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-12-161-7/+3
|\
| * serial: samsung_tty: Use uart_xmit_advance()Ilpo Järvinen2022-11-031-7/+3
* | tty: serial: samsung_tty: use console_is_registered()John Ogness2022-12-021-1/+1
|/
* serial: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-1/+1
* Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-08-081-57/+33
|\
| * tty: serial: samsung_tty: fix s3c24xx_serial_set_mctrl()Marek Szyprowski2022-07-141-1/+1
| * tty: serial: samsung_tty: loopback mode supportChanho Park2022-06-301-0/+8
| * tty: serial: samsung_tty: support more than 4 uart portsChanho Park2022-06-301-57/+25
* | tty: serial: samsung_tty: set dma burst_size to 1Chanho Park2022-06-271-3/+2
|/
* tty: serial: samsung_tty: Fix suspend/resume on S5LHector Martin2022-05-191-0/+1
* tty: serial: samsung: add spin_lock for interrupt and console_writeJaewon Kim2022-04-151-0/+12
* tty: serial: samsung: Add ARTPEC-8 supportVincent Whitchurch2022-03-181-0/+37
* tty: serial: samsung: simplify getting OF match dataKrzysztof Kozlowski2022-03-181-11/+2
* tty: serial: samsung: constify variables and pointersKrzysztof Kozlowski2022-03-181-23/+23
* tty: serial: samsung: constify s3c24xx_serial_drv_data membersKrzysztof Kozlowski2022-03-181-3/+3
* tty: serial: samsung: constify UART nameKrzysztof Kozlowski2022-03-181-1/+1
* tty: serial: samsung: constify s3c24xx_serial_drv_dataKrzysztof Kozlowski2022-03-181-29/+29
* tty: serial: samsung: reduce number of castsKrzysztof Kozlowski2022-03-181-36/+36