aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/sh-sci.c
AgeCommit message (Expand)Author
2021-09-18serial: sh-sci: fix break handling for sysrqUlrich Hecht
2021-07-14serial: 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-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
2019-09-04serial: sh-sci: use driver core functions, not sysfs ones.Greg Kroah-Hartman
2019-07-03serial: sh-sci: Terminate TX DMA during buffer flushingGeert Uytterhoeven
2019-07-03serial: sh-sci: Fix TX DMA buffer flushing and workqueue racesGeert Uytterhoeven
2019-05-21serial: sh-sci: disable DMA for uart_consoleGeorge G. Davis
2019-04-16serial: sh-sci: Fix HSCIF RX sampling point adjustmentGeert Uytterhoeven
2019-04-16serial: sh-sci: Fix HSCIF RX sampling point calculationGeert Uytterhoeven
2019-03-19serial: sh-sci: Fix setting SCSCR_TIE while transferring dataHoan Nguyen An
2019-02-11Merge 5.0-rc6 into tty-nextGreg Kroah-Hartman
2019-01-30serial: sh-sci: Do not free irqs that have already been freedChris Brandt
2019-01-08serial: sh-sci: Make RX/TX DMA function names consistentGeert Uytterhoeven
2019-01-08serial: sh-sci: Fix fallback to PIO in sci_dma_rx_complete()Geert Uytterhoeven
2019-01-08serial: sh-sci: Extract sci_dma_rx_reenable_irq()Geert Uytterhoeven
2019-01-08serial: sh-sci: Extract sci_dma_rx_chan_invalidate()Geert Uytterhoeven
2018-12-17serial: sh-sci: Resume PIO in sci_rx_interrupt() on DMA failureGeert Uytterhoeven
2018-12-17serial: sh-sci: Fix crash in rx_timer_fn() on PIO fallbackGeert Uytterhoeven
2018-12-17serial: sh-sci: Fix locking in sci_submit_rx()Geert Uytterhoeven
2018-11-11Merge 4.20-rc2 into tty-nextGreg Kroah-Hartman
2018-11-10Merge tag 'tty-4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2018-11-09serial: sh-sci: Fix could not remove dev_attr_rx_fifo_timeoutYoshihiro Shimoda
2018-11-09serial: sh-sci: Improve type-safety calling sci_receive_chars()Geert Uytterhoeven
2018-10-15serial: sh-sci: Fix receive on SCIFA/SCIFB variants with DMAGeert Uytterhoeven
2018-10-15serial: sh-sci: do not warn if DMA transfers are not supportedUlrich Hecht
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-09-18serial: sh-sci: Add earlycon for R7S9210Chris Brandt
2018-09-18Revert "serial: sh-sci: Allow for compressed SCIF address"Geert Uytterhoeven
2018-09-18Revert "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