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