index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
samsung_tty.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARM: s3c: remove s3c24xx specific hacks
Arnd Bergmann
2023-01-16
1
-199
/
+0
*
Merge tag 'tty-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2022-12-16
1
-7
/
+3
|
\
|
*
serial: samsung_tty: Use uart_xmit_advance()
Ilpo Järvinen
2022-11-03
1
-7
/
+3
*
|
tty: serial: samsung_tty: use console_is_registered()
John Ogness
2022-12-02
1
-1
/
+1
|
/
*
serial: Make ->set_termios() old ktermios const
Ilpo Järvinen
2022-08-30
1
-1
/
+1
*
Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2022-08-08
1
-57
/
+33
|
\
|
*
tty: serial: samsung_tty: fix s3c24xx_serial_set_mctrl()
Marek Szyprowski
2022-07-14
1
-1
/
+1
|
*
tty: serial: samsung_tty: loopback mode support
Chanho Park
2022-06-30
1
-0
/
+8
|
*
tty: serial: samsung_tty: support more than 4 uart ports
Chanho Park
2022-06-30
1
-57
/
+25
*
|
tty: serial: samsung_tty: set dma burst_size to 1
Chanho Park
2022-06-27
1
-3
/
+2
|
/
*
tty: serial: samsung_tty: Fix suspend/resume on S5L
Hector Martin
2022-05-19
1
-0
/
+1
*
tty: serial: samsung: add spin_lock for interrupt and console_write
Jaewon Kim
2022-04-15
1
-0
/
+12
*
tty: serial: samsung: Add ARTPEC-8 support
Vincent Whitchurch
2022-03-18
1
-0
/
+37
*
tty: serial: samsung: simplify getting OF match data
Krzysztof Kozlowski
2022-03-18
1
-11
/
+2
*
tty: serial: samsung: constify variables and pointers
Krzysztof Kozlowski
2022-03-18
1
-23
/
+23
*
tty: serial: samsung: constify s3c24xx_serial_drv_data members
Krzysztof Kozlowski
2022-03-18
1
-3
/
+3
*
tty: serial: samsung: constify UART name
Krzysztof Kozlowski
2022-03-18
1
-1
/
+1
*
tty: serial: samsung: constify s3c24xx_serial_drv_data
Krzysztof Kozlowski
2022-03-18
1
-29
/
+29
*
tty: serial: samsung: reduce number of casts
Krzysztof Kozlowski
2022-03-18
1
-36
/
+36
*
tty: serial: samsung: embed s3c2410_uartcfg in parent structure
Krzysztof Kozlowski
2022-03-18
1
-9
/
+9
*
tty: serial: samsung: embed s3c24xx_uart_info in parent structure
Krzysztof Kozlowski
2022-03-18
1
-9
/
+9
*
serial: samsung_tty: do not unlock port->lock for uart_write_wakeup()
Jiri Slaby
2022-03-18
1
-4
/
+1
*
serial: samsung: Add samsung_early_read to support early kgdboc
Woody Lin
2022-03-03
1
-0
/
+25
*
serial: make uart_console_write->putchar()'s character an unsigned char
Jiri Slaby
2022-03-03
1
-2
/
+2
*
tty: serial: samsung: Fix console registration from module
Sam Protsenko
2021-12-20
1
-2
/
+4
*
tty: serial: samsung: Enable console as module
Sam Protsenko
2021-12-20
1
-4
/
+32
*
tty: serial: samsung: Remove USI initialization
Sam Protsenko
2021-12-20
1
-32
/
+4
*
tty: serial: samsung: Improve naming for common macro
Sam Protsenko
2021-10-10
1
-8
/
+5
*
tty: serial: samsung: Add Exynos850 SoC data
Sam Protsenko
2021-08-13
1
-0
/
+13
*
tty: serial: samsung: Fix driver data macros style
Sam Protsenko
2021-08-13
1
-2
/
+2
*
tty: serial: samsung: Init USI to keep clocks running
Sam Protsenko
2021-08-13
1
-1
/
+31
*
serial: samsung: use dma_ops of DMA if attached
Tamseel Shams
2021-07-21
1
-21
/
+25
*
tty: serial: samsung_tty: remove set but not used variables
Tian Tao
2021-05-13
1
-2
/
+1
*
tty: serial: samsung_tty: remove spinlock flags in interrupt handlers
Krzysztof Kozlowski
2021-03-23
1
-9
/
+6
*
tty: serial: samsung_tty: Add earlycon support for Apple UARTs
Hector Martin
2021-03-10
1
-0
/
+17
*
tty: serial: samsung_tty: Add support for Apple UARTs
Hector Martin
2021-03-10
1
-8
/
+230
*
tty: serial: samsung_tty: Use devm_ioremap_resource
Hector Martin
2021-03-10
1
-22
/
+3
*
tty: serial: samsung_tty: IRQ rework
Hector Martin
2021-03-10
1
-14
/
+20
*
tty: serial: samsung_tty: Add s3c24xx_port_type
Hector Martin
2021-03-10
1
-42
/
+70
*
tty: serial: samsung_tty: Separate S3C64XX ops structure
Hector Martin
2021-03-10
1
-17
/
+54
*
tty: serial: samsung_tty: Add ucon_mask parameter
Hector Martin
2021-03-10
1
-7
/
+4
*
serial: samsung: Removes the IRQ not found warning
Tamseel Shams
2020-08-18
1
-3
/
+5
*
serial: samsung: fix spelling mistake
Tamseel Shams
2020-06-27
1
-1
/
+1
*
serial: samsung: Minor whitespace cleanups
Krzysztof Kozlowski
2020-06-27
1
-13
/
+9
*
tty: serial: samsung: Correct clock selection logic
Jonathan Bakker
2020-05-15
1
-4
/
+4
*
serial: samsung: 32-bit access for TX/RX hold registers
Hyunki Koo
2020-05-06
1
-5
/
+57
*
serial: samsung: Replace rd_regb/wr_regb with rd_reg/wr_reg
Hyunki Koo
2020-05-06
1
-9
/
+9
*
serial: samsung: Rename Exynos to lowercase
Krzysztof Kozlowski
2020-01-06
1
-1
/
+1
*
tty/serial: Migrate samsung_tty to use has_sysrq
Dmitry Safonov
2019-12-18
1
-4
/
+1
*
tty: serial: samsung_tty: do not abuse the struct uart_port unused fields
Greg Kroah-Hartman
2019-12-17
1
-23
/
+23
[next]