summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/sh-sci.c
AgeCommit message (Expand)AuthorFilesLines
2025-06-27serial: sh-sci: Increment the runtime usage counter for the earlycon deviceClaudiu Beznea1-0/+16
2025-06-27serial: sh-sci: Clean sci_ports[0] after at earlycon exitClaudiu Beznea1-2/+30
2025-06-19serial: sh-sci: Move runtime PM enable to sci_probe_single()Claudiu Beznea1-18/+6
2025-05-29serial: sh-sci: Save and restore more registersGeert Uytterhoeven1-0/+25
2025-05-29serial: sh-sci: Update the suspend/resume supportClaudiu Beznea1-2/+69
2025-05-29serial: mctrl_gpio: split disable_ms into sync and no_sync APIsAlexis Lothoré1-1/+1
2025-02-17serial: sh-sci: Do not probe the serial port if its slot in sci_ports[] is in...Claudiu Beznea1-0/+23
2025-02-17serial: sh-sci: Drop __initdata macro for port_cfgClaudiu Beznea1-1/+1
2024-12-19serial: sh-sci: Check if TX data was written to device in .tx_empty()Claudiu Beznea1-0/+29
2024-12-05Revert "serial: sh-sci: Clean sci_ports[0] after at earlycon exit"Greg Kroah-Hartman1-28/+0
2024-12-05serial: sh-sci: Clean sci_ports[0] after at earlycon exitClaudiu Beznea1-0/+28
2024-06-24serial: sh-sci: Add support for RZ/V2H(P) SoCLad Prabhakar1-5/+50
2024-05-10serial: sh-sci: simplify locking when re-issuing RXDMA failsWolfram Sang1-3/+1
2024-05-10serial: sh-sci: let timeout timer only run when DMA is scheduledWolfram Sang1-2/+5
2024-05-10serial: sh-sci: describe locking requirements for invalidating RXDMAWolfram Sang1-0/+1
2024-05-10serial: sh-sci: protect invalidating RXDMA on shutdownWolfram Sang1-0/+5
2024-04-09tty: serial: switch from circ_buf to kfifoJiri Slaby (SUSE)1-26/+25
2024-03-05serial: sh-sci: Call sci_serial_{in,out}() directlyGeert Uytterhoeven1-126/+119
2023-11-23serial: sh-sci: convert not to use dma_request_slave_channel()Christophe JAILLET1-4/+3
2023-11-23serial: sh-sci: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-18serial: sh-sci: Use port lock wrappersThomas Gleixner1-34/+34
2023-07-31Merge 6.5-rc4 into tty-nextGreg Kroah-Hartman1-1/+1
2023-07-25tty: serial: sh-sci: Fix sleeping in atomic contextBiju Das1-1/+1
2023-07-25tty: Explicitly include correct DT includesRob Herring1-1/+0
2023-04-20tty: serial: sh-sci: Fix end of transmission on SCIBiju Das1-0/+5
2023-04-20tty: serial: sh-sci: Add support for tx end interrupt handlingBiju Das1-3/+28
2023-04-20tty: serial: sh-sci: Fix TE setting on SCI IPBiju Das1-2/+17
2023-04-20tty: serial: sh-sci: Add RZ/G2L SCIFA DMA rx supportBiju Das1-7/+19
2023-04-20tty: serial: sh-sci: Add RZ/G2L SCIFA DMA tx supportBiju Das1-2/+13
2023-04-10Merge 6.3-rc6 into tty-nextGreg Kroah-Hartman1-1/+9
2023-03-29tty: serial: sh-sci: Fix Rx on RZ/G2L SCIBiju Das1-1/+1
2023-03-29tty: serial: sh-sci: Fix transmit end interrupt handlerBiju Das1-0/+8
2023-03-29tty: serial: sh-sci: Remove setting {src,dst}_{addr,addr_width} based on DMA ...Biju Das1-9/+6
2023-03-16serial: sh-sci: mark OF related data as maybe unusedKrzysztof Kozlowski1-1/+1
2023-03-16serial: Use of_property_present() for testing DT property presenceRob Herring1-1/+1
2022-12-16Merge tag 'tty-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-4/+1
2022-12-02tty: serial: sh-sci: use setup() callback for early consoleJohn Ogness1-4/+16
2022-11-03serial: sh-sci: Use uart_xmit_advance()Ilpo Järvinen1-4/+1
2022-08-30serial: sh-sci: tail is already on valid rangeIlpo Järvinen1-1/+1
2022-08-30serial: sh-sci: CIRC_CNT_TO_END() is enoughIlpo Järvinen1-3/+1
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen1-1/+1
2022-05-19serial: sh-sci: Don't allow CS5-6Ilpo Järvinen1-1/+5
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby1-1/+1
2022-02-21serial: sh-sci: Simplify multiplication/shift logicGeert Uytterhoeven1-1/+1
2021-12-20serial: sh-sci: Remove BREAK/FRAME/PARITY/OVERRUN printoutsMagnus Damm1-12/+0
2021-12-17serial: sh-sci: Use devm_clk_get_optional()Geert Uytterhoeven1-8/+7
2021-12-17serial: sh-sci: Use dev_err_probe()Geert Uytterhoeven1-7/+4
2021-12-17serial: sh-sci: Drop support for "sci_ick" clockGeert Uytterhoeven1-11/+0
2021-12-17tty: serial: sh-sci: Add support for R-Car Gen4Yoshihiro Shimoda1-0/+3
2021-11-25serial: sh-sci: Add support to deassert/assert reset lineLad Prabhakar1-7/+32