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
/
mxser.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-18
mxser: make xmit ring buffer variables unsigned
Jiri Slaby
1
-3
/
+3
2021-06-18
mxser: correct types for uart variables
Jiri Slaby
1
-5
/
+5
2021-06-18
mxser: remove else from LSR bits checks
Jiri Slaby
1
-2
/
+1
2021-06-18
mxser: extract mxser_receive_chars_old
Jiri Slaby
1
-17
/
+23
2021-06-18
mxser: extract mxser_receive_chars_new
Jiri Slaby
1
-26
/
+34
2021-06-18
mxser: simplify mxser_interrupt and drop mxser_board::vector_mask
Jiri Slaby
1
-8
/
+5
2021-06-18
mxser: extract port ISR
Jiri Slaby
1
-55
/
+64
2021-06-18
mxser: cleanup LSR handling in mxser_receive_chars
Jiri Slaby
1
-19
/
+21
2021-06-18
mxser: remove nonsense from ISR
Jiri Slaby
1
-12
/
+1
2021-06-18
mxser: move max_baud from port to board
Jiri Slaby
1
-16
/
+10
2021-06-18
mxser: drop constant board::uart_type
Jiri Slaby
1
-3
/
+1
2021-06-18
mxser: introduce enum mxser_must_hwid
Jiri Slaby
1
-10
/
+11
2021-06-18
mxser: rename mxser_board::chip_flag to must_hwid
Jiri Slaby
1
-35
/
+35
2021-06-18
mxser: rename CheckIsMoxaMust to mxser_get_must_hwid
Jiri Slaby
1
-2
/
+2
2021-06-18
mxser: cleanup Gpci_uart_info struct
Jiri Slaby
1
-24
/
+18
2021-06-18
mxser: integrate mxser.h into .c
Jiri Slaby
1
-1
/
+129
2021-06-18
mxser: remove info printout from init
Jiri Slaby
1
-4
/
+0
2021-06-18
mxser: renumber mxser_cards
Jiri Slaby
1
-43
/
+37
2021-06-18
mxser: drop ISA support
Jiri Slaby
1
-341
/
+7
2021-05-13
tty: make tty_operations::chars_in_buffer return uint
Jiri Slaby
1
-1
/
+1
2021-05-13
tty: make tty_operations::write_room return uint
Jiri Slaby
1
-1
/
+1
2021-05-13
tty: cumulate and document tty_struct::flow* members
Jiri Slaby
1
-6
/
+6
2021-04-22
tty: mxser: drop low-latency workaround
Johan Hovold
1
-7
/
+0
2021-04-07
tty: mxser: fix TIOCSSERIAL permission check
Johan Hovold
1
-3
/
+4
2021-04-07
tty: mxser: fix TIOCSSERIAL jiffies conversions
Johan Hovold
1
-6
/
+18
2021-01-07
tty_port: drop last traces of low_latency
Jiri Slaby
1
-1
/
+0
2020-05-15
tty: mxser: make mxser_change_speed() return void
Jason Yan
1
-5
/
+2
2018-10-13
mxser: switch to ->[sg]et_serial()
Al Viro
1
-46
/
+51
2017-11-08
tty: Remove redundant license text
Greg Kroah-Hartman
1
-5
/
+0
2017-11-08
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
1
-0
/
+1
2017-10-09
Merge 4.14-rc4 into tty-next
Greg Kroah-Hartman
1
-5
/
+11
2017-10-04
mxser: remove unused parameters
Jiri Slaby
1
-9
/
+7
2017-09-18
mxser: fix timeout calculation for low rates
Jiri Slaby
1
-5
/
+11
2017-07-30
tty: mxser: constify pci_device_id.
Arvind Yadav
1
-1
/
+1
2017-04-20
Annotate hardware config module parameters in drivers/tty/
David Howells
1
-1
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-06-25
tty: cyclades+mxser, do not initialize to zero
Jiri Slaby
1
-1
/
+0
2016-04-30
tty: mxser: Remove unused ASYNC_SHARE_IRQ flag
Peter Hurley
1
-1
/
+0
2016-04-30
tty: Replace ASYNC_INITIALIZED bit and update atomically
Peter Hurley
1
-8
/
+6
2016-04-30
tty: Replace ASYNC_CHECK_CD and update atomically
Peter Hurley
1
-6
/
+3
2016-04-30
tty: Replace ASYNC_CTS_FLOW bit and update atomically
Peter Hurley
1
-3
/
+1
2016-04-30
tty: Replace TTY_IO_ERROR bit tests with tty_io_error()
Peter Hurley
1
-4
/
+3
2016-02-07
tty: constify tty_port_operations structs
Aya Mahfouz
1
-1
/
+1
2016-01-29
tty: mxser: Remove ASYNC_CLOSING
Peter Hurley
1
-4
/
+5
2016-01-29
tty: Use termios c_*flag macros
Peter Hurley
1
-6
/
+4
2013-05-22
tty: mxser: Fix build warning introduced by dfc7b837c7f9 (Re: linux-next: bui...
Matwey V. Kornilov
1
-3
/
+3
2013-05-21
tty: mxser: fix usage of opmode_ioaddr
Matwey V. Kornilov
1
-2
/
+9
2013-04-15
Merge 3.9-rc7 intp tty-next
Greg Kroah-Hartman
1
-4
/
+4
2013-04-08
tty: mxser: fix cycle termination condition in mxser_probe() and mxser_module...
Alexey Khoroshilov
1
-4
/
+4
2013-03-19
TTY: fix DTR not being dropped on hang up
Johan Hovold
1
-0
/
+4
[prev]
[next]