summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/sh-sci.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* serial: sh-sci: use driver core functions, not sysfs ones.Greg Kroah-Hartman2019-09-041-14/+8
* serial: sh-sci: Terminate TX DMA during buffer flushingGeert Uytterhoeven2019-07-031-2/+9
* serial: sh-sci: Fix TX DMA buffer flushing and workqueue racesGeert Uytterhoeven2019-07-031-7/+15
* serial: sh-sci: disable DMA for uart_consoleGeorge G. Davis2019-05-211-0/+7
* serial: sh-sci: Fix HSCIF RX sampling point adjustmentGeert Uytterhoeven2019-04-161-1/+1
* serial: sh-sci: Fix HSCIF RX sampling point calculationGeert Uytterhoeven2019-04-161-1/+3
* serial: sh-sci: Fix setting SCSCR_TIE while transferring dataHoan Nguyen An2019-03-191-11/+1
* Merge 5.0-rc6 into tty-nextGreg Kroah-Hartman2019-02-111-1/+8
|\
| * serial: sh-sci: Do not free irqs that have already been freedChris Brandt2019-01-301-1/+8
* | serial: sh-sci: Make RX/TX DMA function names consistentGeert Uytterhoeven2019-01-081-12/+12
* | serial: sh-sci: Fix fallback to PIO in sci_dma_rx_complete()Geert Uytterhoeven2019-01-081-2/+3
* | serial: sh-sci: Extract sci_dma_rx_reenable_irq()Geert Uytterhoeven2019-01-081-8/+15
* | serial: sh-sci: Extract sci_dma_rx_chan_invalidate()Geert Uytterhoeven2019-01-081-6/+13
|/
* serial: sh-sci: Resume PIO in sci_rx_interrupt() on DMA failureGeert Uytterhoeven2018-12-171-3/+8