summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/sh-sci.c
AgeCommit message (Expand)Author
2023-07-31Merge 6.5-rc4 into tty-nextGreg Kroah-Hartman
2023-07-25tty: serial: sh-sci: Fix sleeping in atomic contextBiju Das
2023-07-25tty: Explicitly include correct DT includesRob Herring
2023-04-20tty: serial: sh-sci: Fix end of transmission on SCIBiju Das
2023-04-20tty: serial: sh-sci: Add support for tx end interrupt handlingBiju Das
2023-04-20tty: serial: sh-sci: Fix TE setting on SCI IPBiju Das
2023-04-20tty: serial: sh-sci: Add RZ/G2L SCIFA DMA rx supportBiju Das
2023-04-20tty: serial: sh-sci: Add RZ/G2L SCIFA DMA tx supportBiju Das
2023-04-10Merge 6.3-rc6 into tty-nextGreg Kroah-Hartman
2023-03-29tty: serial: sh-sci: Fix Rx on RZ/G2L SCIBiju Das
2023-03-29tty: serial: sh-sci: Fix transmit end interrupt handlerBiju Das
2023-03-29tty: serial: sh-sci: Remove setting {src,dst}_{addr,addr_width} based on DMA ...Biju Das
2023-03-16serial: sh-sci: mark OF related data as maybe unusedKrzysztof Kozlowski
2023-03-16serial: Use of_property_present() for testing DT property presenceRob Herring
2022-12-16Merge tag 'tty-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2022-12-02tty: serial: sh-sci: use setup() callback for early consoleJohn Ogness
2022-11-03serial: sh-sci: Use uart_xmit_advance()Ilpo Järvinen
2022-08-30serial: sh-sci: tail is already on valid rangeIlpo Järvinen
2022-08-30serial: sh-sci: CIRC_CNT_TO_END() is enoughIlpo Järvinen
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen
2022-05-19serial: sh-sci: Don't allow CS5-6Ilpo Järvinen
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby
2022-02-21serial: sh-sci: Simplify multiplication/shift logicGeert Uytterhoeven
2021-12-20serial: sh-sci: Remove BREAK/FRAME/PARITY/OVERRUN printoutsMagnus Damm
2021-12-17serial: sh-sci: Use devm_clk_get_optional()Geert Uytterhoeven
2021-12-17serial: sh-sci: Use dev_err_probe()Geert Uytterhoeven
2021-12-17serial: sh-sci: Drop support for "sci_ick" clockGeert Uytterhoeven
2021-12-17tty: serial: sh-sci: Add support for R-Car Gen4Yoshihiro Shimoda
2021-11-25serial: sh-sci: Add support to deassert/assert reset lineLad Prabhakar
2021-08-16serial: sh-sci: fix break handling for sysrqUlrich Hecht
2021-06-15tty: make use of tty_get_{char,frame}_sizeJiri Slaby
2021-06-15serial: sh-sci: Stop dmaengine transfer in sci_stop_tx()Yoshihiro Shimoda
2021-06-09serial: sh-sci: Remove unused STEPFN() macroGeert Uytterhoeven
2021-06-04serial: sh-sci: Add support for RZ/G2L SoCBiju Das
2021-05-13serial: sh-sci: Fix off-by-one error in FIFO threshold register settingGeert Uytterhoeven
2021-04-15serial: sh-sci: remove obsolete latency workaroundUlrich Hecht
2021-03-23drivers: tty: serial: sh-sci: fix spelling typo of 'wheter'Wang Qing
2020-07-21Revert "serial: sh-sci: Initialize spinlock for uart console"Andy Shevchenko
2020-07-03serial: sh-sci: Initialize spinlock for uart consoleLad Prabhakar
2020-04-16serial: sh-sci: Make sure status register SCxSR is read in correct sequenceKazuhiro Fujita
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-12-18tty/serial: Migrate sh-sci to use has_sysrqDmitry Safonov
2019-10-27Merge 5.4-rc5 into driver-core-nextGreg Kroah-Hartman
2019-10-07sh: add the sh_ prefix to early platform symbolsBartosz Golaszewski
2019-10-07drivers: move the early platform device support to arch/shBartosz Golaszewski
2019-10-04serial: sh-sci: Use platform_get_irq_optional() for optional interruptsGeert Uytterhoeven
2019-09-04serial: sh-sci: Don't check for mctrl_gpio_to_gpiod() returning errorGeert Uytterhoeven
2019-09-04serial: sh-sci: Don't check for mctrl_gpio_init() returning -ENOSYSFrieder Schrempf
2019-09-04serial: sh-sci: Use DEVICE_ATTR_RW() for rx_fifo_triggerGeert Uytterhoeven