index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
imx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-15
serial: imx: remove redundant assignment in rs485_config
Lino Sanfilippo
1
-2
/
+0
2022-03-03
serial: make uart_console_write->putchar()'s character an unsigned char
Jiri Slaby
1
-1
/
+1
2022-02-11
tty: serial: imx: Add fast path when rs485 delays are 0
Harald Seiler
1
-4
/
+14
2022-01-26
serial: imx: reduce RX interrupt frequency
Tomasz Moń
1
-1
/
+1
2021-11-25
tty: serial: imx: disable UCR4_OREN in .stop_rx() instead of .shutdown()
Fugang Duan
1
-2
/
+5
2021-11-25
tty: serial: imx: clear the RTSD status before enable the RTSD irq
Fugang Duan
1
-2
/
+4
2021-10-21
serial: imx: disable console clocks on unregister
Francesco Dolcini
1
-0
/
+12
2021-10-21
serial: imx: fix detach/attach of serial console
Stefan Agner
1
-2
/
+2
2021-06-04
serial: imx: Add DMA buffer configuration via DT
Fabien Lahoudere
1
-7
/
+18
2021-05-20
serial: drop irq-flags initialisations
Johan Hovold
1
-1
/
+1
2021-03-23
serial: imx: drop workaround for forced irq threading
Johan Hovold
1
-8
/
+2
2021-03-10
tty: imx, use ms_to_ktime
Jiri Slaby
1
-5
/
+1
2020-12-28
tty/serial/imx: convert comma to semicolon
Zheng Yongjun
1
-1
/
+1
2020-12-10
serial: imx: Move imx_uart_probe_dt() content into probe()
Fabio Estevam
1
-40
/
+24
2020-12-09
serial: imx: Remove unneeded of_device_get_match_data() NULL check
Fabio Estevam
1
-3
/
+0
2020-12-04
tty/serial/imx: Enable TXEN bit in imx_poll_init().
Mingrui Ren
1
-1
/
+1
2020-11-23
Merge 5.10-rc5 into tty-next
Greg Kroah-Hartman
1
-19
/
+11
2020-11-18
serial: imx: Remove unused .id_table support
Fabio Estevam
1
-20
/
+0
2020-11-12
serial: imx: Remove unused platform data support
Fabio Estevam
1
-29
/
+3
2020-11-12
tty: serial: imx: keep console clocks always on
Fugang Duan
1
-17
/
+3
2020-11-12
tty: serial: imx: fix potential deadlock
Sam Nobs
1
-2
/
+8
2020-09-30
tty: serial: imx: disable TXDC IRQ in imx_uart_shutdown() to avoid IRQ storm
Matthias Schiffer
1
-5
/
+6
2020-09-04
serial: imx: Delete duplicated argument to '|' in imx_uart_probe
Ye Bin
1
-2
/
+1
2020-07-29
tty: serial: imx: enable imx serial console port as module
Fugang Duan
1
-35
/
+2
2020-07-21
serial: imx: use hrtimers for rs485 delays
Ahmad Fatoum
1
-26
/
+36
2020-07-21
serial: imx: implement rts delaying for rs485
Uwe Kleine-König
1
-36
/
+121
2020-07-21
Revert "serial: imx: Initialize lock for non-registered console"
Andy Shevchenko
1
-3
/
+0
2020-05-29
tty: serial: imx: clear Ageing Timer Interrupt in handler
Matthias Schiffer
1
-0
/
+2
2020-05-27
serial: imx: Initialize lock for non-registered console
Andy Shevchenko
1
-0
/
+3
2020-05-15
serial: Allow uart_get_rs485_mode() to return errno
Lukas Wunner
1
-1
/
+5
2020-05-15
tty: serial: imx: Add return value check for platform_get_irq()
Anson Huang
1
-0
/
+2
2020-03-06
tty: imx serial: Implement support for reversing TX and RX polarity
George Hilliard
1
-16
/
+28
2020-02-12
tty: serial: imx: setup the correct sg entry for tx dma
Fugang Duan
1
-1
/
+1
2020-01-22
serial: imx: fix a race condition in receive path
Uwe Kleine-König
1
-13
/
+38
2019-12-18
tty/serial: Migrate imx to use has_sysrq
Dmitry Safonov
1
-6
/
+1
2019-11-13
tty: serial: imx: use the sg count from dma_map_sg
Peng Fan
1
-1
/
+1
2019-10-14
Merge 5.4-rc3 into tty-next
Greg Kroah-Hartman
1
-2
/
+2
2019-10-10
tty: serial: imx: Use platform_get_irq_optional() for optional IRQs
Anson Huang
1
-2
/
+2
2019-10-04
serial: imx: adapt rx buffer and dma periods
Philipp Puschmann
1
-3
/
+2
2019-09-04
serial: imx: use Tx ready rather than Tx empty irq
Sergey Organov
1
-9
/
+9
2019-09-04
serial: imx: fix data breakage on termios change
Sergey Organov
1
-3
/
+16
2019-09-04
serial: imx: do not disable individual irqs during termios change
Sergey Organov
1
-12
/
+1
2019-09-04
serial: imx: do not stop Rx/Tx on termios change
Sergey Organov
1
-3
/
+0
2019-09-04
serial: imx: get rid of unbounded busy-waiting loop
Sergey Organov
1
-4
/
+1
2019-09-04
serial: imx: get rid of imx_uart_rts_auto()
Sergey Organov
1
-13
/
+8
2019-09-04
serial: imx: set_mctrl(): correctly restore autoRTS state
Sergey Organov
1
-2
/
+14
2019-09-04
serial: imx: set_termios(): do not enable autoRTS if RTS is unset
Sergey Organov
1
-1
/
+6
2019-07-03
serial: imx: set_termios(): preserve RTS state
Sergey Organov
1
-5
/
+9
2019-07-03
serial: imx: set_termios(): clarify RTS/CTS bits calculation
Sergey Organov
1
-24
/
+14
2019-07-03
serial: imx: set_termios(): factor-out 'ucr2' initial value
Sergey Organov
1
-3
/
+2
[next]