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
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
2016-08-31
serial: imx-serial - update RX error counters when DMA is used
Nandor Han
1
-0
/
+32
2016-08-31
serial: imx-serial - update UART IMX driver to use cyclic DMA
Nandor Han
1
-63
/
+78
2016-04-30
serial: imx: Use generic uart-has-rtscts DT property
Geert Uytterhoeven
1
-1
/
+2
2016-04-30
serial: imx: implement DSR irq handling for DTE mode
Uwe Kleine-König
1
-3
/
+17
2016-04-30
serial: imx: reorder functions to simplify next patch
Uwe Kleine-König
1
-49
/
+49
2016-04-30
serial: imx: only count 0->1 transitions for RNG
Uwe Kleine-König
1
-1
/
+1
2016-04-30
serial: imx: make sure unhandled irqs are disabled
Uwe Kleine-König
1
-1
/
+22
2016-04-30
serial: imx: let irq handler return IRQ_NONE if no event was handled
Uwe Kleine-König
1
-4
/
+13
2016-04-30
serial: imx: fix polarity of RI
Uwe Kleine-König
1
-3
/
+3
2016-04-30
serial: imx: support RS-485 Rx disable on Tx
Baruch Siach
1
-3
/
+12
2016-02-07
serial: imx: Fix suspend / resume.
Martin Fuzzey
1
-1
/
+4
2015-12-14
serial: imx: implement handshaking using gpios with the mctrl_gpio helper
Uwe Kleine-König
1
-20
/
+69
2015-12-14
serial: imx: reorder functions and simplify a bit
Uwe Kleine-König
1
-45
/
+45
2015-12-14
serial: imx: repair and complete handshaking
Uwe Kleine-König
1
-6
/
+17
2015-12-14
serial: imx: fix a possible NULL dereference
LABBE Corentin
1
-5
/
+2
2015-10-12
Merge 4.3-rc5 into tty-next
Greg Kroah-Hartman
1
-6
/
+14
2015-10-04
Revert "serial: imx: remove unbalanced clk_prepare"
Fabio Estevam
1
-6
/
+14
2015-10-04
serial: imx: also update RX stats in DMA path
Lucas Stach
1
-0
/
+1
2015-10-04
serial: imx: re-enable DMA support without hardware flow control
Lucas Stach
1
-7
/
+8
2015-10-04
serial: imx: don't use idle condition detect for DMA transfers
Lucas Stach
1
-26
/
+5
2015-10-04
serial: imx: configure proper DMA burst sizes
Lucas Stach
1
-2
/
+9
2015-10-04
serial: imx: always restart DMA if more data is available
Lucas Stach
1
-14
/
+11
2015-10-04
serial: imx: set up aging timer interrupt as DMA trigger
Lucas Stach
1
-9
/
+22
2015-10-04
serial: imx: make setup_ufcr more useful
Lucas Stach
1
-18
/
+19
2015-10-04
serial: imx: add earlycon support
Lucas Stach
1
-0
/
+32
2015-08-15
serial: imx: save and restore context in the suspend path
Eduardo Valentin
1
-21
/
+37
2015-08-15
serial: imx: allow waking up on RTSD
Eduardo Valentin
1
-0
/
+7
2015-08-15
serial: imx: introduce serial_imx_enable_wakeup()
Eduardo Valentin
1
-8
/
+14
2015-08-15
serial: imx: remove unbalanced clk_prepare
Eduardo Valentin
1
-14
/
+6
2015-08-04
Serial: imx: add dev_pm_ops to support suspend to ram/disk
Shenwei Wang
1
-32
/
+94
2015-07-27
Revert "tty: serial: imx.c: Reset UART before activating interrupts"
Fabio Estevam
1
-23
/
+9
2015-07-27
Merge 4.2-rc4 into tty-next
Greg Kroah-Hartman
1
-8
/
+7
2015-07-24
Revert "serial: imx: initialized DMA w/o HW flow enabled"
David Jander
1
-8
/
+7
2015-07-24
tty: serial: imx.c: Reset UART before activating interrupts
David Jander
1
-9
/
+23
2015-07-24
serial: imx: reduce irq-latency after rx overflow
Manfred Schlaegl
1
-1
/
+0
2015-07-24
serial: imx: count tty buffer overruns
Manfred Schlaegl
1
-3
/
+9
2015-07-24
serial: imx: Disable irqs before requesting them
Fabio Estevam
1
-1
/
+14
2015-06-08
Merge 4.1-rc7 into tty-next
Greg Kroah-Hartman
1
-0
/
+8
2015-05-24
serial: imx: Fix DMA handling for IDLE condition aborts
Philipp Zabel
1
-0
/
+8
2015-05-10
serial: imx: Constify platform_device_id
Krzysztof Kozlowski
1
-1
/
+1
2015-05-06
serial: imx: Remove return value from imx_setup_ufcr()
Fabio Estevam
1
-2
/
+1
2015-05-06
serial: imx: protect Soft Reset of port with lock
Jiada Wang
1
-7
/
+6
2015-03-11
serial: imx: Add braces to avoid ambiguous 'else'
Fabio Estevam
1
-3
/
+3
2015-03-07
serial: imx: add support for half duplex rs485
Uwe Kleine-König
1
-12
/
+95
2015-03-07
serial: imx: drop support for IRDA
Uwe Kleine-König
1
-148
/
+9
[next]