index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
mxs-auart.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tty: Explicitly include correct DT includes
Rob Herring
2023-07-25
1
-1
/
+1
*
serial: drivers: switch ch and flag to u8
Jiri Slaby
2023-07-25
1
-2
/
+1
*
serial: Use of_property_read_bool() for boolean properties
Rob Herring
2023-03-16
1
-2
/
+2
*
tty: serial: use uart_port_tx() helper
Jiri Slaby (SUSE)
2022-11-03
1
-24
/
+8
*
serial: Make ->set_termios() old ktermios const
Ilpo Järvinen
2022-08-30
1
-1
/
+1
*
serial: make uart_console_write->putchar()'s character an unsigned char
Jiri Slaby
2022-03-03
1
-1
/
+1
*
tty: make use of tty_get_{char,frame}_size
Jiri Slaby
2021-06-15
1
-20
/
+2
*
mxs-auart: redefine AUART_LINECTRL_WLEN to accept bits count
Jiri Slaby
2021-06-15
1
-6
/
+6
*
serial: mxs-auart: Remove <asm/cacheflush.h>
Fabio Estevam
2021-01-20
1
-2
/
+0
*
serial: mxs-auart: Remove serial_mxs_probe_dt()
Fabio Estevam
2021-01-20
1
-32
/
+11
*
serial: mxs-auart: Remove unneeded platform_device_id
Fabio Estevam
2020-11-26
1
-17
/
+4
*
serial: mxs-auart: add missed iounmap() in probe failure and remove
Chuhong Yuan
2020-07-10
1
-4
/
+8
*
tty/serial: Migrate mxs-auart to use has_sysrq
Dmitry Safonov
2019-12-18
1
-4
/
+1
*
serial: mxs-auart: Don't check for mctrl_gpio_to_gpiod() returning error
Geert Uytterhoeven
2019-09-04
1
-4
/
+2
*
tty: mxs-auart: fix a potential NULL pointer dereference
Kangjie Lu
2019-03-19
1
-0
/
+4
*
serial: mxs-auart: Fix potential infinite loop
Anton Vasilyev
2018-09-18
1
-1
/
+2
*
serial: mxs-auart: disable clks of Alphascale ASM9260
Alexey Khoroshilov
2018-03-09
1
-13
/
+23
*
serial: mxs-auart: Fix out-of-bounds access through serial port index
Geert Uytterhoeven
2018-02-28
1
-0
/
+4
*
serial: mxs-auart: don't use GPIOF_* with gpiod_get_direction
Wolfram Sang
2018-01-22
1
-2
/
+1
*
tty: serial: mxs-auart: fix error handling in mxs_auart_probe
Branislav Radocaj
2017-12-15
1
-2
/
+6
*
tty: serial: Remove redundant license text
Greg Kroah-Hartman
2017-11-08
1
-4
/
+0
*
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
2017-11-08
1
-0
/
+1
*
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-15
1
-2
/
+6
*
serial: mxs-auart: keep the AUART unit in reset state when not in use
Juergen Borleis
2015-08-15
1
-7
/
+39
*
serial: mxs-auart: use a function name to reflect what it really does
Juergen Borleis
2015-08-15
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-15
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-26
1
-3
/
+4
*
|
serial: mxs-auart: fix gpio change detection on interrupt
Janusz Uzycki
2014-11-26
1
-1
/
+2
[next]