index
:
kernel/linux.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
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
samsung.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-12
tty: serial: samsung: Properly set flags in autoCTS mode
Beomho Seo
1
-0
/
+3
2018-05-24
serial: samsung: check DMA engine capabilities before using DMA mode
Marek Szyprowski
1
-4
/
+29
2018-05-14
serial: samsung: fix maxburst parameter for DMA transactions
Marek Szyprowski
1
-5
/
+2
2018-02-28
serial: samsung: Fix out-of-bounds access through serial port index
Geert Uytterhoeven
1
-0
/
+4
2017-11-08
tty: serial: Remove redundant license text
Greg Kroah-Hartman
1
-4
/
+0
2017-11-08
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
1
-0
/
+1
2017-04-08
serial: samsung: Remove useless spinlock
Marek Szyprowski
1
-4
/
+0
2017-04-08
serial: samsung: Add missing checks for dma_map_single failure
Marek Szyprowski
1
-7
/
+24
2017-04-08
serial: samsung: Use right device for DMA-mapping calls
Marek Szyprowski
1
-5
/
+4
2017-03-07
serial: samsung: Continue to work if DMA request fails
Krzysztof Kozlowski
1
-2
/
+4
2017-02-03
serial: samsung: enable clock before accessing interrupt mask resister
남영민
1
-0
/
+3
2017-01-12
serial: samsung: Simplify DMA engine initialization code
Marek Szyprowski
1
-11
/
+6
2016-08-31
serial: samsung: Register cpufreq notifier only on S3C24xx
Krzysztof Kozlowski
1
-1
/
+1
2016-06-26
tty: serial: samsung: add byte-order aware bit functions
Matthew Leach
1
-9
/
+7
2016-06-25
serial: samsung: Fix possible out of bounds access on non-DT platform
Krzysztof Kozlowski
1
-2
/
+2
2016-06-25
serial: samsung: Fix ERR pointer dereference on deferred probe
Krzysztof Kozlowski
1
-5
/
+13
2016-04-30
serial: samsung: Reorder the sequence of clock control when call s3c24xx_seri...
Chanwoo Choi
1
-2
/
+2
2016-03-08
serial: samsung: optimize UART rx fifo access routine
Youngmin Nam
1
-5
/
+13
2016-02-07
earlycon: Use common framework for earlycon declarations
Peter Hurley
1
-6
/
+0
2015-10-04
serial: samsung: Fix UART status handling in DMA mode
Robert Baldyga
1
-27
/
+3
2015-10-04
serial: samsung: introduce s3c24xx_serial_rx_drain_fifo() function
Robert Baldyga
1
-10
/
+13
2015-10-04
serial: samsung: remove unneded 'ignore_char' label
Robert Baldyga
1
-5
/
+2
2015-10-04
serial: samsung: remove unused 'irq' parameter
Robert Baldyga
1
-4
/
+4
2015-08-05
serial: samsung: fix DMA for FIFO smaller than cache line size
Robert Baldyga
1
-15
/
+21
2015-08-05
serial: samsung: fix DMA mode enter condition for small FIFO sizes
Marek Szyprowski
1
-2
/
+11
2015-07-24
serial: samsung: Remove redundant DEBUG_LL check
Javier Martinez Canillas
1
-1
/
+0
2015-05-10
serial: samsung: Constify platform_device_id
Krzysztof Kozlowski
1
-1
/
+1
2015-05-10
serial: samsung: Staticize local symbol
Krzysztof Kozlowski
1
-1
/
+1
2015-04-28
serial: samsung: fix serial console break
Robert Baldyga
1
-2
/
+3
2015-03-27
serial: samsung: Clear operation mode on UART shutdown
Javier Martinez Canillas
1
-0
/
+1
2015-02-02
serial: samsung: earlycon support depends on CONFIG_SERIAL_SAMSUNG_CONSOLE
Marek Szyprowski
1
-0
/
+2
2015-02-02
serial: samsung: remove redundant interrupt enabling
Robert Baldyga
1
-8
/
+1
2015-02-02
serial: samsung: Add support for early console
Tomasz Figa
1
-0
/
+103
2015-01-19
Merge 3.19-rc5 into tty-next
Greg Kroah-Hartman
1
-20
/
+36
2015-01-10
serial: samsung: add DMA support for RX
Robert Baldyga
1
-3
/
+230
2015-01-10
serial: samsung: add DMA support for TX
Robert Baldyga
1
-16
/
+222
2015-01-10
serial: samsung: add dma reqest/release functions
Robert Baldyga
1
-0
/
+101
2015-01-10
serial: samsung: alloc dma stucture in ourport
Robert Baldyga
1
-0
/
+12
2015-01-10
serial: samsung: Add the support for Exynos5433 SoC
Chanwoo Choi
1
-20
/
+36
2014-12-15
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
2014-11-26
serial: samsung: use port->fifosize instead of hardcoded values
Robert Baldyga
1
-2
/
+2
2014-11-26
serial: samsung: prefer to use fifosize from driver data
Robert Baldyga
1
-5
/
+4
2014-11-26
serial: samsung: fix style problems
Robert Baldyga
1
-18
/
+28
2014-11-26
serial: samsung: wait for transfer completion before clock disable
Robert Baldyga
1
-0
/
+4
2014-11-06
serial: samsung: Remove checks for CONFIG_SAMSUNG_CLOCK
Paul Bolle
1
-27
/
+0
2014-10-20
tty: serial: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-08-08
Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
1
-4
/
+0
2014-07-18
serial: samsung: Remove support for legacy clock code
Tomasz Figa
1
-4
/
+0
2014-07-18
serial: samsung: improve code clarity by defining a variable
Naveen Krishna Chatradhi
1
-4
/
+5
2014-07-18
serial: samsung: correct the case and default order in switch
Naveen Krishna Chatradhi
1
-1
/
+1
[next]