index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
samsung_tty.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
tty: serial: samsung_tty: fix blank line checkpatch warning
Greg Kroah-Hartman
2019-12-12
1
-0
/
+3
*
tty: serial: samsung_tty: fix up minor comment formatting
Greg Kroah-Hartman
2019-12-12
1
-7
/
+9
*
tty: serial: samsung_tty: use 'unsigned int' not 'unsigned'
Greg Kroah-Hartman
2019-12-12
1
-1
/
+2
*
tty: serial: samsung_tty: use standard debugging macros
Greg Kroah-Hartman
2019-12-12
1
-48
/
+30
*
tty: serial: samsung_tty: drop unneded dbg() calls
Greg Kroah-Hartman
2019-12-12
1
-22
/
+0
*
tty: serial: samsung_tty: delete samsung.h
Greg Kroah-Hartman
2019-12-12
1
-3
/
+130
*
tty: serial: samsung_tty: fix build warning
Greg Kroah-Hartman
2019-12-12
1
-0
/
+3
*
tty: serial: samsung: remove variable 'ufstat' set but not used
Chen Wandun
2019-12-12
1
-2
/
+2
*
{tty: serial, nand: onenand}: samsung: rename to fix build warning
Sudip Mukherjee
2019-11-18
1
-0
/
+2595