summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/imx.c
AgeCommit message (Expand)Author
2022-11-03serial: imx: Add missing .thaw_noirq hookShawn Guo
2022-09-25serial: Deassert Transmit Enable on probe in driver-specific wayLukas Wunner
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen
2022-07-08serial: Embed rs485_supported to uart_portIlpo Järvinen
2022-06-27serial: take termios_rwsem for ->rs485_config() & pass termios as paramIlpo Järvinen
2022-06-10serial: imx: Remove serial_rs485 sanitizationIlpo Järvinen
2022-06-10serial: imx: Fill in rs485_supportedIlpo Järvinen
2022-06-10serial: Add uart_rs485_config()Ilpo Järvinen
2022-06-03Merge tag 'tty-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2022-05-25Merge tag 'sound-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2022-05-02Merge 5.18-rc5 into tty-nextGreg Kroah-Hartman
2022-04-19dmaengine: imx: Move header to include/dma/Sascha Hauer
2022-04-15serial: imx: fix overrun interrupts in DMA modeJohan Hovold
2022-04-15serial: imx: remove redundant assignment in rs485_configLino Sanfilippo
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby
2022-02-11tty: serial: imx: Add fast path when rs485 delays are 0Harald Seiler
2022-01-26serial: imx: reduce RX interrupt frequencyTomasz Moń
2021-11-25tty: serial: imx: disable UCR4_OREN in .stop_rx() instead of .shutdown()Fugang Duan
2021-11-25tty: serial: imx: clear the RTSD status before enable the RTSD irqFugang Duan
2021-10-21serial: imx: disable console clocks on unregisterFrancesco Dolcini
2021-10-21serial: imx: fix detach/attach of serial consoleStefan Agner
2021-06-04serial: imx: Add DMA buffer configuration via DTFabien Lahoudere
2021-05-20serial: drop irq-flags initialisationsJohan Hovold
2021-03-23serial: imx: drop workaround for forced irq threadingJohan Hovold
2021-03-10tty: imx, use ms_to_ktimeJiri Slaby
2020-12-28tty/serial/imx: convert comma to semicolonZheng Yongjun
2020-12-10serial: imx: Move imx_uart_probe_dt() content into probe()Fabio Estevam
2020-12-09serial: imx: Remove unneeded of_device_get_match_data() NULL checkFabio Estevam
2020-12-04tty/serial/imx: Enable TXEN bit in imx_poll_init().Mingrui Ren
2020-11-23Merge 5.10-rc5 into tty-nextGreg Kroah-Hartman
2020-11-18serial: imx: Remove unused .id_table supportFabio Estevam
2020-11-12serial: imx: Remove unused platform data supportFabio Estevam
2020-11-12tty: serial: imx: keep console clocks always onFugang Duan
2020-11-12tty: serial: imx: fix potential deadlockSam Nobs
2020-09-30tty: serial: imx: disable TXDC IRQ in imx_uart_shutdown() to avoid IRQ stormMatthias Schiffer
2020-09-04serial: imx: Delete duplicated argument to '|' in imx_uart_probeYe Bin
2020-07-29tty: serial: imx: enable imx serial console port as moduleFugang Duan
2020-07-21serial: imx: use hrtimers for rs485 delaysAhmad Fatoum
2020-07-21serial: imx: implement rts delaying for rs485Uwe Kleine-König
2020-07-21Revert "serial: imx: Initialize lock for non-registered console"Andy Shevchenko
2020-05-29tty: serial: imx: clear Ageing Timer Interrupt in handlerMatthias Schiffer
2020-05-27serial: imx: Initialize lock for non-registered consoleAndy Shevchenko
2020-05-15serial: Allow uart_get_rs485_mode() to return errnoLukas Wunner
2020-05-15tty: serial: imx: Add return value check for platform_get_irq()Anson Huang
2020-03-06tty: imx serial: Implement support for reversing TX and RX polarityGeorge Hilliard
2020-02-12tty: serial: imx: setup the correct sg entry for tx dmaFugang Duan
2020-01-22serial: imx: fix a race condition in receive pathUwe Kleine-König
2019-12-18tty/serial: Migrate imx to use has_sysrqDmitry Safonov
2019-11-13tty: serial: imx: use the sg count from dma_map_sgPeng Fan
2019-10-14Merge 5.4-rc3 into tty-nextGreg Kroah-Hartman