index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
mxs-auart.c
Age
Commit message (
Expand
)
Author
2021-01-20
serial: mxs-auart: Remove <asm/cacheflush.h>
Fabio Estevam
2021-01-20
serial: mxs-auart: Remove serial_mxs_probe_dt()
Fabio Estevam
2020-11-26
serial: mxs-auart: Remove unneeded platform_device_id
Fabio Estevam
2020-07-10
serial: mxs-auart: add missed iounmap() in probe failure and remove
Chuhong Yuan
2019-12-18
tty/serial: Migrate mxs-auart to use has_sysrq
Dmitry Safonov
2019-09-04
serial: mxs-auart: Don't check for mctrl_gpio_to_gpiod() returning error
Geert Uytterhoeven
2019-03-19
tty: mxs-auart: fix a potential NULL pointer dereference
Kangjie Lu
2018-09-18
serial: mxs-auart: Fix potential infinite loop
Anton Vasilyev
2018-03-09
serial: mxs-auart: disable clks of Alphascale ASM9260
Alexey Khoroshilov
2018-02-28
serial: mxs-auart: Fix out-of-bounds access through serial port index
Geert Uytterhoeven
2018-01-22
serial: mxs-auart: don't use GPIOF_* with gpiod_get_direction
Wolfram Sang
2017-12-15
tty: serial: mxs-auart: fix error handling in mxs_auart_probe
Branislav Radocaj
2017-11-08
tty: serial: Remove redundant license text
Greg Kroah-Hartman
2017-11-08
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
2017-03-31
serial: mxs-auart: Fix baudrate calculation
Uwe Kleine-König
2017-01-12
serial: mxs-auart: support CMSPAR termios cflag
Wolfgang Ocker
2016-11-16
mxs-auart: count FIFO overrun errors
Wolfgang Ocker
2016-09-22
serial: mxs-auart: Fix missing clk_disable_unprepare() on error in mxs_get_cl...
Wei Yongjun
2016-09-13
serial: mxs-auart: Use PTR_ERR_OR_ZERO() to simplify the code
Wei Yongjun
2016-09-13
serial: mxs-auart: Disable clock on error path
Fabio Estevam
2016-09-02
tty: serial: constify uart_ops structures
Julia Lawall
2016-04-30
serial: mxs-auart: Use generic uart-has-rtscts DT property
Geert Uytterhoeven
2016-04-30
serial: mxs-auart: add Alphascale ASM9260 support
Oleksij Rempel
2015-10-04
serial: mctrl-gpio: rename init function
Uwe Kleine-König
2015-08-14
serial: mxs-auart: fix baud rate range
Stefan Wahren
2015-08-14
serial: mxs-auart: keep the AUART unit in reset state when not in use
Juergen Borleis
2015-08-14
serial: mxs-auart: use a function name to reflect what it really does
Juergen Borleis
2015-05-10
serial: mxs: Constify platform_device_id
Krzysztof Kozlowski
2015-03-26
tty: constify of_device_id array
Fabian Frederick
2015-03-11
serial: mxs-auart: Fix build error
Fabio Estevam
2015-03-07
serial: mxs-auart: properly handle mctrl_gpio failing
Uwe Kleine-König
2015-02-02
serial: mxs-auart: Remove unneeded zeroing of 'ret'
Fabio Estevam
2015-02-02
serial: mxs-auart: Check for platform_get_irq() error
Fabio Estevam
2015-02-02
serial: mxs-auart: Remove irq from private structure
Fabio Estevam
2015-01-09
serial: mxs-auart: Use devm_request_irq()
Fabio Estevam
2015-01-09
serial: mxs-auart: Use devm_clk_get()
Fabio Estevam
2015-01-09
serial: mxs-auart: Use devm_kzalloc()
Fabio Estevam
2015-01-09
serial: mxs-auart: Remove unneeded goto label
Fabio Estevam
2014-12-14
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-11-25
serial: mxs-auart: fix tx_empty against shift register
Janusz Uzycki
2014-11-25
serial: mxs-auart: fix gpio change detection on interrupt
Janusz Uzycki
2014-11-25
serial: mxs-auart: Fix mxs_auart_set_ldisc()
Fabio Estevam
2014-11-06
serial: mxs-auart: enable PPS support
Janusz Uzycki
2014-11-06
serial: mxs-auart: add interrupts for modem control lines
Janusz Uzycki
2014-11-06
serial: mxs-auart: use mctrl_gpio helpers for handling modem signals
Janusz Uzycki
2014-11-06
serial: mxs-auart: clean get_mctrl and set_mctrl
Janusz Uzycki
2014-11-05
serial: mxs-auart: add sysrq support
Janusz Uzycki
2014-10-20
tty: serial: drop owner assignment from platform_drivers
Wolfram Sang
2014-09-23
serial: core: Privatize modem status enable flags
Peter Hurley
2014-07-09
serial: treewide: Remove empty implementations of enable_ms()
Alexander Shiyan
[next]