index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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
2023-07-31
Merge 6.5-rc4 into tty-next
Greg Kroah-Hartman
1
-1
/
+1
2023-07-25
tty: serial: sh-sci: Fix sleeping in atomic context
Biju Das
1
-1
/
+1
2023-07-25
tty: Explicitly include correct DT includes
Rob Herring
1
-1
/
+0
2023-04-20
tty: serial: sh-sci: Fix end of transmission on SCI
Biju Das
1
-0
/
+5
2023-04-20
tty: serial: sh-sci: Add support for tx end interrupt handling
Biju Das
1
-3
/
+28
2023-04-20
tty: serial: sh-sci: Fix TE setting on SCI IP
Biju Das
1
-2
/
+17
2023-04-20
tty: serial: sh-sci: Add RZ/G2L SCIFA DMA rx support
Biju Das
1
-7
/
+19
2023-04-20
tty: serial: sh-sci: Add RZ/G2L SCIFA DMA tx support
Biju Das
1
-2
/
+13
2023-04-10
Merge 6.3-rc6 into tty-next
Greg Kroah-Hartman
1
-1
/
+9
2023-03-29
tty: serial: sh-sci: Fix Rx on RZ/G2L SCI
Biju Das
1
-1
/
+1
2023-03-29
tty: serial: sh-sci: Fix transmit end interrupt handler
Biju Das
1
-0
/
+8
2023-03-29
tty: serial: sh-sci: Remove setting {src,dst}_{addr,addr_width} based on DMA ...
Biju Das
1
-9
/
+6
2023-03-16
serial: sh-sci: mark OF related data as maybe unused
Krzysztof Kozlowski
1
-1
/
+1
2023-03-16
serial: Use of_property_present() for testing DT property presence
Rob Herring
1
-1
/
+1
2022-12-16
Merge tag 'tty-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-4
/
+1
2022-12-02
tty: serial: sh-sci: use setup() callback for early console
John Ogness
1
-4
/
+16
2022-11-03
serial: sh-sci: Use uart_xmit_advance()
Ilpo Järvinen
1
-4
/
+1
2022-08-30
serial: sh-sci: tail is already on valid range
Ilpo Järvinen
1
-1
/
+1
2022-08-30
serial: sh-sci: CIRC_CNT_TO_END() is enough
Ilpo Järvinen
1
-3
/
+1
2022-08-30
serial: Make ->set_termios() old ktermios const
Ilpo Järvinen
1
-1
/
+1
2022-05-19
serial: sh-sci: Don't allow CS5-6
Ilpo Järvinen
1
-1
/
+5
2022-03-03
serial: make uart_console_write->putchar()'s character an unsigned char
Jiri Slaby
1
-1
/
+1
2022-02-21
serial: sh-sci: Simplify multiplication/shift logic
Geert Uytterhoeven
1
-1
/
+1
2021-12-20
serial: sh-sci: Remove BREAK/FRAME/PARITY/OVERRUN printouts
Magnus Damm
1
-12
/
+0
2021-12-17
serial: sh-sci: Use devm_clk_get_optional()
Geert Uytterhoeven
1
-8
/
+7
2021-12-17
serial: sh-sci: Use dev_err_probe()
Geert Uytterhoeven
1
-7
/
+4
2021-12-17
serial: sh-sci: Drop support for "sci_ick" clock
Geert Uytterhoeven
1
-11
/
+0
2021-12-17
tty: serial: sh-sci: Add support for R-Car Gen4
Yoshihiro Shimoda
1
-0
/
+3
2021-11-25
serial: sh-sci: Add support to deassert/assert reset line
Lad Prabhakar
1
-7
/
+32
2021-08-16
serial: sh-sci: fix break handling for sysrq
Ulrich Hecht
1
-1
/
+6
2021-06-15
tty: make use of tty_get_{char,frame}_size
Jiri Slaby
1
-19
/
+1
2021-06-15
serial: sh-sci: Stop dmaengine transfer in sci_stop_tx()
Yoshihiro Shimoda
1
-0
/
+8
2021-06-09
serial: sh-sci: Remove unused STEPFN() macro
Geert Uytterhoeven
1
-3
/
+0
2021-06-04
serial: sh-sci: Add support for RZ/G2L SoC
Biju Das
1
-1
/
+11
2021-05-13
serial: sh-sci: Fix off-by-one error in FIFO threshold register setting
Geert Uytterhoeven
1
-2
/
+2
2021-04-15
serial: sh-sci: remove obsolete latency workaround
Ulrich Hecht
1
-12
/
+1
2021-03-23
drivers: tty: serial: sh-sci: fix spelling typo of 'wheter'
Wang Qing
1
-1
/
+1
2020-07-21
Revert "serial: sh-sci: Initialize spinlock for uart console"
Andy Shevchenko
1
-3
/
+0
2020-07-03
serial: sh-sci: Initialize spinlock for uart console
Lad Prabhakar
1
-0
/
+3
2020-04-16
serial: sh-sci: Make sure status register SCxSR is read in correct sequence
Kazuhiro Fujita
1
-3
/
+10
2020-01-29
Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-8
/
+2
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
1
-1
/
+1
2019-12-18
tty/serial: Migrate sh-sci to use has_sysrq
Dmitry Safonov
1
-8
/
+2
2019-10-27
Merge 5.4-rc5 into driver-core-next
Greg Kroah-Hartman
1
-2
/
+6
2019-10-07
sh: add the sh_ prefix to early platform symbols
Bartosz Golaszewski
1
-2
/
+2
2019-10-07
drivers: move the early platform device support to arch/sh
Bartosz Golaszewski
1
-1
/
+6
2019-10-04
serial: sh-sci: Use platform_get_irq_optional() for optional interrupts
Geert Uytterhoeven
1
-2
/
+6
2019-09-04
serial: sh-sci: Don't check for mctrl_gpio_to_gpiod() returning error
Geert Uytterhoeven
1
-7
/
+5
2019-09-04
serial: sh-sci: Don't check for mctrl_gpio_init() returning -ENOSYS
Frieder Schrempf
1
-1
/
+1
2019-09-04
serial: sh-sci: Use DEVICE_ATTR_RW() for rx_fifo_trigger
Geert Uytterhoeven
1
-8
/
+6
[next]