index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
samsung.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
serial: samsung: Fix out-of-bounds access through serial port index
Geert Uytterhoeven
2018-02-28
1
-0
/
+4
*
tty: serial: Remove redundant license text
Greg Kroah-Hartman
2017-11-08
1
-4
/
+0
*
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
2017-11-08
1
-0
/
+1
*
serial: samsung: Remove useless spinlock
Marek Szyprowski
2017-04-08
1
-4
/
+0
*
serial: samsung: Add missing checks for dma_map_single failure
Marek Szyprowski
2017-04-08
1
-7
/
+24
*
serial: samsung: Use right device for DMA-mapping calls
Marek Szyprowski
2017-04-08
1
-5
/
+4
*
serial: samsung: Continue to work if DMA request fails
Krzysztof Kozlowski
2017-03-07
1
-2
/
+4
*
serial: samsung: enable clock before accessing interrupt mask resister
남영민
2017-02-03
1
-0
/
+3
*
serial: samsung: Simplify DMA engine initialization code
Marek Szyprowski
2017-01-12
1
-11
/
+6
*
serial: samsung: Register cpufreq notifier only on S3C24xx
Krzysztof Kozlowski
2016-08-31
1
-1
/
+1
*
tty: serial: samsung: add byte-order aware bit functions
Matthew Leach
2016-06-25
1
-9
/
+7
*
serial: samsung: Fix possible out of bounds access on non-DT platform
Krzysztof Kozlowski
2016-06-25
1
-2
/
+2
*
serial: samsung: Fix ERR pointer dereference on deferred probe
Krzysztof Kozlowski
2016-06-25
1
-5
/
+13
*
serial: samsung: Reorder the sequence of clock control when call s3c24xx_seri...
Chanwoo Choi
2016-04-30
1
-2
/
+2
*
serial: samsung: optimize UART rx fifo access routine
Youngmin Nam
2016-03-07
1
-5
/
+13
*
earlycon: Use common framework for earlycon declarations
Peter Hurley
2016-02-06
1
-6
/
+0
*
serial: samsung: Fix UART status handling in DMA mode
Robert Baldyga
2015-10-04
1
-27
/
+3
*
serial: samsung: introduce s3c24xx_serial_rx_drain_fifo() function
Robert Baldyga
2015-10-04
1
-10
/
+13
*
serial: samsung: remove unneded 'ignore_char' label
Robert Baldyga
2015-10-04
1
-5
/
+2
*
serial: samsung: remove unused 'irq' parameter
Robert Baldyga
2015-10-04
1
-4
/
+4
*
serial: samsung: fix DMA for FIFO smaller than cache line size
Robert Baldyga
2015-08-04
1
-15
/
+21
*
serial: samsung: fix DMA mode enter condition for small FIFO sizes
Marek Szyprowski
2015-08-04
1
-2
/
+11
*
serial: samsung: Remove redundant DEBUG_LL check
Javier Martinez Canillas
2015-07-23
1
-1
/
+0
*
serial: samsung: Constify platform_device_id
Krzysztof Kozlowski
2015-05-10
1
-1
/
+1
*
serial: samsung: Staticize local symbol
Krzysztof Kozlowski
2015-05-10
1
-1
/
+1
*
serial: samsung: fix serial console break
Robert Baldyga
2015-04-28
1
-2
/
+3
*
serial: samsung: Clear operation mode on UART shutdown
Javier Martinez Canillas
2015-03-26
1
-0
/
+1
*
serial: samsung: earlycon support depends on CONFIG_SERIAL_SAMSUNG_CONSOLE
Marek Szyprowski
2015-02-02
1
-0
/
+2
*
serial: samsung: remove redundant interrupt enabling
Robert Baldyga
2015-02-02
1
-8
/
+1
*
serial: samsung: Add support for early console
Tomasz Figa
2015-02-02
1
-0
/
+103
*
Merge 3.19-rc5 into tty-next
Greg Kroah-Hartman
2015-01-19
1
-20
/
+36
|
\
|
*
serial: samsung: Add the support for Exynos5433 SoC
Chanwoo Choi
2015-01-09
1
-20
/
+36
*
|
serial: samsung: add DMA support for RX
Robert Baldyga
2015-01-09
1
-3
/
+230
*
|
serial: samsung: add DMA support for TX
Robert Baldyga
2015-01-09
1
-16
/
+222
*
|
serial: samsung: add dma reqest/release functions
Robert Baldyga
2015-01-09
1
-0
/
+101
*
|
serial: samsung: alloc dma stucture in ourport
Robert Baldyga
2015-01-09
1
-0
/
+12
|
/
*
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-12-14
1
-1
/
+0
|
\
|
*
tty: serial: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
*
|
serial: samsung: use port->fifosize instead of hardcoded values
Robert Baldyga
2014-11-25
1
-2
/
+2
*
|
serial: samsung: prefer to use fifosize from driver data
Robert Baldyga
2014-11-25
1
-5
/
+4
*
|
serial: samsung: fix style problems
Robert Baldyga
2014-11-25
1
-18
/
+28
*
|
serial: samsung: wait for transfer completion before clock disable
Robert Baldyga
2014-11-25
1
-0
/
+4
*
|
serial: samsung: Remove checks for CONFIG_SAMSUNG_CLOCK
Paul Bolle
2014-11-05
1
-27
/
+0
|
/
*
Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
2014-08-08
1
-4
/
+0
|
\
|
*
serial: samsung: Remove support for legacy clock code
Tomasz Figa
2014-07-19
1
-4
/
+0
*
|
serial: samsung: improve code clarity by defining a variable
Naveen Krishna Chatradhi
2014-07-17
1
-4
/
+5
*
|
serial: samsung: correct the case and default order in switch
Naveen Krishna Chatradhi
2014-07-17
1
-1
/
+1
*
|
serial: samsung: get fifosize via device tree
Naveen Krishna Chatradhi
2014-07-17
1
-3
/
+9
*
|
serial: samsung: Use %pa to print 'resource_size_t' type
Fabio Estevam
2014-07-10
1
-2
/
+2
*
|
serial: treewide: Remove empty implementations of enable_ms()
Alexander Shiyan
2014-07-09
1
-5
/
+0
[next]