summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/sh-sci.c
AgeCommit message (Expand)Author
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
2024-06-24serial: sh-sci: Add support for RZ/V2H(P) SoCLad Prabhakar
2024-05-10serial: sh-sci: simplify locking when re-issuing RXDMA failsWolfram Sang
2024-05-10serial: sh-sci: let timeout timer only run when DMA is scheduledWolfram Sang
2024-05-10serial: sh-sci: describe locking requirements for invalidating RXDMAWolfram Sang
2024-05-10serial: sh-sci: protect invalidating RXDMA on shutdownWolfram Sang
2024-04-09tty: serial: switch from circ_buf to kfifoJiri Slaby (SUSE)
2024-03-05serial: sh-sci: Call sci_serial_{in,out}() directlyGeert Uytterhoeven
2023-11-23serial: sh-sci: convert not to use dma_request_slave_channel()Christophe JAILLET
2023-11-23serial: sh-sci: Convert to platform remove callback returning voidUwe Kleine-König
2023-09-18serial: sh-sci: Use port lock wrappersThomas Gleixner
2023-07-31Merge 6.5-rc4 into tty-nextGreg Kroah-Hartman
2023-07-25tty: serial: sh-sci: Fix sleeping in atomic contextBiju Das
2023-07-25tty: Explicitly include correct DT includesRob Herring
2023-04-20tty: serial: sh-sci: Fix end of transmission on SCIBiju Das
2023-04-20tty: serial: sh-sci: Add support for tx end interrupt handlingBiju Das
2023-04-20tty: serial: sh-sci: Fix TE setting on SCI IPBiju Das
2023-04-20tty: serial: sh-sci: Add RZ/G2L SCIFA DMA rx supportBiju Das
2023-04-20tty: serial: sh-sci: Add RZ/G2L SCIFA DMA tx supportBiju Das
2023-04-10Merge 6.3-rc6 into tty-nextGreg Kroah-Hartman
2023-03-29tty: serial: sh-sci: Fix Rx on RZ/G2L SCIBiju Das
2023-03-29tty: serial: sh-sci: Fix transmit end interrupt handlerBiju Das
2023-03-29tty: serial: sh-sci: Remove setting {src,dst}_{addr,addr_width} based on DMA ...Biju Das
2023-03-16serial: sh-sci: mark OF related data as maybe unusedKrzysztof Kozlowski
2023-03-16serial: Use of_property_present() for testing DT property presenceRob Herring
2022-12-16Merge tag 'tty-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds