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
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
/
mxs-auart.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-03
tty: serial: use uart_port_tx() helper
Jiri Slaby (SUSE)
1
-24
/
+8
2022-08-30
serial: Make ->set_termios() old ktermios const
Ilpo Järvinen
1
-1
/
+1
2022-03-03
serial: make uart_console_write->putchar()'s character an unsigned char
Jiri Slaby
1
-1
/
+1
2021-06-15
tty: make use of tty_get_{char,frame}_size
Jiri Slaby
1
-20
/
+2
2021-06-15
mxs-auart: redefine AUART_LINECTRL_WLEN to accept bits count
Jiri Slaby
1
-6
/
+6
2021-01-20
serial: mxs-auart: Remove <asm/cacheflush.h>
Fabio Estevam
1
-2
/
+0
2021-01-20
serial: mxs-auart: Remove serial_mxs_probe_dt()
Fabio Estevam
1
-32
/
+11
2020-11-26
serial: mxs-auart: Remove unneeded platform_device_id
Fabio Estevam
1
-17
/
+4
2020-07-10
serial: mxs-auart: add missed iounmap() in probe failure and remove
Chuhong Yuan
1
-4
/
+8
2019-12-18
tty/serial: Migrate mxs-auart to use has_sysrq
Dmitry Safonov
1
-4
/
+1
2019-09-04
serial: mxs-auart: Don't check for mctrl_gpio_to_gpiod() returning error
Geert Uytterhoeven
1
-4
/
+2
2019-03-19
tty: mxs-auart: fix a potential NULL pointer dereference
Kangjie Lu
1
-0
/
+4
2018-09-18
serial: mxs-auart: Fix potential infinite loop
Anton Vasilyev
1
-1
/
+2
2018-03-09
serial: mxs-auart: disable clks of Alphascale ASM9260
Alexey Khoroshilov
1
-13
/
+23
2018-02-28
serial: mxs-auart: Fix out-of-bounds access through serial port index
Geert Uytterhoeven
1
-0
/
+4
2018-01-22
serial: mxs-auart: don't use GPIOF_* with gpiod_get_direction
Wolfram Sang
1
-2
/
+1
2017-12-15
tty: serial: mxs-auart: fix error handling in mxs_auart_probe
Branislav Radocaj
1
-2
/
+6
2017-11-08
tty: serial: Remove redundant license text
Greg Kroah-Hartman
1
-4
/
+0
2017-11-08
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
1
-0
/
+1
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
[next]