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