index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
sh-sci.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tty: serial: sh-sci: Fix Rx on RZ/G2L SCI
Biju Das
2023-03-29
1
-1
/
+1
*
tty: serial: sh-sci: Fix transmit end interrupt handler
Biju Das
2023-03-29
1
-0
/
+8
*
Merge tag 'tty-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2022-12-16
1
-4
/
+1
|
\
|
*
serial: sh-sci: Use uart_xmit_advance()
Ilpo Järvinen
2022-11-03
1
-4
/
+1
*
|
tty: serial: sh-sci: use setup() callback for early console
John Ogness
2022-12-02
1
-4
/
+16
|
/
*
serial: sh-sci: tail is already on valid range
Ilpo Järvinen
2022-08-30
1
-1
/
+1
*
serial: sh-sci: CIRC_CNT_TO_END() is enough
Ilpo Järvinen
2022-08-30
1
-3
/
+1
*
serial: Make ->set_termios() old ktermios const
Ilpo Järvinen
2022-08-30
1
-1
/
+1
*
serial: sh-sci: Don't allow CS5-6
Ilpo Järvinen
2022-05-19
1
-1
/
+5
*
serial: make uart_console_write->putchar()'s character an unsigned char
Jiri Slaby
2022-03-03
1
-1
/
+1
*
serial: sh-sci: Simplify multiplication/shift logic
Geert Uytterhoeven
2022-02-21
1
-1
/
+1
*
serial: sh-sci: Remove BREAK/FRAME/PARITY/OVERRUN printouts
Magnus Damm
2021-12-20
1
-12
/
+0
*
serial: sh-sci: Use devm_clk_get_optional()
Geert Uytterhoeven
2021-12-17
1
-8
/
+7
*
serial: sh-sci: Use dev_err_probe()
Geert Uytterhoeven
2021-12-17
1
-7
/
+4
*
serial: sh-sci: Drop support for "sci_ick" clock
Geert Uytterhoeven
2021-12-17
1
-11
/
+0
*
tty: serial: sh-sci: Add support for R-Car Gen4
Yoshihiro Shimoda
2021-12-17
1
-0
/
+3
*
serial: sh-sci: Add support to deassert/assert reset line
Lad Prabhakar
2021-11-25
1
-7
/
+32
*
serial: sh-sci: fix break handling for sysrq
Ulrich Hecht
2021-08-16
1
-1
/
+6
*
tty: make use of tty_get_{char,frame}_size
Jiri Slaby
2021-06-15
1
-19
/
+1
*
serial: sh-sci: Stop dmaengine transfer in sci_stop_tx()
Yoshihiro Shimoda
2021-06-15
1
-0
/
+8
*
serial: sh-sci: Remove unused STEPFN() macro
Geert Uytterhoeven
2021-06-09
1
-3
/
+0
*
serial: sh-sci: Add support for RZ/G2L SoC
Biju Das
2021-06-04
1
-1
/
+11
*
serial: sh-sci: Fix off-by-one error in FIFO threshold register setting
Geert Uytterhoeven
2021-05-13
1
-2
/
+2
*
serial: sh-sci: remove obsolete latency workaround
Ulrich Hecht
2021-04-15
1
-12
/
+1
*
drivers: tty: serial: sh-sci: fix spelling typo of 'wheter'
Wang Qing
2021-03-23
1
-1
/
+1
*
Revert "serial: sh-sci: Initialize spinlock for uart console"
Andy Shevchenko
2020-07-21
1
-3
/
+0
*
serial: sh-sci: Initialize spinlock for uart console
Lad Prabhakar
2020-07-03
1
-0
/
+3
*
serial: sh-sci: Make sure status register SCxSR is read in correct sequence
Kazuhiro Fujita
2020-04-16
1
-3
/
+10
*
Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2020-01-29
1
-8
/
+2
|
\
|
*
tty/serial: Migrate sh-sci to use has_sysrq
Dmitry Safonov
2019-12-18
1
-8
/
+2
*
|
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
2020-01-06
1
-1
/
+1
|
/
*
Merge 5.4-rc5 into driver-core-next
Greg Kroah-Hartman
2019-10-27
1
-2
/
+6
|
\
|
*
serial: sh-sci: Use platform_get_irq_optional() for optional interrupts
Geert Uytterhoeven
2019-10-04
1
-2
/
+6
*
|
sh: add the sh_ prefix to early platform symbols
Bartosz Golaszewski
2019-10-07
1
-2
/
+2
*
|
drivers: move the early platform device support to arch/sh
Bartosz Golaszewski
2019-10-07
1
-1
/
+6
|
/
*
serial: sh-sci: Don't check for mctrl_gpio_to_gpiod() returning error
Geert Uytterhoeven
2019-09-04
1
-7
/
+5
*
serial: sh-sci: Don't check for mctrl_gpio_init() returning -ENOSYS
Frieder Schrempf
2019-09-04
1
-1
/
+1
*
serial: sh-sci: Use DEVICE_ATTR_RW() for rx_fifo_trigger
Geert Uytterhoeven
2019-09-04
1
-8
/
+6
*
serial: sh-sci: use driver core functions, not sysfs ones.
Greg Kroah-Hartman
2019-09-04
1
-14
/
+8
*
serial: sh-sci: Terminate TX DMA during buffer flushing
Geert Uytterhoeven
2019-07-03
1
-2
/
+9
*
serial: sh-sci: Fix TX DMA buffer flushing and workqueue races
Geert Uytterhoeven
2019-07-03
1
-7
/
+15
*
serial: sh-sci: disable DMA for uart_console
George G. Davis
2019-05-21
1
-0
/
+7
*
serial: sh-sci: Fix HSCIF RX sampling point adjustment
Geert Uytterhoeven
2019-04-16
1
-1
/
+1
*
serial: sh-sci: Fix HSCIF RX sampling point calculation
Geert Uytterhoeven
2019-04-16
1
-1
/
+3
*
serial: sh-sci: Fix setting SCSCR_TIE while transferring data
Hoan Nguyen An
2019-03-19
1
-11
/
+1
*
Merge 5.0-rc6 into tty-next
Greg Kroah-Hartman
2019-02-11
1
-1
/
+8
|
\
|
*
serial: sh-sci: Do not free irqs that have already been freed
Chris Brandt
2019-01-30
1
-1
/
+8
*
|
serial: sh-sci: Make RX/TX DMA function names consistent
Geert Uytterhoeven
2019-01-08
1
-12
/
+12
*
|
serial: sh-sci: Fix fallback to PIO in sci_dma_rx_complete()
Geert Uytterhoeven
2019-01-08
1
-2
/
+3
*
|
serial: sh-sci: Extract sci_dma_rx_reenable_irq()
Geert Uytterhoeven
2019-01-08
1
-8
/
+15
[next]