aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/mxs-auart.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-18tty/serial: Migrate mxs-auart to use has_sysrqDmitry Safonov1-4/+1
2019-09-04serial: mxs-auart: Don't check for mctrl_gpio_to_gpiod() returning errorGeert Uytterhoeven1-4/+2
2019-03-19tty: mxs-auart: fix a potential NULL pointer dereferenceKangjie Lu1-0/+4
2018-09-18serial: mxs-auart: Fix potential infinite loopAnton Vasilyev1-1/+2
2018-03-09serial: mxs-auart: disable clks of Alphascale ASM9260Alexey Khoroshilov1-13/+23
2018-02-28serial: mxs-auart: Fix out-of-bounds access through serial port indexGeert Uytterhoeven1-0/+4
2018-01-22serial: mxs-auart: don't use GPIOF_* with gpiod_get_directionWolfram Sang1-2/+1
2017-12-15tty: serial: mxs-auart: fix error handling in mxs_auart_probeBranislav Radocaj1-2/+6
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman1-4/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-03-31serial: mxs-auart: Fix baudrate calculationUwe Kleine-König1-1/+1
2017-01-12serial: mxs-auart: support CMSPAR termios cflagWolfgang Ocker1-0/+3
2016-11-16mxs-auart: count FIFO overrun errorsWolfgang Ocker1-1/+1
2016-09-22serial: mxs-auart: Fix missing clk_disable_unprepare() on error in mxs_get_clks()Wei Yongjun1-1/+1
2016-09-13serial: mxs-auart: Use PTR_ERR_OR_ZERO() to simplify the codeWei Yongjun1-4/+1
2016-09-13serial: mxs-auart: Disable clock on error pathFabio Estevam1-1/+5
2016-09-02tty: serial: constify uart_ops structuresJulia Lawall1-1/+1
2016-04-30serial: mxs-auart: Use generic uart-has-rtscts DT propertyGeert Uytterhoeven1-1/+2
2016-04-30serial: mxs-auart: add Alphascale ASM9260 supportOleksij Rempel1-124/+517
2015-10-04serial: mctrl-gpio: rename init functionUwe Kleine-König1-1/+1
2015-08-14serial: mxs-auart: fix baud rate rangeStefan Wahren1-2/+6
2015-08-14serial: mxs-auart: keep the AUART unit in reset state when not in useJuergen Borleis1-7/+39
2015-08-14serial: mxs-auart: use a function name to reflect what it really doesJuergen Borleis1-2/+2
2015-05-10serial: mxs: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-03-26tty: constify of_device_id arrayFabian Frederick1-1/+1
2015-03-11serial: mxs-auart: Fix build errorFabio Estevam1-1/+1
2015-03-07serial: mxs-auart: properly handle mctrl_gpio failingUwe Kleine-König1-7/+9
2015-02-02serial: mxs-auart: Remove unneeded zeroing of 'ret'Fabio Estevam1-1/+1
2015-02-02serial: mxs-auart: Check for platform_get_irq() errorFabio Estevam1-0/+3
2015-02-02serial: mxs-auart: Remove irq from private structureFabio Estevam1-6/+4
2015-01-09serial: mxs-auart: Use devm_request_irq()Fabio Estevam1-7/+3
2015-01-09serial: mxs-auart: Use devm_clk_get()Fabio Estevam1-9/+5
2015-01-09serial: mxs-auart: Use devm_kzalloc()Fabio Estevam1-9/+4
2015-01-09serial: mxs-auart: Remove unneeded goto labelFabio Estevam1-5/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-25serial: mxs-auart: fix tx_empty against shift registerJanusz Uzycki1-3/+4
2014-11-25serial: mxs-auart: fix gpio change detection on interruptJanusz Uzycki1-1/+2
2014-11-25serial: mxs-auart: Fix mxs_auart_set_ldisc()Fabio Estevam1-2/+3
2014-11-06serial: mxs-auart: enable PPS supportJanusz Uzycki1-0/+11
2014-11-06serial: mxs-auart: add interrupts for modem control linesJanusz Uzycki1-2/+172
2014-11-06serial: mxs-auart: use mctrl_gpio helpers for handling modem signalsJanusz Uzycki1-5/+45
2014-11-06serial: mxs-auart: clean get_mctrl and set_mctrlJanusz Uzycki1-13/+1
2014-11-05serial: mxs-auart: add sysrq supportJanusz Uzycki1-0/+4
2014-10-20tty: serial: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-23serial: core: Privatize modem status enable flagsPeter Hurley1-1/+1
2014-07-09serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan1-6/+0
2014-06-19serial: Fix IGNBRK handlingPeter Hurley1-1/+1
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-2/+2
2013-12-08tty: serial: mxs-auart: Check the return value from clk_prepare_enable()Fabio Estevam1-2/+7
2013-10-05serial: mxs-auart: set the FIFO size to DMA buffer sizeHector Palacios1-1/+8