index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
imx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-28
serial: imx: Rename register fields to match newer reference manuals
Uwe Kleine-König
1
-9
/
+9
2018-02-28
serial: imx: Fix out-of-bounds access through serial port index
Geert Uytterhoeven
1
-0
/
+6
2018-02-28
serial: imx: drop check for enabled dma in .startup
Uwe Kleine-König
1
-1
/
+1
2018-02-28
serial: imx: simplify tracking of dma being initialized
Uwe Kleine-König
1
-8
/
+4
2018-02-28
serial: imx: Only handle irqs that are actually enabled
Uwe Kleine-König
1
-6
/
+32
2018-02-28
serial: imx: rename variables to match the register names
Uwe Kleine-König
1
-11
/
+10
2018-02-28
serial: imx: drop if that always evaluates to true
Uwe Kleine-König
1
-2
/
+1
2018-02-28
serial: imx: fix bogus dev_err
phil eichinger
1
-1
/
+1
2018-02-28
tty: serial: imx: allow breaks to be received when using dma
Troy Kisky
1
-7
/
+14
2018-01-22
serial: imx: fix endless loop during suspend
Martin Kaiser
1
-17
/
+15
2018-01-09
serial: imx: Only wakeup via RTSDEN bit if the system has RTS/CTS
Fabio Estevam
1
-6
/
+8
2017-11-28
serial: imx: Support common rs485 binding for RTS polarity
Lukas Wunner
1
-0
/
+6
2017-11-28
serial: core: Support common rs485 binding for RTS polarity
Lukas Wunner
1
-1
/
+0
2017-11-28
serial: Make retrieval of rs485 properties platform-agnostic
Lukas Wunner
1
-2
/
+2
2017-11-28
tty: serial: imx: remove imx_disable_rx_int
Troy Kisky
1
-27
/
+9
2017-11-22
treewide: setup_timer() -> timer_setup()
Kees Cook
1
-3
/
+3
2017-11-08
tty: serial: Remove redundant license text
Greg Kroah-Hartman
1
-10
/
+0
2017-11-08
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
1
-0
/
+1
2017-11-04
tty: serial: imx: remove dead code imx_dma_rxint
Troy Kisky
1
-28
/
+2
2017-11-04
tty: serial: imx: disable ageing timer interrupt if dma in use
Troy Kisky
1
-4
/
+0
2017-11-04
serial: imx: add hibernation support
Philipp Zabel
1
-0
/
+28
2017-10-20
serial: imx: Correct comment imx_flush_buffer()
Martyn Welch
1
-2
/
+6
2017-10-03
serial: imx: Switch setting dma_is_txing from "false" to "0"
Martyn Welch
1
-1
/
+1
2017-10-03
serial: imx: Use RX_BUF_SIZE to set size of RX buffer
Martyn Welch
1
-1
/
+1
2017-10-03
serial: imx: only set dma_is_rxing when DMA starts
Romain Perier
1
-2
/
+1
2017-10-03
drivers: tty: imx: use setup_timer() helper.
Allen Pais
1
-3
/
+1
2017-10-03
serial: imx: Update cached mctrl value when changing RTS
Ian Jamison
1
-2
/
+4
2017-10-03
serial: imx: Use common rs485 device tree parsing function
Sascha Hauer
1
-1
/
+3
2017-09-19
serial: imx: default to half duplex rs485
Sascha Hauer
1
-2
/
+1
2017-08-28
serial: imx: Avoid post-PIO cleanup if TX DMA is started
Ian Jamison
1
-1
/
+4
2017-08-28
tty: serial: imx: disable irq after suspend
Maxim Yu. Osipov
1
-0
/
+2
2017-07-30
serial: imx: drop useless member from driver data
Uwe Kleine-König
1
-12
/
+1
2017-07-17
serial: imx: Prevent TX buffer PIO write when a DMA has been started
Ian Jamison
1
-1
/
+1
2017-07-17
Revert "serial: imx-serial - move DMA buffer configuration to DT"
Greg Kroah-Hartman
1
-17
/
+8
2017-06-29
serial: imx-serial - move DMA buffer configuration to DT
Nandor Han
1
-8
/
+17
2017-06-29
serial: imx: Enable RTSD only when needed
Nandor Han
1
-1
/
+3
2017-06-29
serial: imx: Remove unused members from imx_port struct
Fabio Estevam
1
-3
/
+0
2017-05-29
Merge 4.12-rc3 into tty-next
Greg Kroah-Hartman
1
-2
/
+12
2017-05-25
serial: imx: ensure UCR3 and UFCR are setup correctly
Uwe Kleine-König
1
-2
/
+12
2017-05-18
imx-serial: RX DMA startup latency
Peter Senna Tschudin
1
-21
/
+5
2017-04-11
imx-serial: Reduce RX DMA startup latency when opening for reading
Peter Senna Tschudin
1
-14
/
+49
2017-04-08
serial: imx: setup DCEDTE early and ensure DCD and RI irqs to be off
Uwe Kleine-König
1
-13
/
+23
2017-01-31
serial: imx: Fix the CTS_B polarity in RS485 mode
Fabio Estevam
1
-3
/
+3
2017-01-31
serial: imx: Fix the RTS GPIO polarity in RS485 mode
Fabio Estevam
1
-10
/
+10
2017-01-12
serial: imx: Allow passing 'rst-gpios' for rs485 mode
Fabio Estevam
1
-1
/
+5
2016-09-27
serial: imx: Fix DCD reading
Sascha Hauer
1
-1
/
+2
2016-09-15
serial: imx: Replace dmaengine old API
Fabien Lahoudere
1
-4
/
+4
2016-09-13
serial: imx: add error messages when .probe fails
Uwe Kleine-König
1
-4
/
+14
2016-09-02
Allowing UART DMA to be configured on i.MX53
Martyn Welch
1
-2
/
+15
2016-09-02
tty: serial: constify uart_ops structures
Julia Lawall
1
-1
/
+1
[prev]
[next]