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
2025-12-29
Merge 6.19-rc3 into tty-next
Greg Kroah-Hartman
1
-1
/
+1
2025-12-23
serial: sh-sci: Check that the DMA cookie is valid
Claudiu Beznea
1
-1
/
+1
2025-12-17
serial: sh-sci: Add support for RZ/G3E RSCI
Biju Das
1
-0
/
+5
2025-12-17
serial: rsci: Rename early_console data, port_params and callback() names
Biju Das
1
-1
/
+1
2025-12-17
serial: sh-sci: Add finish_console_write() callback
Biju Das
1
-1
/
+4
2025-12-17
serial: sh-sci: Make sci_scbrr_calc() public
Biju Das
1
-3
/
+3
2025-12-17
serial: sh-sci: Add support for RZ/G3E RSCI clks
Biju Das
1
-0
/
+10
2025-12-17
serial: sh-sci: Add RSCI_PORT_SCIF32 port ID
Biju Das
1
-1
/
+1
2025-12-17
serial: sh-sci: Rename port SCI_PORT_RSCI->RSCI_PORT_SCIF16
Biju Das
1
-4
/
+4
2025-12-17
serial: sh-sci: Add sci_is_rsci_type()
Biju Das
1
-4
/
+9
2025-12-17
serial: sh-sci: Use devm_reset_control_array_get_exclusive()
Biju Das
1
-1
/
+1
2025-12-17
serial: sh-sci: Drop extra lines
Biju Das
1
-10
/
+4
2025-12-17
serial: sh-sci: Drop checking port type for device file{create, remove}
Biju Das
1
-11
/
+4
2025-12-17
serial: sh-sci: Update rx_trigger size for RZ/T2H RSCI
Biju Das
1
-1
/
+1
2025-11-26
serial: sh-sci: Fix deadlock during RSCI FIFO overrun error
Biju Das
1
-2
/
+10
2025-10-28
serial: sh-sci: Merge sh-sci.h into sh-sci.c
Lad Prabhakar
1
-1
/
+175
2025-10-28
serial: sh-sci: Sort include files alphabetically
Lad Prabhakar
1
-5
/
+5
2025-10-22
tty: serial: sh-sci: fix RSCI FIFO overrun handling
Cosmin Tanislav
1
-6
/
+8
2025-07-16
serial: sh-sci: Convert to DEFINE_SIMPLE_DEV_PM_OPS()
Geert Uytterhoeven
1
-4
/
+4
2025-07-09
serial: sh-sci: Add support for RZ/T2H SCI
Thierry Bultel
1
-10
/
+43
2025-07-09
serial: sh-sci: Use private port ID
Thierry Bultel
1
-71
/
+90
2025-07-09
serial: sh-sci: Replace direct stop_rx/stop_tx calls with port ops in sci_shu...
Lad Prabhakar
1
-2
/
+2
2025-07-09
serial: sh-sci: Add R-Car Gen5 support
Kuninori Morimoto
1
-0
/
+3
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-1
/
+1
2025-04-11
serial: sh-sci: Introduced sci_of_data
Thierry Bultel
1
-42
/
+122
2025-04-11
serial: sh-sci: Introduced function pointers
Thierry Bultel
1
-236
/
+248
2025-04-11
serial: sh-sci: Fix a comment about SCIFA
Thierry Bultel
1
-1
/
+1
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-1
/
+1
2025-03-20
serial: sh-sci: Save and restore more registers
Geert Uytterhoeven
1
-0
/
+25
2025-02-20
serial: sh-sci: Switch to use hrtimer_setup()
Nam Cao
1
-2
/
+1
2025-02-19
serial: mctrl_gpio: split disable_ms into sync and no_sync APIs
Alexis Lothoré
1
-1
/
+1
2025-02-14
serial: sh-sci: Update the suspend/resume support
Claudiu Beznea
1
-2
/
+69
2025-01-17
serial: sh-sci: Increment the runtime usage counter for the earlycon device
Claudiu Beznea
1
-0
/
+16
2025-01-17
serial: sh-sci: Clean sci_ports[0] after at earlycon exit
Claudiu Beznea
1
-2
/
+30
2025-01-17
serial: sh-sci: Do not probe the serial port if its slot in sci_ports[] is in...
Claudiu Beznea
1
-0
/
+23
2025-01-17
serial: sh-sci: Move runtime PM enable to sci_probe_single()
Claudiu Beznea
1
-18
/
+6
2025-01-17
serial: sh-sci: Drop __initdata macro for port_cfg
Claudiu Beznea
1
-1
/
+1
2024-12-16
Merge 6.13-rc3 into tty-next
Greg Kroah-Hartman
1
-0
/
+29
2024-12-04
serial: sh-sci: Check if TX data was written to device in .tx_empty()
Claudiu Beznea
1
-0
/
+29
2024-12-04
serial: sh-sci: Use plain struct copy in early_console_setup()
Geert Uytterhoeven
1
-1
/
+1
2024-11-30
Revert "serial: sh-sci: Clean sci_ports[0] after at earlycon exit"
Greg Kroah-Hartman
1
-28
/
+0
2024-11-07
serial: sh-sci: Clean sci_ports[0] after at earlycon exit
Claudiu Beznea
1
-0
/
+28
2024-10-11
serial: Switch back to struct platform_driver::remove()
Uwe Kleine-König
1
-1
/
+1
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
[next]