aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/sh-sci.c
AgeCommit message (Expand)Author
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-05-02serial: sh-sci: Make sure status register SCxSR is read in correct sequenceKazuhiro Fujita
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-03serial: sh-sci: Fix setting SCSCR_TIE while transferring dataHoan Nguyen An
2018-10-03serial: sh-sci: Stop RX FIFO timer during port shutdownGeert Uytterhoeven
2018-07-03serial: sh-sci: Use spin_{try}lock_irqsave instead of open coding versionDaniel Wagner
2018-06-16serial: sh-sci: Stop using printk format %pCrGeert Uytterhoeven
2018-05-25serial: sh-sci: Fix out-of-bounds access through DT aliasGeert Uytterhoeven
2018-03-19serial: sh-sci: prevent lockup on full TTY buffersUlrich Hecht
2017-12-10serial: sh-sci: suppress warning for ports without dma channelsAndy Lowe
2017-08-28serial: sh-sci: use of_property_read_bool()Sergei Shtylyov
2017-07-17serial: sh-sci: Uninitialized variables in sysfs filesDan Carpenter
2017-05-24serial: sh-sci: Update warning message in sci_request_dma_chan()Geert Uytterhoeven
2017-05-18serial: sh-sci: Move uart_register_driver call to device probeSjoerd Simons
2017-05-18serial: sh-sci: Fix race condition causing garbage during shutdownGeert Uytterhoeven
2017-03-31serial: sh-sci: Fix (AUTO)RTS in sci_init_pins()Geert Uytterhoeven
2017-03-31serial: sh-sci: Fix late enablement of AUTORTSGeert Uytterhoeven
2017-03-31serial: sh-sci: Fix hang in sci_reset()Geert Uytterhoeven
2017-03-14serial: sh-sci: Fix panic when serial console and DMA are enabledTakatoshi Akiyama
2017-02-10serial: sh-sci: fix hardware RX trigger level settingUlrich Hecht
2017-02-06serial: sh-sci: make RX FIFO parameters tunable via sysfsUlrich Hecht
2017-02-06serial: sh-sci: SCIFA/B RX FIFO software timeoutUlrich Hecht
2017-02-06serial: sh-sci: increase RX FIFO trigger defaults for (H)SCIFUlrich Hecht
2017-02-03serial: sh-sci: implement FIFO threshold register settingUlrich Hecht
2017-02-03serial: sh-sci: add FIFO trigger bitsUlrich Hecht
2017-01-27serial: sh-sci: Reformat sci_parse_dt() for git diffGeert Uytterhoeven
2017-01-19serial: sh-sci: Compute the regshift value for SCI portsLaurent Pinchart
2017-01-19serial: sh-sci: Remove unused platform data capabilities fieldLaurent Pinchart
2017-01-19serial: sh-sci: Remove manual break debouncingLaurent Pinchart
2017-01-19serial: sh-sci: Remove the platform data dma slave rx/tx channel IDsLaurent Pinchart
2017-01-19serial: sh-sci: Extend sci_port_params with more port parametersLaurent Pinchart
2017-01-19serial: sh-sci: Constify platform dataLaurent Pinchart
2017-01-19serial: sh-sci: Replace regmap array with port parametersLaurent Pinchart
2017-01-19serial: sh-sci: Remove initialization of zero fields in sci_port_paramsLaurent Pinchart
2017-01-19serial: sh-sci: Fix register offsets for the IRDA serial portLaurent Pinchart
2017-01-19serial: sh-sci: Don't rely on platform data flags when not neededLaurent Pinchart
2017-01-19serial: sh-sci: Set the SCSCR TE and RE bits in the driverLaurent Pinchart
2017-01-12tty: serial: sh-sci: set error code when kasprintf failsPan Bian
2016-11-10serial: sh-sci: Fix deadlock caused by serial output requestTakatoshi Akiyama
2016-09-02tty: serial: constify uart_ops structuresJulia Lawall
2016-06-26serial: sh-sci: Stop transfers in sci_shutdown()Geert Uytterhoeven
2016-06-25serial: sh-sci: Clear (H)SCIF timeout and overrun during resetGeert Uytterhoeven
2016-06-25serial: sh-sci: Clear RX, error, and break flags during resetGeert Uytterhoeven
2016-06-25serial: sh-sci: Do not start transfers from sci_startup()Geert Uytterhoeven
2016-06-25serial: sh-sci: Add DT support for dedicated RTS/CTSGeert Uytterhoeven
2016-06-25serial: sh-sci: Fix support for hardware-assisted RTS/CTSGeert Uytterhoeven
2016-06-25serial: sh-sci: Add pin initialization for SCIFA/SCIFBGeert Uytterhoeven