>
summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/sh-sci.c
AgeCommit message (Expand)Author
2026-01-02serial: sh-sci: Check that the DMA cookie is validClaudiu Beznea
2025-12-12serial: sh-sci: Fix deadlock during RSCI FIFO overrun errorBiju Das
2025-10-22tty: serial: sh-sci: fix RSCI FIFO overrun handlingCosmin Tanislav
2025-07-16serial: sh-sci: Convert to DEFINE_SIMPLE_DEV_PM_OPS()Geert Uytterhoeven
2025-07-09serial: sh-sci: Add support for RZ/T2H SCIThierry Bultel
2025-07-09serial: sh-sci: Use private port IDThierry Bultel
2025-07-09serial: sh-sci: Replace direct stop_rx/stop_tx calls with port ops in sci_shu...Lad Prabhakar
2025-07-09serial: sh-sci: Add R-Car Gen5 supportKuninori Morimoto
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-04-11serial: sh-sci: Introduced sci_of_dataThierry Bultel
2025-04-11serial: sh-sci: Introduced function pointersThierry Bultel
2025-04-11serial: sh-sci: Fix a comment about SCIFAThierry Bultel
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-03-20serial: sh-sci: Save and restore more registersGeert Uytterhoeven
2025-02-20serial: sh-sci: Switch to use hrtimer_setup()Nam Cao
2025-02-19serial: mctrl_gpio: split disable_ms into sync and no_sync APIsAlexis Lothoré
2025-02-14serial: sh-sci: Update the suspend/resume supportClaudiu Beznea
2025-01-17serial: sh-sci: Increment the runtime usage counter for the earlycon deviceClaudiu Beznea
2025-01-17serial: sh-sci: Clean sci_ports[0] after at earlycon exitClaudiu Beznea
2025-01-17serial: sh-sci: Do not probe the serial port if its slot in sci_ports[] is in...Claudiu Beznea
2025-01-17serial: sh-sci: Move runtime PM enable to sci_probe_single()Claudiu Beznea
2025-01-17serial: sh-sci: Drop __initdata macro for port_cfgClaudiu Beznea
2024-12-16Merge 6.13-rc3 into tty-nextGreg Kroah-Hartman
2024-12-04serial: sh-sci: Check if TX data was written to device in .tx_empty()Claudiu Beznea
2024-12-04serial: sh-sci: Use plain struct copy in early_console_setup()Geert Uytterhoeven
2024-11-30Revert "serial: sh-sci: Clean sci_ports[0] after at earlycon exit"Greg Kroah-Hartman
2024-11-07serial: sh-sci: Clean sci_ports[0] after at earlycon exitClaudiu Beznea
2024-10-11serial: Switch back to struct platform_driver::remove()Uwe Kleine-König