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
2024-03-03
tty: serial: imx: Fix broken RS485
Rickard x Andersson
1
-4
/
+18
2024-01-04
serial: core, imx: do not set RS485 enabled if it is not supported
Lino Sanfilippo
1
-7
/
+0
2024-01-04
serial: Do not hold the port lock when setting rx-during-tx GPIO
Lino Sanfilippo
1
-4
/
+0
2024-01-04
serial: imx: Ensure that imx_uart_rs485_config() is called with enabled clock
Christoph Niedermaier
1
-11
/
+12
2024-01-04
serial: imx: Correct clock error message in function probe()
Christoph Niedermaier
1
-1
/
+1
2023-12-08
serial: imx: fix tx statemachine deadlock
Paul Geurts
1
-2
/
+2
2023-11-23
serial: imx: convert not to use dma_request_slave_channel()
Christophe JAILLET
1
-6
/
+11
2023-11-23
serial: imx: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-10-03
serial: imx: Put DMA enabled UART in separate lock subclass
Sascha Hauer
1
-1
/
+3
2023-09-18
serial: imx: Use port lock wrappers
Thomas Gleixner
1
-42
/
+42
2023-09-18
serial: imx: Simplify compatibility handling
Uwe Kleine-König
1
-23
/
+17
2023-07-25
serial: imx: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
1
-2
/
+1
2023-07-25
tty: Explicitly include correct DT includes
Rob Herring
1
-1
/
+0
2023-06-19
tty: serial: imx: fix rs485 rx after tx
Martin Fuzzey
1
-5
/
+13
2023-05-13
serial: Make uart_remove_one_port() return void
Uwe Kleine-König
1
-1
/
+3
2023-03-29
serial: imx: remove unused imx_uart_is_imx* functions
Tom Rix
1
-14
/
+0
2023-03-16
serial: Use of_property_read_bool() for boolean properties
Rob Herring
1
-9
/
+5
2023-03-16
serial: Use of_property_present() for testing DT property presence
Rob Herring
1
-2
/
+1
2023-03-09
serial: imx: Drop a few unneeded casts
Uwe Kleine-König
1
-11
/
+6
2023-02-16
serial: imx: remove a redundant check
Tom Rix
1
-5
/
+3
2023-02-08
serial: imx: get rid of registers shadowing
Sergey Organov
1
-63
/
+4
2023-02-08
serial: imx: refine local variables in rxint()
Sergey Organov
1
-3
/
+2
2023-02-08
serial: imx: stop using USR2 in FIFO reading loop
Sergey Organov
1
-12
/
+6
2023-02-08
serial: imx: remove redundant USR2 read from FIFO reading loop
Sergey Organov
1
-1
/
+0
2023-02-08
serial: imx: do not break from FIFO reading loop prematurely
Sergey Organov
1
-7
/
+3
2023-02-08
serial: imx: do not sysrq broken chars
Sergey Organov
1
-3
/
+2
2023-02-08
serial: imx: work-around for hardware RX flood
Sergey Organov
1
-28
/
+95
2023-02-08
serial: imx: factor-out common code to imx_uart_soft_reset()
Sergey Organov
1
-36
/
+37
2023-02-08
tty: serial: imx: disable Ageing Timer interrupt request irq
Peng Fan
1
-0
/
+5
2023-01-19
serial: Make uart_handle_cts_change() status param bool active
Ilpo Järvinen
1
-1
/
+1
2023-01-19
serial: imx: Add support for RS485 RX_DURING_TX output GPIO
Christoph Niedermaier
1
-2
/
+8
2023-01-19
tty: serial: imx: disable the break condition when shutdown the uart port
Sherry Sun
1
-1
/
+2
2022-11-22
Merge 6.1-rc6 into tty-next
Greg Kroah-Hartman
1
-0
/
+1
2022-11-03
serial: imx: Add missing .thaw_noirq hook
Shawn Guo
1
-0
/
+1
2022-11-03
tty: serial: imx: Handle RS485 DE signal active high
Marek Vasut
1
-6
/
+58
2022-11-03
serial: imx: Use uart_xmit_advance()
Ilpo Järvinen
1
-5
/
+2
2022-09-25
serial: Deassert Transmit Enable on probe in driver-specific way
Lukas Wunner
1
-6
/
+2
2022-08-30
serial: Make ->set_termios() old ktermios const
Ilpo Järvinen
1
-1
/
+1
2022-07-08
serial: Embed rs485_supported to uart_port
Ilpo Järvinen
1
-2
/
+2
2022-06-27
serial: take termios_rwsem for ->rs485_config() & pass termios as param
Ilpo Järvinen
1
-1
/
+1
2022-06-10
serial: imx: Remove serial_rs485 sanitization
Ilpo Järvinen
1
-4
/
+0
2022-06-10
serial: imx: Fill in rs485_supported
Ilpo Järvinen
1
-0
/
+13
2022-06-10
serial: Add uart_rs485_config()
Ilpo Järvinen
1
-1
/
+1
2022-06-03
Merge tag 'tty-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-2
/
+0
2022-05-26
Merge tag 'sound-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-1
/
+1
2022-05-02
Merge 5.18-rc5 into tty-next
Greg Kroah-Hartman
1
-1
/
+1
2022-04-19
dmaengine: imx: Move header to include/dma/
Sascha Hauer
1
-1
/
+1
2022-04-15
serial: imx: fix overrun interrupts in DMA mode
Johan Hovold
1
-1
/
+1
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
[next]