summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/sh-sci.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 6.5-rc4 into tty-nextGreg Kroah-Hartman2023-07-311-1/+1
|\
| * tty: serial: sh-sci: Fix sleeping in atomic contextBiju Das2023-07-251-1/+1
* | tty: Explicitly include correct DT includesRob Herring2023-07-251-1/+0
|/
* tty: serial: sh-sci: Fix end of transmission on SCIBiju Das2023-04-201-0/+5
* tty: serial: sh-sci: Add support for tx end interrupt handlingBiju Das2023-04-201-3/+28
* tty: serial: sh-sci: Fix TE setting on SCI IPBiju Das2023-04-201-2/+17
* tty: serial: sh-sci: Add RZ/G2L SCIFA DMA rx supportBiju Das2023-04-201-7/+19
* tty: serial: sh-sci: Add RZ/G2L SCIFA DMA tx supportBiju Das2023-04-201-2/+13
* Merge 6.3-rc6 into tty-nextGreg Kroah-Hartman2023-04-101-1/+9
|\
| * tty: serial: sh-sci: Fix Rx on RZ/G2L SCIBiju Das2023-03-291-1/+1
| * tty: serial: sh-sci: Fix transmit end interrupt handlerBiju Das2023-03-291-0/+8
* | tty: serial: sh-sci: Remove setting {src,dst}_{addr,addr_width} based on DMA ...Biju Das2023-03-291-9/+6
* | serial: sh-sci: mark OF related data as maybe unusedKrzysztof Kozlowski2023-03-161-1/+1
* | serial: Use of_property_present() for testing DT property presenceRob Herring2023-03-161-1/+1
|/
* Merge tag 'tty-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-12-161-4/+1
|\
| * serial: sh-sci: Use uart_xmit_advance()Ilpo Järvinen2022-11-031-4/+1
* | tty: serial: sh-sci: use setup() callback for early consoleJohn Ogness2022-12-021-4/+16
|/
* serial: sh-sci: tail is already on valid rangeIlpo Järvinen2022-08-301-1/+1
* serial: sh-sci: CIRC_CNT_TO_END() is enoughIlpo Järvinen2022-08-301-3/+1
* serial: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-1/+1
* serial: sh-sci: Don't allow CS5-6Ilpo Järvinen2022-05-191-1/+5
* serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby2022-03-031-1/+1
* serial: sh-sci: Simplify multiplication/shift logicGeert Uytterhoeven2022-02-211-1/+1
* serial: sh-sci: Remove BREAK/FRAME/PARITY/OVERRUN printoutsMagnus Damm2021-12-201-12/+0
* serial: sh-sci: Use devm_clk_get_optional()Geert Uytterhoeven2021-12-171-8/+7
* serial: sh-sci: Use dev_err_probe()Geert Uytterhoeven2021-12-171-7/+4
* serial: sh-sci: Drop support for "sci_ick" clockGeert Uytterhoeven2021-12-171-11/+0
* tty: serial: sh-sci: Add support for R-Car Gen4Yoshihiro Shimoda2021-12-171-0/+3
* serial: sh-sci: Add support to deassert/assert reset lineLad Prabhakar2021-11-251-7/+32
* serial: sh-sci: fix break handling for sysrqUlrich Hecht2021-08-161-1/+6
* tty: make use of tty_get_{char,frame}_sizeJiri Slaby2021-06-151-19/+1
* serial: sh-sci: Stop dmaengine transfer in sci_stop_tx()Yoshihiro Shimoda2021-06-151-0/+8
* serial: sh-sci: Remove unused STEPFN() macroGeert Uytterhoeven2021-06-091-3/+0
* serial: sh-sci: Add support for RZ/G2L SoCBiju Das2021-06-041-1/+11
* serial: sh-sci: Fix off-by-one error in FIFO threshold register settingGeert Uytterhoeven2021-05-131-2/+2
* serial: sh-sci: remove obsolete latency workaroundUlrich Hecht2021-04-151-12/+1
* drivers: tty: serial: sh-sci: fix spelling typo of 'wheter'Wang Qing2021-03-231-1/+1
* Revert "serial: sh-sci: Initialize spinlock for uart console"Andy Shevchenko2020-07-211-3/+0
* serial: sh-sci: Initialize spinlock for uart consoleLad Prabhakar2020-07-031-0/+3
* serial: sh-sci: Make sure status register SCxSR is read in correct sequenceKazuhiro Fujita2020-04-161-3/+10
* Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-01-291-8/+2
|\
| * tty/serial: Migrate sh-sci to use has_sysrqDmitry Safonov2019-12-181-8/+2
* | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
|/
* Merge 5.4-rc5 into driver-core-nextGreg Kroah-Hartman2019-10-271-2/+6
|\
| * serial: sh-sci: Use platform_get_irq_optional() for optional interruptsGeert Uytterhoeven2019-10-041-2/+6
* | sh: add the sh_ prefix to early platform symbolsBartosz Golaszewski2019-10-071-2/+2
* | drivers: move the early platform device support to arch/shBartosz Golaszewski2019-10-071-1/+6
|/
* serial: sh-sci: Don't check for mctrl_gpio_to_gpiod() returning errorGeert Uytterhoeven2019-09-041-7/+5
* serial: sh-sci: Don't check for mctrl_gpio_init() returning -ENOSYSFrieder Schrempf2019-09-041-1/+1
* serial: sh-sci: Use DEVICE_ATTR_RW() for rx_fifo_triggerGeert Uytterhoeven2019-09-041-8/+6