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.12.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
/
mxs-auart.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-20
serial: mxs-auart: Fix potential infinite loop
Anton Vasilyev
1
-1
/
+2
2018-05-25
serial: mxs-auart: Fix out-of-bounds access through serial port index
Geert Uytterhoeven
1
-0
/
+4
2017-03-31
serial: mxs-auart: Fix baudrate calculation
Uwe Kleine-König
1
-1
/
+1
2017-01-12
serial: mxs-auart: support CMSPAR termios cflag
Wolfgang Ocker
1
-0
/
+3
2016-11-16
mxs-auart: count FIFO overrun errors
Wolfgang Ocker
1
-1
/
+1
2016-09-22
serial: mxs-auart: Fix missing clk_disable_unprepare() on error in mxs_get_cl...
Wei Yongjun
1
-1
/
+1
2016-09-13
serial: mxs-auart: Use PTR_ERR_OR_ZERO() to simplify the code
Wei Yongjun
1
-4
/
+1
2016-09-13
serial: mxs-auart: Disable clock on error path
Fabio Estevam
1
-1
/
+5
2016-09-02
tty: serial: constify uart_ops structures
Julia Lawall
1
-1
/
+1
2016-04-30
serial: mxs-auart: Use generic uart-has-rtscts DT property
Geert Uytterhoeven
1
-1
/
+2
2016-04-30
serial: mxs-auart: add Alphascale ASM9260 support
Oleksij Rempel
1
-124
/
+517
2015-10-04
serial: mctrl-gpio: rename init function
Uwe Kleine-König
1
-1
/
+1
2015-08-15
serial: mxs-auart: fix baud rate range
Stefan Wahren
1
-2
/
+6
2015-08-15
serial: mxs-auart: keep the AUART unit in reset state when not in use
Juergen Borleis
1
-7
/
+39
2015-08-15
serial: mxs-auart: use a function name to reflect what it really does
Juergen Borleis
1
-2
/
+2
2015-05-10
serial: mxs: Constify platform_device_id
Krzysztof Kozlowski
1
-1
/
+1
2015-03-27
tty: constify of_device_id array
Fabian Frederick
1
-1
/
+1
2015-03-11
serial: mxs-auart: Fix build error
Fabio Estevam
1
-1
/
+1
2015-03-07
serial: mxs-auart: properly handle mctrl_gpio failing
Uwe Kleine-König
1
-7
/
+9
2015-02-02
serial: mxs-auart: Remove unneeded zeroing of 'ret'
Fabio Estevam
1
-1
/
+1
2015-02-02
serial: mxs-auart: Check for platform_get_irq() error
Fabio Estevam
1
-0
/
+3
2015-02-02
serial: mxs-auart: Remove irq from private structure
Fabio Estevam
1
-6
/
+4
2015-01-10
serial: mxs-auart: Use devm_request_irq()
Fabio Estevam
1
-7
/
+3
2015-01-10
serial: mxs-auart: Use devm_clk_get()
Fabio Estevam
1
-9
/
+5
2015-01-10
serial: mxs-auart: Use devm_kzalloc()
Fabio Estevam
1
-9
/
+4
2015-01-10
serial: mxs-auart: Remove unneeded goto label
Fabio Estevam
1
-5
/
+2
2014-12-15
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
2014-11-26
serial: mxs-auart: fix tx_empty against shift register
Janusz Uzycki
1
-3
/
+4
2014-11-26
serial: mxs-auart: fix gpio change detection on interrupt
Janusz Uzycki
1
-1
/
+2
2014-11-26
serial: mxs-auart: Fix mxs_auart_set_ldisc()
Fabio Estevam
1
-2
/
+3
2014-11-07
serial: mxs-auart: enable PPS support
Janusz Uzycki
1
-0
/
+11
2014-11-07
serial: mxs-auart: add interrupts for modem control lines
Janusz Uzycki
1
-2
/
+172
2014-11-07
serial: mxs-auart: use mctrl_gpio helpers for handling modem signals
Janusz Uzycki
1
-5
/
+45
2014-11-07
serial: mxs-auart: clean get_mctrl and set_mctrl
Janusz Uzycki
1
-13
/
+1
2014-11-06
serial: mxs-auart: add sysrq support
Janusz Uzycki
1
-0
/
+4
2014-10-20
tty: serial: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-09-24
serial: core: Privatize modem status enable flags
Peter Hurley
1
-1
/
+1
2014-07-10
serial: treewide: Remove empty implementations of enable_ms()
Alexander Shiyan
1
-6
/
+0
2014-06-20
serial: Fix IGNBRK handling
Peter Hurley
1
-1
/
+1
2014-04-18
arch: Mass conversion of smp_mb__*()
Peter Zijlstra
1
-2
/
+2
2013-12-09
tty: serial: mxs-auart: Check the return value from clk_prepare_enable()
Fabio Estevam
1
-2
/
+7
2013-10-06
serial: mxs-auart: set the FIFO size to DMA buffer size
Hector Palacios
1
-1
/
+8
2013-08-05
serial: mxs: remove the MXS_AUART_DMA_CONFIG
Huang Shijie
1
-4
/
+1
2013-08-05
serial: mxs: enable the DMA only when the RTS/CTS is valid
Huang Shijie
1
-1
/
+6
2013-08-05
Merge 3.11-rc4 into tty-next
Greg Kroah-Hartman
1
-16
/
+22
2013-07-27
serial/mxs-auart: increase time to wait for transmitter to become idle
Uwe Kleine-König
1
-8
/
+13
2013-07-27
serial/mxs-auart: fix race condition in interrupt handler
Uwe Kleine-König
1
-8
/
+9
2013-07-25
drivers/tty/serial: don't use devm_pinctrl_get_select_default() in probe
Wolfram Sang
1
-8
/
+0
2013-05-07
Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-48
/
+4
2013-04-22
serial: mxs: drop superfluous {get|put}_device
Wolfram Sang
1
-3
/
+1
[next]