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
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
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
2025-06-27
serial: sh-sci: Increment the runtime usage counter for the earlycon device
Claudiu Beznea
1
-0
/
+16
2025-06-27
serial: sh-sci: Clean sci_ports[0] after at earlycon exit
Claudiu Beznea
1
-2
/
+30
2025-06-19
serial: sh-sci: Move runtime PM enable to sci_probe_single()
Claudiu Beznea
1
-18
/
+6
2025-05-29
serial: sh-sci: Save and restore more registers
Geert Uytterhoeven
1
-0
/
+25
2025-05-29
serial: sh-sci: Update the suspend/resume support
Claudiu Beznea
1
-2
/
+69
2025-05-29
serial: mctrl_gpio: split disable_ms into sync and no_sync APIs
Alexis Lothoré
1
-1
/
+1
2025-02-17
serial: sh-sci: Do not probe the serial port if its slot in sci_ports[] is in...
Claudiu Beznea
1
-0
/
+23
2025-02-17
serial: sh-sci: Drop __initdata macro for port_cfg
Claudiu Beznea
1
-1
/
+1
2024-12-19
serial: sh-sci: Check if TX data was written to device in .tx_empty()
Claudiu Beznea
1
-0
/
+29
2024-12-05
Revert "serial: sh-sci: Clean sci_ports[0] after at earlycon exit"
Greg Kroah-Hartman
1
-28
/
+0
2024-12-05
serial: sh-sci: Clean sci_ports[0] after at earlycon exit
Claudiu Beznea
1
-0
/
+28
2024-06-24
serial: sh-sci: Add support for RZ/V2H(P) SoC
Lad Prabhakar
1
-5
/
+50
2024-05-10
serial: sh-sci: simplify locking when re-issuing RXDMA fails
Wolfram Sang
1
-3
/
+1
2024-05-10
serial: sh-sci: let timeout timer only run when DMA is scheduled
Wolfram Sang
1
-2
/
+5
2024-05-10
serial: sh-sci: describe locking requirements for invalidating RXDMA
Wolfram Sang
1
-0
/
+1
2024-05-10
serial: sh-sci: protect invalidating RXDMA on shutdown
Wolfram Sang
1
-0
/
+5
2024-04-09
tty: serial: switch from circ_buf to kfifo
Jiri Slaby (SUSE)
1
-26
/
+25
2024-03-05
serial: sh-sci: Call sci_serial_{in,out}() directly
Geert Uytterhoeven
1
-126
/
+119
2023-11-23
serial: sh-sci: convert not to use dma_request_slave_channel()
Christophe JAILLET
1
-4
/
+3
2023-11-23
serial: sh-sci: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-09-18
serial: sh-sci: Use port lock wrappers
Thomas Gleixner
1
-34
/
+34
2023-07-31
Merge 6.5-rc4 into tty-next
Greg Kroah-Hartman
1
-1
/
+1
2023-07-25
tty: serial: sh-sci: Fix sleeping in atomic context
Biju Das
1
-1
/
+1
2023-07-25
tty: Explicitly include correct DT includes
Rob Herring
1
-1
/
+0
2023-04-20
tty: serial: sh-sci: Fix end of transmission on SCI
Biju Das
1
-0
/
+5
2023-04-20
tty: serial: sh-sci: Add support for tx end interrupt handling
Biju Das
1
-3
/
+28
2023-04-20
tty: serial: sh-sci: Fix TE setting on SCI IP
Biju Das
1
-2
/
+17
2023-04-20
tty: serial: sh-sci: Add RZ/G2L SCIFA DMA rx support
Biju Das
1
-7
/
+19
2023-04-20
tty: serial: sh-sci: Add RZ/G2L SCIFA DMA tx support
Biju Das
1
-2
/
+13
2023-04-10
Merge 6.3-rc6 into tty-next
Greg Kroah-Hartman
1
-1
/
+9
2023-03-29
tty: serial: sh-sci: Fix Rx on RZ/G2L SCI
Biju Das
1
-1
/
+1
2023-03-29
tty: serial: sh-sci: Fix transmit end interrupt handler
Biju Das
1
-0
/
+8
2023-03-29
tty: serial: sh-sci: Remove setting {src,dst}_{addr,addr_width} based on DMA ...
Biju Das
1
-9
/
+6
2023-03-16
serial: sh-sci: mark OF related data as maybe unused
Krzysztof Kozlowski
1
-1
/
+1
2023-03-16
serial: Use of_property_present() for testing DT property presence
Rob Herring
1
-1
/
+1
2022-12-16
Merge tag 'tty-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-4
/
+1
2022-12-02
tty: serial: sh-sci: use setup() callback for early console
John Ogness
1
-4
/
+16
2022-11-03
serial: sh-sci: Use uart_xmit_advance()
Ilpo Järvinen
1
-4
/
+1
2022-08-30
serial: sh-sci: tail is already on valid range
Ilpo Järvinen
1
-1
/
+1
2022-08-30
serial: sh-sci: CIRC_CNT_TO_END() is enough
Ilpo Järvinen
1
-3
/
+1
2022-08-30
serial: Make ->set_termios() old ktermios const
Ilpo Järvinen
1
-1
/
+1
2022-05-19
serial: sh-sci: Don't allow CS5-6
Ilpo Järvinen
1
-1
/
+5
2022-03-03
serial: make uart_console_write->putchar()'s character an unsigned char
Jiri Slaby
1
-1
/
+1
2022-02-21
serial: sh-sci: Simplify multiplication/shift logic
Geert Uytterhoeven
1
-1
/
+1
2021-12-20
serial: sh-sci: Remove BREAK/FRAME/PARITY/OVERRUN printouts
Magnus Damm
1
-12
/
+0
2021-12-17
serial: sh-sci: Use devm_clk_get_optional()
Geert Uytterhoeven
1
-8
/
+7
2021-12-17
serial: sh-sci: Use dev_err_probe()
Geert Uytterhoeven
1
-7
/
+4
2021-12-17
serial: sh-sci: Drop support for "sci_ick" clock
Geert Uytterhoeven
1
-11
/
+0
2021-12-17
tty: serial: sh-sci: Add support for R-Car Gen4
Yoshihiro Shimoda
1
-0
/
+3
2021-11-25
serial: sh-sci: Add support to deassert/assert reset line
Lad Prabhakar
1
-7
/
+32
[next]