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