index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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-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
2015-03-07
serial: imx: fix comment about which machines use the i.MX21 type
Uwe Kleine-König
1
-1
/
+1
2015-03-07
serial: imx: reformat and cleanup copyright header
Uwe Kleine-König
1
-13
/
+6
2015-03-07
serial: imx: drop members from driver data that are only used during probe
Uwe Kleine-König
1
-10
/
+11
2015-03-07
serial: imx: remove long dead code
Uwe Kleine-König
1
-9
/
+0
2015-03-07
serial: imx: Fix clearing of receiver overrun flag
Uwe Kleine-König
1
-5
/
+3
2015-03-07
serial: imx: Do not store/restore the UBRC register
Fabio Estevam
1
-3
/
+1
2015-03-07
serial:imx make of_device_id array const
Sanjeev Sharma
1
-1
/
+1
2015-02-02
serial: imx: Fix imx_flush_buffer()
Fabio Estevam
1
-0
/
+26
2015-01-10
serial: imx: ignore framing errors when IGNPAR is set.
Eric Nelson
1
-1
/
+1
2015-01-10
serial: imx: preserve characters with parity or framing errors
Eric Nelson
1
-1
/
+1
2015-01-10
serial: imx: Support sw flow control in DMA mode
Jiada Wang
1
-2
/
+28
2015-01-10
serial: imx: Fix issue in software flow control
Jiada Wang
1
-0
/
+2
2015-01-10
serial: imx: Enable UCR4_OREN in startup interface
Jiada Wang
1
-7
/
+8
2015-01-10
serial: imx: start rx_dma once RXFIFO is not empty
Robin Gong
1
-1
/
+14
2015-01-10
serial: imx: initialized DMA w/o HW flow enabled
Anton Bondarenko
1
-7
/
+8
[next]