index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
sh-sci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-02
serial: sh-sci: Make sure status register SCxSR is read in correct sequence
Kazuhiro Fujita
1
-3
/
+10
2019-07-31
serial: sh-sci: Fix TX DMA buffer flushing and workqueue races
Geert Uytterhoeven
1
-7
/
+15
2019-07-31
serial: sh-sci: Terminate TX DMA during buffer flushing
Geert Uytterhoeven
1
-2
/
+9
2019-06-09
serial: sh-sci: disable DMA for uart_console
George G. Davis
1
-0
/
+7
2019-04-03
serial: sh-sci: Fix setting SCSCR_TIE while transferring data
Hoan Nguyen An
1
-11
/
+1
2018-10-03
serial: sh-sci: Stop RX FIFO timer during port shutdown
Geert Uytterhoeven
1
-0
/
+2
2018-07-03
serial: sh-sci: Use spin_{try}lock_irqsave instead of open coding version
Daniel Wagner
1
-5
/
+3
2018-06-16
serial: sh-sci: Stop using printk format %pCr
Geert Uytterhoeven
1
-2
/
+2
2018-05-25
serial: sh-sci: Fix out-of-bounds access through DT alias
Geert Uytterhoeven
1
-0
/
+4
2018-03-19
serial: sh-sci: prevent lockup on full TTY buffers
Ulrich Hecht
1
-0
/
+2
2017-12-10
serial: sh-sci: suppress warning for ports without dma channels
Andy Lowe
1
-0
/
+8
2017-08-28
serial: sh-sci: use of_property_read_bool()
Sergei Shtylyov
1
-2
/
+1
2017-07-17
serial: sh-sci: Uninitialized variables in sysfs files
Dan Carpenter
1
-4
/
+8
2017-05-24
serial: sh-sci: Update warning message in sci_request_dma_chan()
Geert Uytterhoeven
1
-2
/
+1
2017-05-18
serial: sh-sci: Move uart_register_driver call to device probe
Sjoerd Simons
1
-11
/
+15
2017-05-18
serial: sh-sci: Fix race condition causing garbage during shutdown
Geert Uytterhoeven
1
-2
/
+14
2017-03-31
serial: sh-sci: Fix (AUTO)RTS in sci_init_pins()
Geert Uytterhoeven
1
-6
/
+19
2017-03-31
serial: sh-sci: Fix late enablement of AUTORTS
Geert Uytterhoeven
1
-0
/
+4
2017-03-31
serial: sh-sci: Fix hang in sci_reset()
Geert Uytterhoeven
1
-4
/
+0
2017-03-14
serial: sh-sci: Fix panic when serial console and DMA are enabled
Takatoshi Akiyama
1
-4
/
+6
2017-02-10
serial: sh-sci: fix hardware RX trigger level setting
Ulrich Hecht
1
-2
/
+9
2017-02-06
serial: sh-sci: make RX FIFO parameters tunable via sysfs
Ulrich Hecht
1
-0
/
+87
2017-02-06
serial: sh-sci: SCIFA/B RX FIFO software timeout
Ulrich Hecht
1
-33
/
+68
2017-02-06
serial: sh-sci: increase RX FIFO trigger defaults for (H)SCIF
Ulrich Hecht
1
-1
/
+28
2017-02-03
serial: sh-sci: implement FIFO threshold register setting
Ulrich Hecht
1
-0
/
+59
2017-02-03
serial: sh-sci: add FIFO trigger bits
Ulrich Hecht
1
-0
/
+2
2017-01-27
serial: sh-sci: Reformat sci_parse_dt() for git diff
Geert Uytterhoeven
1
-2
/
+2
2017-01-19
serial: sh-sci: Compute the regshift value for SCI ports
Laurent Pinchart
1
-1
/
+7
2017-01-19
serial: sh-sci: Remove unused platform data capabilities field
Laurent Pinchart
1
-4
/
+7
2017-01-19
serial: sh-sci: Remove manual break debouncing
Laurent Pinchart
1
-117
/
+7
2017-01-19
serial: sh-sci: Remove the platform data dma slave rx/tx channel IDs
Laurent Pinchart
1
-17
/
+6
2017-01-19
serial: sh-sci: Extend sci_port_params with more port parameters
Laurent Pinchart
1
-81
/
+100
2017-01-19
serial: sh-sci: Constify platform data
Laurent Pinchart
1
-48
/
+49
2017-01-19
serial: sh-sci: Replace regmap array with port parameters
Laurent Pinchart
1
-123
/
+155
2017-01-19
serial: sh-sci: Remove initialization of zero fields in sci_port_params
Laurent Pinchart
1
-94
/
+0
2017-01-19
serial: sh-sci: Fix register offsets for the IRDA serial port
Laurent Pinchart
1
-9
/
+8
2017-01-19
serial: sh-sci: Don't rely on platform data flags when not needed
Laurent Pinchart
1
-4
/
+3
2017-01-19
serial: sh-sci: Set the SCSCR TE and RE bits in the driver
Laurent Pinchart
1
-6
/
+7
2017-01-12
tty: serial: sh-sci: set error code when kasprintf fails
Pan Bian
1
-1
/
+3
2016-11-10
serial: sh-sci: Fix deadlock caused by serial output request
Takatoshi Akiyama
1
-15
/
+5
2016-09-02
tty: serial: constify uart_ops structures
Julia Lawall
1
-1
/
+1
2016-06-26
serial: sh-sci: Stop transfers in sci_shutdown()
Geert Uytterhoeven
1
-0
/
+4
2016-06-25
serial: sh-sci: Clear (H)SCIF timeout and overrun during reset
Geert Uytterhoeven
1
-0
/
+5
2016-06-25
serial: sh-sci: Clear RX, error, and break flags during reset
Geert Uytterhoeven
1
-0
/
+4
2016-06-25
serial: sh-sci: Do not start transfers from sci_startup()
Geert Uytterhoeven
1
-6
/
+0
2016-06-25
serial: sh-sci: Add DT support for dedicated RTS/CTS
Geert Uytterhoeven
1
-0
/
+3
2016-06-25
serial: sh-sci: Fix support for hardware-assisted RTS/CTS
Geert Uytterhoeven
1
-7
/
+83
2016-06-25
serial: sh-sci: Add pin initialization for SCIFA/SCIFB
Geert Uytterhoeven
1
-1
/
+15
2016-06-25
serial: sh-sci: Correct pin initialization on (H)SCIF
Geert Uytterhoeven
1
-15
/
+8
2016-06-25
serial: sh-sci: Do not open-code sci_getreg()
Geert Uytterhoeven
1
-5
/
+2
[next]