summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/mxs-auart.c
AgeCommit message (Expand)Author
2024-02-06serial: mxs-auart: fix txJiri Slaby (SUSE)
2023-11-23serial: mxs-auart: convert not to use dma_request_slave_channel()Christophe JAILLET
2023-11-23serial: mxs-auart: Convert to platform remove callback returning voidUwe Kleine-König
2023-07-25tty: Explicitly include correct DT includesRob Herring
2023-07-25serial: drivers: switch ch and flag to u8Jiri Slaby
2023-03-16serial: Use of_property_read_bool() for boolean propertiesRob Herring
2022-11-03tty: serial: use uart_port_tx() helperJiri Slaby (SUSE)
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby
2021-06-15tty: make use of tty_get_{char,frame}_sizeJiri Slaby
2021-06-15mxs-auart: redefine AUART_LINECTRL_WLEN to accept bits countJiri Slaby
2021-01-20serial: mxs-auart: Remove <asm/cacheflush.h>Fabio Estevam
2021-01-20serial: mxs-auart: Remove serial_mxs_probe_dt()Fabio Estevam
2020-11-26serial: mxs-auart: Remove unneeded platform_device_idFabio Estevam
2020-07-10serial: mxs-auart: add missed iounmap() in probe failure and removeChuhong Yuan
2019-12-18tty/serial: Migrate mxs-auart to use has_sysrqDmitry Safonov
2019-09-04serial: mxs-auart: Don't check for mctrl_gpio_to_gpiod() returning errorGeert Uytterhoeven
2019-03-19tty: mxs-auart: fix a potential NULL pointer dereferenceKangjie Lu
2018-09-18serial: mxs-auart: Fix potential infinite loopAnton Vasilyev
2018-03-09serial: mxs-auart: disable clks of Alphascale ASM9260Alexey Khoroshilov
2018-02-28serial: mxs-auart: Fix out-of-bounds access through serial port indexGeert Uytterhoeven
2018-01-22serial: mxs-auart: don't use GPIOF_* with gpiod_get_directionWolfram Sang
2017-12-15tty: serial: mxs-auart: fix error handling in mxs_auart_probeBranislav Radocaj
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman
2017-03-31serial: mxs-auart: Fix baudrate calculationUwe Kleine-König
2017-01-12serial: mxs-auart: support CMSPAR termios cflagWolfgang Ocker
2016-11-16mxs-auart: count FIFO overrun errorsWolfgang Ocker
2016-09-22serial: mxs-auart: Fix missing clk_disable_unprepare() on error in mxs_get_cl...Wei Yongjun
2016-09-13serial: mxs-auart: Use PTR_ERR_OR_ZERO() to simplify the codeWei Yongjun
2016-09-13serial: mxs-auart: Disable clock on error pathFabio Estevam
2016-09-02tty: serial: constify uart_ops structuresJulia Lawall
2016-04-30serial: mxs-auart: Use generic uart-has-rtscts DT propertyGeert Uytterhoeven
2016-04-30serial: mxs-auart: add Alphascale ASM9260 supportOleksij Rempel
2015-10-04serial: mctrl-gpio: rename init functionUwe Kleine-König
2015-08-14serial: mxs-auart: fix baud rate rangeStefan Wahren
2015-08-14serial: mxs-auart: keep the AUART unit in reset state when not in useJuergen Borleis
2015-08-14serial: mxs-auart: use a function name to reflect what it really doesJuergen Borleis
2015-05-10serial: mxs: Constify platform_device_idKrzysztof Kozlowski
2015-03-26tty: constify of_device_id arrayFabian Frederick
2015-03-11serial: mxs-auart: Fix build errorFabio Estevam
2015-03-07serial: mxs-auart: properly handle mctrl_gpio failingUwe Kleine-König
2015-02-02serial: mxs-auart: Remove unneeded zeroing of 'ret'Fabio Estevam
2015-02-02serial: mxs-auart: Check for platform_get_irq() errorFabio Estevam
2015-02-02serial: mxs-auart: Remove irq from private structureFabio Estevam
2015-01-09serial: mxs-auart: Use devm_request_irq()Fabio Estevam
2015-01-09serial: mxs-auart: Use devm_clk_get()Fabio Estevam
2015-01-09serial: mxs-auart: Use devm_kzalloc()Fabio Estevam
2015-01-09serial: mxs-auart: Remove unneeded goto labelFabio Estevam
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds