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
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
/
amiserial.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-19
tty: remove CMSPAR ifdefs
Ilpo Järvinen
1
-2
/
+0
2022-02-04
amiserial: Drop duplicate NULL check in shutdown()
Andy Shevchenko
1
-4
/
+2
2021-07-27
tty: drop put_tty_driver
Jiri Slaby
1
-4
/
+4
2021-07-27
tty: stop using alloc_tty_driver
Jiri Slaby
1
-4
/
+3
2021-07-27
tty: don't store semi-state into tty drivers
Jiri Slaby
1
-16
/
+19
2021-07-21
amiserial: remove unused state from shutdown
Jiri Slaby
1
-3
/
+0
2021-07-21
amiserial: switch rs_table to a single state
Jiri Slaby
1
-7
/
+4
2021-07-21
amiserial: pack and sort includes
Jiri Slaby
1
-28
/
+22
2021-07-21
amiserial: expand "custom"
Jiri Slaby
1
-44
/
+42
2021-07-21
amiserial: expand serial_isroot
Jiri Slaby
1
-8
/
+6
2021-07-21
amiserial: use memset to zero serial_state
Jiri Slaby
1
-6
/
+1
2021-07-21
amiserial: simplify rs_open
Jiri Slaby
1
-3
/
+3
2021-07-21
amiserial: remove serial_state::xmit_fifo_size
Jiri Slaby
1
-10
/
+6
2021-07-21
amiserial: remove stale comment
Jiri Slaby
1
-14
/
+1
2021-07-21
amiserial: remove serial_* strings
Jiri Slaby
1
-18
/
+1
2021-07-21
amiserial: remove unused DBG_CNT
Jiri Slaby
1
-9
/
+0
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
-4
/
+4
2021-04-07
tty: amiserial: add missing TIOCSSERIAL jiffies conversions
Johan Hovold
1
-7
/
+19
2021-04-07
tty: amiserial: fix TIOCSSERIAL permission check
Johan Hovold
1
-0
/
+1
2021-03-10
tty: do not check tty_unregister_driver's return value
Jiri Slaby
1
-6
/
+2
2021-01-07
tty_port: drop last traces of low_latency
Jiri Slaby
1
-3
/
+0
2019-11-13
Remove every trace of SERIAL_MAGIC
Pascal Terjan
1
-84
/
+0
2018-10-13
kill TIOCSERGSTRUCT
Al Viro
1
-7
/
+1
2018-10-13
kill TIOCSER[SG]WILD
Al Viro
1
-6
/
+0
2018-10-13
amiserial: switch to ->[sg]et_serial()
Al Viro
1
-45
/
+33
2018-05-16
tty: replace ->proc_fops with ->proc_show
Christoph Hellwig
1
-14
/
+1
2017-11-08
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
1
-0
/
+1
2017-06-13
tty: amiserial: drop broken alt-speed support
Johan Hovold
1
-20
/
+3
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-11-10
tty: amiserial: fix invalid user-pointer check
Johan Hovold
1
-2
/
+0
2016-04-30
tty: Replace ASYNC_INITIALIZED bit and update atomically
Peter Hurley
1
-7
/
+7
2016-04-30
tty: Replace ASYNC_CHECK_CD and update atomically
Peter Hurley
1
-6
/
+3
2016-04-30
tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomically
Peter Hurley
1
-1
/
+1
2016-04-30
tty: Replace ASYNC_CTS_FLOW bit and update atomically
Peter Hurley
1
-4
/
+2
2016-04-30
tty: Replace TTY_THROTTLED bit tests with tty_throttled()
Peter Hurley
1
-1
/
+1
2016-04-30
tty: Replace TTY_IO_ERROR bit tests with tty_io_error()
Peter Hurley
1
-3
/
+3
2016-01-29
tty: Use termios c_*flag macros
Peter Hurley
1
-14
/
+8
2016-01-28
tty: Remove chars_in_buffer() line discipline method
Peter Hurley
1
-4
/
+2
2015-12-14
tty: Remove unused SERIAL_DO_RESTART define
Peter Hurley
1
-1
/
+0
2015-05-10
tty: amiserial.c: move assignment out of if () block
Greg Kroah-Hartman
1
-1
/
+2
2015-05-06
tty: remove buf parameter from tty_name()
Rasmus Villemoes
1
-6
/
+2
2015-01-10
TTY: fix misspelling of current function in string
Julia Lawall
1
-1
/
+1
2014-10-20
tty: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-01-08
tty/amiserial: avoid interruptible_sleep_on
Arnd Bergmann
1
-8
/
+18
2013-11-25
TTY: amiserial, add missing platform check
Geert Uytterhoeven
1
-0
/
+3
2013-08-28
TTY: amiserial, remove unnecessary platform_set_drvdata()
Jingoo Han
1
-2
/
+0
2013-03-16
TTY: amiserial, use module_platform_driver_probe()
Jingoo Han
1
-13
/
+1
2013-02-13
tty: Remove ancient hardpps()
Peter Hurley
1
-5
/
+0
[next]