aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/sh-sci.c
AgeCommit message (Expand)Author
2023-04-20tty: serial: sh-sci: Fix Rx on RZ/G2L SCIBiju Das
2023-04-20tty: serial: sh-sci: Fix transmit end interrupt handlerBiju Das
2022-06-14serial: sh-sci: Don't allow CS5-6Ilpo Järvinen
2021-09-22serial: sh-sci: fix break handling for sysrqUlrich Hecht
2021-07-20serial: sh-sci: Stop dmaengine transfer in sci_stop_tx()Yoshihiro Shimoda
2021-06-03serial: sh-sci: Fix off-by-one error in FIFO threshold register settingGeert Uytterhoeven
2020-04-29serial: sh-sci: Make sure status register SCxSR is read in correct sequenceKazuhiro Fujita
2019-12-05serial: sh-sci: Fix crash in rx_timer_fn() on PIO fallbackGeert Uytterhoeven
2019-07-31serial: sh-sci: Fix TX DMA buffer flushing and workqueue racesGeert Uytterhoeven
2019-07-31serial: sh-sci: Terminate TX DMA during buffer flushingGeert Uytterhoeven
2019-06-09serial: sh-sci: disable DMA for uart_consoleGeorge G. Davis
2019-04-27serial: sh-sci: Fix HSCIF RX sampling point calculationGeert Uytterhoeven
2019-04-27serial: sh-sci: Fix HSCIF RX sampling point adjustmentGeert Uytterhoeven
2019-04-03serial: sh-sci: Fix setting SCSCR_TIE while transferring dataHoan Nguyen An
2019-02-12serial: sh-sci: Do not free irqs that have already been freedChris Brandt
2019-02-12serial: sh-sci: Resume PIO in sci_rx_interrupt() on DMA failureGeert Uytterhoeven
2019-02-12serial: sh-sci: Fix locking in sci_submit_rx()Geert Uytterhoeven
2018-11-27serial: sh-sci: Fix receive on SCIFA/SCIFB variants with DMAGeert Uytterhoeven
2018-11-21serial: sh-sci: Fix could not remove dev_attr_rx_fifo_timeoutYoshihiro Shimoda
2018-10-02Revert "serial: sh-sci: Allow for compressed SCIF address"Geert Uytterhoeven
2018-10-02Revert "serial: sh-sci: Remove SCIx_RZ_SCIFA_REGTYPE"Geert Uytterhoeven
2018-08-02serial: sh-sci: Improve support for separate TEI and DRI interruptsChris Brandt
2018-08-02serial: sh-sci: Remove SCIx_RZ_SCIFA_REGTYPEChris Brandt
2018-08-02serial: sh-sci: Allow for compressed SCIF addressChris Brandt
2018-07-21serial: sh-sci: Drop superfluous assignment in sci_request_dma()Geert Uytterhoeven
2018-07-21serial: sh-sci: Fix use-after-free on subsequent port startupGeert Uytterhoeven
2018-07-16serial: sh-sci: Add support for R7S9210Chris Brandt
2018-07-06serial: sh-sci: Stop using deprecated dmaengine_terminate_all()Geert Uytterhoeven
2018-07-06serial: sh-sci: Stop TX DMA workqueue during port shutdownGeert Uytterhoeven
2018-07-06serial: sh-sci: Postpone DMA release when falling back to PIOGeert Uytterhoeven
2018-07-06serial: sh-sci: Stop RX FIFO timer during port shutdownGeert Uytterhoeven
2018-06-06Merge tag 'printk-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-06-05serial: sh-sci: Stop using printk format %pCrGeert Uytterhoeven
2018-05-14serial: sh-sci: Use spin_{try}lock_irqsave instead of open coding versionDaniel Wagner
2018-04-23serial: sh-sci: Support for HSCIF RX sampling point adjustmentUlrich Hecht
2018-04-23serial: sh-sci: Add support for dynamic instancesGeert Uytterhoeven
2018-03-20Merge 4.16-rc6 into tty-nextGreg Kroah-Hartman
2018-02-28serial: sh-sci: Fix out-of-bounds access through DT aliasGeert Uytterhoeven
2018-02-28serial: sh-sci: prevent lockup on full TTY buffersUlrich Hecht
2018-02-28serial: sh-sci: use hrtimer for receive timeoutUlrich Hecht
2018-01-09treewide: Use DEVICE_ATTR_RWJoe Perches
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman
2017-11-04serial: sh-sci: Fix unlocked access to SCSCR registerTakatoshi Akiyama
2017-10-20serial: sh-sci: Fix init data attribute for struct 'port_cfg'Matthias Kaehlcke
2017-10-20serial: sh-sci: Use of_device_get_match_data() helperGeert Uytterhoeven
2017-10-04serial: sh-sci: suppress warning for ports without dma channelsAndy Lowe
2017-10-03serial: sh-sci: Support for variable HSCIF hardware RX timeoutUlrich Hecht
2017-08-28serial: sh-sci: use of_property_read_bool()Sergei Shtylyov