Alexey Khoroshilov
|
ca7c22fc9e
serial: mxs-auart: disable clks of Alphascale ASM9260
|
7 years ago |
Geert Uytterhoeven
|
dd345a31bf
serial: mxs-auart: Fix out-of-bounds access through serial port index
|
7 years ago |
Wolfram Sang
|
f8bdfe9d27
serial: mxs-auart: don't use GPIOF_* with gpiod_get_direction
|
7 years ago |
Branislav Radocaj
|
5c3055393f
tty: serial: mxs-auart: fix error handling in mxs_auart_probe
|
7 years ago |
Greg Kroah-Hartman
|
4793f2ebff
tty: serial: Remove redundant license text
|
7 years ago |
Greg Kroah-Hartman
|
e3b3d0f549
tty: add SPDX identifiers to all remaining files in drivers/tty/
|
7 years ago |
Uwe Kleine-König
|
a6040bc610
serial: mxs-auart: Fix baudrate calculation
|
8 years ago |
Wolfgang Ocker
|
f87fa71e6f
serial: mxs-auart: support CMSPAR termios cflag
|
8 years ago |
Wolfgang Ocker
|
b810645473
mxs-auart: count FIFO overrun errors
|
8 years ago |
Wei Yongjun
|
1664bc40d3
serial: mxs-auart: Fix missing clk_disable_unprepare() on error in mxs_get_clks()
|
9 years ago |
Wei Yongjun
|
0d2665b6bc
serial: mxs-auart: Use PTR_ERR_OR_ZERO() to simplify the code
|
9 years ago |
Fabio Estevam
|
5d7519dfc9
serial: mxs-auart: Disable clock on error path
|
9 years ago |
Julia Lawall
|
069a47e5ad
tty: serial: constify uart_ops structures
|
9 years ago |
Geert Uytterhoeven
|
182cdcb8bb
serial: mxs-auart: Use generic uart-has-rtscts DT property
|
9 years ago |
Oleksij Rempel
|
254da0d753
serial: mxs-auart: add Alphascale ASM9260 support
|
9 years ago |
Uwe Kleine-König
|
7d8c70d804
serial: mctrl-gpio: rename init function
|
10 years ago |
Stefan Wahren
|
df57cf6a87
serial: mxs-auart: fix baud rate range
|
10 years ago |
Juergen Borleis
|
17dc72cf3d
serial: mxs-auart: keep the AUART unit in reset state when not in use
|
10 years ago |
Juergen Borleis
|
3fa30ac3b9
serial: mxs-auart: use a function name to reflect what it really does
|
10 years ago |
Krzysztof Kozlowski
|
0cd4521fb6
serial: mxs: Constify platform_device_id
|
10 years ago |
Fabian Frederick
|
ed0bb2323c
tty: constify of_device_id array
|
10 years ago |
Fabio Estevam
|
ac25e8c72b
serial: mxs-auart: Fix build error
|
10 years ago |
Uwe Kleine-König
|
343fda9548
serial: mxs-auart: properly handle mctrl_gpio failing
|
10 years ago |
Fabio Estevam
|
5f9ba5b693
serial: mxs-auart: Remove unneeded zeroing of 'ret'
|
10 years ago |
Fabio Estevam
|
99c932c26d
serial: mxs-auart: Check for platform_get_irq() error
|
10 years ago |
Fabio Estevam
|
6960cd465e
serial: mxs-auart: Remove irq from private structure
|
10 years ago |
Fabio Estevam
|
9e5df9f88c
serial: mxs-auart: Use devm_request_irq()
|
10 years ago |
Fabio Estevam
|
75beb26855
serial: mxs-auart: Use devm_clk_get()
|
10 years ago |
Fabio Estevam
|
46778bcad7
serial: mxs-auart: Use devm_kzalloc()
|
10 years ago |
Fabio Estevam
|
11387b0a46
serial: mxs-auart: Remove unneeded goto label
|
10 years ago |